/*****
 * Customize Foundation colors
 */
/******
 *
 * @include breakpoint($mobile) {}
 * @include breakpoint($tablet) {}
 * @include breakpoint($laptop) {}
 */
/*****
 * Utility styles
 */
.compact-bottom {
  margin-bottom: 0 !important;
}

.compact-top {
  margin-top: 0.3rem !important;
}

.compact {
  margin-bottom: 0 !important;
  margin-top: 0 !important;
}

.bottom-margin-s {
  margin-bottom: 20px;
}

.top-margin-s {
  margin-top: 20px;
}

.bottom-margin-m {
  margin-bottom: 40px;
}

.top-margin-m {
  margin-top: 40px;
}

.bottom-margin-l {
  margin-bottom: 60px;
}

.top-margin-l {
  margin-top: 60px;
}

.text-primary {
  color: #1770b1;
}

.text-white {
  color: #FFFFFF;
}

/*
.fi-social-twitter { color: #00aced; }
.fi-social-facebook { color: #3b5998; }
.fi-social-linkedin { color: #0077B5; }
.fi-mail { color: #000000; }
.fi-print { color: #000000; }
*/
.text-large, .text-large p {
  font-size: 18px;
}

.text-xlarge, .text-xlarge p {
  font-size: 20px;
}

.text-medium, .text-medium p {
  font-size: 14px;
}

.alignleft {
  float: left;
  margin: 3px 1em 1em 0;
}

.alignright {
  float: right;
  margin: 3px 0 1em 1em;
}

@media screen and (min-width: 42.79464rem) {
  .no-pad-left-medium-up {
    padding-left: 0;
  }
}
.visuallyhidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

p.required {
  color: #DC2A2A;
  font-size: 14px;
}

label span.required {
  color: #DC2A2A;
}

.flip {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}

/*****
 * Button
 *
 */
button, .button {
  display: inline-block;
  margin: 0 1rem 1rem 0;
  background-color: #1770b1;
  border: 1px solid #1770b1;
  color: white;
}
button:hover, button:focus, button:active, .button:hover, .button:focus, .button:active {
  text-decoration: none;
  background-color: transparent;
  border: 1px solid #1770b1;
  color: #1770b1;
}
button.hollow, .button.hollow {
  background-color: transparent;
  border: 1px solid #1770b1;
  color: #1770b1;
}
button.hollow:hover, button.hollow:focus, button.hollow:active, .button.hollow:hover, .button.hollow:focus, .button.hollow:active {
  background-color: #1770b1;
  border: 1px solid #1770b1;
  color: white;
}

.bg-orange button, .bg-orange .button, .bg-primary button, .bg-primary .button {
  background-color: white;
  border: 1px solid white;
  color: black;
}
.bg-orange button:hover, .bg-orange .button:hover, .bg-primary button:hover, .bg-primary .button:hover {
  background-color: transparent;
  color: white;
}
.bg-orange button.hollow, .bg-orange .button.hollow, .bg-primary button.hollow, .bg-primary .button.hollow {
  background-color: transparent;
  border: 1px solid white;
  color: white;
}
.bg-orange button.hollow:hover, .bg-orange .button.hollow:hover, .bg-primary button.hollow:hover, .bg-primary .button.hollow:hover {
  background-color: white;
  color: black;
}

/*****
 * Site basic style overwrting lloyd.css
 *
 */
body {
  color: #000;
}

h1, .h1 {
  font-size: 38px;
}
h1.header, .h1.header {
  text-transform: none;
}

h2, .h2 {
  font-size: 24.5px;
  letter-spacing: -1px;
  line-height: 1.15em;
}

h3, .h3 {
  letter-spacing: -0.03rem;
  line-height: 1.2em;
}

h4, .h4 {
  margin: 1.42857rem 0;
}

h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a {
  color: black;
}
h1 a:hover, .h1 a:hover, h2 a:hover, .h2 a:hover, h3 a:hover, .h3 a:hover, h4 a:hover, .h4 a:hover {
  color: black;
}

a, p {
  word-wrap: break-word;
}

a {
  color: #1770b1;
  border-width: 0;
  border-color: #1770b1;
}
a:hover {
  color: #1770b1;
  text-decoration: underline;
}

p > a:visited:not(.button) {
  color: #1770b1;
}

a.secondary {
  color: #cd4435;
}
a.secondary:hover {
  color: #cd4435;
  text-decoration: underline;
}

.content-row {
  margin-top: 40px;
}

hr {
  margin: 20px 0;
}

select {
  color: #333333;
  background-color: white;
  background-image: url(../images/arrow-down-blue.svg);
}

#site-alert {
  padding: 1rem;
  background-color: #FFEFC2;
}

header {
  border-bottom: 1px solid #1770b1;
  padding: 0;
}
.home header {
  border: 0;
}

.media-object {
  background: none;
}

tbody tr:nth-child(even) {
  background-color: #fff;
}

/******
 * Desktop navigation
 *
 */
.nav.row {
  padding-left: 180px;
}

.logo-svg {
  fill: #1770b1;
  width: 149px;
  height: 122px;
  margin-top: 14px;
}
.logo-svg.mobile {
  width: 186px;
  height: 30px;
  margin-top: -4px;
}
.logo-svg.mobile .st0 {
  fill: #1770B1;
}
.logo-svg.mobile .st1 {
  fill: none;
}
.logo-svg.mobile .st2 {
  fill: #146EAF;
}

.nav-primary {
  background: transparent;
  margin-bottom: -1px;
}
.nav-primary .nav-primary--menu {
  text-align: right;
  height: auto;
}
.nav-primary .nav-primary--menu > li {
  padding: 0 20px;
  display: inline-block;
  float: none;
}
.nav-primary .nav-primary--menu > li > a {
  color: #1770b1;
  padding: 4px 0;
  font-size: 20px;
  font-family: "Arial black", Arial;
  letter-spacing: -0.01em;
  border-bottom: 6px solid transparent;
}
.nav-primary .nav-primary--menu > li > a:hover, .nav-primary .nav-primary--menu > li > a:focus {
  background-color: transparent;
  border-color: #1770b1;
  text-decoration: none;
}
.nav-primary .nav-primary--menu > li.current-menu-ancestor > a, .nav-primary .nav-primary--menu > li.current-menu-item > a, .nav-primary .nav-primary--menu > li.highlight-menu-item > a {
  border-color: #1770b1;
}
.nav-primary .nav-primary--menu > li.button {
  margin: 0 0 6px 20px;
  padding: 6px 16px 9px;
  background-color: transparent;
}
.nav-primary .nav-primary--menu > li.button a {
  padding: 0;
  border: 0;
}
.nav-primary .nav-primary--menu > li.button a a:hover {
  color: white;
}
.nav-primary .nav-primary--menu > li.button:hover {
  background-color: #1770b1;
}
.nav-primary .nav-primary--menu > li.button:hover a {
  color: white;
}
.nav-primary .nav-primary--menu.dropdown.menu > li.is-dropdown-submenu-parent > a:hover {
  background-color: transparent;
}

.nav-secondary {
  margin-bottom: 33px;
  padding: 16px 0 22px;
}

/******
 * Mobile navigation
 *
 */
.title-bar.mobile {
  display: flex;
  justify-content: space-between;
}
.title-bar.mobile .logo {
  margin: 12px 0 2px 12px;
}
.title-bar.mobile button {
  background: none;
}

#mobile-menu {
  -webkit-transition: all 0.1s ease-in-out 0.1s;
  transition: all 0.1s ease-in-out 0.1s;
  padding: 10px 20px;
  border-top: 1px solid #1770b1;
}
#mobile-menu .search-wrapper {
  margin: 12px 0 25px;
}
#mobile-menu ul {
  list-style: none;
  margin: 0px;
  font-size: 18px;
  font-family: "Arial black", Arial;
  letter-spacing: -0.01em;
}
#mobile-menu ul li {
  margin-bottom: 20px;
}
#mobile-menu ul a {
  border-bottom: 4px solid transparent;
}
#mobile-menu ul a:hover {
  border-color: #1770b1;
  text-decoration: none;
}

.hamburger {
  margin: 10px 12px;
}
.hamburger .line {
  width: 20px;
  height: 2px;
  background-color: #1770b1;
  display: block;
  margin: 5px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hamburger:hover {
  cursor: pointer;
}
.hamburger:hover .line {
  color: #DEDFD8;
}
.hamburger.is-active .line:nth-child(2) {
  opacity: 0;
}
.hamburger.is-active .line:nth-child(1) {
  -webkit-transform: translateY(7px) rotate(45deg);
  -ms-transform: translateY(7px) rotate(45deg);
  -o-transform: translateY(7px) rotate(45deg);
  transform: translateY(7px) rotate(45deg);
}
.hamburger.is-active .line:nth-child(3) {
  -webkit-transform: translateY(-7px) rotate(-45deg);
  -ms-transform: translateY(-7px) rotate(-45deg);
  -o-transform: translateY(-7px) rotate(-45deg);
  transform: translateY(-7px) rotate(-45deg);
}

/******
 * Footer
 *
 */
.bottom-section li {
  margin-bottom: 0.8rem;
}
.bottom-section ul.social-icons li {
  margin-right: 0;
}
.bottom-section ul.social-icons li a.icon-link {
  font-size: 2rem;
}
.bottom-section button, .bottom-section .button {
  min-width: 10rem;
}

.footer {
  margin-top: 20px;
  margin-bottom: 40px;
  background-color: transparent;
  border-top: 1px solid #1770b1;
}
.footer-widget + .footer {
  border: 0;
}
.footer p.intro {
  line-height: 1.4em;
}
.footer span.padding-right {
  display: inline-block;
  margin-right: 10px;
  padding-bottom: 10px;
}

#menu-footer-menu {
  list-style: none;
  margin: 30px 0 45px;
  padding: 0;
  font-weight: bold;
  font-size: 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
}
#menu-footer-menu li {
  flex: 0 1 25%;
}

.footer > .expanded.row {
  border: 0;
}

@media screen and (max-width: 42.79464rem) {
  .footer > .expanded.row ul {
    margin-bottom: 20px;
  }
  #menu-footer-menu li {
    flex: 0 1 33%;
  }
}
@media screen and (max-width: 399px) {
  #menu-footer-menu li {
    flex: 0 1 50%;
  }
}
/******
 * Wordpress post, page
 *
 */
.meta {
  font-weight: bold;
  font-size: 14px;
  margin: 0px 0 5px;
}
.meta.date {
  margin-bottom: 10px;
}
.meta.term {
  color: #cd4435;
  text-transform: uppercase;
  font-size: 12px;
}
.meta.authors {
  font-size: 16px;
  font-weight: normal;
  margin: 15px 0 20px 0;
}
.meta.doi {
  margin-bottom: 20px;
}
.meta.meta-in-the-news {
  font-size: 16px;
  font-weight: normal;
}

.article-header {
  margin-bottom: 35px;
}
.article-header h1.main-title {
  line-height: 1em;
  color: black;
  position: relative;
  display: inline-block;
  margin: 0;
  line-height: 0.95em;
}
.article-header .short-description {
  margin: 0 0px 0 100px;
  display: inline-block;
  vertical-align: top;
  width: 56%;
  position: relative;
}
.article-header .short-description:before {
  border-right: 2px solid #990000;
  content: " ";
  position: absolute;
  left: -50px;
  top: 5px;
  height: 90%;
  transform: skew(-25deg);
}
.article-header h3.search-results-count {
  margin-top: 10px;
}

p.warning {
  background-color: #ffefc2;
  padding: 1rem;
  display: inline-block;
}

.quote {
  line-height: 3rem;
}

.intro {
  font-family: Georgia, Cambria, serif;
  font-size: 24px;
  color: #333333;
  letter-spacing: -0.28px;
  line-height: 1.5;
  margin-top: 0.5rem;
}

.article-content {
  margin-bottom: 2rem;
  position: relative;
}
.article-content .feature-image {
  padding: 5px 0 20px 0;
}
.article-content .article-body p:last-child {
  margin-bottom: 0;
}
.article-content ul, .article-content ol {
  margin-left: 40px;
}
.article-content ul.no-bullet, .article-content ol.no-bullet {
  margin-left: inherit;
}
.article-content ul li, .article-content ol li {
  font-size: 16px;
  margin-bottom: 1rem;
}
.article-content ul ul, .article-content ul ol, .article-content ol ul, .article-content ol ol {
  margin-top: 0.5rem;
}
.article-content h2, .article-content .h2 {
  font-family: Arial;
}
.article-content h2.article-subheading, .article-content h2.person-name, .article-content .h2.article-subheading, .article-content .h2.person-name {
  font-family: "Arial black", Arial;
}
.article-content h2, .article-content .h2, .article-content h3, .article-content .h3 {
  margin: 15px 0 5px;
}
.article-content blockquote, .article-content blockquote p {
  font: 24px/1.428 Georgia, serif;
  color: #1770b1;
  letter-spacing: 0;
  border: none;
}
.article-content .copyright {
  margin: 1rem 0;
  padding: 1rem 0;
  border-top: 1px solid #000;
}
.article-content table thead th {
  text-transform: none;
  font-size: 1em;
}
.article-content .shortcode-wrapper {
  margin-bottom: 35px;
}
.article-content .shortcode-wrapper .shortcode-title {
  font-family: "Arial black", Arial;
  margin-bottom: 15px;
  font-size: 24.5px;
  letter-spacing: -1px;
  line-height: 1.15em;
}
.article-content .shortcode-menu {
  padding-bottom: 30px;
}
.article-content .shortcode-menu li {
  margin-bottom: 0.5rem;
  font-size: 14px;
}
.article-content .shortcode-menu li.current-menu-ancestor > a, .article-content .shortcode-menu li.current-menu-item > a, .article-content .shortcode-menu li.highlight-menu-item > a {
  font-weight: bold;
}
.article-content .shortcode-menu .sub-menu {
  list-style: none;
}
.article-content figure + h6, .article-content img + h6 {
  text-align: left !important;
  margin-top: 10px;
}
.article-content .tablepress, .article-content .w_callout {
  margin-top: 0.9375rem;
  margin-bottom: 1.5625rem;
}
.article-content .tablepress thead th, .article-content .w_callout thead th {
  padding: 1rem 0.5rem 1rem;
}
.article-content .tablepress.tablepress-id-14 .column-1, .article-content .w_callout.tablepress-id-14 .column-1 {
  min-width: 100px;
}
.article-content .tablepress td, .article-content .w_callout td {
  border: 1px solid #bbbdc0;
  vertical-align: middle;
}
.article-content .tablepress th, .article-content .w_callout th {
  border: 1px solid #000000;
}
.article-content .tablepress th.column-1, .article-content .w_callout th.column-1 {
  border-left: 0;
}
.article-content .tablepress tr td, .article-content .w_callout tr td {
  border-top: 0;
  border-left: 0;
}
.article-content .tablepress tr:first-of-type td, .article-content .w_callout tr:first-of-type td {
  border-top: 1px solid #000000;
}
.article-content .tablepress tr th, .article-content .w_callout tr th {
  border-left: none;
  border-right: none;
}
.article-content .tablepress tbody td, .article-content .tablepress tfoot th, .article-content .w_callout tbody td, .article-content .w_callout tfoot th {
  border-top: 1px solid #bbbdc0;
}
.article-content .tablepress tr:last-of-type td, .article-content .w_callout tr:last-of-type td {
  border-bottom-color: #000000;
}
.article-content .tablepress tr td:last-child, .article-content .tablepress tr th:last-child, .article-content .w_callout tr td:last-child, .article-content .w_callout tr th:last-child {
  border-right: 0;
}
.article-content .tablepress .even td,
.article-content .tablepress .odd td,
.article-content .tablepress thead th,
.article-content .tablepress tfoot th, .article-content .w_callout .even td,
.article-content .w_callout .odd td,
.article-content .w_callout thead th,
.article-content .w_callout tfoot th {
  background-color: #ffffff;
}

.article-content .article-heading, .article-header .article-heading {
  line-height: 1em;
  letter-spacing: -1px;
}
.article-content .article-subheading, .article-header .article-subheading {
  margin-top: -10px;
  margin-bottom: 20px;
}

.shortcode-title {
  color: black;
}

ul.accordion {
  margin-left: 0;
  margin-top: 20px;
}
ul.accordion.facets {
  margin-top: 0;
}
ul.accordion .accordion-item .sr-accordion-title {
  font-weight: bold;
  padding-left: 20px;
  position: relative;
}
ul.accordion .accordion-item .sr-accordion-title:hover {
  border: 0;
  text-decoration: none;
}
ul.accordion .accordion-item .sr-accordion-title:before {
  content: "+ ";
  position: absolute;
  top: -2px;
  left: 0;
  font-size: 22px;
  line-height: 1;
  font-family: "Arial black", Arial;
}
ul.accordion .accordion-item.is-active .sr-accordion-title:before {
  content: "- ";
  top: -4px;
  left: 3px;
}
ul.accordion .accordion-item .accordion-title {
  border: 1px solid #DEDFD8;
  font-size: inherit;
  color: #1770b1;
}
ul.accordion .accordion-item .accordion-title:hover, ul.accordion .accordion-item .accordion-title:focus {
  background-color: #DEDFD8;
}
ul.accordion .accordion-content {
  margin-top: 10px;
  border: 0;
  padding: 0;
}
ul.accordion ul.toc-list {
  margin: 0 0 0 20px;
  list-style: none;
}
ul.accordion ul.toc-list li {
  margin-bottom: 10px;
}
ul.accordion ul.toc-list li:last-child {
  margin-bottom: 0;
}

:last-child > .accordion-content:last-child {
  border: 0;
}

.facetwp-checkbox {
  font-weight: normal;
  margin-bottom: 10px;
}

.facetwp-facet {
  margin-bottom: 30px;
}
.facetwp-facet.facetwp-facet-top_authors {
  margin-bottom: 0;
}

#toc_container {
  display: none;
}

.meta.categories {
  margin: 30px 0 0;
}
.meta.categories .category {
  display: inline-block;
  font-weight: normal;
}
.meta.categories .category:after {
  content: ", ";
}
.meta.categories .category:last-child:after {
  content: "";
}
.meta.categories.tags {
  margin: 5px 0 30px;
}

.tease .meta.categories.tags {
  margin-bottom: 0px;
}

.tease-in-the-news {
  display: flex;
}
.tease-in-the-news .thumbnail {
  flex: 0 0 150px;
  padding-top: 30px;
  padding-left: 20px;
}
.tease-in-the-news a:visited {
  color: black;
}

.social-share {
  position: relative;
  min-height: 30px;
}
.social-share span {
  display: inline-block;
  margin-right: 10px;
}
.social-share a {
  border: 0;
  font-size: 2em;
}
.social-share a:hover {
  text-decoration: none;
  color: black;
}
.social-share.top-area span {
  margin-right: 0;
  margin-left: 10px;
}
.social-share.top-area span a.fi-mail:before {
  top: 5px;
  right: 0px;
  left: auto;
}
.social-share.top-area span a.fi-social-twitter:before {
  top: 1px;
  right: 65px;
  left: auto;
}
.social-share.top-area span a.fi-social-facebook:before {
  top: 0px;
  right: 35px;
  left: auto;
}

.citations {
  padding: 15px;
}
.citations .citation-copy {
  width: 80%;
  min-height: 40px;
  border: 1px solid #cccccc;
  display: inline-block;
  padding: 10px;
  margin-bottom: 10px;
}
.citations cite {
  display: inline;
  font-size: inherit;
}
.citations .button {
  vertical-align: top;
}

.reveal .close-button {
  margin: 10px 15px;
  float: right;
  color: white;
}
.reveal .close-button:hover {
  color: #1770b1;
}

.people-info {
  font-size: 16px;
}
.people-info div {
  margin-bottom: 5px;
}
.people-info div.job-title {
  margin-bottom: 20px;
}

.wp-caption {
  max-width: 100%;
  margin-bottom: 20px;
}
.wp-caption .wp-caption-text {
  font-size: 13px;
  color: #333333;
  margin-top: 4px;
  line-height: 1.3em;
}

/*****
 * Comments
 *
 */
.comments {
  padding-bottom: 10px;
}
.comments p {
  font-size: 14px;
}
.comments .comment-author {
  font-weight: bold;
}
.comments .comment-date {
  color: #666666;
}
.comments .comment-replies {
  padding-left: 50px;
}

.comment-form label {
  font-weight: bold;
}

.comments .accordion, .comment-form .accordion {
  margin: -10px 0 35px;
}
.comments .accordion .accordion-item .sr-accordion-title.comment-new, .comment-form .accordion .accordion-item .sr-accordion-title.comment-new {
  padding-left: 1.28571rem;
  border-radius: 3px;
  box-shadow: none;
}
.comments .accordion .accordion-item .sr-accordion-title.comment-new:before, .comment-form .accordion .accordion-item .sr-accordion-title.comment-new:before {
  content: "";
}
.comments .accordion .accordion-item .sr-accordion-title.comment-new:hover, .comment-form .accordion .accordion-item .sr-accordion-title.comment-new:hover {
  border: 1px solid #1770b1;
}
.comments .accordion .accordion-item .sr-accordion-title.comment-new:active, .comments .accordion .accordion-item .sr-accordion-title.comment-new:focus, .comment-form .accordion .accordion-item .sr-accordion-title.comment-new:active, .comment-form .accordion .accordion-item .sr-accordion-title.comment-new:focus {
  background-color: #1770b1;
  color: white;
}
.comments .accordion .accordion-item .sr-accordion-title.comment-reply, .comment-form .accordion .accordion-item .sr-accordion-title.comment-reply {
  font-weight: normal;
  padding-left: 0;
}
.comments .accordion .accordion-item .sr-accordion-title.comment-reply:before, .comment-form .accordion .accordion-item .sr-accordion-title.comment-reply:before {
  content: "";
}

.blog-comment.pingback {
  margin-bottom: 20px;
}

/******
 * Sidebar
 *
 */
@media screen and (max-width: 42.79464rem) {
  aside.sidebar-right.medium-4 {
    margin: 0 auto;
  }
}

.sidebar-section {
  margin-bottom: 35px;
}
.sidebar-section.call-to-actions .button {
  min-width: 150px;
}
.sidebar-section.terms .category {
  margin-bottom: 5px;
}
.sidebar-section .tease-cc_people h2 {
  line-height: 1;
  margin-bottom: 0;
}
.sidebar-section .tease-cc_people h2 a {
  color: #1770b1;
  font-weight: normal;
}
.sidebar-section.featured .tease .meta.authors {
  margin: 0;
}
.sidebar-section.featured .tease .meta.date {
  margin-bottom: 0;
}
.sidebar-section.featured .tease .post-title {
  margin: 10px 0 15px;
}
.sidebar-section.featured .tease h3 {
  line-height: 1.4em;
}
.sidebar-section.featured .tease.bg-orange h3, .sidebar-section.featured .tease.bg-orange .meta.term, .sidebar-section.featured .tease.bg-orange a {
  color: white;
}
.sidebar-section.featured .tease.bg-orange .meta.date {
  margin-bottom: 0;
  color: white;
}
.sidebar-section.featured .tease.bg-orange .tease-content {
  padding: 2rem;
}
.sidebar-section.related .tease, .sidebar-section.featured .related .tease {
  margin: 0 0 30px;
}
.sidebar-section.related .tease h2.post-title, .sidebar-section.featured .related .tease h2.post-title {
  font-size: 16px;
  line-height: 1.4em;
  margin-bottom: 0;
  font-family: Arial;
  letter-spacing: 0;
}
.sidebar-section.related .tease h2.post-title a, .sidebar-section.featured .related .tease h2.post-title a {
  color: #1770b1;
}
.sidebar-section .view-more {
  margin-bottom: 45px;
  display: block;
}
.sidebar-section:first-child .tease.bg-none:first-child .tease-content {
  padding-top: 0 !important;
}

aside.sidebar-right h4, aside.sidebar-left h4 {
  line-height: 1em;
  margin-bottom: 20px;
}
aside.sidebar-right h4.filter-label, aside.sidebar-left h4.filter-label {
  margin-bottom: 0.5rem;
}
aside.sidebar-right .rss-feed, aside.sidebar-left .rss-feed {
  font-weight: bold;
  font-size: 1.2em;
}
aside.sidebar-right .rss-feed:before, aside.sidebar-left .rss-feed:before {
  content: "\f1aa";
  font-family: "foundation-icons";
  -webkit-font-smoothing: antialiased;
  margin: 0px 8px 0 0px;
  display: inline-block;
}
aside.sidebar-right .tease-content, aside.sidebar-left .tease-content {
  padding: 1rem 0 0;
}
aside.sidebar-right .featured .tease-content, aside.sidebar-left .featured .tease-content {
  padding: 1rem;
}
aside.sidebar-right .featured .tease-content :last-child, aside.sidebar-left .featured .tease-content :last-child {
  margin-bottom: 0;
}

/******
 * tease, module
 *
 */
.media-object, .column-block {
  margin-bottom: 35px;
}

.jm-module, .tease {
  position: relative;
  margin-bottom: 35px;
  font-size: 16px;
  color: #333333;
  background-color: transparent;
}
.jm-module h1, .jm-module .h1, .jm-module h2, .jm-module .h2, .jm-module h3, .jm-module .h3, .jm-module h4, .jm-module .h4, .tease h1, .tease .h1, .tease h2, .tease .h2, .tease h3, .tease .h3, .tease h4, .tease .h4 {
  margin-top: 0;
}
.jm-module .jm-module, .tease .jm-module {
  margin-bottom: 0;
}
.jm-module .thumbnail, .tease .thumbnail {
  margin-bottom: 0;
}
.jm-module .meta.date, .tease .meta.date {
  margin-bottom: 5px;
  color: #333333;
}
.jm-module .meta.category, .tease .meta.category {
  margin-bottom: 4px;
}
.jm-module .meta.authors, .tease .meta.authors {
  margin: 0 0 5px 0;
}
.jm-module .description, .tease .description {
  color: #333333;
}
.jm-module h2, .jm-module h3, .tease h2, .tease h3 {
  margin-bottom: 10px;
  color: black;
}
.jm-module ul li, .jm-module ol li, .tease ul li, .tease ol li {
  margin-bottom: 8px;
  font-size: 16px;
}
.jm-module p:last-child, .tease p:last-child {
  margin-bottom: 0;
}
.jm-module > a, .tease > a {
  display: block;
  color: #333;
}
.jm-module:not(.tease-cc_people) > a:hover, .tease:not(.tease-cc_people) > a:hover {
  background-color: #DEDFD8;
  text-decoration: none;
}
.jm-module:not(.tease-cc_people) > a:hover h2, .jm-module:not(.tease-cc_people) > a:hover h3, .tease:not(.tease-cc_people) > a:hover h2, .tease:not(.tease-cc_people) > a:hover h3 {
  text-decoration: underline;
}
.jm-module.tease-cc_people h2, .tease.tease-cc_people h2 {
  margin-bottom: 5px;
}
.jm-module.bg-orange, .tease.bg-orange {
  background-color: #cd4435;
  color: white;
}
.jm-module.bg-orange .meta.date,
.jm-module.bg-orange .description,
.jm-module.bg-orange .meta.term,
.jm-module.bg-orange > a,
.jm-module.bg-orange h2, .jm-module.bg-orange h3, .tease.bg-orange .meta.date,
.tease.bg-orange .description,
.tease.bg-orange .meta.term,
.tease.bg-orange > a,
.tease.bg-orange h2, .tease.bg-orange h3 {
  color: white;
}
.jm-module.bg-orange > a:hover, .tease.bg-orange > a:hover {
  background-color: #cd4435;
}
.jm-module.bg-light-gray, .tease.bg-light-gray {
  background-color: #DEDFD8;
}
.jm-module.none .button.hollow, .jm-module.lighter-gray .button.hollow, .tease.none .button.hollow, .tease.lighter-gray .button.hollow {
  border: 1px solid #1770b1;
  color: #1770b1;
}
.jm-module .module-edit-link, .tease .module-edit-link {
  position: absolute;
  right: 10px;
  bottom: 10px;
  border: 0;
}
.jm-module .module-info-link, .tease .module-info-link {
  position: absolute;
  right: 105px;
  bottom: 10px;
  border: 0;
}
.module-wrapper .jm-module .module-info-link, .module-wrapper .tease .module-info-link {
  display: none;
}
.jm-module.module-w-image h2.module-title, .tease.module-w-image h2.module-title {
  position: absolute;
  top: 2rem;
  left: 2rem;
  color: white;
}
@media screen and (max-width: 59.9375em) {
  .jm-module.module-w-image h2.module-title, .tease.module-w-image h2.module-title {
    top: 1rem;
    left: 1rem;
  }
}
.jm-module .push-up, .jm-module .push-up:first-child, .tease .push-up, .tease .push-up:first-child {
  margin-top: -2rem;
}
@media screen and (max-width: 59.9375rem) {
  .jm-module .push-up, .jm-module .push-up:first-child, .tease .push-up, .tease .push-up:first-child {
    margin-top: -1rem;
  }
}

.tease.jm-module {
  font-size: 14px;
}

.tease-content {
  display: block;
  padding: 1rem;
}
.bg-light-gray .tease-content, bg-orange .tease-content {
  padding: 2rem;
}
.tease-content :last-child {
  margin-bottom: 0;
}

.module-wrapper.regular {
  max-width: 395px;
}

/* twitter */
.jm-module.media-object .fetch-tweets-single-container div.fetch-tweets-single-user-profile > .fetch-tweets-single-user-name {
  margin: 0;
  display: block;
  position: relative;
  padding-left: 32px;
  line-height: 26px;
}
.jm-module.media-object .fetch-tweets-single-container div.fetch-tweets-single-user-profile > .fetch-tweets-single-user-name a {
  color: #cd4435;
}
.jm-module.media-object .fetch-tweets-single-container div.fetch-tweets-single-user-profile > .fetch-tweets-single-user-name:before {
  content: "\f1e4";
  font-family: "foundation-icons";
  font-size: 26px;
  line-height: 1;
  color: #00aced;
  position: absolute;
  left: 0;
}
.jm-module.media-object .fetch-tweets-single-container div.fetch-tweets-single-body > p.fetch-tweets-single-text {
  font-family: Georgia, Cambria, serif;
  letter-spacing: -0.1px;
  font-size: 18px;
  line-height: 1.4em;
  margin: 0;
}
.jm-module.media-object .fetch-tweets-single-container div.fetch-tweets-single-body > p.fetch-tweets-single-text a {
  color: black;
  text-decoration: underline;
}
.jm-module.media-object .fetch-tweets-single-container div.fetch-tweets-single-body > p.fetch-tweets-single-text a:hover {
  text-decoration: none;
}
.jm-module.media-object .fetch-tweets-single-container div.fetch-tweets-single-body > p.fetch-tweets-single-text > .fetch-tweets-single-credit {
  display: block;
  float: none;
  margin: 20px 0 0;
  font-weight: normal;
  font-size: 1em;
  line-height: 1.2em;
}
.jm-module.media-object .fetch-tweets-single-container div.fetch-tweets-single-body > p.fetch-tweets-single-text > .fetch-tweets-single-credit a {
  text-decoration: none;
}
.jm-module.media-object .fetch-tweets-single-container div.fetch-tweets-single-body > p.fetch-tweets-single-text .fetch-tweets-single-retweet-credit {
  font-size: 14px;
  font-family: Arial;
  display: block;
}

/*****
 * Homepage
 *
 */
.StreamsHero-image {
  background-color: fuchsia;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #0D0DA4 0%, #088CA7 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #0D0DA4 0%, #088CA7 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #0D0DA4 0%, #088CA7 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+*/
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0D0DA4", endColorstr="#088CA7", GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  background-size: 150% 150%;
  animation: waveColors 5s ease infinite;
  /* End Wave Color */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0 auto;
  height: 300px;
}

/* Animation Wave Color */
@-webkit-keyframes waveColors {
  0% {
    background-position: 0% 7%;
  }
  50% {
    background-position: 100% 94%;
  }
  100% {
    background-position: 0% 7%;
  }
}
@keyframes waveColors {
  0% {
    background-position: 0% 7%;
  }
  50% {
    background-position: 100% 94%;
  }
  100% {
    background-position: 0% 7%;
  }
}
/* End Animation Wave Color */
.slider {
  height: 300px;
  position: relative;
}

.image-cover {
  display: block;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #010257 0%, #0b78ac 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #010257 0%, #0b78ac 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #010257 0%, #0b78ac 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+*/
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="$gcolor1", endColorstr="$gcolor2", GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  background-size: 150% 150%;
  animation: waveColors 5s ease infinite;
  /* End Wave Color */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0 auto;
  height: 300px;
  opacity: 0.6;
  z-index: 10;
}

@supports (mix-blend-mode: overlay) {
  .image-cover {
    display: none;
  }
  .slider {
    mix-blend-mode: overlay;
  }
}
.slide1, .slide2, .slide3, .slide4, .slide5, .slide6 {
  position: absolute;
  width: 100%;
  height: 100%;
}

.slide1 {
  background: url("home-banner-imgs/1.jpg") no-repeat center;
  background-size: cover;
  animation: fade 45s infinite;
  -webkit-animation: fade 45s infinite;
}

.slide2 {
  background: url("home-banner-imgs/3.jpg") no-repeat center;
  background-size: cover;
  animation: fade2 45s infinite;
  -webkit-animation: fade2 45s infinite;
}

.slide3 {
  background: url("home-banner-imgs/4.jpg") no-repeat center;
  background-size: cover;
  animation: fade3 45s infinite;
  -webkit-animation: fade3 45s infinite;
}

.slide4 {
  background: url("home-banner-imgs/2.jpg") no-repeat center;
  background-size: cover;
  animation: fade4 45s infinite;
  -webkit-animation: fade4 45s infinite;
}

.slide5 {
  background: url("home-banner-imgs/5.jpg") no-repeat center;
  background-size: cover;
  animation: fade5 45s infinite;
  -webkit-animation: fade5 45s infinite;
}

.slide6 {
  background: url("home-banner-imgs/6.jpg") no-repeat center;
  background-size: cover;
  animation: fade6 45s infinite;
  -webkit-animation: fade6 45s infinite;
}

@keyframes fade {
  0% {
    opacity: 1;
  }
  16.666% {
    opacity: 0;
  }
  33.333% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  66.666% {
    opacity: 0;
  }
  83.333% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade2 {
  0% {
    opacity: 0;
  }
  16.666% {
    opacity: 1;
  }
  33.333% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  66.666% {
    opacity: 0;
  }
  83.333% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade3 {
  0% {
    opacity: 0;
  }
  16.666% {
    opacity: 0;
  }
  33.333% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  66.666% {
    opacity: 0;
  }
  83.333% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade4 {
  0% {
    opacity: 0;
  }
  16.666% {
    opacity: 0;
  }
  33.333% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  66.666% {
    opacity: 0;
  }
  83.333% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade5 {
  0% {
    opacity: 0;
  }
  16.666% {
    opacity: 0;
  }
  33.333% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  66.666% {
    opacity: 1;
  }
  83.333% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade6 {
  0% {
    opacity: 0;
  }
  16.666% {
    opacity: 0;
  }
  33.333% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  66.666% {
    opacity: 0;
  }
  83.333% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.centerpiece {
  padding: 45px 0 35px 0;
  height: auto;
}
.centerpiece.homepage-banner {
  padding: 150px 0 35px 0;
}
.centerpiece .centerpiece--text {
  z-index: 20;
}
.centerpiece .centerpiece--text h2 {
  padding-left: 0;
}
.centerpiece .centerpiece--text h1 {
  padding-left: 0;
  font-size: 42px;
  line-height: 1.2em;
  font-family: Georgia;
  font-weight: normal;
  letter-spacing: 0;
}
.centerpiece:before {
  content: none;
}
.centerpiece.bg-primary {
  background-color: #1770b1;
}
.centerpiece.bg-primary.gradient {
  /*background-image: linear-gradient(to right, $primary , #5eb0c3);*/
  background-color: #1770b1;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #0D0DA4 0%, #088CA7 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #0D0DA4 0%, #088CA7 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #0D0DA4 0%, #088CA7 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+*/
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0D0DA4", endColorstr="#088CA7", GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}

/*****
 * Forms
 *
 */
[type=text],
[type=password],
[type=search],
textarea {
  box-shadow: none;
}
[type=text]:focus,
[type=password]:focus,
[type=search]:focus,
textarea:focus {
  box-shadow: none;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #888888;
  opacity: 0.6;
}

input:-moz-placeholder, textarea:-moz-placeholder {
  color: #888888;
  opacity: 0.6;
}

.gform_body ul {
  list-style: none;
  margin: 0;
}
.gform_body .ginput_container {
  display: flex;
  justify-content: space-between;
}
.gform_body .ginput_container span {
  flex: 1 1 auto;
  margin: 0 10px;
}
.gform_body .ginput_container span:first-child {
  margin-left: 0;
}
.gform_body .ginput_container span:last-child {
  margin-right: 0;
}
.gform_body .gfield_required {
  display: none;
}
.gform_body [type=file], .gform_body [type=checkbox], .gform_body [type=radio] {
  margin: 0;
}
.gform_body ul {
  margin-bottom: 10px;
}
.gform_body ul li {
  margin-bottom: 2px;
}

.gform_confirmation_message {
  margin: 15px 0;
  color: #000000;
  font-style: italic;
}

.ginput_container_checkbox label {
  font-size: 16px;
}
.ginput_container_checkbox input {
  vertical-align: 0;
}

.validation_error {
  background: #ffba00;
  padding: 7px 6px;
  margin: 8px 0;
}

.gfield_description.validation_message {
  font-size: 14px;
  background: #ffba00;
  padding: 7px 6px;
  margin-top: -16px;
  margin-bottom: 16px;
}

#searchform {
  position: relative;
  width: 340px;
  display: inline-block;
}
#searchform input {
  display: inline-block;
  width: auto;
  margin-bottom: 0;
  min-height: 38px;
  height: 38px;
}
#searchform input[type=text] {
  width: 296px;
}
#searchform button {
  background-color: transparent;
  display: inline-block;
  border: 0;
  color: black;
  font-size: 30px;
  width: 40px;
  height: 20px;
  margin: 0;
  padding: 0 5px;
}
#searchform button .fi-magnifying-glass {
  position: absolute;
  top: 4px;
  right: 8px;
}
#mobile-menu #searchform {
  width: 100%;
}
#mobile-menu #searchform input[type=text] {
  width: 92%;
}
#mobile-menu #searchform button {
  width: 1px;
}
#mobile-menu #searchform button .fi-magnifying-glass {
  right: -6px;
}

.password-form [type=text], .password-form [type=password] {
  max-width: 296px;
}

/*****
 * Email Signup
 *
 */
.email-signup {
  border: 1px solid #9B9B9B;
  padding: 2rem;
  margin: 30px 0;
}
.email-signup h2 {
  color: #1770b1;
  font-size: 36px;
  font-family: "Arial Black", Arial;
  margin-bottom: 15px;
}
.email-signup .intro {
  font-size: 18px;
  margin: 10px 0;
}
.email-signup .addl-text {
  font-size: 12px;
  margin: 0 0 10px 0;
}
.email-signup .addl-text .links {
  display: block;
}
.email-signup .addl-text .links a {
  padding-right: 6px;
}
.email-signup form .gform_body input {
  margin-bottom: 0;
}
.email-signup form .gform_footer button {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 16px;
}
.email-signup.bg-blue {
  background-color: #1770b1;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #0D0DA4 0%, #088CA7 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #0D0DA4 0%, #088CA7 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #0D0DA4 0%, #088CA7 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+*/
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#0D0DA4", endColorstr="#088CA7", GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  color: white;
  border: 0;
}
.email-signup.bg-blue h2, .email-signup.bg-blue a {
  color: white;
}
.email-signup.bg-blue .button {
  background: transparent;
  border-color: white;
  color: white;
  margin-left: -1px;
}
.email-signup.bg-blue .button:hover, .email-signup.bg-blue .button:active, .email-signup.bg-blue .button:focus {
  background: white;
  border-color: #1770b1;
  color: #1770b1;
}
.article-content .email-signup form {
  display: flex;
}
.article-content .email-signup form .gform_body {
  width: 80%;
}
.article-content .email-signup form .gform_footer {
  width: 20%;
}
.article-content .email-signup form .gform_footer .button {
  display: block;
  width: 100%;
  border-radius: 0;
  padding: 12px 0;
}
.sidebar-right .email-signup, .jm-module .email-signup {
  margin-top: 0;
}
.sidebar-right .email-signup h2, .jm-module .email-signup h2 {
  font-size: 26px;
}
.email-signup.full {
  padding: 0;
  border: 0;
  margin: 0;
}
.email-signup.full #field_3_3 label.gfield_label {
  display: block;
  font-size: 16px;
}
.email-signup.full form {
  display: block;
}
.email-signup.full form .gform_body {
  width: 100%;
}
.email-signup.full form .gform_body input[type=text] {
  margin-bottom: 16px;
}
.email-signup.full form .gform_footer {
  width: 20%;
  min-width: 80px;
}
.email-signup.full form .gform_footer .button {
  border-radius: 3px;
  padding: 0.64286rem 1.28571rem;
}

/*****
 * Pagination
 *
 */
.pagination {
  margin: 0;
  text-align: right;
}
.pagination a {
  display: inline-block;
  padding: 4px 5px;
  margin: 0 5px 0 0;
  color: #1770b1;
  border-radius: 0;
}
.pagination a:hover {
  background-color: #1770b1;
  color: white;
  border-color: #1770b1;
  text-decoration: none;
}
.pagination a.previouspostslink span, .pagination a.nextpostslink span {
  font-size: 20px;
  font-weight: bold;
  line-height: 14px;
}
.pagination span.pages {
  display: inline-block;
  padding-right: 20px;
}
.pagination span.current {
  display: inline-block;
  padding: 4px 5px;
  margin: 0 5px 0 0;
  background: none;
  background-color: #1770b1;
  color: white;
  font-weight: bold;
}

.tool-pagination {
  margin: 0;
}
.tool-pagination.right {
  text-align: right;
}
.tool-pagination a.current-page, .tool-pagination a:hover {
  background-color: #1770b1;
  color: white;
  font-weight: bold;
}
.tool-pagination a.prev, .tool-pagination a.next {
  font-size: 20px;
  font-weight: bold;
  line-height: 14px;
}

/**
 * Newsletter
 */
.newsletter-title {
  margin: 10px 0 40px;
}

.newsletter-archive-title {
  font-weight: bold;
  margin-bottom: 5px;
}
.newsletter-archive-title a.active {
  color: black;
}

.newsletter-wrap .newsletter p {
  font-size: 18px;
  margin-top: 16px;
  line-height: 1.6em;
}
.newsletter-wrap .newsletter img.aligncenter {
  display: block;
  margin: 40px auto 0;
}
.newsletter-wrap .newsletter img.alignnone {
  display: block;
  margin-top: 40px;
}
.newsletter-wrap .newsletter h2 a {
  color: #1170b1;
}

.sticky-container {
  position: relative;
}

.sticky {
  position: relative;
  z-index: 0;
  transform: translate3d(0, 0, 0);
}

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
  width: 100%;
}
.sticky.is-stuck.is-at-top {
  top: 50px;
}
.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto;
}
.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

/**
 * Styles for Mammoth Converted Word Files, all prefixed by w_
 */
.article-content .w_special_section_title {
  font-weight: bold;
  margin: 10px 0;
}
.article-content .w_special_section {
  color: #333333;
}
.article-content .w_quote {
  font: 24px/1.428 Georgia, serif;
  color: #1770b1;
  margin: 0 0 1.55rem;
  padding: 0 1.42857rem 0 2.42857rem;
}
.article-content .w_bullet_2 {
  margin-left: 60px;
}
.article-content .w_figure_header {
  font-weight: bold;
}
.article-content .w_figure_description {
  font-family: Georgia;
  font-size: 16px;
}
.article-content .w_figure_source {
  font-family: Georgia;
  font-size: 14px;
  font-style: italic;
  color: #4b5555;
  line-height: 1.4em;
}
.article-content ol li .w_footnote_text {
  display: inline;
}
.article-content ol li .w_footnote_text + p {
  display: inline-block;
}

/**
 * Annotation
 */
.tooltip {
  display: inline;
  position: relative;
  transition: all 0.5s ease-in-out;
  background-color: rgba(255, 255, 100, 0.6);
  color: #000000;
}
.tooltip:hover {
  text-decoration: none;
  background-color: rgb(255, 255, 100);
  color: #000000;
}
.tooltip:hover:after {
  display: flex;
  justify-content: center;
  background: #000000;
  border-radius: 2px;
  color: #fff;
  content: attr(data-annotation);
  font-size: 14px;
  line-height: 1.4em;
  padding: 16px;
  width: 360px;
  max-width: 90vw;
  z-index: 2;
  position: absolute;
  left: 0;
  transition: all 0.5s ease-in-out;
}
.tooltip:hover:before {
  border: solid;
  border-color: #000000 transparent;
  border-width: 0 8px 8px 8px;
  content: "";
  left: 20px;
  bottom: -6px;
  position: absolute;
}

/*****
 * Responsive
 *
 * $mobile: 42.79464rem; // 600px
 * $tablet: 59.9375rem;  // 840px
 * $laptop: 91.36607rem; // 1280px
 */
@media screen and (max-width: 91.36607rem) {
  .nav-primary .nav-primary--menu > li {
    padding: 0 15px;
  }
}
@media screen and (max-width: 59.9375rem) {
  .nav-primary .nav-primary--menu > li {
    padding: 0 8px;
  }
  .nav-primary .nav-primary--menu > li a {
    font-size: 17px;
  }
  .logo-svg {
    /* width: 110px; */
  }
  .nav.row {
    padding-left: 0;
  }
  .centerpiece .centerpiece--text h1 {
    font-size: 32px;
  }
  .callout {
    padding: 2rem;
  }
}
@media screen and (max-width: 42.79464rem) {
  .centerpiece.homepage-banner {
    padding: 15px 0 0;
  }
  .centerpiece .centerpiece--text h1 {
    font-size: 23px;
  }
  .content-row {
    margin-top: 15px;
  }
  .email-signup h2 {
    font-size: 26px;
  }
  .intro {
    font-size: 18px;
  }
  .jm-module h2, .jm-module h3, .tease h2, .tease h3 {
    margin-bottom: 5px;
  }
  .tool-pagination.right {
    text-align: left;
    margin-bottom: 35px;
  }
  .pagination {
    text-align: left;
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 42.79464rem) {
  .accordion.facets .sr-accordion-title {
    display: none;
  }
  .accordion.facets .accordion-content {
    display: block;
  }
  .accordion.facets .accordion-content ul {
    margin: 0;
  }
  .article-content img.extend {
    max-width: 150%;
  }
  .article-content .article-body .extend {
    width: 150%;
  }
  table.tablepress, table.w_callout {
    width: 150%;
  }
  table.tablepress.fit, table.w_callout.fit {
    width: 100%;
  }
  .block-medium-up {
    display: block;
  }
}
@media screen and (min-width: 1120px) {
  .article-content img.extend {
    max-width: 1100px;
  }
  .article-content .article-body .extend {
    width: 1100px;
  }
  table.tablepress, table.w_callout {
    width: 1100px;
  }
  table.tablepress.fit, table.w_callout.fit {
    width: 100%;
  }
}
/** Landing Page Style **/
.single-cc_landing .footer, .page-template-page-landing .footer {
  margin-top: -40px;
}
@media screen and (min-width: 686px) {
  .single-cc_landing .footer, .page-template-page-landing .footer {
    margin-top: -70px;
  }
}

.single-cc_landing .layout-landing, .page-template-page-landing .layout-landing {
  margin-top: 100px;
  color: #030f4f;
}
.single-cc_landing .layout-landing a, .page-template-page-landing .layout-landing a {
  color: #030f4f;
  border-color: #030f4f;
  text-decoration: underline;
}
.single-cc_landing .layout-landing a:hover, .page-template-page-landing .layout-landing a:hover {
  color: #de5b44;
  text-decoration: none;
}
.single-cc_landing .layout-landing p, .page-template-page-landing .layout-landing p {
  line-height: 1.4em;
  font-size: 18px;
}
.single-cc_landing .layout-landing h1, .single-cc_landing .layout-landing h2, .single-cc_landing .layout-landing h3, .single-cc_landing .layout-landing h4, .single-cc_landing .layout-landing h5, .single-cc_landing .layout-landing h6,
.single-cc_landing .layout-landing .h1, .single-cc_landing .layout-landing .h2, .single-cc_landing .layout-landing .h3, .single-cc_landing .layout-landing .h4, .single-cc_landing .layout-landing .h5, .single-cc_landing .layout-landing .h6, .page-template-page-landing .layout-landing h1, .page-template-page-landing .layout-landing h2, .page-template-page-landing .layout-landing h3, .page-template-page-landing .layout-landing h4, .page-template-page-landing .layout-landing h5, .page-template-page-landing .layout-landing h6,
.page-template-page-landing .layout-landing .h1, .page-template-page-landing .layout-landing .h2, .page-template-page-landing .layout-landing .h3, .page-template-page-landing .layout-landing .h4, .page-template-page-landing .layout-landing .h5, .page-template-page-landing .layout-landing .h6 {
  color: #030f4f;
}
.single-cc_landing .layout-landing h1, .single-cc_landing .layout-landing .h1, .page-template-page-landing .layout-landing h1, .page-template-page-landing .layout-landing .h1 {
  font-size: 56px;
  color: #051676;
}
.single-cc_landing .layout-landing h2, .single-cc_landing .layout-landing .h2, .page-template-page-landing .layout-landing h2, .page-template-page-landing .layout-landing .h2 {
  font-family: "arial black";
  font-size: 42px;
  line-height: 1em;
  margin: 0 0 20px;
}
.single-cc_landing .layout-landing h2.article-subheading, .single-cc_landing .layout-landing .h2.article-subheading, .page-template-page-landing .layout-landing h2.article-subheading, .page-template-page-landing .layout-landing .h2.article-subheading {
  font-family: arial;
  font-weight: normal;
  max-width: 500px;
  margin: 0;
}
.single-cc_landing .layout-landing h2.light, .single-cc_landing .layout-landing .h2.light, .page-template-page-landing .layout-landing h2.light, .page-template-page-landing .layout-landing .h2.light {
  font-family: arial;
}
.single-cc_landing .layout-landing h3, .single-cc_landing .layout-landing .h3, .page-template-page-landing .layout-landing h3, .page-template-page-landing .layout-landing .h3 {
  font-size: 30px;
  margin: 45px 0 10px;
}
.single-cc_landing .layout-landing h3.lead, .single-cc_landing .layout-landing .h3.lead, .page-template-page-landing .layout-landing h3.lead, .page-template-page-landing .layout-landing .h3.lead {
  margin: 15px 0 35px;
}
.single-cc_landing .layout-landing .content-wrap, .page-template-page-landing .layout-landing .content-wrap {
  max-width: 910px;
  margin-left: auto;
}
.single-cc_landing .layout-landing .content-wrap.wide, .page-template-page-landing .layout-landing .content-wrap.wide {
  max-width: 1100px;
  margin-right: auto;
}
.single-cc_landing .layout-landing button, .single-cc_landing .layout-landing .button, .page-template-page-landing .layout-landing button, .page-template-page-landing .layout-landing .button {
  display: inline-block;
  margin: 0;
  background-color: #061d9d;
  border: 1px solid #061d9d;
  color: white;
  font-size: 18px;
  min-width: 170px;
  padding: 12px;
  font-weight: bold;
  text-decoration: none;
}
.single-cc_landing .layout-landing button:hover, .single-cc_landing .layout-landing .button:hover, .page-template-page-landing .layout-landing button:hover, .page-template-page-landing .layout-landing .button:hover {
  background-color: white;
  color: #061d9d;
}
.single-cc_landing .layout-landing button.orange, .single-cc_landing .layout-landing .button.orange, .page-template-page-landing .layout-landing button.orange, .page-template-page-landing .layout-landing .button.orange {
  background-color: #de5b44;
  border-color: #de5b44;
}
.single-cc_landing .layout-landing button.orange:hover, .single-cc_landing .layout-landing .button.orange:hover, .page-template-page-landing .layout-landing button.orange:hover, .page-template-page-landing .layout-landing .button.orange:hover {
  background-color: white;
  color: #de5b44;
}
.single-cc_landing .layout-landing .gform_wrapper label, .page-template-page-landing .layout-landing .gform_wrapper label {
  color: #030f4f;
  font-weight: bold;
  font-size: 16px;
}
.single-cc_landing .layout-landing .social-share, .page-template-page-landing .layout-landing .social-share {
  display: flex;
}
.single-cc_landing .layout-landing .social-share a, .page-template-page-landing .layout-landing .social-share a {
  text-decoration: none !important;
}
.single-cc_landing .layout-landing .social-share .social-share-text, .page-template-page-landing .layout-landing .social-share .social-share-text {
  font-size: 20px;
  line-height: 1.8em;
}
.single-cc_landing .layout-landing .full-bleed-wrap, .page-template-page-landing .layout-landing .full-bleed-wrap {
  position: relative;
  margin: 40px -25px;
  padding: 40px 0;
}
.single-cc_landing .layout-landing .full-bleed-wrap > .row, .page-template-page-landing .layout-landing .full-bleed-wrap > .row {
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 686px) {
  .single-cc_landing .layout-landing .full-bleed-wrap, .page-template-page-landing .layout-landing .full-bleed-wrap {
    left: 50%;
    margin: 70px 0;
    margin-left: -50vw !important;
    padding: 70px 0;
    width: 100vw;
  }
}
.single-cc_landing .layout-landing .full-bleed-wrap.no-bg, .page-template-page-landing .layout-landing .full-bleed-wrap.no-bg {
  padding: 0;
}
.single-cc_landing .layout-landing .content-top, .page-template-page-landing .layout-landing .content-top {
  display: flex;
  margin-bottom: 60px;
  flex-direction: column;
}
@media screen and (min-width: 686px) {
  .single-cc_landing .layout-landing .content-top, .page-template-page-landing .layout-landing .content-top {
    flex-direction: row;
  }
  .single-cc_landing .layout-landing .content-top .feature-image, .page-template-page-landing .layout-landing .content-top .feature-image {
    flex: 1 1 40%;
    z-index: -1;
  }
  .single-cc_landing .layout-landing .content-top .meta.authors, .page-template-page-landing .layout-landing .content-top .meta.authors {
    font-size: 26px;
    font-weight: bold;
    margin: 60px 0 0;
  }
}
.single-cc_landing .layout-landing p.lead, .page-template-page-landing .layout-landing p.lead {
  font-weight: normal;
  font-size: 24px;
  line-height: 1.3;
}
.single-cc_landing .layout-landing blockquote, .page-template-page-landing .layout-landing blockquote {
  background-color: #de5b44;
  border-radius: 5px;
  padding: 45px 20px;
  max-width: 885px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 8px;
}
.single-cc_landing .layout-landing blockquote .source, .page-template-page-landing .layout-landing blockquote .source {
  font-size: 18px;
  font-weight: bold;
  margin: 45px 0 -15px;
}
.single-cc_landing .layout-landing blockquote .source a, .page-template-page-landing .layout-landing blockquote .source a {
  color: #f4cbc0;
}
.single-cc_landing .layout-landing blockquote, .single-cc_landing .layout-landing blockquote p, .page-template-page-landing .layout-landing blockquote, .page-template-page-landing .layout-landing blockquote p {
  font: 36px/1.2 Arial, sans-serif;
  color: white;
}
.single-cc_landing .layout-landing .bg-navy-light, .page-template-page-landing .layout-landing .bg-navy-light {
  background-color: #e6eef5;
}
.single-cc_landing .layout-landing .bg-green-light, .page-template-page-landing .layout-landing .bg-green-light {
  background-color: #e3f7f6;
}
.single-cc_landing .layout-landing .bg-orange-light, .page-template-page-landing .layout-landing .bg-orange-light {
  background-color: #fbeae6;
}
.single-cc_landing .layout-landing img.expand-120, .page-template-page-landing .layout-landing img.expand-120 {
  max-width: 120%;
  margin-left: -10%;
  margin-right: -10%;
}
.single-cc_landing .layout-landing .formalizing-block img, .page-template-page-landing .layout-landing .formalizing-block img {
  margin: 60px 0 0 -20%;
}
.single-cc_landing .layout-landing .popover-container, .page-template-page-landing .layout-landing .popover-container {
  position: relative;
}
.single-cc_landing .layout-landing .popover-container .popover-inner, .page-template-page-landing .layout-landing .popover-container .popover-inner {
  position: absolute;
  background: white;
  bottom: 150px;
  right: -100px;
  width: 680px;
  padding: 60px 50px 50px;
  font-size: 22px;
  font-weight: bold;
  border: 3px solid #030f4f;
  border-radius: 40px;
  box-shadow: 8px 8px 10px rgba(3, 15, 79, 0.3);
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.single-cc_landing .layout-landing .popover-container .popover-inner .popover-backdrop, .page-template-page-landing .layout-landing .popover-container .popover-inner .popover-backdrop {
  width: 100vw;
  height: 0;
  position: fixed;
  z-index: 0;
  top: 0;
  left: 0;
}
.single-cc_landing .layout-landing .popover-container .popover-inner .popover-content, .page-template-page-landing .layout-landing .popover-container .popover-inner .popover-content {
  z-index: 1;
  position: relative;
}
.single-cc_landing .layout-landing .popover-container .popover-inner.show, .page-template-page-landing .layout-landing .popover-container .popover-inner.show {
  visibility: visible;
  opacity: 1;
}
.single-cc_landing .layout-landing .popover-container .popover-inner.show .popover-backdrop, .page-template-page-landing .layout-landing .popover-container .popover-inner.show .popover-backdrop {
  height: 100vh;
}
.single-cc_landing .layout-landing .popover-container .popover-inner .close, .page-template-page-landing .layout-landing .popover-container .popover-inner .close {
  width: 20px;
  height: 20px;
  cursor: pointer;
  background-image: url("./close.png");
  background-size: cover;
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 1;
}
.single-cc_landing .layout-landing .popover-container .popover-inner:after, .page-template-page-landing .layout-landing .popover-container .popover-inner:after {
  content: "";
  width: 260px;
  height: 92px;
  background-image: url("./popover-point.png");
  background-size: cover;
  position: absolute;
  bottom: -92px;
  right: 80px;
}
.single-cc_landing .layout-landing .popover-container .popover-inner img.couch, .page-template-page-landing .layout-landing .popover-container .popover-inner img.couch {
  margin: 0 0 0px 10px;
  float: right;
  width: 120px;
}
.single-cc_landing .layout-landing .popover-container .popover-inner img.collecting, .page-template-page-landing .layout-landing .popover-container .popover-inner img.collecting {
  margin: 0 0 0px 10px;
  float: right;
  width: 80px;
}
.single-cc_landing .layout-landing .popover-container .popover-inner img.cultivating, .page-template-page-landing .layout-landing .popover-container .popover-inner img.cultivating {
  margin: 0 0 0px 10px;
  float: right;
  width: 120px;
}
.single-cc_landing .layout-landing .popover-container.early-planning img, .page-template-page-landing .layout-landing .popover-container.early-planning img {
  margin-right: -50%;
  max-width: 150%;
}
.single-cc_landing .layout-landing .popover-container.early-planning .popover-explainer, .page-template-page-landing .layout-landing .popover-container.early-planning .popover-explainer {
  max-width: 300px;
  margin-top: -105px;
  margin-left: 45px;
  margin-right: 45px;
}
.single-cc_landing .layout-landing .popover-container.early-planning .cta, .page-template-page-landing .layout-landing .popover-container.early-planning .cta {
  margin-left: 45px;
  margin-right: 45px;
}
.single-cc_landing .layout-landing .popover-container.early-planning .popover-inner:after, .page-template-page-landing .layout-landing .popover-container.early-planning .popover-inner:after {
  right: 215px;
}
.single-cc_landing .layout-landing .popover-container.collecting .popover-explainer, .page-template-page-landing .layout-landing .popover-container.collecting .popover-explainer {
  max-width: 300px;
  margin-top: -135px;
  margin-left: 85px;
  margin-right: 0;
}
.single-cc_landing .layout-landing .popover-container.collecting .cta, .page-template-page-landing .layout-landing .popover-container.collecting .cta {
  margin-left: 85px;
  margin-right: 0;
}
.single-cc_landing .layout-landing .popover-container.collecting .popover-inner, .page-template-page-landing .layout-landing .popover-container.collecting .popover-inner {
  right: auto;
  left: 0;
}
.single-cc_landing .layout-landing .popover-container.collecting .popover-inner:after, .page-template-page-landing .layout-landing .popover-container.collecting .popover-inner:after {
  right: 350px;
}
.single-cc_landing .layout-landing p.pad-right, .page-template-page-landing .layout-landing p.pad-right {
  padding-right: 60px;
}
.single-cc_landing .layout-landing .popover-container.cultivating img, .page-template-page-landing .layout-landing .popover-container.cultivating img {
  margin-right: -60%;
  max-width: 150%;
  margin-left: 10%;
  margin-top: -105px;
}
.single-cc_landing .layout-landing .popover-container.cultivating .popover-explainer, .page-template-page-landing .layout-landing .popover-container.cultivating .popover-explainer {
  max-width: 300px;
  margin-top: -145px;
  margin-left: 85px;
  margin-right: -70px;
}
.single-cc_landing .layout-landing .popover-container.cultivating .cta, .page-template-page-landing .layout-landing .popover-container.cultivating .cta {
  margin-left: 85px;
  margin-right: 0;
}
@media screen and (max-width: 685px) {
  .single-cc_landing .layout-landing, .page-template-page-landing .layout-landing {
    margin-top: 60px;
  }
  .single-cc_landing .layout-landing .column, .single-cc_landing .layout-landing .columns, .page-template-page-landing .layout-landing .column, .page-template-page-landing .layout-landing .columns {
    padding-right: 25px;
    padding-left: 25px;
  }
  .single-cc_landing .layout-landing h1, .page-template-page-landing .layout-landing h1 {
    font-size: 40px;
  }
  .single-cc_landing .layout-landing h2, .page-template-page-landing .layout-landing h2 {
    font-size: 32px;
  }
  .single-cc_landing .layout-landing h2.article-subheading, .page-template-page-landing .layout-landing h2.article-subheading {
    max-width: 300px;
  }
  .single-cc_landing .layout-landing h3, .page-template-page-landing .layout-landing h3 {
    font-size: 22px;
  }
  .single-cc_landing .layout-landing p.lead, .page-template-page-landing .layout-landing p.lead {
    font-size: 18px;
  }
  .single-cc_landing .layout-landing p, .page-template-page-landing .layout-landing p {
    font-size: 16px;
  }
  .single-cc_landing .layout-landing blockquote p, .page-template-page-landing .layout-landing blockquote p {
    font-size: 28px;
  }
  .single-cc_landing .layout-landing blockquote .source, .page-template-page-landing .layout-landing blockquote .source {
    font-size: 16px;
    margin-top: 20px;
  }
  .single-cc_landing .layout-landing img.expand-120, .page-template-page-landing .layout-landing img.expand-120 {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .single-cc_landing .layout-landing .formalizing-block img, .page-template-page-landing .layout-landing .formalizing-block img {
    margin-left: 0;
  }
  .single-cc_landing .layout-landing .popover-container .popover-inner, .page-template-page-landing .layout-landing .popover-container .popover-inner {
    max-width: 98%;
    bottom: 130px;
    right: 0px;
    padding: 40px 30px 30px;
    font-size: 16px;
    border: 2px solid #030f4f;
    border-radius: 30px;
    box-shadow: 4px 4px 8px rgba(3, 15, 79, 0.3);
  }
  .single-cc_landing .layout-landing .popover-container .popover-inner .close, .page-template-page-landing .layout-landing .popover-container .popover-inner .close {
    width: 15px;
    height: 15px;
    top: 20px;
    right: 20px;
  }
  .single-cc_landing .layout-landing .popover-container .popover-inner:after, .page-template-page-landing .layout-landing .popover-container .popover-inner:after {
    width: 130px;
    height: 46px;
    bottom: -46px;
    right: 50px;
  }
  .single-cc_landing .layout-landing .popover-container .popover-inner img.couch, .page-template-page-landing .layout-landing .popover-container .popover-inner img.couch {
    width: 80px;
  }
  .single-cc_landing .layout-landing .popover-container .popover-inner img.collecting, .page-template-page-landing .layout-landing .popover-container .popover-inner img.collecting {
    width: 60px;
  }
  .single-cc_landing .layout-landing .popover-container .popover-inner img.cultivating, .page-template-page-landing .layout-landing .popover-container .popover-inner img.cultivating {
    width: 80px;
  }
  .single-cc_landing .layout-landing .popover-container.early-planning img, .page-template-page-landing .layout-landing .popover-container.early-planning img {
    margin-right: 0;
    max-width: 100%;
    margin-top: 30px;
  }
  .single-cc_landing .layout-landing .popover-container.collecting img, .page-template-page-landing .layout-landing .popover-container.collecting img {
    max-width: 300px;
  }
  .single-cc_landing .layout-landing .popover-container.collecting .popover-explainer, .page-template-page-landing .layout-landing .popover-container.collecting .popover-explainer {
    margin-top: -105px;
  }
  .single-cc_landing .layout-landing .popover-container.collecting .popover-inner:after, .page-template-page-landing .layout-landing .popover-container.collecting .popover-inner:after {
    right: 120px;
  }
  .single-cc_landing .layout-landing p.pad-right, .page-template-page-landing .layout-landing p.pad-right {
    padding-right: 0;
  }
  .single-cc_landing .layout-landing .popover-container.cultivating img, .page-template-page-landing .layout-landing .popover-container.cultivating img {
    margin-right: 0;
    max-width: 100%;
    margin-top: 30px;
    margin-left: 0;
  }
  .single-cc_landing .layout-landing .popover-container.cultivating .popover-explainer, .page-template-page-landing .layout-landing .popover-container.cultivating .popover-explainer {
    margin-left: 25px;
    margin-right: 85px;
    margin-top: -125px;
  }
  .single-cc_landing .layout-landing .popover-container.cultivating .cta, .page-template-page-landing .layout-landing .popover-container.cultivating .cta {
    margin-left: 25px;
  }
}
@-webkit-keyframes fadeInLeftSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.single-cc_landing .layout-landing .fadeInLeftSmall, .page-template-page-landing .layout-landing .fadeInLeftSmall {
  -webkit-animation-name: fadeInLeftSmall;
  animation-name: fadeInLeftSmall;
}
@-webkit-keyframes fadeInRightSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.single-cc_landing .layout-landing .fadeInRightSmall, .page-template-page-landing .layout-landing .fadeInRightSmall {
  -webkit-animation-name: fadeInRightSmall;
  animation-name: fadeInRightSmall;
}
@-webkit-keyframes fadeInDownSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.single-cc_landing .layout-landing .fadeInDownSmall, .page-template-page-landing .layout-landing .fadeInDownSmall {
  -webkit-animation-name: fadeInDownSmall;
  animation-name: fadeInDownSmall;
}
.single-cc_landing .layout-landing .wow, .page-template-page-landing .layout-landing .wow {
  transition: all 0.5s ease-in-out;
}

/* end landing page styles */
.article-content .flow-box {
  list-style: none;
  display: flex;
  justify-content: space-between;
  margin: 50px 0;
  padding: 0;
  flex-direction: column;
  align-items: center;
}
.article-content .flow-box li {
  position: relative;
  margin-bottom: 120px;
  width: 80%;
  max-width: 420px;
}
.article-content .flow-box li > div {
  background-color: #f4cbc0;
  border-radius: 5px;
  padding: 25px;
  font-size: 18px;
  font-weight: bold;
  height: 100%;
  transition: all 0.2s ease-in-out;
  border: 1px solid transparent;
}
.article-content .flow-box li:after {
  content: "";
  position: absolute;
  width: 45px;
  height: 38px;
  right: 45%;
  bottom: -75px;
  background-image: url("./arrow-orange.svg");
  background-size: cover;
  transform: rotate(90deg);
}
.article-content .flow-box li:last-child {
  margin-bottom: 0;
}
.article-content .flow-box li:last-child:after {
  display: none;
}
.article-content .flow-box li:hover > div {
  background: white;
  border: 1px solid #de5b44;
  transform: scale(1.1);
}
@media screen and (min-width: 686px) {
  .article-content .flow-box {
    flex-direction: row;
    align-items: stretch;
    margin: 75px 0;
  }
  .article-content .flow-box li {
    width: 26%;
    margin-bottom: 0;
  }
  .article-content .flow-box li:after {
    right: -30%;
    bottom: 43%;
    transform: rotate(0deg);
  }
}

.pum-container .button {
  margin-bottom: 0;
}
.pum-container button.pum-close {
  margin: 0;
}
.pum-container .pum-content > h3:first-child {
  margin-top: 40px;
}

/** Custom gravity form styling **/
main .gform-theme--framework, main .gform-theme--foundation {
  --gf-ctrl-btn-bg-color-primary: #1770b1;
  --gf-ctrl-label-color-tertiary: --gf-ctrl-label-color-primary;
  --gf-form-gap-y: 20px;
  max-width: 780px;
}
main .gform-theme--framework .gform_footer, main .gform-theme--foundation .gform_footer {
  margin-bottom: 20px;
}
