section,
article,
aside,
header,
footer,
div,
span,
a,
a:visited,
p,
ul,
li,
form,
input,
input[type=search],
textarea {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=submit] {
  cursor: pointer !important;
}

*,
*::after,
*::before {
  box-sizing: inherit;
}

*:focus {
  outline: none;
}

ul {
  padding-left: 30px;
}

.centered {
  text-align: center;
}

.left {
  float: left;
}

.right {
  float: right;
}

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

.caps {
  text-transform: uppercase;
}

.hidden {
  display: none !important;
}

.invisible {
  opacity: 0 !important;
}

@media screen and (max-width: 920px) {
  .hide-mobile {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .hide-small-mobile {
    display: none;
  }
}

.show-very-small-mobile {
  display: none !important;
}
@media screen and (max-width: 380px) {
  .show-very-small-mobile {
    display: block !important;
  }
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

img {
  max-width: 100%;
}

figure.youtube-figure {
  margin: 0 0 30px;
}

.youtube-embed {
  max-width: 100%;
}

.youtube-embed-inner {
  position: relative;
  padding-top: 56.25%;
  height: 0;
  overflow: hidden;
}
.youtube-embed-inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

a,
a:visited {
  text-decoration: none;
  color: #02884d;
}
a:hover,
a:visited:hover {
  text-decoration: underline;
  color: #02884d;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

p {
  margin: 0 0 30px;
  padding: 0;
}

h1 {
  margin-bottom: 22px;
  font-family: "Montserrat", serif;
  font-size: 36px;
  line-height: 44px;
  text-transform: uppercase;
  color: #4a4a4a;
}
@media screen and (max-width: 920px) {
  h1 {
    font-size: 30px;
    line-height: 40px;
  }
}

h2 {
  margin-bottom: 6px;
  font-family: "Montserrat", serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
  color: #f96241;
}
h2.alt {
  padding-top: 11px;
  padding-bottom: 30px;
  text-transform: none;
}
@media screen and (max-width: 920px) {
  h2 {
    font-size: 20px;
    line-height: 26px;
  }
}

h3 {
  margin-bottom: 11px;
  font-family: "Montserrat", serif;
  font-size: 20px;
  line-height: 27px;
  font-weight: 700;
  color: #02884d;
}

h4 {
  margin-bottom: 30px;
  font-family: "Montserrat", serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  text-transform: uppercase;
  color: #4a4a4a;
}

h5 {
  margin-bottom: 10px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 32px;
  font-weight: 700;
  color: #4a4a4a;
}

a.btn,
a.btn:visited,
input.btn,
button.btn,
.btn {
  padding: 0 26px;
  min-width: 120px;
  height: 50px;
  font-family: "Montserrat", serif;
  font-size: 14px;
  line-height: 48px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
  border: none;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  display: inline-block;
  -webkit-transition: background 0.18s ease;
  -moz-transition: background 0.18s ease;
  -ms-transition: background 0.18s ease;
  -o-transition: background 0.18s ease;
  transition: background 0.18s ease;
  background: #f96241;
}
a.btn[type=submit], a.btn[type=button],
a.btn:visited[type=submit],
a.btn:visited[type=button],
input.btn[type=submit],
input.btn[type=button],
button.btn[type=submit],
button.btn[type=button],
.btn[type=submit],
.btn[type=button] {
  padding-bottom: 2px;
}
a.btn.wide,
a.btn:visited.wide,
input.btn.wide,
button.btn.wide,
.btn.wide {
  min-width: 230px;
}
a.btn:hover,
a.btn:visited:hover,
input.btn:hover,
button.btn:hover,
.btn:hover {
  text-decoration: none;
  background: rgb(240.8015102041, 86.5164228039, 52.7984897959);
}
a.btn.green,
a.btn:visited.green,
input.btn.green,
button.btn.green,
.btn.green {
  background: #4fcb9f;
}
a.btn.green:hover,
a.btn:visited.green:hover,
input.btn.green:hover,
button.btn.green:hover,
.btn.green:hover {
  background: rgb(71.9466315789, 189.6533684211, 147.8864617997);
}
a.btn.small,
a.btn:visited.small,
input.btn.small,
button.btn.small,
.btn.small {
  padding: 8px 26px 7px;
  height: auto;
  font-weight: 400;
  line-height: 15px;
}
a.btn.bordered,
a.btn:visited.bordered,
input.btn.bordered,
button.btn.bordered,
.btn.bordered {
  line-height: 46px;
  color: #02884d;
  border: 1px solid #d8d8d8;
  -webkit-transition: background 0.18s ease, border 0.18s ease, color 0.18s ease;
  -moz-transition: background 0.18s ease, border 0.18s ease, color 0.18s ease;
  -ms-transition: background 0.18s ease, border 0.18s ease, color 0.18s ease;
  -o-transition: background 0.18s ease, border 0.18s ease, color 0.18s ease;
  transition: background 0.18s ease, border 0.18s ease, color 0.18s ease;
  background: transparent;
}
a.btn.bordered:hover,
a.btn:visited.bordered:hover,
input.btn.bordered:hover,
button.btn.bordered:hover,
.btn.bordered:hover {
  color: #ffffff;
  border-color: #4fcb9f;
  background: #4fcb9f;
}
a.btn.bordered.translucent,
a.btn:visited.bordered.translucent,
input.btn.bordered.translucent,
button.btn.bordered.translucent,
.btn.bordered.translucent {
  color: #ffffff;
  background: rgba(0, 0, 0, 0.05);
}
a.btn.bordered.translucent:hover,
a.btn:visited.bordered.translucent:hover,
input.btn.bordered.translucent:hover,
button.btn.bordered.translucent:hover,
.btn.bordered.translucent:hover {
  border-color: #d8d8d8;
  background: rgba(0, 0, 0, 0.1);
}
a.btn.full,
a.btn:visited.full,
input.btn.full,
button.btn.full,
.btn.full {
  display: block;
}

button.button--text, button.button--icon {
  text-align: left;
  border: none;
  outline: none;
  background-color: transparent;
  margin: 0;
  padding: 0;
  cursor: pointer;
  color: inherit;
}
button.button--text:focus, button.button--icon:focus {
  outline: none;
}
form.loading:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  content: "";
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) url("../../img/loading.gif") center 6px no-repeat;
}
form input[type=submit] {
  margin-top: 30px;
}

.form-inner:before, .form-inner:after {
  content: "";
  display: table;
}
.form-inner:after {
  clear: both;
}

.label {
  margin-bottom: 15px;
  padding-left: 10px;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #4a4a4a;
  display: block;
}
.label.spaced-out {
  padding-top: 9px;
}

input.field,
textarea.field,
.field {
  margin: 0 0 25px;
  padding: 12px 25px 13px;
  width: 100%;
  min-width: 100%;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  color: #4a4a4a;
  word-break: normal;
  border: 1px solid #d1d1d1;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  outline: none;
  display: inline-block;
  background: #ffffff;
  -webkit-appearance: none;
  -webkit-transition: border 0.1s ease, box-shadow 0.1s ease;
  -moz-transition: border 0.1s ease, box-shadow 0.1s ease;
  -ms-transition: border 0.1s ease, box-shadow 0.1s ease;
  -o-transition: border 0.1s ease, box-shadow 0.1s ease;
  transition: border 0.1s ease, box-shadow 0.1s ease;
}
input.field:focus,
textarea.field:focus,
.field:focus {
  border-color: rgb(190.5, 190.5, 190.5);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.04);
  -ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.04);
  -o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.04);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.04);
}
input.field.errored,
textarea.field.errored,
.field.errored {
  border-color: #f07576;
  background: #ffeded;
}
input.field.full,
textarea.field.full,
.field.full {
  width: 100%;
  display: block;
}

textarea.field {
  padding: 15px 25px 17px;
  min-height: 350px;
  resize: none;
}

.row:before, .row:after {
  content: "";
  display: table;
}
.row:after {
  clear: both;
}

[class^=col-],
[class*=" col-"] {
  padding: 0 30px;
  float: left;
  min-height: 1px;
}
.half-padding [class^=col-],
.half-padding [class*=" col-"] {
  padding: 0 10px;
}
.more-padding [class^=col-],
.more-padding [class*=" col-"] {
  padding: 0 20px;
}
[class^=col-].centered,
[class*=" col-"].centered {
  text-align: center;
}
[class^=col-].center-col,
[class*=" col-"].center-col {
  margin-left: auto;
  margin-right: auto;
  float: none;
}
[class^=col-].center-col.more-space,
[class*=" col-"].center-col.more-space {
  padding-top: 15px;
}
[class^=col-].center-col.inline-buttons,
[class*=" col-"].center-col.inline-buttons {
  font-size: 0;
}
[class^=col-].center-col.inline-buttons .btn,
[class*=" col-"].center-col.inline-buttons .btn {
  margin-left: 20px;
  margin-right: 20px;
  display: inline-block;
}
@media screen and (max-width: 480px) {
  [class^=col-].center-col.inline-buttons .btn,
  [class*=" col-"].center-col.inline-buttons .btn {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    display: block;
  }
}

.half-padding {
  padding-left: 10px;
  padding-right: 10px;
}

.more-padding {
  padding-left: 20px;
  padding-right: 20px;
}

.col-5 {
  width: 5%;
}

.col-10 {
  width: 10%;
}

.col-15 {
  width: 15%;
}

.col-20 {
  width: 20%;
}

.col-25 {
  width: 25%;
}

.col-30 {
  width: 30%;
}

.col-33 {
  width: 33.3333333333%;
}

.col-35 {
  width: 35%;
}

.col-40 {
  width: 40%;
}

.col-45 {
  width: 45%;
}

.col-50 {
  width: 50%;
}

.col-55 {
  width: 55%;
}

.col-60 {
  width: 60%;
}

.col-65 {
  width: 65%;
}

.col-70 {
  width: 70%;
}

.col-75 {
  width: 75%;
}

.col-80 {
  width: 80%;
}

.col-85 {
  width: 85%;
}

.col-90 {
  width: 90%;
}

.col-95 {
  width: 95%;
}

.col-100 {
  width: 100%;
  float: none;
  clear: both;
}

@media screen and (max-width: 767px) {
  .mobile-100 {
    width: 100%;
    float: none;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .mobile-60 {
    width: 60%;
  }
}

@media screen and (max-width: 767px) {
  .mobile-50 {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .mobile-40 {
    width: 40%;
  }
}

@media screen and (max-width: 480px) {
  .small-mobile-100 {
    width: 100%;
    float: none;
  }
}

body.show-mobile-nav .mobile-nav {
  width: 100%;
}
@media screen and (max-width: 1200px) {
  body.show-mobile-nav {
    left: -290px;
  }
  body.show-mobile-nav #header {
    left: -100%;
  }
  body.show-mobile-nav .mobile-nav {
    right: 0;
  }
}
@media screen and (max-width: 1200px) {
  body.show-side-nav {
    overflow-y: hidden;
    left: -290px;
    padding-top: 0 !important;
  }
  body.show-side-nav #header {
    left: -100%;
  }
  body.show-side-nav .page-with-side-nav .side-nav {
    right: 0;
    width: 100%;
  }
}

.close-me-sidenav {
  transform: translateY(-5px);
}

.toggle-side-nav {
  padding: 15px 30px 16px;
  font-family: "Montserrat", serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  vertical-align: top;
  cursor: pointer;
  -webkit-box-shadow: inset 1px -1px 2px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: inset 1px -1px 2px rgba(0, 0, 0, 0.04);
  -ms-box-shadow: inset 1px -1px 2px rgba(0, 0, 0, 0.04);
  -o-box-shadow: inset 1px -1px 2px rgba(0, 0, 0, 0.04);
  box-shadow: inset 1px -1px 2px rgba(0, 0, 0, 0.04);
  display: none;
  background: rgba(0, 0, 0, 0.06) url("../img/show-nav.svg") calc(100% - 30px) 24px no-repeat;
}
body.show-side-nav .toggle-side-nav {
  background-position: calc(100% - 26px) 17px;
  background-image: url("../img/x.svg");
}
.toggle-side-nav:hover {
  text-decoration: none;
}
@media screen and (max-width: 1200px) {
  .toggle-side-nav {
    display: block;
  }
  .toggle-side-nav.on-top {
    z-index: 4000;
  }
}

.side-nav-bg {
  position: absolute;
  top: -154px;
  left: 0;
  width: 340px;
  bottom: 0;
  z-index: 0;
  content: "";
  background: rgba(0, 0, 0, 0.06);
}
@media screen and (max-width: 1200px) {
  .side-nav-bg {
    display: none;
  }
}

.page-with-side-nav {
  z-index: 800;
  padding-bottom: calc(20px + 8vw);
  background: url("../img/grain.png") 0 0 repeat;
}
.page-with-side-nav:before, .page-with-side-nav:after {
  content: "";
  display: table;
}
.page-with-side-nav:after {
  clear: both;
}
.page-with-side-nav.extra-wide-side-nav .side-nav {
  width: 300px;
  padding-right: 20px;
}
.page-with-side-nav.extra-wide-side-nav .content-column {
  width: calc(100% - 300px);
}
@media screen and (max-width: 920px) {
  .page-with-side-nav.extra-wide-side-nav .content-column {
    width: 100%;
  }
}
.page-with-side-nav .nodes-bg-inner-page {
  position: absolute;
  top: -136px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  display: block;
  background-repeat: no-repeat;
  background-position: top right;
  background-image: url("../img/nodes-inner-alternative.png");
  -webkit-background-size: 291px;
  -moz-background-size: 291px;
  -ms-background-size: 291px;
  -o-background-size: 291px;
  background-size: 291px;
}
@media screen and (max-width: 920px) {
  .page-with-side-nav .nodes-bg-inner-page {
    display: none;
  }
}
.page-with-side-nav .side-nav {
  padding-right: 60px;
  padding-bottom: 60px;
  width: 270px;
  float: left;
}
@media screen and (max-width: 1200px) {
  .page-with-side-nav .side-nav {
    position: fixed;
    top: 0;
    right: -290px;
    bottom: 0;
    z-index: 1000;
    padding: 13px 28px 40px;
    width: 290px;
    border-top: 2px solid #4fcb9f;
    overflow-y: auto;
    background: url("../img/grain-dark.png") 0 0 repeat;
    -webkit-transition: right 0.3s ease;
    -moz-transition: right 0.3s ease;
    -ms-transition: right 0.3s ease;
    -o-transition: right 0.3s ease;
    transition: right 0.3s ease;
    -webkit-background-size: 200px 200px;
    -moz-background-size: 200px 200px;
    -ms-background-size: 200px 200px;
    -o-background-size: 200px 200px;
    background-size: 200px 200px;
  }
}
.page-with-side-nav .side-nav .side-nav-close {
  display: block;
  display: flex;
  justify-content: flex-end;
}
.page-with-side-nav .side-nav .side-nav-close > button {
  padding: 10px;
}
.page-with-side-nav .side-nav .level-one-nav {
  position: relative;
  margin: 0;
  padding: 0;
  list-style-position: inside;
  display: block;
}
.page-with-side-nav .side-nav .level-one-nav > li {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  border-top: 1px solid #cdcdcd;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  -ms-box-shadow: inset 0 1px 0 #ffffff;
  -o-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
}
@media screen and (max-width: 1200px) {
  .page-with-side-nav .side-nav .level-one-nav > li:first-child {
    border-top: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
  }
}
.page-with-side-nav .side-nav .level-one-nav > li .expand-collapse {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  width: 26px;
  height: 63px;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: transform 0.14s ease;
  -moz-transition: transform 0.14s ease;
  -ms-transition: transform 0.14s ease;
  -o-transition: transform 0.14s ease;
  transition: transform 0.14s ease;
  background: rgba(0, 0, 0, 0) url("../img/icon-caret-down.svg") calc(100% - 2px) 27px no-repeat;
  -webkit-background-size: 20px;
  -moz-background-size: 20px;
  -ms-background-size: 20px;
  -o-background-size: 20px;
  background-size: 20px;
}
.page-with-side-nav .side-nav .level-one-nav > li.expanded .expand-collapse {
  background: url("../img/icon-caret-up.svg") calc(100% - 2px) 26px no-repeat;
}
.page-with-side-nav .side-nav .level-one-nav > li.expanded .level-two-nav {
  display: block;
}
.page-with-side-nav .side-nav .level-one-nav > li:last-child {
  border-bottom: 1px solid #cdcdcd;
  -webkit-box-shadow: inset 0 1px 0 #ffffff, 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff, 0 1px 0 #ffffff;
  -ms-box-shadow: inset 0 1px 0 #ffffff, 0 1px 0 #ffffff;
  -o-box-shadow: inset 0 1px 0 #ffffff, 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff, 0 1px 0 #ffffff;
}
.page-with-side-nav .side-nav .level-one-nav > li > a,
.page-with-side-nav .side-nav .level-one-nav > li > a:visited {
  position: relative;
  padding: 16px 40px 16px 1px;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  text-decoration: none;
  color: #02884d;
  display: block;
}
.page-with-side-nav .side-nav .level-one-nav > li .level-two-nav {
  position: relative;
  margin: 0;
  padding: 3px 0 15px;
  list-style-position: inside;
  display: none;
}
.page-with-side-nav .side-nav .level-one-nav > li .level-two-nav li {
  position: relative;
  margin: 0;
  padding: 0;
  display: block;
}
.page-with-side-nav .side-nav .level-one-nav > li .level-two-nav li a,
.page-with-side-nav .side-nav .level-one-nav > li .level-two-nav li a:visited {
  position: relative;
  margin-bottom: 4px;
  padding: 11px 30px 15px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  text-decoration: none;
  color: #02884d;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  display: block;
}
@media screen and (max-width: 920px) {
  .page-with-side-nav .side-nav .level-one-nav > li .level-two-nav li a,
  .page-with-side-nav .side-nav .level-one-nav > li .level-two-nav li a:visited {
    padding-left: 14px;
    padding-right: 14px;
  }
}
.page-with-side-nav .side-nav .level-one-nav > li .level-two-nav li a.less-radius,
.page-with-side-nav .side-nav .level-one-nav > li .level-two-nav li a:visited.less-radius {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.page-with-side-nav .side-nav .level-one-nav > li .level-two-nav li a.active,
.page-with-side-nav .side-nav .level-one-nav > li .level-two-nav li a:visited.active {
  color: #4b4a4d;
  background: #d3d3d3;
}
.page-with-side-nav .side-nav .level-one-nav.no-outer-borders > li:first-of-type {
  border-top: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.page-with-side-nav .side-nav .level-one-nav.no-outer-borders > li:last-of-type {
  border-bottom: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

html {
  height: 100%;
  touch-action: manipulation;
  -ms-touch-action: manipulation;
  scroll-behavior: smooth;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  height: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  word-break: break-word;
  color: #4a4a4a;
  background: #ffffff;
  scroll-behavior: smooth;
  -webkit-transition: left 0.3s ease;
  -moz-transition: left 0.3s ease;
  -ms-transition: left 0.3s ease;
  -o-transition: left 0.3s ease;
  transition: left 0.3s ease;
}
body.modal-open {
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  body {
    padding-top: 60px;
  }
}

@media (prefers-reduced-motion) {
  html,
  body {
    scroll-behavior: auto;
  }
}
.global-scroll-top {
  position: fixed;
  bottom: -100px;
  right: 25px;
  background-color: #4fcb9f;
  z-index: 9999;
  padding: 12px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 920px) {
  .global-scroll-top {
    display: none;
  }
}
.global-scroll-top img {
  width: 30px;
  margin: auto;
  position: relative;
  top: 2px;
}

.global-scroll-top.visible {
  opacity: 1;
  bottom: 25px;
}

@media screen and (max-width: 767px) {
  .c-figure {
    text-align: center;
  }
}

.c-figure--left {
  float: left;
  margin: 10px 30px 30px 0;
}
@media screen and (max-width: 767px) {
  .c-figure--left {
    clear: both;
    display: block;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
}

.c-figure--right {
  float: right;
  margin: 10px 0 30px 30px;
}
@media screen and (max-width: 767px) {
  .c-figure--right {
    clear: both;
    display: block;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
}

.c-figure--full {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
  text-align: center;
}

.inner-container {
  margin: 0 auto;
  padding: 0 30px;
  max-width: 1220px;
}
.inner-container.narrow {
  margin: 0 auto;
  max-width: 870px;
}
.inner-container.less-wide {
  margin: 0 auto;
  max-width: 1000px;
}
.inner-container.has-grid {
  padding: 0 20px;
}
.inner-container.home-pad {
  padding-top: 75px;
}

.inner-page {
  background-image: url("../img/articles-bg.png");
}

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

.modal {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 15px;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  padding-left: 30px;
  padding-right: 30px;
  overflow-y: auto;
}
@media screen and (max-width: 901px) {
  .modal {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.modal.open {
  display: inline;
}
.modal .closing-btn {
  float: right;
  margin-top: -47px;
  margin-right: -8px;
  background: none;
  outline: none;
  border: none;
  cursor: pointer;
}
.modal .modal-inner {
  position: relative;
  min-height: 650px;
  max-width: 570px;
  width: 100%;
  padding: 50px 104px;
  background: #ffffff;
  margin: 56px auto;
  border-radius: 10px;
}
.modal .modal-inner.wide {
  max-width: 1080px;
  width: 75vw;
  padding: 0;
}
@media screen and (max-width: 901px) {
  .modal .modal-inner {
    padding: 30px 30px;
    max-height: unset;
    min-height: unset;
  }
}
.modal .modal-inner .close-modal {
  position: absolute;
  top: -14px;
  right: 0;
  font-size: 0;
  line-height: 0;
  display: inline-block;
  transform: translateY(-100%);
}
.modal .modal-inner .close-modal img {
  display: inline-block;
}
.modal .modal-inner .modal-header {
  position: relative;
  top: 0;
  text-align: center;
  padding: 42px 30px 0px;
}
.modal .modal-inner .modal-header .modal-header-title {
  font-family: "Montserrat", serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
}
.modal .modal-inner h4 {
  margin-bottom: 26px;
}
.modal .modal-inner .modal-body {
  position: relative;
  max-height: 100%;
  height: calc(100% - 79px);
  width: 100%;
  overflow-y: auto;
  padding: 20px;
  padding-left: 25px;
  padding-right: 25px;
}
.modal .modal-inner .modal-body .modal-body-text {
  overflow: hidden;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
.modal .modal-inner .modal-body .modal-body-text p {
  font-size: 18px;
  line-height: 28px;
  margin-top: 40px;
}
@media screen and (max-width: 901px) {
  .modal .modal-inner .modal-body .modal-body-text p {
    font-size: 16px;
    line-height: 26px;
    margin-top: 25px;
  }
}

#footer-subscribe {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 2rem;
}

#header {
  z-index: 9000;
  height: 104px;
  border-top: 2px solid #4fcb9f;
  -webkit-transition: left 0.3s ease;
  -moz-transition: left 0.3s ease;
  -ms-transition: left 0.3s ease;
  -o-transition: left 0.3s ease;
  transition: left 0.3s ease;
}
#header:before, #header:after {
  content: "";
  display: table;
}
#header:after {
  clear: both;
}
#header .inner-container {
  z-index: 10;
}
@media (max-width: 500px) {
  #header .inner-container {
    padding: 0 0 0 5px;
  }
}
#header .nodes-bg {
  z-index: 0;
  display: none;
}
#header .logo {
  margin-top: 26px;
  width: 210px;
  height: 71px;
  float: left;
  display: inline-block;
  background: url("../img/logo.svg") 0 0 no-repeat;
}
#header .logo img {
  display: inline-block;
}
#header .nav {
  padding-top: 35px;
  float: right;
  text-align: right;
}
#header .nav .btn {
  margin: 0 10px;
  padding-left: 22px;
  padding-right: 22px;
}
#header .nav a:not(.btn),
#header .nav a:not(.btn):visited {
  padding: 0 10px;
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
  color: #ffffff;
  display: inline-block;
}
#header .nav a:not(.btn):hover,
#header .nav a:not(.btn):visited:hover {
  text-decoration: none;
}
#header .nav .top-btns a.newsletter-signup,
#header .nav .top-btns a.give-to {
  font-weight: bold !important;
}
@media screen and (max-width: 1200px) {
  #header .nav .top-btns {
    display: none;
  }
}
#header .nav .bottom-btns {
  display: block;
  margin-top: 15px;
}
@media screen and (max-width: 1200px) {
  #header .nav .bottom-btns {
    display: inline;
    margin-top: 0;
  }
  #header .nav .bottom-btns .btn {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  #header .nav .bottom-btns .search-link {
    display: none;
  }
}
#header .nav .hamburger {
  display: inline-block;
}
#header .nav .hamburger path,
#header .nav .hamburger polygon {
  fill: #02884d;
}
#header .nav .subscribe {
  display: inline-block;
  margin-top: 16px;
  margin-right: 30px;
  transform: translateY(-2.2px);
}
@media (min-width: 1201px) {
  #header .nav .subscribe {
    display: none;
  }
}
@media (max-width: 340px) {
  #header .nav .subscribe {
    margin-right: 25px;
  }
}
#header .nav .subscribe a {
  height: 30px;
  width: 100px;
  border-radius: 25px;
  font-family: "Montserrat", serif;
  font-size: 11.5px !important;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #f96241 !important;
  border: 1px solid #f96241;
}
#header .nav .toggle-nav {
  transform: translate(-15px, 3px);
  cursor: pointer;
  display: none;
  margin-top: 16px;
}
#header .nav .close-me-nav {
  display: none;
  margin-top: 20px;
  margin-right: 15px;
}
#header .nav .sep {
  margin: 0 15px;
  font-size: 14px;
  line-height: 19px;
  font-weight: 300;
  color: #ffffff;
  display: inline-block;
}
#header .nav .search-link {
  padding-left: 40px;
}
#header .nav .search-link .search-icon {
  position: absolute;
  top: 0px;
  left: -25px;
}
body.inner-page #header {
  height: 155px;
  background: url("../img/grain.png") 0 0 repeat;
  -webkit-background-size: 200px 200px;
  -moz-background-size: 200px 200px;
  -ms-background-size: 200px 200px;
  -o-background-size: 200px 200px;
  background-size: 200px 200px;
}
body.inner-page #header .nodes-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  -ms-opacity: 0.7;
  -o-opacity: 0.7;
  filter: alpha(opacity=70);
  opacity: 0.7;
  display: block;
  background-repeat: no-repeat;
  background-position: top right;
  background-image: url("../img/nodes-inner.svg");
}
@media screen and (max-width: 920px) {
  body.inner-page #header .nodes-bg {
    background-image: none;
  }
}
body.inner-page #header .logo {
  background: url("../img/logo-green-lg.png") 0 0 no-repeat;
  -webkit-background-size: 210px 71px;
  -moz-background-size: 210px 71px;
  -ms-background-size: 210px 71px;
  -o-background-size: 210px 71px;
  background-size: 210px 71px;
}
body.inner-page #header .nav .btn.bordered.translucent {
  color: #02884d;
  border: 1px solid #d8d8d8;
  background: transparent;
}
body.inner-page #header .nav .btn.bordered.translucent:hover {
  color: #ffffff;
  border-color: #4fcb9f;
  background: #4fcb9f;
}
body.inner-page #header .nav .btn.bordered.translucent.active {
  color: #ffffff;
  border-color: #4fcb9f;
  background: #4fcb9f;
}
body.inner-page #header .nav .btn.bordered.translucent.active:hover {
  color: #ffffff;
  border-color: #4fcb9f;
  background: #4fcb9f;
}
body.inner-page #header .nav a:not(.btn),
body.inner-page #header .nav a:not(.btn):visited {
  color: #808080;
  -webkit-transition: color 0.18s ease;
  -moz-transition: color 0.18s ease;
  -ms-transition: color 0.18s ease;
  -o-transition: color 0.18s ease;
  transition: color 0.18s ease;
}
body.inner-page #header .nav a:not(.btn):hover,
body.inner-page #header .nav a:not(.btn):visited:hover {
  color: #4a4a4a;
}
body.inner-page #header .nav a:not(.btn).active,
body.inner-page #header .nav a:not(.btn):visited.active {
  color: #4fcb9f;
}
body.inner-page #header .nav .sep {
  color: #808080;
}
body.inner-page.alternative #header {
  background: none;
}
body.inner-page.alternative #header .nodes-bg {
  display: none;
}
@media screen and (max-width: 1200px) {
  #header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px !important;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
    -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
    -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.06);
    background: #ffffff !important;
  }
  #header .desktop {
    display: none;
  }
  #header .inner-container {
    padding-right: 0;
  }
  #header .logo {
    margin-top: 11px;
    width: 101px;
    height: 34px;
    background: url("../img/logo-green.png") 0 0 no-repeat !important;
    -webkit-background-size: 101px 34px !important;
    -moz-background-size: 101px 34px !important;
    -ms-background-size: 101px 34px !important;
    -o-background-size: 101px 34px !important;
    background-size: 101px 34px !important;
  }
  #header .nav {
    padding-top: 0;
    float: right;
  }
  #header .nav .btn {
    margin: 0 !important;
    padding: 20px 10px !important;
    min-width: 0 !important;
    height: auto !important;
    font-size: 14px !important;
    line-height: 18px !important;
    border: none !important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    color: #02884d !important;
    background: none !important;
  }
}
@media screen and (max-width: 1200px) and (max-width: 380px) {
  #header .nav .btn {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  #header .nav .toggle-nav {
    display: inline-block;
  }
  #header .nav .sep {
    display: none;
  }
}

.mobile-nav {
  position: fixed;
  top: 0;
  right: -290px;
  z-index: 1000;
  padding: 12px 38px;
  width: 290px;
  height: 100vh;
  border-top: 2px solid #4fcb9f;
  display: block;
  background: url("../img/grain-dark.png") 0 0 repeat;
  -webkit-background-size: 200px 200px;
  -moz-background-size: 200px 200px;
  -ms-background-size: 200px 200px;
  -o-background-size: 200px 200px;
  background-size: 200px 200px;
  -webkit-transition: right 0.3s ease;
  -moz-transition: right 0.3s ease;
  -ms-transition: right 0.3s ease;
  -o-transition: right 0.3s ease;
  transition: right 0.3s ease;
}
@media screen and (min-width: 1201px) {
  .mobile-nav {
    display: none;
  }
}
.mobile-nav a,
.mobile-nav a:visited {
  padding: 17px 1px 18px;
  font-size: 22px;
  line-height: 30px;
  color: #02884d;
  border-bottom: 1px solid #cdcdcd;
  display: block;
}
@media screen and (min-width: 381px) {
  .mobile-nav a.no-border-top,
  .mobile-nav a:visited.no-border-top {
    border-top: none;
  }
}
.mobile-nav a:first-child,
.mobile-nav a:visited:first-child {
  border-top: none;
}
.mobile-nav a:last-child,
.mobile-nav a:visited:last-child {
  border-bottom: none;
}
.mobile-nav a:hover,
.mobile-nav a:visited:hover {
  text-decoration: none;
}

.home-intro {
  z-index: 800;
  margin-top: -104px;
  padding: 191px 0 152px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-clip-path: polygon(100% calc(100% - 8vw), 50% 100%, 0 calc(100% - 8vw), 0 0, 50% 0, 100% 0);
  -moz-clip-path: polygon(100% calc(100% - 8vw), 50% 100%, 0 calc(100% - 8vw), 0 0, 50% 0, 100% 0);
  clip-path: polygon(100% calc(100% - 8vw), 50% 100%, 0 calc(100% - 8vw), 0 0, 50% 0, 100% 0);
}
@media screen and (max-width: 920px) {
  .home-intro {
    margin-top: 0;
    padding-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .home-intro {
    padding-bottom: 120px;
  }
}
@media screen and (max-width: 480px) {
  .home-intro {
    padding-bottom: 70px;
  }
}
.home-intro:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  content: "";
  background-repeat: no-repeat;
  background-position: top right;
  background-color: rgba(0, 0, 0, 0.25);
  background-image: url("../img/nodes.svg");
}
@media screen and (max-width: 920px) {
  .home-intro:after {
    background-image: none;
  }
}
.home-intro .inner-container {
  z-index: 10;
}
.home-intro .featured-digest {
  color: #ffffff;
}
.home-intro .featured-digest:before, .home-intro .featured-digest:after {
  content: "";
  display: table;
}
.home-intro .featured-digest:after {
  clear: both;
}
.home-intro .featured-digest .text {
  padding-right: 40px;
  width: calc(100% - 360px);
  float: left;
}
@media screen and (max-width: 600px) {
  .home-intro .featured-digest .text {
    padding-right: 5px;
  }
}
.home-intro .featured-digest .text.full {
  padding-right: 0;
  width: 100%;
}
@media screen and (max-width: 920px) {
  .home-intro .featured-digest .text {
    width: 100%;
    float: none;
  }
}
.home-intro .featured-digest h1 {
  margin-bottom: 15px;
  color: #ffffff;
  text-transform: none;
}
@media screen and (max-width: 600px) {
  .home-intro .featured-digest h1 {
    font-size: 20px;
    line-height: 30px;
  }
}
.home-intro .featured-digest h1 a,
.home-intro .featured-digest h1 a:visited {
  color: #ffffff;
}
.home-intro .featured-digest h1 a:hover,
.home-intro .featured-digest h1 a:visited:hover {
  text-decoration: none;
}
@media screen and (max-width: 920px) {
  .home-intro .featured-digest h1 {
    margin-bottom: 17px;
  }
}
.home-intro .featured-digest h2 {
  margin-bottom: 6px;
  color: #ffffff;
  color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 920px) {
  .home-intro .featured-digest h2 {
    margin-bottom: 9px;
  }
}
.home-intro .featured-digest p {
  margin-bottom: 23px;
}
.home-intro .featured-digest p a,
.home-intro .featured-digest p a:visited {
  color: #ffffff;
}
.home-intro .featured-digest p a:hover,
.home-intro .featured-digest p a:visited:hover {
  text-decoration: none;
}
@media screen and (max-width: 920px) {
  .home-intro .featured-digest p {
    display: none;
  }
}
.home-intro .featured-digest .featured-image {
  margin: 30px 0 0;
  width: 360px;
  max-width: 100%;
  float: right;
  display: block;
}
.home-intro .featured-digest .featured-image .whiteboard-frame {
  width: 360px;
  height: 245px;
  display: block;
}
.home-intro .featured-digest .featured-image .whiteboard-frame::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  content: "";
  background: url("../img/board.png") 0 0 no-repeat;
  -webkit-background-size: 360px 245px;
  -moz-background-size: 360px 245px;
  -ms-background-size: 360px 245px;
  -o-background-size: 360px 245px;
  background-size: 360px 245px;
}
.home-intro .featured-digest .featured-image .whiteboard-frame .bg-image {
  top: 7px;
  left: 7px;
  z-index: 10;
  width: calc(100% - 14px);
  height: calc(100% - 20px);
  display: block;
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media screen and (max-width: 420px) {
  .home-intro .featured-digest .featured-image .whiteboard-frame {
    width: 320px;
    height: 218px;
  }
  .home-intro .featured-digest .featured-image .whiteboard-frame:after {
    -webkit-background-size: 320px 218px;
    -moz-background-size: 320px 218px;
    -ms-background-size: 320px 218px;
    -o-background-size: 320px 218px;
    background-size: 320px 218px;
  }
}
@media screen and (max-width: 376px) {
  .home-intro .featured-digest .featured-image .whiteboard-frame {
    width: 280px;
    height: 190px;
  }
  .home-intro .featured-digest .featured-image .whiteboard-frame:after {
    -webkit-background-size: 280px 190px;
    -moz-background-size: 280px 190px;
    -ms-background-size: 280px 190px;
    -o-background-size: 280px 190px;
    background-size: 280px 190px;
  }
}
@media screen and (max-width: 340px) {
  .home-intro .featured-digest .featured-image .whiteboard-frame {
    width: 240px;
    height: 163px;
  }
  .home-intro .featured-digest .featured-image .whiteboard-frame:after {
    -webkit-background-size: 240px 163px;
    -moz-background-size: 240px 163px;
    -ms-background-size: 240px 163px;
    -o-background-size: 240px 163px;
    background-size: 240px 163px;
  }
}
@media screen and (max-width: 920px) {
  .home-intro .featured-digest .featured-image {
    margin: 0 0 30px;
    float: none;
  }
}

.spotlight {
  margin-top: -120px;
  padding: 160px 0 106px;
  background: url("../img/grain.png") 0 0 repeat;
  -webkit-background-size: 200px 200px;
  -moz-background-size: 200px 200px;
  -ms-background-size: 200px 200px;
  -o-background-size: 200px 200px;
  background-size: 200px 200px;
}
.spotlight .spotlight-articles {
  margin-left: auto;
  margin-right: auto;
  padding: 36px 0 56px;
  display: table;
}
.spotlight .spotlight-articles .spotlight-row {
  display: none;
}
.spotlight .spotlight-articles .spotlight-row:nth-of-type(1), .spotlight .spotlight-articles .spotlight-row:nth-of-type(2) {
  display: table-row;
}
.spotlight .spotlight-articles .spotlight-row .spotlight-cell {
  padding: 48px 60px 26px;
  width: 50%;
  display: table-cell;
  border: 1px solid #d8d8d8;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  -ms-box-shadow: inset 0 1px 0 #ffffff;
  -o-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
}
.spotlight .spotlight-articles .spotlight-row .spotlight-cell:first-child {
  padding-left: 30px;
  border-top: none;
  border-left: none;
}
.spotlight .spotlight-articles .spotlight-row .spotlight-cell:last-child {
  padding-right: 30px;
  border-top: none;
  border-left: none;
  border-right: none;
}
.spotlight .spotlight-articles .spotlight-row:first-child .spotlight-cell {
  padding-top: 16px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.spotlight .spotlight-articles .spotlight-row:last-child .spotlight-cell {
  padding-bottom: 0;
  border-bottom: none;
}
.spotlight .spotlight-articles.show-all .spotlight-row {
  display: table-row;
}
@media screen and (max-width: 767px) {
  .spotlight {
    padding: 160px 0 96px;
  }
  .spotlight .spotlight-articles {
    padding: 0 0 14px;
    display: block;
  }
  .spotlight .spotlight-articles .spotlight-row {
    display: block;
  }
  .spotlight .spotlight-articles .spotlight-row .spotlight-cell {
    padding: 26px 0 12px !important;
    width: 100%;
    border: none !important;
    border-top: 1px solid #d8d8d8 !important;
    -webkit-box-shadow: inset 0 1px 0 #ffffff;
    -moz-box-shadow: inset 0 1px 0 #ffffff;
    -ms-box-shadow: inset 0 1px 0 #ffffff;
    -o-box-shadow: inset 0 1px 0 #ffffff;
    box-shadow: inset 0 1px 0 #ffffff;
    display: block;
  }
  .spotlight .spotlight-articles .spotlight-row:first-child .spotlight-cell:first-child {
    border-top: none !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
  }
}

.previous-digests {
  background: url("../img/grain.png") 0 0 repeat;
  -webkit-background-size: 200px 200px;
  -moz-background-size: 200px 200px;
  -ms-background-size: 200px 200px;
  -o-background-size: 200px 200px;
  background-size: 200px 200px;
  padding-bottom: 67px;
}
.previous-digests .digest-item {
  margin: 0;
  padding: 54px 0 47px;
  border-top: 1px solid #d8d8d8;
}
.previous-digests .digest-item h3 {
  margin-bottom: 6px;
}
.previous-digests .digest-item h6 {
  margin-bottom: 7px;
  font-size: 14px;
  line-height: 32px;
  font-weight: 300;
  color: #4a4a4a;
}
.previous-digests .digest-item p {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}
.previous-digests .digest-item:first-child {
  padding-top: 45px;
  border-top: none;
}
@media screen and (max-width: 920px) {
  .previous-digests .digest-item .row [class^=col-],
  .previous-digests .digest-item .row [class*=" col-"] {
    padding: 0 30px;
    float: none;
    width: 100%;
    min-height: 1px;
  }
}
.previous-digests .digest-item .col-25 {
  padding: 0;
  padding-right: 15px;
}
@media screen and (max-width: 920px) {
  .previous-digests .digest-item .col-25 {
    margin-bottom: 30px;
  }
}
.previous-digests .digest-item .col-75 {
  padding-right: 0;
}
.previous-digests .digest-item .whiteboard-frame {
  width: 100%;
  height: 155px;
  display: block;
}
.previous-digests .digest-item .whiteboard-frame:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  content: "";
  background: url("../img/board.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -ms-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}
@media screen and (max-width: 920px) {
  .previous-digests .digest-item .whiteboard-frame:after {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.previous-digests .digest-item .whiteboard-frame .bg-image {
  top: 7px;
  left: 7px;
  z-index: 10;
  width: calc(100% - 14px);
  height: calc(100% - 20px);
  display: block;
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media screen and (max-width: 920px) {
  .previous-digests .digest-item .whiteboard-frame .bg-image {
    top: 0px;
    left: 0px;
    width: 100%;
    height: 145px;
    margin-left: auto;
    margin-right: auto;
  }
}

.dig-in {
  position: relative !important;
  z-index: 7000 !important;
  padding-bottom: 120px;
  background: url("../img/dig-in-bg.jpg") 0 0 no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-clip-path: polygon(100% calc(100% - 8vw), 50% 100%, 0 calc(100% - 8vw), 0 0, 50% 0, 100% 0);
  -moz-clip-path: polygon(100% calc(100% - 8vw), 50% 100%, 0 calc(100% - 8vw), 0 0, 50% 0, 100% 0);
  clip-path: polygon(100% calc(100% - 8vw), 50% 100%, 0 calc(100% - 8vw), 0 0, 50% 0, 100% 0);
}
.dig-in:before, .dig-in:after {
  content: "";
  display: table;
}
.dig-in:after {
  clear: both;
}
@media screen and (max-width: 700px) {
  .dig-in {
    padding-bottom: 90px;
  }
}

.search-wrap {
  top: -23px;
  margin: 0 auto 26px;
  width: 810px;
  max-width: 100%;
}
body.safari .search-wrap {
  top: 0;
  margin-top: 18px;
}
.search-wrap .field {
  margin-bottom: 0;
  padding-right: 52px;
  -webkit-box-shadow: 0 0 0 10px #ededed;
  -moz-box-shadow: 0 0 0 10px #ededed;
  -ms-box-shadow: 0 0 0 10px #ededed;
  -o-box-shadow: 0 0 0 10px #ededed;
  box-shadow: 0 0 0 10px #ededed;
}
.search-wrap .field:focus {
  -webkit-box-shadow: 0 0 0 10px #ededed;
  -moz-box-shadow: 0 0 0 10px #ededed;
  -ms-box-shadow: 0 0 0 10px #ededed;
  -o-box-shadow: 0 0 0 10px #ededed;
  box-shadow: 0 0 0 10px #ededed;
}

.search-btn {
  position: absolute;
  top: -28px;
  right: 10px;
  z-index: 10;
  margin: 0;
  padding: 23px;
  width: 25px;
  height: 25px;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  display: inline-block;
  background: url("../img/search.svg") center center no-repeat;
}

.new-in {
  padding: 20px 60px 0;
  width: 50%;
  border-right: 1px solid #d8d8d8;
}
.new-in:before, .new-in:after {
  content: "";
  display: table;
}
.new-in:after {
  clear: both;
}
@media screen and (max-width: 1140px) {
  .new-in {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 1080px) {
  .new-in {
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 20px;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #d8d8d8;
    float: none;
  }
}

.circle-topics {
  padding-top: 35px;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .circle-topics br {
    display: none;
  }
}

.topic {
  margin-bottom: 30px;
  text-align: center;
  display: inline-block;
}
@media screen and (max-width: 1080px) {
  .topic.left, .topic.right {
    float: none;
  }
}
.topic .circle {
  margin-bottom: 15px;
  width: 125px;
  height: 125px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  -webkit-transition: background 0.18s ease;
  -moz-transition: background 0.18s ease;
  -ms-transition: background 0.18s ease;
  -o-transition: background 0.18s ease;
  transition: background 0.18s ease;
  background: #4fcb9f;
}
.topic .circle img {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-53%);
  -moz-transform: translateY(-53%);
  -ms-transform: translateY(-53%);
  -o-transform: translateY(-53%);
  transform: translateY(-53%);
  -webkit-transition: transform 0.18s ease;
  -moz-transition: transform 0.18s ease;
  -ms-transition: transform 0.18s ease;
  -o-transition: transform 0.18s ease;
  transition: transform 0.18s ease;
}
.topic h3 {
  margin: 0 auto;
  max-width: 190px;
}
.topic:hover:not(.journal-article-category-box) {
  text-decoration: none;
}
.topic:hover:not(.journal-article-category-box) .circle {
  background: rgb(71.9466315789, 189.6533684211, 147.8864617997);
}

.popular-topics {
  padding: 20px 60px 0;
  width: 50%;
  float: left;
}
@media screen and (max-width: 1140px) {
  .popular-topics {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 1080px) {
  .popular-topics {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    float: none;
  }
}

.tag-cloud {
  padding-top: 35px;
}
.tag-cloud .bubble-link {
  position: relative;
  display: inline-block;
  border-radius: 25px;
  background: #f7ab9b;
  width: auto;
  min-height: 50px;
  padding: 0px 26px;
  font-size: 18px;
  line-height: 48px;
  -webkit-transition: background 0.18s ease;
  -moz-transition: background 0.18s ease;
  -ms-transition: background 0.18s ease;
  -o-transition: background 0.18s ease;
  transition: background 0.18s ease;
  text-decoration: none;
  color: #ffffff;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.tag-cloud .bubble-link:hover {
  text-decoration: none;
  color: #ffffff;
  background: rgb(238.2135, 138.8129347826, 117.8865);
}
.tag-cloud .bubble-link.normal {
  background: #f7ab9b;
}
.tag-cloud .bubble-link.normal:hover {
  background: rgb(238.2135, 138.8129347826, 117.8865);
}
.tag-cloud .bubble-link.medium {
  background: #f47c61;
}
.tag-cloud .bubble-link.medium:hover {
  background: rgb(233.4909260355, 93.1792100592, 61.6090739645);
}
.tag-cloud .bubble-link.large {
  background: #f96241;
}
.tag-cloud .bubble-link.large:hover {
  background: rgb(239.1283979592, 66.6627665262, 28.9716020408);
}
.tag-cloud .bubble-link.see-all {
  background: transparent;
  color: #f96241;
  border: 1px solid #f96241;
}
.tag-cloud .bubble-content {
  text-align: center;
  word-break: keep-all;
  color: #ffffff;
}

.hp-about {
  z-index: 600;
  margin-top: -8vw;
  padding: calc(8vw + 64px) 0 40px;
  color: #ffffff;
  background: url("../img/hp-about-bg.jpg") 0 0 no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-clip-path: polygon(100% calc(100% - 8vw), 50% 100%, 0 calc(100% - 8vw), 0 0, 50% 0, 100% 0);
  -moz-clip-path: polygon(100% calc(100% - 8vw), 50% 100%, 0 calc(100% - 8vw), 0 0, 50% 0, 100% 0);
  clip-path: polygon(100% calc(100% - 8vw), 50% 100%, 0 calc(100% - 8vw), 0 0, 50% 0, 100% 0);
}
.hp-about:before, .hp-about:after {
  content: "";
  display: table;
}
.hp-about:after {
  clear: both;
}
.hp-about h1,
.hp-about h2 {
  color: #ffffff;
}
.hp-about h2 {
  margin-bottom: 22px;
}
.hp-about .quote-slider {
  margin-top: 55px;
}
.hp-about .quote-slider:before {
  position: absolute;
  top: -20px;
  left: -83px;
  z-index: 0;
  content: "";
  width: 69px;
  height: 38px;
  display: inline-block;
  background: url("../img/quote.svg") 0 0 no-repeat;
  -webkit-background-size: 69px 38px;
  -moz-background-size: 69px 38px;
  -ms-background-size: 69px 38px;
  -o-background-size: 69px 38px;
  background-size: 69px 38px;
}
@media screen and (max-width: 1000px) {
  .hp-about .quote-slider:before {
    top: -16px;
    left: -20px;
    -webkit-opacity: 0.3;
    -moz-opacity: 0.3;
    -ms-opacity: 0.3;
    -o-opacity: 0.3;
    filter: alpha(opacity=30);
    opacity: 0.3;
  }
}
.hp-about .quote-slider .quote-slide-wrap {
  position: relative;
  margin-bottom: 60px;
  min-height: 120px;
}
.hp-about .quote-slider .quote-slide-wrap .quote {
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  transition: opacity 0.8s ease;
}
.hp-about .quote-slider .quote-slide-wrap .quote.current {
  opacity: 1;
}
.hp-about .quote-slider .quote-slide-wrap .quote .quote-text {
  margin-bottom: 10px;
  font-weight: 600;
  font-style: italic;
  display: block;
}
.hp-about .quote-slider .quote-slide-wrap .quote .quote-text p:last-of-type:after {
  content: '"';
}
.hp-about .quote-slider .quote-slide-wrap .quote .quote-author {
  font-weight: 600;
  display: block;
}
.hp-about .quote-slider .quote-slide-wrap .quote .quote-affiliation {
  font-size: 14px;
}
.hp-about .quote-slider .pagination {
  font-size: 0;
  text-align: center;
}
.hp-about .quote-slider .page {
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border: 1px solid #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  background: #4fcb9f;
  -webkit-transition: background 0.4s ease;
  -moz-transition: background 0.4s ease;
  -ms-transition: background 0.4s ease;
  -o-transition: background 0.4s ease;
  transition: background 0.4s ease;
}
.hp-about .quote-slider .page.current {
  background: #ffffff;
}
@media screen and (max-width: 920px) {
  .hp-about .quote-slider .page {
    width: 24px;
    height: 24px;
    margin: 0 12px 10px;
  }
}

.hp-videos__flex {
  margin: 0 -60px;
  display: flex;
}
@media screen and (max-width: 920px) {
  .hp-videos__flex {
    margin: 0 auto;
    max-width: 810px;
    flex-direction: column;
  }
}

.hp-videos__flex__item {
  margin: 0 60px;
  width: calc(50% - 120px);
}
.hp-videos__flex__item:first-child:after {
  position: absolute;
  content: "";
  top: 0;
  right: -61px;
  bottom: 40px;
  width: 1px;
  display: block;
  background: #d8d8d8;
}
@media screen and (max-width: 920px) {
  .hp-videos__flex__item {
    margin: 0;
    width: 100%;
    text-align: center;
  }
  .hp-videos__flex__item:first-child:after {
    display: none;
  }
}

.banner {
  z-index: 800;
  padding: 73px 0 100px;
  min-height: 356px;
  text-align: center;
  color: #ffffff;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-clip-path: polygon(100% calc(100% - 8vw), 50% 100%, 0 calc(100% - 8vw), 0 0, 50% 0, 100% 0);
  -moz-clip-path: polygon(100% calc(100% - 8vw), 50% 100%, 0 calc(100% - 8vw), 0 0, 50% 0, 100% 0);
  clip-path: polygon(100% calc(100% - 8vw), 50% 100%, 0 calc(100% - 8vw), 0 0, 50% 0, 100% 0);
}
.banner:before, .banner:after {
  content: "";
  display: table;
}
.banner:after {
  clear: both;
}
.banner:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.25);
}
.banner .inner-container {
  z-index: 10;
}
.banner .content.padded {
  padding-top: 60px;
}
.banner h1,
.banner h2,
.banner h3 {
  color: #ffffff;
}
.banner h1 {
  margin-bottom: 25px;
}

.yt-video-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  display: none;
  background: rgba(0, 0, 0, 0.8);
}

.yt-video-modal--visible {
  display: block;
}

.yt-video-modal__inner {
  position: relative;
  top: 50%;
  left: 50%;
  width: 1000px;
  max-width: calc(100% - 60px);
  background: #000000;
  transform: translate3d(-50%, -50%, 0);
}

.close-yt-video-modal {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 100;
}

.yt-play-button {
  width: 70px;
  display: inline-block;
}
.yt-play-button img {
  width: 100%;
  display: inline-block;
}

.two-columns {
  z-index: 700;
  padding: 63px 0 110px;
  background: url("../img/grain.png") 0 0 repeat;
  -webkit-background-size: 200px 200px;
  -moz-background-size: 200px 200px;
  -ms-background-size: 200px 200px;
  -o-background-size: 200px 200px;
  background-size: 200px 200px;
  -webkit-clip-path: polygon(100% calc(100% - 8vw), 50% 100%, 0 calc(100% - 8vw), 0 0, 50% 0, 100% 0);
  -moz-clip-path: polygon(100% calc(100% - 8vw), 50% 100%, 0 calc(100% - 8vw), 0 0, 50% 0, 100% 0);
  clip-path: polygon(100% calc(100% - 8vw), 50% 100%, 0 calc(100% - 8vw), 0 0, 50% 0, 100% 0);
}
.two-columns:before, .two-columns:after {
  content: "";
  display: table;
}
.two-columns:after {
  clear: both;
}
.two-columns .avatar {
  margin: 26px auto 16px;
  width: 125px;
  border-radius: 50%;
  display: block;
}
.two-columns h3 {
  margin-bottom: 21px;
}
.two-columns .personal-linkedin {
  text-align: center;
  margin-bottom: 20px;
}

.inner-page-slider {
  z-index: 600;
  padding: calc(8vw + 64px);
}
@media screen and (max-width: 920px) {
  .inner-page-slider {
    padding: 20px 0;
  }
}

.standard-content {
  z-index: 700;
  margin-top: -120px;
  padding: 172px 0 128px;
  min-height: 440px;
  background: url("../img/grain.png") 0 0 repeat;
  -webkit-background-size: 200px 200px;
  -moz-background-size: 200px 200px;
  -ms-background-size: 200px 200px;
  -o-background-size: 200px 200px;
  background-size: 200px 200px;
  -webkit-clip-path: polygon(100% calc(100% - 8vw), 50% 100%, 0 calc(100% - 8vw), 0 0, 50% 0, 100% 0);
  -moz-clip-path: polygon(100% calc(100% - 8vw), 50% 100%, 0 calc(100% - 8vw), 0 0, 50% 0, 100% 0);
  clip-path: polygon(100% calc(100% - 8vw), 50% 100%, 0 calc(100% - 8vw), 0 0, 50% 0, 100% 0);
}
.standard-content:before, .standard-content:after {
  content: "";
  display: table;
}
.standard-content:after {
  clear: both;
}
@media screen and (max-width: 480px) {
  .standard-content {
    padding-bottom: 100px;
  }
}
.standard-content form:before, .standard-content form:after {
  content: "";
  display: table;
}
.standard-content form:after {
  clear: both;
}

.journal-articles-detail h2 {
  color: #02884d;
}

.contact-info .contact-address {
  margin-bottom: 20px;
}
.contact-info .contact-address p {
  margin-bottom: 1px;
  font-size: 18px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.contact-info .icon-envelope {
  margin-bottom: -2px;
}
.contact-info .contact-email {
  color: #ffffff;
  margin-left: 10px;
  font-size: 18px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.contact-area h2 {
  text-align: center;
  margin-bottom: 45px;
}
.contact-area .google-maps {
  height: 729px;
  padding: 5px 15px;
}
@media screen and (max-width: 767px) {
  .contact-area .google-maps {
    height: 400px;
  }
}
.contact-area .google-maps .google-map-frame {
  width: 100%;
  height: 100%;
}
.contact-area .line-right {
  border-right: 1px solid #d8d8d8;
}
@media screen and (max-width: 767px) {
  .contact-area .line-right {
    border: none;
  }
}

.careers {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 50px;
}
@media (max-width: 767px) {
  .careers {
    padding: 0 32.5px;
  }
}
.careers h2 {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 30px;
}

.sponsors-partners {
  z-index: 600;
  margin-top: -8vw;
  padding: calc(8vw + 78px) 0 68px;
  min-height: 440px;
  background: #ffffff;
  -webkit-clip-path: polygon(100% calc(100% - 8vw), 50% 100%, 0 calc(100% - 8vw), 0 0, 50% 0, 100% 0);
  -moz-clip-path: polygon(100% calc(100% - 8vw), 50% 100%, 0 calc(100% - 8vw), 0 0, 50% 0, 100% 0);
  clip-path: polygon(100% calc(100% - 8vw), 50% 100%, 0 calc(100% - 8vw), 0 0, 50% 0, 100% 0);
}
.sponsors-partners:before, .sponsors-partners:after {
  content: "";
  display: table;
}
.sponsors-partners:after {
  clear: both;
}
@media screen and (max-width: 480px) {
  .sponsors-partners {
    padding-top: 178px;
    padding-bottom: 28px;
  }
}
.sponsors-partners .left-col:after {
  position: absolute;
  top: -2px;
  right: -2px;
  bottom: 0;
  z-index: 1;
  content: "";
  width: 1px;
  background: #d8d8d8;
}
@media screen and (max-width: 870px) {
  .sponsors-partners .left-col:after {
    display: none;
  }
}
@media screen and (max-width: 870px) {
  .sponsors-partners .col-50 {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    float: none;
  }
}
.sponsors-partners .logo-row {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}
.sponsors-partners .logo-row.top-logo-row {
  padding-top: 10px;
}
.sponsors-partners .logo-row.middle-logo-row {
  padding-bottom: 90px;
}
.sponsors-partners .logo-row.middle-logo-row--smaller {
  padding-top: 10px;
  padding-bottom: 30px;
  flex-wrap: nowrap;
}
.sponsors-partners .logo-row.middle-logo-row--smaller .logo {
  flex-shrink: 1;
  max-width: 100px;
  min-width: 50px;
}
.sponsors-partners .logo-row.middle-logo-row--smaller a.logo > img {
  max-width: 100%;
}
@media screen and (max-width: 1200px) {
  .sponsors-partners .logo-row.middle-logo-row--smaller .logo {
    margin: 15px;
  }
}
@media screen and (max-width: 600px) {
  .sponsors-partners .logo-row.middle-logo-row--smaller {
    flex-wrap: wrap;
  }
  .sponsors-partners .logo-row.middle-logo-row--smaller .logo {
    max-width: 80px;
  }
}
.sponsors-partners .logo-row.bottom-logo-row {
  padding-top: 10px;
  padding-bottom: 70px;
}
.sponsors-partners .logo-row .logo {
  margin: 25px;
  max-width: 180px;
  max-height: 80px;
  display: inline-block;
}
.sponsors-partners .logo-row .logo img {
  max-width: 180px;
  max-height: 80px;
  display: inline-block;
}

.page-with-side-nav .content-column {
  width: calc(100% - 270px);
  float: left;
}
.page-with-side-nav .content-column .content {
  padding: 13px 30px 0 60px;
}
.page-with-side-nav .content-column .content .article-heading h1 {
  margin-bottom: 4px;
  text-transform: none !important;
}
.page-with-side-nav .content-column .content .article-heading h1.alt {
  margin-bottom: 22px;
}
.page-with-side-nav .content-column .content .article-heading h2 {
  margin-bottom: 0;
}
.page-with-side-nav .content-column .content .article-heading.detail h1 {
  margin-bottom: 10px;
}
.page-with-side-nav .content-column .content .article-heading.detail h2 {
  margin-bottom: 25px;
}
.page-with-side-nav .content-column .content .article-heading .back-to-month {
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: #02884d;
  display: inline-block;
}
.page-with-side-nav .content-column .content .digest-list .digest-item {
  margin: 0;
  padding: 54px 0 47px;
  border-top: 1px solid #d8d8d8;
}
.page-with-side-nav .content-column .content .digest-list .digest-item h3 {
  margin-bottom: 6px;
}
.page-with-side-nav .content-column .content .digest-list .digest-item h6 {
  margin-bottom: 7px;
  font-size: 14px;
  line-height: 32px;
  font-weight: 300;
  color: #4a4a4a;
}
.page-with-side-nav .content-column .content .digest-list .digest-item p {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}
.page-with-side-nav .content-column .content .digest-list .digest-item:first-child {
  padding-top: 45px;
  border-top: none;
}
@media screen and (max-width: 920px) {
  .page-with-side-nav .content-column .content .digest-list .digest-item .row [class^=col-],
  .page-with-side-nav .content-column .content .digest-list .digest-item .row [class*=" col-"] {
    padding: 0 30px;
    float: none;
    width: 100%;
  }
}
.page-with-side-nav .content-column .content .digest-list .digest-item .col-25 {
  padding: 0;
  padding-right: 15px;
}
@media screen and (max-width: 920px) {
  .page-with-side-nav .content-column .content .digest-list .digest-item .col-25 {
    padding: 0;
    margin-bottom: 30px;
    min-height: 288px;
  }
}
.page-with-side-nav .content-column .content .digest-list .digest-item .col-75 {
  padding-right: 0;
}
@media screen and (max-width: 920px) {
  .page-with-side-nav .content-column .content .digest-list .digest-item .col-75 {
    padding: 0 !important;
  }
}
.page-with-side-nav .content-column .content .digest-list .digest-item .whiteboard-frame {
  width: 100%;
  height: 155px;
  display: block;
}
.page-with-side-nav .content-column .content .digest-list .digest-item .whiteboard-frame:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  content: "";
  background: url("../img/board.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -ms-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}
@media screen and (max-width: 920px) {
  .page-with-side-nav .content-column .content .digest-list .digest-item .whiteboard-frame:after {
    display: none;
    width: 185px;
    margin-left: auto;
    margin-right: auto;
  }
}
.page-with-side-nav .content-column .content .digest-list .digest-item .whiteboard-frame .bg-image {
  top: 7px;
  left: 7px;
  z-index: 10;
  width: calc(100% - 14px);
  height: calc(100% - 20px);
  display: block;
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media screen and (max-width: 920px) {
  .page-with-side-nav .content-column .content .digest-list .digest-item .whiteboard-frame .bg-image {
    top: 0px;
    left: 0px;
    width: 380px;
    height: 288px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 480px) {
  .page-with-side-nav .content-column .content .digest-list .digest-item .whiteboard-frame .bg-image {
    width: 340px;
    height: 258px;
    left: 50%;
    margin-left: -170px;
  }
}
.page-with-side-nav .content-column .content .article-content {
  margin-bottom: 38px;
  padding-bottom: 12px;
  border-bottom: 1px solid #d8d8d8;
  -webkit-box-shadow: 0 1px 0 #ffffff;
  -moz-box-shadow: 0 1px 0 #ffffff;
  -ms-box-shadow: 0 1px 0 #ffffff;
  -o-box-shadow: 0 1px 0 #ffffff;
  box-shadow: 0 1px 0 #ffffff;
}
@media screen and (max-width: 660px) {
  .page-with-side-nav .content-column .content .article-content figure {
    margin: 1em 0;
  }
}
.page-with-side-nav .content-column .content .article-content img {
  padding: 0;
  max-width: 100%;
  display: block;
}
.page-with-side-nav .content-column .content .article-content ul,
.page-with-side-nav .content-column .content .article-content ol {
  margin-top: 0;
}
.page-with-side-nav .content-column .content .article-content p.text-left.float-left {
  max-width: 400px;
  float: left;
}
.page-with-side-nav .content-column .content .article-content p.text-left.float-left img {
  margin-top: 6px;
  padding: 0 43px 0 0;
  padding-top: 0;
  display: block;
}
@media screen and (max-width: 660px) {
  .page-with-side-nav .content-column .content .article-content p.text-left.float-left {
    max-width: 100%;
    width: 100%;
    float: none;
  }
  .page-with-side-nav .content-column .content .article-content p.text-left.float-left img {
    margin-top: 0;
    padding: 0;
    width: 100%;
    display: block;
  }
}
.page-with-side-nav .content-column .content .article-content p.text-right.float-right {
  max-width: 400px;
  float: right;
}
.page-with-side-nav .content-column .content .article-content p.text-right.float-right img {
  margin-top: 6px;
  padding: 0 0 0 43px;
  padding-top: 0;
  display: block;
}
@media screen and (max-width: 660px) {
  .page-with-side-nav .content-column .content .article-content p.text-right.float-right {
    max-width: 100%;
    width: 100%;
    float: none;
  }
  .page-with-side-nav .content-column .content .article-content p.text-right.float-right img {
    margin-top: 0;
    padding: 0;
    width: 100%;
    display: block;
  }
}
.page-with-side-nav .content-column .content .article-references {
  margin-bottom: 9px;
  font-size: 14px;
  line-height: 24px;
}
.page-with-side-nav .content-column .content .article-references:before, .page-with-side-nav .content-column .content .article-references:after {
  content: "";
  display: table;
}
.page-with-side-nav .content-column .content .article-references:after {
  clear: both;
}
.page-with-side-nav .content-column .content .article-references ul,
.page-with-side-nav .content-column .content .article-references ol {
  margin: 0 0 30px;
  padding: 0 0 0 15px;
  list-style-position: outside;
}
.page-with-side-nav .content-column .content .article-references ul li,
.page-with-side-nav .content-column .content .article-references ol li {
  margin: 0 0 10px;
  padding: 0 0 0 13px;
}
.page-with-side-nav .content-column .content .article-tags {
  margin-bottom: 35px;
}
.page-with-side-nav .content-column .content .article-tags:before, .page-with-side-nav .content-column .content .article-tags:after {
  content: "";
  display: table;
}
.page-with-side-nav .content-column .content .article-tags:after {
  clear: both;
}
.page-with-side-nav .content-column .content .article-tags .tag-list {
  margin: 0;
  padding: 3px 0 0;
  list-style-type: none;
  font-size: 0;
}
.page-with-side-nav .content-column .content .article-tags .tag-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.page-with-side-nav .content-column .content .article-tags .tag-list li a,
.page-with-side-nav .content-column .content .article-tags .tag-list li a:visited {
  margin: 0 15px 10px 0;
  padding: 8px 30px 10px;
  font-size: 14px;
  line-height: 19px;
  font-weight: 600;
  color: #ffffff;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  display: inline-block;
  background: #4fcb9f;
  -webkit-transition: background 0.18s ease;
  -moz-transition: background 0.18s ease;
  -ms-transition: background 0.18s ease;
  -o-transition: background 0.18s ease;
  transition: background 0.18s ease;
}
.page-with-side-nav .content-column .content .article-tags .tag-list li a:hover,
.page-with-side-nav .content-column .content .article-tags .tag-list li a:visited:hover {
  text-decoration: none;
  background: rgb(71.9466315789, 189.6533684211, 147.8864617997);
}
.page-with-side-nav .content-column .content .share-article {
  margin-bottom: 2px;
  padding-bottom: 32px;
  font-size: 0;
  border-bottom: 1px solid #d8d8d8;
  -webkit-box-shadow: 0 1px 0 #ffffff;
  -moz-box-shadow: 0 1px 0 #ffffff;
  -ms-box-shadow: 0 1px 0 #ffffff;
  -o-box-shadow: 0 1px 0 #ffffff;
  box-shadow: 0 1px 0 #ffffff;
}
.page-with-side-nav .content-column .content .share-article a,
.page-with-side-nav .content-column .content .share-article a:visited,
.page-with-side-nav .content-column .content .share-article .share-icon {
  margin: 1px 8px 0 0;
  width: 40px;
  height: 40px;
  display: inline-block;
  -webkit-transition: opacity 0.1s ease;
  -moz-transition: opacity 0.1s ease;
  -ms-transition: opacity 0.1s ease;
  -o-transition: opacity 0.1s ease;
  transition: opacity 0.1s ease;
}
.page-with-side-nav .content-column .content .share-article a .stButton,
.page-with-side-nav .content-column .content .share-article a:visited .stButton,
.page-with-side-nav .content-column .content .share-article .share-icon .stButton {
  margin: 0;
  padding: 0;
}
.page-with-side-nav .content-column .content .share-article a .stLarge,
.page-with-side-nav .content-column .content .share-article a:visited .stLarge,
.page-with-side-nav .content-column .content .share-article .share-icon .stLarge {
  width: 40px;
  height: 40px;
  display: inline-block;
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  -ms-background-size: 40px 40px;
  -o-background-size: 40px 40px;
  background-size: 40px 40px;
}
.page-with-side-nav .content-column .content .share-article a.st_facebook_large .stLarge,
.page-with-side-nav .content-column .content .share-article a:visited.st_facebook_large .stLarge,
.page-with-side-nav .content-column .content .share-article .share-icon.st_facebook_large .stLarge {
  background: url("../img/icon-facebook.svg") 0 0 no-repeat !important;
}
.page-with-side-nav .content-column .content .share-article a.st_twitter_large .stLarge,
.page-with-side-nav .content-column .content .share-article a:visited.st_twitter_large .stLarge,
.page-with-side-nav .content-column .content .share-article .share-icon.st_twitter_large .stLarge {
  background: url("../img/icon-twitter.svg") 0 0 no-repeat !important;
}
.page-with-side-nav .content-column .content .share-article a.st_linkedin_large .stLarge,
.page-with-side-nav .content-column .content .share-article a:visited.st_linkedin_large .stLarge,
.page-with-side-nav .content-column .content .share-article .share-icon.st_linkedin_large .stLarge {
  background: url("../img/icon-linkedin.svg") 0 0 no-repeat !important;
}
.page-with-side-nav .content-column .content .share-article a img,
.page-with-side-nav .content-column .content .share-article a:visited img,
.page-with-side-nav .content-column .content .share-article .share-icon img {
  width: 40px;
}
.page-with-side-nav .content-column .content .share-article a:hover,
.page-with-side-nav .content-column .content .share-article a:visited:hover,
.page-with-side-nav .content-column .content .share-article .share-icon:hover {
  -webkit-opacity: 0.85;
  -moz-opacity: 0.85;
  -ms-opacity: 0.85;
  -o-opacity: 0.85;
  filter: alpha(opacity=85);
  opacity: 0.85;
}
.page-with-side-nav .content-column .content .share-article a:hover .stLarge,
.page-with-side-nav .content-column .content .share-article a:visited:hover .stLarge,
.page-with-side-nav .content-column .content .share-article .share-icon:hover .stLarge {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  filter: alpha(opacity=100);
  opacity: 1;
}
.page-with-side-nav .content-column .content .in-the-spotlight,
.page-with-side-nav .content-column .content .related-digests {
  padding-top: 50px;
}
.page-with-side-nav .content-column .content .in-the-spotlight:before, .page-with-side-nav .content-column .content .in-the-spotlight:after,
.page-with-side-nav .content-column .content .related-digests:before,
.page-with-side-nav .content-column .content .related-digests:after {
  content: "";
  display: table;
}
.page-with-side-nav .content-column .content .in-the-spotlight:after,
.page-with-side-nav .content-column .content .related-digests:after {
  clear: both;
}
.page-with-side-nav .content-column .content .in-the-spotlight .flex,
.page-with-side-nav .content-column .content .related-digests .flex {
  padding-top: 31px;
  padding-bottom: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page-with-side-nav .content-column .content .in-the-spotlight .flex .flex-item,
.page-with-side-nav .content-column .content .related-digests .flex .flex-item {
  margin-bottom: 30px;
  -webkit-box-flex: 1 0 50%;
  -moz-box-flex: 1 0 50%;
  -webkit-flex: 1 0 50%;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
  display: block;
}
.page-with-side-nav .content-column .content .in-the-spotlight .flex .flex-item:nth-child(odd),
.page-with-side-nav .content-column .content .related-digests .flex .flex-item:nth-child(odd) {
  padding-right: 30px;
}
.page-with-side-nav .content-column .content .in-the-spotlight .flex .flex-item:nth-child(even),
.page-with-side-nav .content-column .content .related-digests .flex .flex-item:nth-child(even) {
  padding-left: 30px;
}
.page-with-side-nav .content-column .content .in-the-spotlight .flex .flex-item:nth-of-type(1), .page-with-side-nav .content-column .content .in-the-spotlight .flex .flex-item:nth-of-type(2),
.page-with-side-nav .content-column .content .related-digests .flex .flex-item:nth-of-type(1),
.page-with-side-nav .content-column .content .related-digests .flex .flex-item:nth-of-type(2) {
  display: block;
}
@media screen and (max-width: 1140px) {
  .page-with-side-nav .content-column .content .in-the-spotlight .flex .flex-item,
  .page-with-side-nav .content-column .content .related-digests .flex .flex-item {
    -webkit-box-flex: 1 0 100%;
    -moz-box-flex: 1 0 100%;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
  .page-with-side-nav .content-column .content .in-the-spotlight .flex .flex-item:nth-child(odd), .page-with-side-nav .content-column .content .in-the-spotlight .flex .flex-item:nth-child(even),
  .page-with-side-nav .content-column .content .related-digests .flex .flex-item:nth-child(odd),
  .page-with-side-nav .content-column .content .related-digests .flex .flex-item:nth-child(even) {
    padding-left: 0;
    padding-right: 0;
  }
}
.page-with-side-nav .content-column .content .in-the-spotlight.show-all .flex .flex-item,
.page-with-side-nav .content-column .content .related-digests.show-all .flex .flex-item {
  display: block;
}
.page-with-side-nav .content-column .content .related-digests .md4 {
  margin-bottom: 32px;
}
@media screen and (max-width: 920px) {
  .page-with-side-nav .content-column .content .related-digests .md4 {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 480px) {
  .page-with-side-nav .content-column .content .related-digests .md4 {
    padding: 0;
  }
}
.page-with-side-nav .content-column .content .related-digests .whiteboard-frame {
  width: 100%;
  height: 155px;
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 920px) {
  .page-with-side-nav .content-column .content .related-digests .whiteboard-frame {
    width: 380px;
    height: 288px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .page-with-side-nav .content-column .content .related-digests .whiteboard-frame {
    width: 320px;
    height: 243px;
    left: 50%;
    margin-left: -160px;
  }
}
.page-with-side-nav .content-column .content .related-digests .whiteboard-frame:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  content: "";
  background: url("../img/board.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -ms-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}
@media screen and (max-width: 920px) {
  .page-with-side-nav .content-column .content .related-digests .whiteboard-frame:after {
    display: none;
    width: 185px;
    margin-left: auto;
    margin-right: auto;
  }
}
.page-with-side-nav .content-column .content .related-digests .whiteboard-frame .bg-image {
  top: 7px;
  left: 7px;
  z-index: 10;
  width: calc(100% - 14px);
  height: calc(100% - 20px);
  display: block;
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media screen and (max-width: 920px) {
  .page-with-side-nav .content-column .content .related-digests .whiteboard-frame .bg-image {
    top: 0px;
    left: 0px;
    width: 380px;
    height: 288px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 480px) {
  .page-with-side-nav .content-column .content .related-digests .whiteboard-frame .bg-image {
    width: 320px;
    height: 243px;
    left: 50%;
    margin-left: -160px;
  }
}
.page-with-side-nav .content-column .content .related-digests .text-content {
  margin-top: 20px;
}
.page-with-side-nav .content-column .content .journal-article-categories {
  padding-top: 55px;
}
.page-with-side-nav .content-column .content .journal-article-categories .circle-topics br {
  display: none;
}
@media screen and (max-width: 920px) {
  .page-with-side-nav .content-column {
    width: 100%;
    float: none;
  }
  .page-with-side-nav .content-column .content {
    padding: 28px 0 0;
  }
}

.journal-article-topic-boxes {
  padding-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.journal-article-topic-boxes .journal-article-category-box {
  margin-bottom: 60px;
  padding: 40px 68px 20px;
  text-align: left;
  border: 1px solid #d8d8d8;
  display: block;
}
.journal-article-topic-boxes .journal-article-category-box:first-child {
  -webkit-box-flex: 1 0 100%;
  -moz-box-flex: 1 0 100%;
  -webkit-flex: 1 0 100%;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}
@media screen and (max-width: 1140px) {
  .journal-article-topic-boxes .journal-article-category-box:last-child {
    margin-bottom: 30px;
  }
}
.journal-article-topic-boxes .journal-article-category-box:nth-child(2), .journal-article-topic-boxes .journal-article-category-box:nth-child(3) {
  -webkit-box-flex: 1 0 calc(50% - 30px);
  -moz-box-flex: 1 0 calc(50% - 30px);
  -webkit-flex: 1 0 calc(50% - 30px);
  -ms-flex: 1 0 calc(50% - 30px);
  flex: 1 0 calc(50% - 30px);
}
.journal-article-topic-boxes .journal-article-category-box:nth-child(2) {
  margin-right: 60px;
}
@media screen and (max-width: 1140px) {
  .journal-article-topic-boxes .journal-article-category-box:nth-child(2), .journal-article-topic-boxes .journal-article-category-box:nth-child(3) {
    -webkit-box-flex: 1 0 100%;
    -moz-box-flex: 1 0 100%;
    -webkit-flex: 1 0 100%;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
  .journal-article-topic-boxes .journal-article-category-box:nth-child(2) {
    margin-right: 0;
  }
}
@media screen and (max-width: 920px) {
  .journal-article-topic-boxes .journal-article-category-box {
    padding: 36px 38px 20px;
  }
}
.journal-article-topic-boxes .journal-article-category-box .circle {
  position: absolute;
  top: 13px;
  left: -43px;
  z-index: 10;
  width: 86px;
  height: 86px;
}
.journal-article-topic-boxes .journal-article-category-box .circle img {
  width: 40px;
}
.journal-article-topic-boxes .journal-article-category-box .circle img.microscope {
  width: 29px;
}
@media screen and (max-width: 920px) {
  .journal-article-topic-boxes .journal-article-category-box .circle {
    left: -21px;
    width: 42px;
    height: 42px;
  }
  .journal-article-topic-boxes .journal-article-category-box .circle img {
    width: 19px;
  }
  .journal-article-topic-boxes .journal-article-category-box .circle img.microscope {
    width: 14px;
  }
}
.journal-article-topic-boxes .journal-article-category-box h3 {
  margin: 0 0 25px;
  max-width: 100%;
}
@media screen and (max-width: 920px) {
  .journal-article-topic-boxes .journal-article-category-box h3 {
    margin-bottom: 20px;
  }
}
.journal-article-topic-boxes .journal-article-category-box ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.journal-article-topic-boxes .journal-article-category-box ul li {
  margin: 0 0 10px;
  padding: 0;
}

.search-browse-container {
  margin-top: -16px;
  margin-bottom: 36px;
}
@media screen and (max-width: 1200px) {
  .search-browse-container {
    margin-top: 0;
  }
}
.search-browse-container .search-wrap {
  top: auto;
  z-index: 20;
  margin: 0;
  width: calc(100% - 240px);
  max-width: calc(100% - 240px);
}
@media screen and (max-width: 1000px) {
  .search-browse-container .search-wrap {
    width: 100%;
    max-width: 100%;
  }
}
.search-browse-container .search-wrap .field {
  margin-bottom: 0;
  border-color: #a1a1a1;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.search-browse-container .toggle-topics {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  padding: 0 6px 0 76px;
  width: 290px;
  height: 49px;
  font-size: 16px;
  line-height: 48px;
  font-weight: 700;
  color: #ffffff;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  display: inline-block;
  -webkit-transition: background 0.18s ease;
  -moz-transition: background 0.18s ease;
  -ms-transition: background 0.18s ease;
  -o-transition: background 0.18s ease;
  transition: background 0.18s ease;
  background: #a2a2a2;
}
.search-browse-container .toggle-topics img {
  margin-left: 16px;
  display: inline-block;
}
.search-browse-container .toggle-topics:hover {
  text-decoration: none;
  color: #ffffff;
  background: rgb(149.25, 149.25, 149.25);
}
@media screen and (max-width: 1000px) {
  .search-browse-container .toggle-topics {
    position: relative;
    top: auto;
    right: auto;
    margin: 0 30px;
    padding: 0 16px;
    width: calc(100% - 60px);
    height: 48px;
    line-height: 46px;
    text-align: center;
    -webkit-border-radius: 0 0 25px 25px;
    -moz-border-radius: 0 0 25px 25px;
    -ms-border-radius: 0 0 25px 25px;
    -o-border-radius: 0 0 25px 25px;
    border-radius: 0 0 25px 25px;
  }
  .search-browse-container .toggle-topics img {
    margin-left: 10px;
  }
}
.search-browse-container .tag-cloud {
  min-height: 200px;
  display: none;
}
.search-browse-container .tag-cloud.show {
  display: block;
}
@media screen and (max-width: 980px) {
  .search-browse-container .tag-cloud {
    min-height: 300px;
  }
}
@media screen and (max-width: 920px) {
  .search-browse-container .tag-cloud {
    min-height: 200px;
  }
}
@media screen and (max-width: 660px) {
  .search-browse-container .tag-cloud {
    min-height: 300px;
  }
}
@media screen and (max-width: 400px) {
  .search-browse-container .tag-cloud {
    min-height: 400px;
  }
}

.featured-checkbox {
  margin-bottom: 30px;
  padding: 21px 1px 20px;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  -ms-box-shadow: inset 0 1px 0 #ffffff;
  -o-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  cursor: pointer;
}
.featured-checkbox .checkbox {
  top: -2px;
  margin-right: 6px;
  width: 20px;
  height: 20px;
  border: 1px solid #d8d8d8;
  vertical-align: middle;
  display: inline-block;
  background: #ffffff;
}
.featured-checkbox .checkbox .mark {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.featured-checkbox .checkbox.checked {
  border-color: #f96241;
  background: #f96241;
}
.featured-checkbox .checkbox.checked .mark {
  display: inline-block;
}

.spotlight-checkbox {
  margin-bottom: 30px;
  padding: 21px 1px 20px;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  -ms-box-shadow: inset 0 1px 0 #ffffff;
  -o-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
  cursor: pointer;
}
.spotlight-checkbox .checkbox {
  top: -2px;
  margin-right: 6px;
  width: 20px;
  height: 20px;
  border: 1px solid #d8d8d8;
  vertical-align: middle;
  display: inline-block;
  background: #ffffff;
}
.spotlight-checkbox .checkbox .mark {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.spotlight-checkbox .checkbox.checked {
  border-color: #f96241;
  background: #f96241;
}
.spotlight-checkbox .checkbox.checked .mark {
  display: inline-block;
}

.expandable-article {
  margin-bottom: 32px;
  padding-bottom: 3px;
  border-bottom: 1px solid #d8d8d8;
  -webkit-box-shadow: 0 1px 0 #ffffff;
  -moz-box-shadow: 0 1px 0 #ffffff;
  -ms-box-shadow: 0 1px 0 #ffffff;
  -o-box-shadow: 0 1px 0 #ffffff;
  box-shadow: 0 1px 0 #ffffff;
}
.expandable-article:last-child {
  border-bottom: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.expandable-article .article-header h3 {
  margin-bottom: 4px;
  color: #4a4a4a;
}
.expandable-article .article-header h3 p {
  display: inline-block;
}
.expandable-article .article-header p {
  margin: 0;
}
.expandable-article .badge-link {
  text-decoration: none;
  margin-left: 15px;
  top: -3px;
}
.expandable-article .search-badge-link {
  margin-bottom: 18px;
}
.expandable-article .article-featured-badge {
  padding: 5px 14px;
  padding-right: 34px;
  border-radius: 20px;
  color: #ffffff;
  text-transform: uppercase;
  background-color: #f96241;
  font-size: 14px;
  line-height: 28px;
}
.expandable-article .article-featured-badge:before {
  content: url("../img/featured-icon.svg");
  position: absolute;
  right: 5px;
  top: 3px;
}
.expandable-article .article-spotlight-badge {
  margin-left: 15px;
  top: -3px;
  padding: 5px 14px;
  border-radius: 20px;
  border: 1px solid #cdcdcd;
  color: #f96241;
  text-transform: uppercase;
  background-color: transparent;
  text-decoration: none;
  font-size: 14px;
  line-height: 28px;
}
.expandable-article .article-metadata {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 28px;
}
.expandable-article .article-metadata p {
  margin: 0;
}
.expandable-article .article-metadata .login-required {
  font-size: 14px;
  line-height: 19px;
}
.expandable-article .article-metadata .login-required.yes {
  color: #f96241;
}
.expandable-article .article-metadata .login-required.no {
  color: #02884d;
}
.expandable-article .author-info {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
}
.expandable-article .author-info p.full-author.visually-collapsed > span.partial::after {
  content: "...";
}
.expandable-article .author-info p.full-author.visually-collapsed span.remainder {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.expandable-article .author-info p.full-author > button.read-more-toggle {
  cursor: pointer;
  border: none;
  background: transparent;
  color: #02884d;
}
.expandable-article .author-info p.full-author > button.read-more-toggle:hover {
  text-decoration: underline;
}
.expandable-article .author-info .ellipses {
  top: 5px;
  left: 8px;
}
.expandable-article .author-info .ellipses img {
  width: 33px;
}
.expandable-article .author-info .closed {
  display: none;
}
.expandable-article .article-main {
  padding-bottom: 10px;
}
.expandable-article .blurb-info {
  font-style: italic;
  margin-bottom: 15px;
}
.expandable-article .blurb-info p {
  margin: 0;
}
.expandable-article .article-body.not-search-page {
  display: none;
}
.expandable-article.expanded .article-blurb {
  display: none;
}
.expandable-article .article-body {
  padding-bottom: 26px;
}
.expandable-article .article-body .tag-list {
  margin: 0;
  padding: 3px 0 0;
  list-style-type: none;
  font-size: 0;
}
.expandable-article .article-body .tag-list li {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.expandable-article .article-body .tag-list li a,
.expandable-article .article-body .tag-list li a:visited {
  margin: 0 15px 10px 0;
  padding: 8px 30px 10px;
  font-size: 14px;
  line-height: 19px;
  font-weight: 600;
  color: #ffffff;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  display: inline-block;
  background: #4fcb9f;
  -webkit-transition: background 0.18s ease;
  -moz-transition: background 0.18s ease;
  -ms-transition: background 0.18s ease;
  -o-transition: background 0.18s ease;
  transition: background 0.18s ease;
}
.expandable-article .article-body .tag-list li a:hover,
.expandable-article .article-body .tag-list li a:visited:hover {
  text-decoration: none;
  background: rgb(71.9466315789, 189.6533684211, 147.8864617997);
}
.expandable-article .article-body .article-taglist {
  display: flex;
  justify-content: flex-start;
}
.expandable-article .article-body .article-taglist ul {
  list-style: none;
}
.expandable-article .expand-article,
.expandable-article .collapse-article {
  font-weight: 700;
  display: inline-block;
}
.expandable-article.expanded .article-body {
  display: block;
}

#footer {
  z-index: 500;
  margin-top: -8vw;
  padding: calc(8vw + 84px) 0 176px;
  text-align: center;
  color: #ffffff;
  background: url("../img/footer-bg.jpg") center center no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#footer:before, #footer:after {
  content: "";
  display: table;
}
#footer:after {
  clear: both;
}
body.alternative #footer {
  margin-top: -8vw;
  padding-top: calc(84px + 8vw);
}
#footer .social-links {
  margin: 20px 0 0;
}
#footer .social-link {
  width: 40px;
  height: 40px;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}
#footer .badges {
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 480px) {
  #footer .badges {
    margin-top: 30px;
  }
}
#footer .badge {
  margin: 0 15px 20px;
  width: 100px;
  display: inline-block;
}
#footer .badge a {
  display: inline-block;
}
#footer .badge .mn-widget-member-name,
#footer .badge .mn-widget-member-text {
  display: none;
}
#footer .footer-text {
  margin: 9px 0 0;
  font-size: 14px;
  line-height: 19px;
  font-weight: 400;
  color: #808080;
  display: block;
}
@media screen and (max-width: 767px) {
  #footer .footer-area {
    margin-bottom: 50px;
  }
}
#footer .footer-area .line-right {
  border-right: 1px solid #d8d8d8;
}
@media screen and (max-width: 767px) {
  #footer .footer-area .line-right {
    border: none;
  }
}

@media (max-width: 380px) {
  #footer-subscribe-btn {
    font-size: 11px;
  }
}

.top-button {
  z-index: 1000 !important;
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: transparent;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 10px;
}
.top-button:focus {
  outline: none;
}
@media screen and (max-width: 920px) {
  .top-button {
    right: 0;
  }
}

.letter-links {
  padding: 20px 25px;
  border: 1px solid #d8d8d8;
}
.letter-links a {
  font-size: 24px;
  line-height: 29px;
  font-weight: 700;
  margin-left: 11px;
  margin-right: 11px;
}
.letter-links a.disabled {
  color: #d8d8d8;
}

.letters-output {
  max-width: 760px;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 100px;
}
.letters-output .letter-section {
  border-bottom: 1px solid #d8d8d8;
  padding-top: 30px;
  padding-bottom: 30px;
}
.letters-output .letter-section .letter-section-heading {
  color: #d8d8d8;
  position: absolute;
  top: 30px;
  left: 0;
}

.search-title {
  display: inline-block;
  min-width: 100px;
}

.refined-container {
  border-bottom: 2px solid #cdcdcd;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.results-count {
  display: block;
  margin-top: 21px;
  margin-bottom: 18px;
  padding-top: 21px;
  padding-bottom: 19px;
  border-top: 2px solid #cdcdcd;
  border-bottom: 2px solid #cdcdcd;
}
@media screen and (max-width: 920px) {
  .results-count {
    margin-top: 41px;
  }
}

.results-container .result-content {
  border-bottom: 2px solid #cdcdcd;
  margin-bottom: 17px;
}
.results-container .load-more-container {
  margin-top: 15px;
}
.results-container .load-more-container .load-more {
  width: 100%;
  color: #f96241;
  background: transparent;
  border: 1px solid #f96241;
}
.results-container .load-more-container .load-more:hover {
  text-decoration: none;
  color: #ffffff;
  background: rgb(240.8015102041, 86.5164228039, 52.7984897959);
}

.pills-container {
  display: inline-block;
}
.pills-container .filter-pill,
.pills-container .query-pill {
  position: relative;
  padding: 0 26px;
  min-width: 120px;
  overflow: hidden;
  min-height: 40px;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 36px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  color: #808080;
  border: 1px solid #cccccc;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  display: inline-block;
  -webkit-transition: background 0.18s ease;
  -moz-transition: background 0.18s ease;
  -ms-transition: background 0.18s ease;
  -o-transition: background 0.18s ease;
  transition: background 0.18s ease;
  background: transparent;
  margin: 5px;
  padding-right: 50px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.pills-container .filter-pill:hover,
.pills-container .query-pill:hover {
  color: #ffffff;
  background: #cccccc;
}
.pills-container .filter-pill .close-icon,
.pills-container .query-pill .close-icon {
  position: absolute;
  right: 10px;
  top: 9px !important;
}
.pills-container .filter-pill svg .close-icon-img,
.pills-container .query-pill svg .close-icon-img {
  fill: #ffffff;
}

.clear-all-pills {
  float: right;
  z-index: 9999;
}
.clear-all-pills:hover {
  text-decoration: none;
}

.refine-container {
  display: inline-block;
}
.refine-container .refine-pill {
  padding: 0 26px;
  min-width: 120px;
  height: 40px;
  font-family: "Montserrat", serif;
  font-size: 14px;
  line-height: 38px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #f96241;
  border: 1px solid #f96241;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  display: inline-block;
  -webkit-transition: background 0.18s ease;
  -moz-transition: background 0.18s ease;
  -ms-transition: background 0.18s ease;
  -o-transition: background 0.18s ease;
  transition: background 0.18s ease;
  background: transparent;
}
.refine-container .refine-pill:hover, .refine-container .refine-pill.active {
  color: #ffffff;
  background: #f96241;
}
.refine-container .refine-pill.active .refine-triangle {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.refine-container .refine-pill.disabled {
  border-color: #cccccc !important;
  pointer-events: none !important;
  color: #cccccc !important;
  background: #f0f0f0 !important;
}

.styled-checkbox {
  display: block;
}
.styled-checkbox label {
  display: inline-block;
  padding-left: 5px;
  height: 20px;
  font-size: 16px;
  line-height: 26px;
  color: #02884d;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
  transform: translateY(1.25px);
}

.faux-dropdown {
  background: rgba(236, 236, 236, 0.6);
  margin-bottom: 22px;
  position: relative;
  overflow: hidden;
}
.faux-dropdown .close-dropdown {
  background-color: #f96241;
  color: white;
  border: none;
  display: inline-block;
  padding: 5px;
  padding-top: 8px;
  padding-left: 20px;
  padding-right: 20px;
  position: fixed;
  margin-top: 15px;
  margin-left: 0px;
  margin-left: calc(100vw - 50px);
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  cursor: pointer;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  opacity: 1;
  transition: opacity 0.1s ease-in-out;
  z-index: 2;
}
@media screen and (max-width: 920px) {
  .faux-dropdown .close-dropdown {
    display: none;
  }
}
.faux-dropdown.closed {
  display: none;
}
.faux-dropdown .checks {
  padding-top: 28px;
  width: 100%;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}
.faux-dropdown .checks [class^=col-],
.faux-dropdown .checks [class*=" col-"] {
  padding: 0 15px;
}
@media screen and (max-width: 920px) {
  .faux-dropdown .checks [class^=col-],
  .faux-dropdown .checks [class*=" col-"] {
    width: 100%;
  }
}
.faux-dropdown .checks .subheading {
  margin-left: 26px;
}

.search-digest-badge {
  display: inline-block;
  top: -3px;
  margin-bottom: 9px;
  padding: 5px 14px;
  border-radius: 20px;
  border: 1px solid #cdcdcd;
  color: #4b4a4d;
  text-transform: uppercase;
  background-color: transparent;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
}

.search-badge-link {
  text-decoration: none;
  top: -3px;
  display: inline-block;
}
.search-badge-link .search-featured-badge {
  padding-right: 34px;
  color: #ffffff;
  background-color: #f96241;
}
.search-badge-link .search-featured-badge:before {
  content: url("../img/featured-icon.svg");
  position: absolute;
  right: 8px;
  top: 7px;
}

.search-spotlight-badge {
  display: inline-block;
  top: -3px;
  border: 1px solid #cdcdcd;
  color: #f96241;
  background-color: transparent;
  text-decoration: none;
}

.search-badge {
  padding: 5px 14px;
  margin-bottom: 9px;
  border-radius: 20px;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
}
.search-badge.meeting-report {
  display: inline-block;
  top: -3px;
  color: #ffffff;
  background-color: #f96241;
}

.search-title {
  font-weight: 700;
}

.filter-style-checkbox {
  border: 1px solid black;
}

.filter-selection {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 34px;
}
.filter-selection button {
  padding: 0 26px;
  min-width: 120px;
  height: 40px;
  font-family: "Montserrat", serif;
  font-size: 14px;
  line-height: 38px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #f96241;
  border: 1px solid #f96241;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  display: inline-block;
  -webkit-transition: background 0.18s ease;
  -moz-transition: background 0.18s ease;
  -ms-transition: background 0.18s ease;
  -o-transition: background 0.18s ease;
  transition: background 0.18s ease;
  background: transparent;
  cursor: pointer !important;
}
.filter-selection button.filter-choose {
  color: #ffffff;
  background: #f96241;
}
.filter-selection button.filter-choose:hover {
  color: #f96241;
  background: #ffffff;
}
.filter-selection button.filter-cancel:hover {
  color: #ffffff;
  background: #f96241;
}

.type-container {
  margin-top: 18px;
  margin-bottom: 26px;
}
.type-container .search-title {
  display: inline;
}
@media screen and (max-width: 920px) {
  .type-container .search-title {
    display: inline-block;
    margin-bottom: 15px;
  }
}
.type-container .type-checks {
  display: inline;
  margin-left: 16px;
}
@media screen and (max-width: 920px) {
  .type-container .type-checks {
    display: block;
    margin-left: 0;
  }
}
.type-container .type-checks .styled-checkbox {
  display: inline-block;
  margin-left: 31px;
}
@media screen and (max-width: 920px) {
  .type-container .type-checks .styled-checkbox {
    margin-left: 0;
    margin-right: 15px;
  }
}

.digest-search-section {
  padding-bottom: 20px;
}
@media screen and (max-width: 920px) {
  .digest-search-section .row [class^=col-],
  .digest-search-section .row [class*=" col-"] {
    padding: 0 30px;
    float: none;
    width: 100%;
    min-height: 1px;
  }
}
.digest-search-section .col-25 {
  padding: 0;
  padding-left: 15px;
}
@media screen and (max-width: 920px) {
  .digest-search-section .col-25 {
    margin-bottom: 30px;
    padding-left: 0;
    width: 100%;
  }
}
.digest-search-section .col-75 {
  padding-left: 0;
}
@media screen and (max-width: 920px) {
  .digest-search-section .col-75 {
    padding-right: 0;
    width: 100%;
  }
}
.digest-search-section .search-digest-blurb {
  margin-bottom: 40px;
}

.whiteboard-frame {
  width: 100%;
  height: 155px;
  display: block;
}
@media screen and (max-width: 920px) {
  .whiteboard-frame {
    margin-left: 0;
    margin-right: 0;
  }
}
.whiteboard-frame:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 20;
  content: "";
  background: url("../img/board.png") 0 0 no-repeat;
  -webkit-background-size: 100% 100%;
  -moz-background-size: 100% 100%;
  -ms-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
}
@media screen and (max-width: 920px) {
  .whiteboard-frame:after {
    margin-left: 0;
    margin-right: 0;
    width: 185px;
  }
}
.whiteboard-frame .bg-image {
  top: 7px;
  left: 7px;
  z-index: 10;
  width: calc(100% - 14px);
  height: calc(100% - 20px);
  display: block;
  background-repeat: no-repeat;
  background-position: 0 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media screen and (max-width: 920px) {
  .whiteboard-frame .bg-image {
    top: 0px;
    left: 0px;
    margin-left: 0;
    margin-right: 0;
    width: 185px;
    height: 155px;
  }
}

.loading-spinner {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Added by DZ */
.flex-container {
  display: block;
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}
.flex-container .row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.flex-container .col {
  position: relative;
  max-width: 100%;
  min-height: 1px;
  padding: 0 15px;
  flex-basis: 0;
  flex-grow: 1;
}
.flex-container .md3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.flex-container .md4 {
  flex: 0 0 33.3333333%;
  max-width: 33.3333333%;
}
@media (max-width: 1080px) {
  .flex-container .md4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.four-o-four-banner {
  min-height: 600px;
}
.four-o-four-banner .big-alert {
  font-family: "Montserrat", serif;
  font-size: 300px;
  margin-top: 130px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .four-o-four-banner {
    min-height: 400px;
  }
  .four-o-four-banner .content.padded {
    padding-top: 0;
  }
  .four-o-four-banner h1 {
    font-size: 24px;
  }
  .four-o-four-banner .big-alert {
    font-size: 100px;
    margin-top: 50px;
  }
}

.four-o-four-content {
  max-width: 810px;
  margin: 0 auto;
  text-align: center;
  padding: 60px 15px 180px 15px;
}
@media (min-width: 1675px) {
  .four-o-four-content {
    padding-bottom: 225px;
  }
}
.four-o-four-content p {
  font-weight: 300;
  font-family: "Montserrat", serif;
}
.four-o-four-content .buttons-container {
  margin-top: 20px;
}
.four-o-four-content .buttons-container a {
  margin-left: 15px;
}
@media (max-width: 820px) {
  .four-o-four-content .buttons-container a {
    margin-bottom: 20px;
  }
}
.four-o-four-content .buttons-container .home-btn {
  width: 170px;
  position: relative;
}
.four-o-four-content .buttons-container .search-button {
  width: 140px;
}
.four-o-four-content .buttons-container .search-button span {
  margin-left: 10px;
}
.four-o-four-content .buttons-container .search-button .magnified {
  position: absolute;
  top: 15px;
  left: 17px;
}

/* New Events Page Styling */
#events.standard-content {
  padding: 200px 15px 225px;
}
@media (max-width: 1199px) {
  #events.standard-content {
    padding: 50px 0 0 0;
    margin-top: 0px;
  }
}

#events {
  position: relative;
}
#events .events-list {
  max-width: 800px;
  margin: 0 auto;
}
#events .event {
  width: 100%;
}
#events .event:not(:first-child) {
  padding-top: 40px;
  border-top: 1px solid #808080;
}
#events .top-section {
  display: flex;
}
#events .top-section .title {
  flex: 1;
}
#events .top-section .title h2 {
  font-size: 20px;
  line-height: 20px;
  color: #02884d;
}
#events .meta {
  display: flex;
  align-items: center;
}
@media (max-width: 475px) {
  #events .meta {
    flex-direction: column;
    align-items: flex-start;
  }
}
#events .meta img {
  margin-right: 10px;
  transform: translateY(4px);
}
#events .meta .location,
#events .meta .date {
  color: #808080;
}
#events .meta .separator {
  margin: 0 7px;
  color: #808080;
}
@media (max-width: 475px) {
  #events .meta .separator {
    display: none;
  }
}
#events .event-banner {
  margin-top: 17px;
}
#events .event-body {
  margin-bottom: 15px;
  margin-top: 15px;
}
#events .event-body p {
  margin: 0 0 10px;
}

.events h1 {
  margin-bottom: 40px;
}
.events .level-one-nav a {
  color: gray !important;
}
.events .level-one-nav a.active {
  color: #02884d !important;
}
.events .content-column {
  width: 100%;
}

#copied-alert {
  display: none;
}

/* Newsletter Signup */
#mc_embed_signup.mc_override_class {
  font-family: "Montserrat", serif;
  font-size: 16px;
  line-height: 26px;
  color: #808080;
  background: #ffffff;
}
#mc_embed_signup.mc_override_class form {
  padding: 0;
}
#mc_embed_signup.mc_override_class #mailchimp-subscribe-form .btn {
  margin-top: 0;
}
#mc_embed_signup.mc_override_class #mailchimp-subscribe-form #error {
  margin-top: 15px;
  text-align: center;
  color: #02884d;
  display: none;
}
#mc_embed_signup.mc_override_class #mergeRow-gdpr {
  margin-top: 20px;
}
#mc_embed_signup.mc_override_class #mergeRow-gdpr fieldset label {
  font-weight: normal;
}
#mc_embed_signup.mc_override_class #mergeRow-gdpr p {
  margin: 0 0 15px;
}
#mc_embed_signup.mc_override_class #mc-embedded-subscribe-form input[type=checkbox] {
  margin-right: 7px;
  width: auto;
  display: inline;
}
#mc_embed_signup.mc_override_class #mc-embedded-subscribe-form .mc_fieldset {
  border: none;
  min-height: 0;
  padding-bottom: 0;
}
#mc_embed_signup.mc_override_class .mc-field-group {
  margin-bottom: 0;
  padding-bottom: 0;
  width: 100%;
  min-height: 50px;
}
#mc_embed_signup.mc_override_class .mc-field-group label {
  margin-bottom: 8px;
}
#mc_embed_signup.mc_override_class .mc-field-group input.field {
  margin: 0 0 16px;
  padding: 12px 25px 13px;
  width: 100%;
  font-size: 16px;
  line-height: 22px;
  text-indent: 0;
  border: none;
  border: 1px solid #d1d1d1;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
}
#mc_embed_signup.mc_override_class input.btn {
  border: none;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
}
#mc_embed_signup.mc_override_class #mc-embedded-subscribe {
  margin: 12px 0 0;
  display: inline-block;
}
#mc_embed_signup.mc_override_class .content__gdpr,
#mc_embed_signup.mc_override_class .content__gdprLegal {
  font-size: 14px;
  line-height: 22px;
}
#mc_embed_signup.mc_override_class .gdprRequired {
  padding: 0;
}
#mc_embed_signup.mc_override_class .gdprRequired label {
  margin-bottom: 13px;
}

section,
article,
aside,
header,
footer,
div,
span,
a,
a:visited,
p,
ul,
li,
form,
input,
input[type=search],
textarea {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=submit] {
  cursor: pointer !important;
}

*,
*::after,
*::before {
  box-sizing: inherit;
}

*:focus {
  outline: none;
}

ul {
  padding-left: 30px;
}

.centered {
  text-align: center;
}

.left {
  float: left;
}

.right {
  float: right;
}

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

.caps {
  text-transform: uppercase;
}

.hidden {
  display: none !important;
}

.invisible {
  opacity: 0 !important;
}

@media screen and (max-width: 920px) {
  .hide-mobile {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .hide-small-mobile {
    display: none;
  }
}
.show-very-small-mobile {
  display: none !important;
}

@media screen and (max-width: 380px) {
  .show-very-small-mobile {
    display: block !important;
  }
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

img {
  max-width: 100%;
}

figure.youtube-figure {
  margin: 0 0 30px;
}

.youtube-embed {
  max-width: 100%;
}

.youtube-embed-inner {
  position: relative;
  padding-top: 56.25%;
  height: 0;
  overflow: hidden;
}

.youtube-embed-inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

a,
a:visited {
  text-decoration: none;
  color: #02884d;
}

a:hover,
a:visited:hover {
  text-decoration: underline;
  color: #02884d;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

p {
  margin: 0 0 30px;
  padding: 0;
}

h1 {
  margin-bottom: 22px;
  font-family: "Montserrat", serif;
  font-size: 36px;
  line-height: 44px;
  text-transform: uppercase;
  color: #4a4a4a;
}

@media screen and (max-width: 920px) {
  h1 {
    font-size: 30px;
    line-height: 40px;
  }
}
h2 {
  margin-bottom: 6px;
  font-family: "Montserrat", serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
  color: #f96241;
}

h2.alt {
  padding-top: 11px;
  padding-bottom: 30px;
  text-transform: none;
}

@media screen and (max-width: 920px) {
  h2 {
    font-size: 20px;
    line-height: 26px;
  }
}
h3 {
  margin-bottom: 11px;
  font-family: "Montserrat", serif;
  font-size: 20px;
  line-height: 27px;
  font-weight: 700;
  color: #02884d;
}

h4 {
  margin-bottom: 30px;
  font-family: "Montserrat", serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  text-transform: uppercase;
  color: #4a4a4a;
}

h5 {
  margin-bottom: 10px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 32px;
  font-weight: 700;
  color: #4a4a4a;
}

a.btn,
a.btn:visited,
input.btn,
button.btn,
.btn {
  padding: 0 26px;
  min-width: 120px;
  height: 50px;
  font-family: "Montserrat", serif;
  font-size: 14px;
  line-height: 48px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
  border: none;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  display: inline-block;
  -webkit-transition: background 0.18s ease;
  -moz-transition: background 0.18s ease;
  -ms-transition: background 0.18s ease;
  -o-transition: background 0.18s ease;
  transition: background 0.18s ease;
  background: #f96241;
}

a.btn[type=submit], a.btn[type=button],
a.btn:visited[type=submit],
a.btn:visited[type=button],
input.btn[type=submit],
input.btn[type=button],
button.btn[type=submit],
button.btn[type=button],
.btn[type=submit],
.btn[type=button] {
  padding-bottom: 2px;
}

a.btn.wide,
a.btn:visited.wide,
input.btn.wide,
button.btn.wide,
.btn.wide {
  min-width: 230px;
}

a.btn:hover,
a.btn:visited:hover,
input.btn:hover,
button.btn:hover,
.btn:hover {
  text-decoration: none;
  background: rgb(240.8015102041, 86.5164228039, 52.7984897959);
}

a.btn.green,
a.btn:visited.green,
input.btn.green,
button.btn.green,
.btn.green {
  background: #4fcb9f;
}

a.btn.green:hover,
a.btn:visited.green:hover,
input.btn.green:hover,
button.btn.green:hover,
.btn.green:hover {
  background: rgb(71.9466315789, 189.6533684211, 147.8864617997);
}

a.btn.small,
a.btn:visited.small,
input.btn.small,
button.btn.small,
.btn.small {
  padding: 8px 26px 7px;
  height: auto;
  font-weight: 400;
  line-height: 15px;
}

a.btn.bordered,
a.btn:visited.bordered,
input.btn.bordered,
button.btn.bordered,
.btn.bordered {
  line-height: 46px;
  color: #02884d;
  border: 1px solid #d8d8d8;
  -webkit-transition: background 0.18s ease, border 0.18s ease, color 0.18s ease;
  -moz-transition: background 0.18s ease, border 0.18s ease, color 0.18s ease;
  -ms-transition: background 0.18s ease, border 0.18s ease, color 0.18s ease;
  -o-transition: background 0.18s ease, border 0.18s ease, color 0.18s ease;
  transition: background 0.18s ease, border 0.18s ease, color 0.18s ease;
  background: transparent;
}

a.btn.bordered:hover,
a.btn:visited.bordered:hover,
input.btn.bordered:hover,
button.btn.bordered:hover,
.btn.bordered:hover {
  color: #ffffff;
  border-color: #4fcb9f;
  background: #4fcb9f;
}

a.btn.bordered.translucent,
a.btn:visited.bordered.translucent,
input.btn.bordered.translucent,
button.btn.bordered.translucent,
.btn.bordered.translucent {
  color: #ffffff;
  background: rgba(0, 0, 0, 0.05);
}

a.btn.bordered.translucent:hover,
a.btn:visited.bordered.translucent:hover,
input.btn.bordered.translucent:hover,
button.btn.bordered.translucent:hover,
.btn.bordered.translucent:hover {
  border-color: #d8d8d8;
  background: rgba(0, 0, 0, 0.1);
}

a.btn.full,
a.btn:visited.full,
input.btn.full,
button.btn.full,
.btn.full {
  display: block;
}

button.button--text, button.button--icon {
  text-align: left;
  border: none;
  outline: none;
  background-color: transparent;
  margin: 0;
  padding: 0;
  cursor: pointer;
  color: inherit;
}

button.button--text:focus, button.button--icon:focus {
  outline: none;
}

form.loading:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  content: "";
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) url("../../img/loading.gif") center 6px no-repeat;
}

form input[type=submit] {
  margin-top: 30px;
}

.form-inner:before, .form-inner:after {
  content: "";
  display: table;
}

.form-inner:after {
  clear: both;
}

.label {
  margin-bottom: 15px;
  padding-left: 10px;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #4a4a4a;
  display: block;
}

.label.spaced-out {
  padding-top: 9px;
}

input.field,
textarea.field,
.field {
  margin: 0 0 25px;
  padding: 12px 25px 13px;
  width: 100%;
  min-width: 100%;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  color: #4a4a4a;
  word-break: normal;
  border: 1px solid #d1d1d1;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  outline: none;
  display: inline-block;
  background: #ffffff;
  -webkit-appearance: none;
  -webkit-transition: border 0.1s ease, box-shadow 0.1s ease;
  -moz-transition: border 0.1s ease, box-shadow 0.1s ease;
  -ms-transition: border 0.1s ease, box-shadow 0.1s ease;
  -o-transition: border 0.1s ease, box-shadow 0.1s ease;
  transition: border 0.1s ease, box-shadow 0.1s ease;
}

input.field:focus,
textarea.field:focus,
.field:focus {
  border-color: rgb(190.5, 190.5, 190.5);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.04);
  -ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.04);
  -o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.04);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.04);
}

input.field.errored,
textarea.field.errored,
.field.errored {
  border-color: #f07576;
  background: #ffeded;
}

input.field.full,
textarea.field.full,
.field.full {
  width: 100%;
  display: block;
}

textarea.field {
  padding: 15px 25px 17px;
  min-height: 350px;
  resize: none;
}

.row:before, .row:after {
  content: "";
  display: table;
}

.row:after {
  clear: both;
}

[class^=col-],
[class*=" col-"] {
  padding: 0 30px;
  float: left;
  min-height: 1px;
}

.half-padding [class^=col-],
.half-padding [class*=" col-"] {
  padding: 0 10px;
}

.more-padding [class^=col-],
.more-padding [class*=" col-"] {
  padding: 0 20px;
}

[class^=col-].centered,
[class*=" col-"].centered {
  text-align: center;
}

[class^=col-].center-col,
[class*=" col-"].center-col {
  margin-left: auto;
  margin-right: auto;
  float: none;
}

[class^=col-].center-col.more-space,
[class*=" col-"].center-col.more-space {
  padding-top: 15px;
}

[class^=col-].center-col.inline-buttons,
[class*=" col-"].center-col.inline-buttons {
  font-size: 0;
}

[class^=col-].center-col.inline-buttons .btn,
[class*=" col-"].center-col.inline-buttons .btn {
  margin-left: 20px;
  margin-right: 20px;
  display: inline-block;
}

@media screen and (max-width: 480px) {
  [class^=col-].center-col.inline-buttons .btn,
  [class*=" col-"].center-col.inline-buttons .btn {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    display: block;
  }
}
.half-padding {
  padding-left: 10px;
  padding-right: 10px;
}

.more-padding {
  padding-left: 20px;
  padding-right: 20px;
}

.col-5 {
  width: 5%;
}

.col-10 {
  width: 10%;
}

.col-15 {
  width: 15%;
}

.col-20 {
  width: 20%;
}

.col-25 {
  width: 25%;
}

.col-30 {
  width: 30%;
}

.col-33 {
  width: 33.3333333333%;
}

.col-35 {
  width: 35%;
}

.col-40 {
  width: 40%;
}

.col-45 {
  width: 45%;
}

.col-50 {
  width: 50%;
}

.col-55 {
  width: 55%;
}

.col-60 {
  width: 60%;
}

.col-65 {
  width: 65%;
}

.col-70 {
  width: 70%;
}

.col-75 {
  width: 75%;
}

.col-80 {
  width: 80%;
}

.col-85 {
  width: 85%;
}

.col-90 {
  width: 90%;
}

.col-95 {
  width: 95%;
}

.col-100 {
  width: 100%;
  float: none;
  clear: both;
}

@media screen and (max-width: 767px) {
  .mobile-100 {
    width: 100%;
    float: none;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .mobile-60 {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .mobile-50 {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .mobile-40 {
    width: 40%;
  }
}
@media screen and (max-width: 480px) {
  .small-mobile-100 {
    width: 100%;
    float: none;
  }
}
.search-page .page-with-side-nav .side-nav .level-one-nav > div {
  margin-bottom: 20px;
  padding-top: 20px;
}

.search-page .page-with-side-nav .side-nav .level-one-nav > div.split {
  display: flex;
  flex-direction: row;
  align-items: baseline;
}

.search-page .page-with-side-nav .side-nav .level-one-nav > div.split > :nth-child(2) {
  margin-left: auto;
}

.search-page .page-with-side-nav .side-nav .level-one-nav > div h4 {
  margin: 0;
  color: #4a4a4a;
  font-size: 22px;
  text-transform: none;
}

.search-page .page-with-side-nav .side-nav .level-one-nav > div h5 {
  margin: 0;
  color: #4a4a4a;
  font-size: 16px;
  text-transform: none;
}

.search-page .page-with-side-nav .side-nav .level-one-nav > div > ul {
  margin: 20px 0 0;
  padding: 0;
}

.search-page .page-with-side-nav .side-nav .level-one-nav > div > ul > li {
  margin-bottom: 14px;
}

.search-page .page-with-side-nav .side-nav .level-one-nav > div .btn-clear-filters {
  background: none;
  border: 0;
  box-shadow: none;
  color: #02884d;
  font-size: 16px;
  line-height: 1.3em;
}

.search-page .page-with-side-nav .side-nav .level-one-nav > div .btn-clear-filters:disabled {
  color: #a2a2a2;
}

.search-page .page-with-side-nav .side-nav .level-one-nav .type-selection {
  list-style: none;
  color: #02884d;
  font-size: 16px;
  line-height: 1.3em;
}

.search-page .page-with-side-nav .side-nav .level-one-nav .type-selection > li {
  margin-bottom: 0.3rem;
}

.search-page .page-with-side-nav .side-nav .level-one-nav .type-selection > li > label {
  font-weight: bold;
}

.search-page .page-with-side-nav .side-nav .level-one-nav .type-selection > li label {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
  cursor: pointer;
}

.search-page .page-with-side-nav .side-nav .level-one-nav .type-selection > li label > input[type=checkbox] {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.search-page .page-with-side-nav .side-nav .level-one-nav .type-selection > li label > span.count {
  flex: 0 0 auto;
  border: 1px solid #d1d1d1;
  color: #a2a2a2;
  font-weight: normal;
  background-color: #ffffff;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  -ms-border-radius: 1rem;
  -o-border-radius: 1rem;
  border-radius: 1rem;
  padding: 0.2rem 0.5rem;
  font-size: 12px;
}

.search-page .page-with-side-nav .side-nav .level-one-nav .type-selection > li > ul {
  margin: 0.7rem 0 1rem;
  list-style: none;
  line-height: 1.3em;
}

.search-page .page-with-side-nav .side-nav .level-one-nav .type-selection > li > ul > li {
  font-weight: normal;
}

.search-page .page-with-side-nav .side-nav .level-one-nav .category-selection {
  list-style: none;
}

.search-page .page-with-side-nav .side-nav .level-one-nav .category-selection > li {
  margin-bottom: 15px;
}

.search-page .page-with-side-nav .side-nav .level-one-nav .category-selection > li button {
  display: inline-flex;
  gap: 0.5rem;
  align-items: center;
  margin: 0;
  padding: 11px 16px 10px;
  font-family: "Montserrat", serif;
  font-size: 12px;
  line-height: 1.3em;
  font-weight: 700;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  color: #02884d;
  border: 1px solid #d8d8d8;
  background: #ffffff;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-transition: background 0.18s ease;
  -moz-transition: background 0.18s ease;
  -ms-transition: background 0.18s ease;
  -o-transition: background 0.18s ease;
  transition: background 0.18s ease;
  cursor: pointer !important;
}

.search-page .page-with-side-nav .side-nav .level-one-nav .category-selection > li.active button {
  color: #ffffff;
  background: #4fcb9f;
}

.search-page .page-with-side-nav .side-nav .level-one-nav .powered-by {
  padding: 20px 0;
  font-size: 14px;
}

.search-page .page-with-side-nav .content-column .content {
  padding: 13px 0 0;
}

.search-page .page-with-side-nav .content-column .content > section {
  margin: 0 30px 0 60px;
}

@media screen and (max-width: 920px) {
  .search-page .page-with-side-nav .content-column .content > section {
    margin: 0 20px;
  }
}
.search-page .page-with-side-nav .content-column .content h4 {
  text-transform: none;
}

.search-page .page-with-side-nav .content-column .content .search-box .search-form {
  height: auto;
  background-color: #ffffff;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
}

.search-page .page-with-side-nav .content-column .content .search-box .search-form .search-field {
  width: 100%;
  min-width: 100%;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 1.2em;
  padding: 14px 2.5rem 16px;
  font-weight: 700;
  color: #4a4a4a;
  word-break: normal;
  border: 1px solid #d1d1d1;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  display: inline-block;
  background: transparent;
  -webkit-transition: border 0.1s ease, box-shadow 0.1s ease;
  -moz-transition: border 0.1s ease, box-shadow 0.1s ease;
  -ms-transition: border 0.1s ease, box-shadow 0.1s ease;
  -o-transition: border 0.1s ease, box-shadow 0.1s ease;
  transition: border 0.1s ease, box-shadow 0.1s ease;
}

.search-page .page-with-side-nav .content-column .content .search-box .search-form .search-field:focus {
  border-color: rgb(190.5, 190.5, 190.5);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.04);
  -ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.04);
  -o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.04);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.04);
}

.search-page .page-with-side-nav .content-column .content .search-box .search-form .search-field::placeholder {
  color: #a2a2a2;
}

.search-page .page-with-side-nav .content-column .content .current-refinements {
  padding: 20px 0;
  display: inline-grid;
  gap: 1rem;
  grid-auto-flow: column;
  align-items: center;
  min-height: 85px;
}

@media screen and (max-width: 920px) {
  .search-page .page-with-side-nav .content-column .content .current-refinements {
    grid-auto-flow: row;
  }
  .search-page .page-with-side-nav .content-column .content .current-refinements--list {
    grid-auto-flow: row dense;
    align-items: start;
  }
}
.search-page .page-with-side-nav .content-column .content .current-refinements > h5 {
  margin: 0;
  color: #4a4a4a;
  font-size: 16px;
  text-transform: none;
}

.search-page .page-with-side-nav .content-column .content .current-refinements--item {
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
  display: inline-grid;
  gap: 1rem;
  grid-auto-flow: column;
  align-items: center;
  justify-content: start;
  white-space: nowrap;
}

.search-page .page-with-side-nav .content-column .content .current-refinements--label {
  display: none;
}

.search-page .page-with-side-nav .content-column .content .current-refinements--category {
  border: 1px solid #d1d1d1;
  border-radius: 25px;
  padding: 10px 16px;
  background-color: transparent;
  margin: 0;
}

.search-page .page-with-side-nav .content-column .content .current-refinements--delete {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 10px;
  border: none;
  border-radius: 25px;
  background-image: url(../img/pill-x.svg);
  background-repeat: no-repeat;
  background-size: contain;
  text-indent: -999em;
}

.search-page .page-with-side-nav .content-column .content .search-results {
  margin: 0;
  padding-left: 60px;
  padding-right: 30px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff, 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff, 0 1px 0 #ffffff;
  -ms-box-shadow: inset 0 1px 0 #ffffff, 0 1px 0 #ffffff;
  -o-box-shadow: inset 0 1px 0 #ffffff, 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff, 0 1px 0 #ffffff;
}

@media screen and (max-width: 920px) {
  .search-page .page-with-side-nav .content-column .content .search-results {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.search-page .page-with-side-nav .content-column .content .search-results h3 {
  color: #4a4a4a;
  font-size: 22px;
  line-height: 27px;
  margin-bottom: 0;
}

.search-page .page-with-side-nav .content-column .content .search-results h4 {
  color: #02884d;
  font-size: 20px;
  line-height: 27px;
  margin-bottom: 11px;
}

.search-page .page-with-side-nav .content-column .content .search-results h4 .caret {
  margin-left: 6px;
  color: #02884d;
}

.search-page .page-with-side-nav .content-column .content .search-results--this-week {
  border-top: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
  padding-top: 20px;
  padding-bottom: 20px;
}

.search-page .page-with-side-nav .content-column .content .search-results--older {
  background-color: #ffffff;
  padding-top: 35px;
}

.search-page .page-with-side-nav .content-column .content .search-results--older > h4 {
  margin-top: 18px;
}

.search-page .page-with-side-nav .content-column .content .search-results--item {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  background: transparent;
  font-size: 14px;
  font-weight: normal;
  margin: 0 0 32px;
  padding: 0;
  border-bottom: 1px solid #cdcdcd;
  -webkit-box-shadow: inset 0 1px 0 #ffffff, 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff, 0 1px 0 #ffffff;
  -ms-box-shadow: inset 0 1px 0 #ffffff, 0 1px 0 #ffffff;
  -o-box-shadow: inset 0 1px 0 #ffffff, 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff, 0 1px 0 #ffffff;
}

.search-page .page-with-side-nav .content-column .content .search-results--item:last-of-type {
  border-bottom: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

.search-page .page-with-side-nav .content-column .content .search-results--item .expandable-article {
  margin: 0;
  border-bottom: none;
}

.search-page .page-with-side-nav .content-column .content .search-results--item .expandable-article.has-featured {
  padding-left: 0;
  margin-left: -60px;
  background-repeat: no-repeat;
  background-position: bottom 100px left 25px;
  background-image: url(../img/linked-arrow.svg);
}

.search-page .page-with-side-nav .content-column .content .search-results--item .expandable-article.has-featured .expandable-article--content {
  padding-left: 60px;
}

.search-page .page-with-side-nav .content-column .content .search-results--item .expandable-article.has-featured .featured-article h4 {
  margin: 0 0 9px;
  font-size: 20px;
  color: #02884d;
}

.search-page .page-with-side-nav .content-column .content .search-results--item .expandable-article .article-body p:last-child {
  margin-bottom: 0;
}

.search-page .page-with-side-nav .content-column .content .search-results--item .expandable-article .cover-image {
  padding: 0 30px 0 0;
}

.search-page .page-with-side-nav .content-column .content .search-results--item .expandable-article .featured-article .cover-image {
  padding: 0;
}

@media screen and (max-width: 920px) {
  .search-page .page-with-side-nav .content-column .content .search-results--item .expandable-article .col-25.cover-image {
    padding: 0 20px 0 0;
    min-width: 205px;
  }
  .search-page .page-with-side-nav .content-column .content .search-results--item .expandable-article.has-featured {
    margin-left: -20px;
    background: none;
  }
  .search-page .page-with-side-nav .content-column .content .search-results--item .expandable-article.has-featured .expandable-article--content {
    padding-left: 20px;
  }
  .search-page .page-with-side-nav .content-column .content .search-results--item .expandable-article.has-featured .expandable-article--content .featured-article {
    background-repeat: no-repeat;
    background-position: top 5px left 2px;
    background-image: url(../img/linked-arrow.svg);
  }
  .search-page .page-with-side-nav .content-column .content .search-results--item .expandable-article.has-featured .expandable-article--content .featured-article .cover-image {
    width: 100%;
    float: none;
    padding: 0 5px 0 40px;
    margin-bottom: 20px;
  }
  .search-page .page-with-side-nav .content-column .content .search-results--item .expandable-article.has-featured .expandable-article--content .featured-article .featured-article--content {
    float: none;
    width: 100%;
    padding: 0 5px 0 40px;
  }
}
@media screen and (max-width: 480px) {
  .search-page .page-with-side-nav .content-column .content .search-results--item .expandable-article .col-25.cover-image {
    margin-bottom: 16px;
    padding: 0;
    width: 100%;
    min-width: 100%;
    float: none;
  }
  .search-page .page-with-side-nav .content-column .content .search-results--item .expandable-article .whiteboard-frame {
    width: 100%;
    height: auto;
    aspect-ratio: 4/3;
  }
  .search-page .page-with-side-nav .content-column .content .search-results--item .expandable-article .whiteboard-frame .bg-image {
    top: 10px;
    left: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    background-size: 100%;
  }
  .search-page .page-with-side-nav .content-column .content .search-results--item .expandable-article .whiteboard-frame::after {
    width: 100%;
  }
}
.search-page .page-with-side-nav .content-column .content .pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

@media screen and (max-width: 920px) {
  .search-page .page-with-side-nav .content-column .content .pagination {
    flex-direction: column;
    justify-content: center;
  }
}
.search-page .page-with-side-nav .content-column .content .pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: center;
}

.search-page .page-with-side-nav .content-column .content .pagination ul li a {
  display: inline-block;
  text-decoration: none;
  color: #02884d;
  padding: 0 0.5rem;
}

@media screen and (max-width: 920px) {
  .search-page .page-with-side-nav .content-column .content .pagination ul li a {
    padding: 0.5rem 1rem;
  }
}
.search-page .page-with-side-nav .content-column .content .pagination ul li a[aria-disabled=true] {
  color: #a2a2a2;
}

.search-page .page-with-side-nav .content-column .content .pagination ul li a[aria-disabled=true]:hover {
  text-decoration: none;
}

.search-page .page-with-side-nav .content-column .content .pagination .hits-per-page {
  margin-left: 12px;
  display: inline-block;
}

.testimonials {
  margin-bottom: 200px;
}

@media (max-width: 768px) {
  .testimonials {
    margin-bottom: 120px;
  }
}
.testimonials .inner-container {
  max-width: 1140px;
}

.testimonials h2 {
  text-align: center;
  margin-bottom: 30px;
}

.testimonials section {
  margin-bottom: 60px;
}

@media (max-width: 500px) {
  .testimonials section {
    margin-bottom: 40px;
  }
}
.testimonials .testimonials-banner {
  min-height: 405px;
}

.testimonials .swiper-button-next {
  background-image: url("../img/gray-arrow-forward.svg");
  right: 0px;
  background-size: unset;
}

@media (min-width: 1200px) {
  .testimonials .swiper-button-next {
    right: -20px;
  }
}
.testimonials .swiper-button-prev {
  background-image: url("../img/gray-arrow-back.svg");
  left: 0px;
  background-size: unset;
}

@media (min-width: 1200px) {
  .testimonials .swiper-button-prev {
    left: -20px;
  }
}
.testimonials .swiper-pagination {
  position: unset;
}

.testimonials .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  border: 1px solid #4fcb9f;
  opacity: 1;
  background: none;
  margin-right: 8px;
}

.testimonials .swiper-pagination-bullet-active {
  background: #4fcb9f;
}

.testimonials .pagination-wrapper {
  text-align: center;
  margin-top: 25px;
}

.testimonials .reader-testimonials .speech-bubble {
  background: #ffffff;
  position: relative;
}

@media (min-width: 650px) {
  .testimonials .reader-testimonials .speech-bubble {
    margin: 0 30px 0 60px;
  }
}
@media (min-width: 1000px) {
  .testimonials .reader-testimonials .speech-bubble {
    min-height: 350px;
  }
}
.testimonials .reader-testimonials .speech-bubble .quote-circle {
  height: 50px;
  transform: translate(10px, 12px);
}

@media (min-width: 650px) {
  .testimonials .reader-testimonials .speech-bubble .quote-circle {
    height: 86px;
    transform: translate(0, 0);
    position: absolute;
    top: 20px;
    left: -42px;
  }
}
.testimonials .reader-testimonials .speech-bubble .content {
  padding: 20px;
}

@media (min-width: 650px) {
  .testimonials .reader-testimonials .speech-bubble .content {
    padding: 20px 20px 20px 60px;
  }
}
.testimonials .reader-testimonials .speech-bubble .content p {
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 15px;
}

.testimonials .reader-testimonials .speech-bubble .content .person-info {
  font-size: 14px;
  font-weight: bold;
}

.testimonials .reader-testimonials .speech-bubble .content .company {
  font-size: 13px;
  color: #777;
}

section,
article,
aside,
header,
footer,
div,
span,
a,
a:visited,
p,
ul,
li,
form,
input,
input[type=search],
textarea {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=submit] {
  cursor: pointer !important;
}

*,
*::after,
*::before {
  box-sizing: inherit;
}

*:focus {
  outline: none;
}

ul {
  padding-left: 30px;
}

.centered {
  text-align: center;
}

.left {
  float: left;
}

.right {
  float: right;
}

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

.caps {
  text-transform: uppercase;
}

.hidden {
  display: none !important;
}

.invisible {
  opacity: 0 !important;
}

@media screen and (max-width: 920px) {
  .hide-mobile {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .hide-small-mobile {
    display: none;
  }
}
.show-very-small-mobile {
  display: none !important;
}

@media screen and (max-width: 380px) {
  .show-very-small-mobile {
    display: block !important;
  }
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

img {
  max-width: 100%;
}

figure.youtube-figure {
  margin: 0 0 30px;
}

.youtube-embed {
  max-width: 100%;
}

.youtube-embed-inner {
  position: relative;
  padding-top: 56.25%;
  height: 0;
  overflow: hidden;
}

.youtube-embed-inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

a,
a:visited {
  text-decoration: none;
  color: #02884d;
}

a:hover,
a:visited:hover {
  text-decoration: underline;
  color: #02884d;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

p {
  margin: 0 0 30px;
  padding: 0;
}

h1 {
  margin-bottom: 22px;
  font-family: "Montserrat", serif;
  font-size: 36px;
  line-height: 44px;
  text-transform: uppercase;
  color: #4a4a4a;
}

@media screen and (max-width: 920px) {
  h1 {
    font-size: 30px;
    line-height: 40px;
  }
}
h2 {
  margin-bottom: 6px;
  font-family: "Montserrat", serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
  color: #f96241;
}

h2.alt {
  padding-top: 11px;
  padding-bottom: 30px;
  text-transform: none;
}

@media screen and (max-width: 920px) {
  h2 {
    font-size: 20px;
    line-height: 26px;
  }
}
h3 {
  margin-bottom: 11px;
  font-family: "Montserrat", serif;
  font-size: 20px;
  line-height: 27px;
  font-weight: 700;
  color: #02884d;
}

h4 {
  margin-bottom: 30px;
  font-family: "Montserrat", serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  text-transform: uppercase;
  color: #4a4a4a;
}

h5 {
  margin-bottom: 10px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 32px;
  font-weight: 700;
  color: #4a4a4a;
}

a.btn,
a.btn:visited,
input.btn,
button.btn,
.btn {
  padding: 0 26px;
  min-width: 120px;
  height: 50px;
  font-family: "Montserrat", serif;
  font-size: 14px;
  line-height: 48px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
  border: none;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  display: inline-block;
  -webkit-transition: background 0.18s ease;
  -moz-transition: background 0.18s ease;
  -ms-transition: background 0.18s ease;
  -o-transition: background 0.18s ease;
  transition: background 0.18s ease;
  background: #f96241;
}

a.btn[type=submit], a.btn[type=button],
a.btn:visited[type=submit],
a.btn:visited[type=button],
input.btn[type=submit],
input.btn[type=button],
button.btn[type=submit],
button.btn[type=button],
.btn[type=submit],
.btn[type=button] {
  padding-bottom: 2px;
}

a.btn.wide,
a.btn:visited.wide,
input.btn.wide,
button.btn.wide,
.btn.wide {
  min-width: 230px;
}

a.btn:hover,
a.btn:visited:hover,
input.btn:hover,
button.btn:hover,
.btn:hover {
  text-decoration: none;
  background: rgb(240.8015102041, 86.5164228039, 52.7984897959);
}

a.btn.green,
a.btn:visited.green,
input.btn.green,
button.btn.green,
.btn.green {
  background: #4fcb9f;
}

a.btn.green:hover,
a.btn:visited.green:hover,
input.btn.green:hover,
button.btn.green:hover,
.btn.green:hover {
  background: rgb(71.9466315789, 189.6533684211, 147.8864617997);
}

a.btn.small,
a.btn:visited.small,
input.btn.small,
button.btn.small,
.btn.small {
  padding: 8px 26px 7px;
  height: auto;
  font-weight: 400;
  line-height: 15px;
}

a.btn.bordered,
a.btn:visited.bordered,
input.btn.bordered,
button.btn.bordered,
.btn.bordered {
  line-height: 46px;
  color: #02884d;
  border: 1px solid #d8d8d8;
  -webkit-transition: background 0.18s ease, border 0.18s ease, color 0.18s ease;
  -moz-transition: background 0.18s ease, border 0.18s ease, color 0.18s ease;
  -ms-transition: background 0.18s ease, border 0.18s ease, color 0.18s ease;
  -o-transition: background 0.18s ease, border 0.18s ease, color 0.18s ease;
  transition: background 0.18s ease, border 0.18s ease, color 0.18s ease;
  background: transparent;
}

a.btn.bordered:hover,
a.btn:visited.bordered:hover,
input.btn.bordered:hover,
button.btn.bordered:hover,
.btn.bordered:hover {
  color: #ffffff;
  border-color: #4fcb9f;
  background: #4fcb9f;
}

a.btn.bordered.translucent,
a.btn:visited.bordered.translucent,
input.btn.bordered.translucent,
button.btn.bordered.translucent,
.btn.bordered.translucent {
  color: #ffffff;
  background: rgba(0, 0, 0, 0.05);
}

a.btn.bordered.translucent:hover,
a.btn:visited.bordered.translucent:hover,
input.btn.bordered.translucent:hover,
button.btn.bordered.translucent:hover,
.btn.bordered.translucent:hover {
  border-color: #d8d8d8;
  background: rgba(0, 0, 0, 0.1);
}

a.btn.full,
a.btn:visited.full,
input.btn.full,
button.btn.full,
.btn.full {
  display: block;
}

button.button--text, button.button--icon {
  text-align: left;
  border: none;
  outline: none;
  background-color: transparent;
  margin: 0;
  padding: 0;
  cursor: pointer;
  color: inherit;
}

button.button--text:focus, button.button--icon:focus {
  outline: none;
}

form.loading:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  content: "";
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) url("../../img/loading.gif") center 6px no-repeat;
}

form input[type=submit] {
  margin-top: 30px;
}

.form-inner:before, .form-inner:after {
  content: "";
  display: table;
}

.form-inner:after {
  clear: both;
}

.label {
  margin-bottom: 15px;
  padding-left: 10px;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #4a4a4a;
  display: block;
}

.label.spaced-out {
  padding-top: 9px;
}

input.field,
textarea.field,
.field {
  margin: 0 0 25px;
  padding: 12px 25px 13px;
  width: 100%;
  min-width: 100%;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  color: #4a4a4a;
  word-break: normal;
  border: 1px solid #d1d1d1;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  outline: none;
  display: inline-block;
  background: #ffffff;
  -webkit-appearance: none;
  -webkit-transition: border 0.1s ease, box-shadow 0.1s ease;
  -moz-transition: border 0.1s ease, box-shadow 0.1s ease;
  -ms-transition: border 0.1s ease, box-shadow 0.1s ease;
  -o-transition: border 0.1s ease, box-shadow 0.1s ease;
  transition: border 0.1s ease, box-shadow 0.1s ease;
}

input.field:focus,
textarea.field:focus,
.field:focus {
  border-color: rgb(190.5, 190.5, 190.5);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.04);
  -ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.04);
  -o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.04);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.04);
}

input.field.errored,
textarea.field.errored,
.field.errored {
  border-color: #f07576;
  background: #ffeded;
}

input.field.full,
textarea.field.full,
.field.full {
  width: 100%;
  display: block;
}

textarea.field {
  padding: 15px 25px 17px;
  min-height: 350px;
  resize: none;
}

.row:before, .row:after {
  content: "";
  display: table;
}

.row:after {
  clear: both;
}

[class^=col-],
[class*=" col-"] {
  padding: 0 30px;
  float: left;
  min-height: 1px;
}

.half-padding [class^=col-],
.half-padding [class*=" col-"] {
  padding: 0 10px;
}

.more-padding [class^=col-],
.more-padding [class*=" col-"] {
  padding: 0 20px;
}

[class^=col-].centered,
[class*=" col-"].centered {
  text-align: center;
}

[class^=col-].center-col,
[class*=" col-"].center-col {
  margin-left: auto;
  margin-right: auto;
  float: none;
}

[class^=col-].center-col.more-space,
[class*=" col-"].center-col.more-space {
  padding-top: 15px;
}

[class^=col-].center-col.inline-buttons,
[class*=" col-"].center-col.inline-buttons {
  font-size: 0;
}

[class^=col-].center-col.inline-buttons .btn,
[class*=" col-"].center-col.inline-buttons .btn {
  margin-left: 20px;
  margin-right: 20px;
  display: inline-block;
}

@media screen and (max-width: 480px) {
  [class^=col-].center-col.inline-buttons .btn,
  [class*=" col-"].center-col.inline-buttons .btn {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    display: block;
  }
}
.half-padding {
  padding-left: 10px;
  padding-right: 10px;
}

.more-padding {
  padding-left: 20px;
  padding-right: 20px;
}

.col-5 {
  width: 5%;
}

.col-10 {
  width: 10%;
}

.col-15 {
  width: 15%;
}

.col-20 {
  width: 20%;
}

.col-25 {
  width: 25%;
}

.col-30 {
  width: 30%;
}

.col-33 {
  width: 33.3333333333%;
}

.col-35 {
  width: 35%;
}

.col-40 {
  width: 40%;
}

.col-45 {
  width: 45%;
}

.col-50 {
  width: 50%;
}

.col-55 {
  width: 55%;
}

.col-60 {
  width: 60%;
}

.col-65 {
  width: 65%;
}

.col-70 {
  width: 70%;
}

.col-75 {
  width: 75%;
}

.col-80 {
  width: 80%;
}

.col-85 {
  width: 85%;
}

.col-90 {
  width: 90%;
}

.col-95 {
  width: 95%;
}

.col-100 {
  width: 100%;
  float: none;
  clear: both;
}

@media screen and (max-width: 767px) {
  .mobile-100 {
    width: 100%;
    float: none;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .mobile-60 {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .mobile-50 {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .mobile-40 {
    width: 40%;
  }
}
@media screen and (max-width: 480px) {
  .small-mobile-100 {
    width: 100%;
    float: none;
  }
}
.testimonials .professional-testimonials .inner {
  min-height: 420px;
  width: 100%;
  display: flex;
  position: relative;
}

@media (max-width: 650px) {
  .testimonials .professional-testimonials .inner {
    min-height: 350px;
  }
}
.testimonials .professional-testimonials .left {
  flex: 0 0 65%;
  max-width: 65%;
  position: relative;
  background: #f96241;
  color: #ffffff;
}

@media (max-width: 650px) {
  .testimonials .professional-testimonials .left {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.testimonials .professional-testimonials .right {
  flex: 0 0 35%;
  max-width: 35%;
  background-image: url("../img/Dranoff.jpg");
  background-size: cover;
  background-position: center center;
}

@media (max-width: 650px) {
  .testimonials .professional-testimonials .right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.testimonials .professional-testimonials .content {
  padding-left: 20px;
  height: calc(100% - 105px);
}

@media (max-width: 960px) {
  .testimonials .professional-testimonials .content {
    height: 100%;
  }
}
.testimonials .professional-testimonials .left .content {
  visibility: visible;
  padding-right: 20px;
}

@media (min-width: 960px) {
  .testimonials .professional-testimonials .left .content {
    visibility: hidden;
    padding-right: 0px;
  }
}
.testimonials .professional-testimonials .right-point {
  display: none;
}

@media (min-width: 960px) {
  .testimonials .professional-testimonials .right-point {
    display: block;
    visibility: visible;
    position: absolute;
    height: 100%;
    width: 87%;
    z-index: 9999;
    background: #f96241;
    -webkit-clip-path: polygon(0% 0%, 75% 0%, 82% 52%, 75% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 75% 0%, 82% 52%, 75% 100%, 0% 100%);
    color: #ffffff;
    padding: 25px 220px 0 0;
  }
}
.testimonials .professional-testimonials .right-point .logo-badge {
  background: rgba(255, 255, 255, 0.65);
  width: 250px;
  padding: 10px 0;
  transform: translateX(-20px);
  margin-bottom: 20px;
  clip-path: polygon(0% 0%, 75% 0%, 82% 52%, 75% 100%, 0% 100%);
  -webkit-clip-path: polygon(0% 0%, 75% 0%, 82% 52%, 75% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 75% 0%, 82% 52%, 75% 100%, 0% 100%);
}

.testimonials .professional-testimonials .right-point .logo-badge img {
  transform: translateX(40px);
}

.testimonials .professional-testimonials p {
  margin-top: 25px;
  font-style: italic;
}

@media (max-width: 960px) {
  .testimonials .professional-testimonials p {
    font-size: 16px;
  }
}
.testimonials .professional-testimonials .accent-line {
  width: 170px;
  height: 2.5px;
  background: rgba(255, 255, 255, 0.2);
}

@media (min-width: 651px) and (max-width: 959px) {
  .testimonials .professional-testimonials .accent-line {
    position: absolute;
    bottom: 115px;
    left: 0px;
  }
}
@media (min-width: 960px) {
  .testimonials .professional-testimonials .accent-line {
    position: fixed;
    bottom: 80px;
    transform: translateX(-20px);
  }
}
@media (max-width: 650px) {
  .testimonials .professional-testimonials .professional-info {
    margin: 20px 0;
  }
}
@media (min-width: 651px) and (max-width: 959px) {
  .testimonials .professional-testimonials .professional-info {
    position: absolute;
    bottom: 40px;
  }
}
@media (min-width: 960px) {
  .testimonials .professional-testimonials .professional-info {
    position: absolute;
    bottom: 0px;
  }
}
.testimonials .professional-testimonials .professional-info .person-name {
  font-size: 24px;
}

@media (max-width: 960px) {
  .testimonials .professional-testimonials .professional-info .person-name {
    font-size: 20px;
  }
}
.testimonials .professional-testimonials .professional-info .person-credentials {
  font-size: 15px;
  font-weight: 300;
}

@media (max-width: 960px) {
  .testimonials .professional-testimonials .professional-info .person-credentials {
    font-size: 13.5px;
    line-height: 20px;
  }
}
.testimonials .social-buzz .twitter-tweet.twitter-tweet-rendered {
  position: relative !important;
  width: 100% !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  display: inline-block !important;
}

.testimonials .social-buzz .twitter-tweet {
  display: flex !important;
  justify-content: center !important;
}

.testimonials .social-buzz .embed {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}

@media (max-width: 650px) {
  .testimonials .social-buzz .embed {
    float: none !important;
    width: 100%;
  }
}
.testimonials .social-buzz .embed .inner {
  padding: 0 15px;
  display: block;
}

.testimonials .social-buzz .social-overlay {
  opacity: 0;
}

.social-media-buzz {
  z-index: 800;
  column-count: 2;
  column-gap: 0;
  column-rule: none;
}

@media (max-width: 768px) {
  .social-media-buzz {
    column-count: 1;
  }
}
.social-media-buzz__custom-link {
  display: block;
}

.social-media-buzz__custom-image {
  width: 100%;
  display: block;
}

section,
article,
aside,
header,
footer,
div,
span,
a,
a:visited,
p,
ul,
li,
form,
input,
input[type=search],
textarea {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=submit] {
  cursor: pointer !important;
}

*,
*::after,
*::before {
  box-sizing: inherit;
}

*:focus {
  outline: none;
}

ul {
  padding-left: 30px;
}

.centered {
  text-align: center;
}

.left {
  float: left;
}

.right {
  float: right;
}

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

.caps {
  text-transform: uppercase;
}

.hidden {
  display: none !important;
}

.invisible {
  opacity: 0 !important;
}

@media screen and (max-width: 920px) {
  .hide-mobile {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .hide-small-mobile {
    display: none;
  }
}
.show-very-small-mobile {
  display: none !important;
}

@media screen and (max-width: 380px) {
  .show-very-small-mobile {
    display: block !important;
  }
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

img {
  max-width: 100%;
}

figure.youtube-figure {
  margin: 0 0 30px;
}

.youtube-embed {
  max-width: 100%;
}

.youtube-embed-inner {
  position: relative;
  padding-top: 56.25%;
  height: 0;
  overflow: hidden;
}

.youtube-embed-inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

a,
a:visited {
  text-decoration: none;
  color: #02884d;
}

a:hover,
a:visited:hover {
  text-decoration: underline;
  color: #02884d;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

p {
  margin: 0 0 30px;
  padding: 0;
}

h1 {
  margin-bottom: 22px;
  font-family: "Montserrat", serif;
  font-size: 36px;
  line-height: 44px;
  text-transform: uppercase;
  color: #4a4a4a;
}

@media screen and (max-width: 920px) {
  h1 {
    font-size: 30px;
    line-height: 40px;
  }
}
h2 {
  margin-bottom: 6px;
  font-family: "Montserrat", serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
  color: #f96241;
}

h2.alt {
  padding-top: 11px;
  padding-bottom: 30px;
  text-transform: none;
}

@media screen and (max-width: 920px) {
  h2 {
    font-size: 20px;
    line-height: 26px;
  }
}
h3 {
  margin-bottom: 11px;
  font-family: "Montserrat", serif;
  font-size: 20px;
  line-height: 27px;
  font-weight: 700;
  color: #02884d;
}

h4 {
  margin-bottom: 30px;
  font-family: "Montserrat", serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  text-transform: uppercase;
  color: #4a4a4a;
}

h5 {
  margin-bottom: 10px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 32px;
  font-weight: 700;
  color: #4a4a4a;
}

a.btn,
a.btn:visited,
input.btn,
button.btn,
.btn {
  padding: 0 26px;
  min-width: 120px;
  height: 50px;
  font-family: "Montserrat", serif;
  font-size: 14px;
  line-height: 48px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
  border: none;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  display: inline-block;
  -webkit-transition: background 0.18s ease;
  -moz-transition: background 0.18s ease;
  -ms-transition: background 0.18s ease;
  -o-transition: background 0.18s ease;
  transition: background 0.18s ease;
  background: #f96241;
}

a.btn[type=submit], a.btn[type=button],
a.btn:visited[type=submit],
a.btn:visited[type=button],
input.btn[type=submit],
input.btn[type=button],
button.btn[type=submit],
button.btn[type=button],
.btn[type=submit],
.btn[type=button] {
  padding-bottom: 2px;
}

a.btn.wide,
a.btn:visited.wide,
input.btn.wide,
button.btn.wide,
.btn.wide {
  min-width: 230px;
}

a.btn:hover,
a.btn:visited:hover,
input.btn:hover,
button.btn:hover,
.btn:hover {
  text-decoration: none;
  background: rgb(240.8015102041, 86.5164228039, 52.7984897959);
}

a.btn.green,
a.btn:visited.green,
input.btn.green,
button.btn.green,
.btn.green {
  background: #4fcb9f;
}

a.btn.green:hover,
a.btn:visited.green:hover,
input.btn.green:hover,
button.btn.green:hover,
.btn.green:hover {
  background: rgb(71.9466315789, 189.6533684211, 147.8864617997);
}

a.btn.small,
a.btn:visited.small,
input.btn.small,
button.btn.small,
.btn.small {
  padding: 8px 26px 7px;
  height: auto;
  font-weight: 400;
  line-height: 15px;
}

a.btn.bordered,
a.btn:visited.bordered,
input.btn.bordered,
button.btn.bordered,
.btn.bordered {
  line-height: 46px;
  color: #02884d;
  border: 1px solid #d8d8d8;
  -webkit-transition: background 0.18s ease, border 0.18s ease, color 0.18s ease;
  -moz-transition: background 0.18s ease, border 0.18s ease, color 0.18s ease;
  -ms-transition: background 0.18s ease, border 0.18s ease, color 0.18s ease;
  -o-transition: background 0.18s ease, border 0.18s ease, color 0.18s ease;
  transition: background 0.18s ease, border 0.18s ease, color 0.18s ease;
  background: transparent;
}

a.btn.bordered:hover,
a.btn:visited.bordered:hover,
input.btn.bordered:hover,
button.btn.bordered:hover,
.btn.bordered:hover {
  color: #ffffff;
  border-color: #4fcb9f;
  background: #4fcb9f;
}

a.btn.bordered.translucent,
a.btn:visited.bordered.translucent,
input.btn.bordered.translucent,
button.btn.bordered.translucent,
.btn.bordered.translucent {
  color: #ffffff;
  background: rgba(0, 0, 0, 0.05);
}

a.btn.bordered.translucent:hover,
a.btn:visited.bordered.translucent:hover,
input.btn.bordered.translucent:hover,
button.btn.bordered.translucent:hover,
.btn.bordered.translucent:hover {
  border-color: #d8d8d8;
  background: rgba(0, 0, 0, 0.1);
}

a.btn.full,
a.btn:visited.full,
input.btn.full,
button.btn.full,
.btn.full {
  display: block;
}

button.button--text, button.button--icon {
  text-align: left;
  border: none;
  outline: none;
  background-color: transparent;
  margin: 0;
  padding: 0;
  cursor: pointer;
  color: inherit;
}

button.button--text:focus, button.button--icon:focus {
  outline: none;
}

form.loading:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  content: "";
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) url("../../img/loading.gif") center 6px no-repeat;
}

form input[type=submit] {
  margin-top: 30px;
}

.form-inner:before, .form-inner:after {
  content: "";
  display: table;
}

.form-inner:after {
  clear: both;
}

.label {
  margin-bottom: 15px;
  padding-left: 10px;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #4a4a4a;
  display: block;
}

.label.spaced-out {
  padding-top: 9px;
}

input.field,
textarea.field,
.field {
  margin: 0 0 25px;
  padding: 12px 25px 13px;
  width: 100%;
  min-width: 100%;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  color: #4a4a4a;
  word-break: normal;
  border: 1px solid #d1d1d1;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  outline: none;
  display: inline-block;
  background: #ffffff;
  -webkit-appearance: none;
  -webkit-transition: border 0.1s ease, box-shadow 0.1s ease;
  -moz-transition: border 0.1s ease, box-shadow 0.1s ease;
  -ms-transition: border 0.1s ease, box-shadow 0.1s ease;
  -o-transition: border 0.1s ease, box-shadow 0.1s ease;
  transition: border 0.1s ease, box-shadow 0.1s ease;
}

input.field:focus,
textarea.field:focus,
.field:focus {
  border-color: rgb(190.5, 190.5, 190.5);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.04);
  -ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.04);
  -o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.04);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.04);
}

input.field.errored,
textarea.field.errored,
.field.errored {
  border-color: #f07576;
  background: #ffeded;
}

input.field.full,
textarea.field.full,
.field.full {
  width: 100%;
  display: block;
}

textarea.field {
  padding: 15px 25px 17px;
  min-height: 350px;
  resize: none;
}

.row:before, .row:after {
  content: "";
  display: table;
}

.row:after {
  clear: both;
}

[class^=col-],
[class*=" col-"] {
  padding: 0 30px;
  float: left;
  min-height: 1px;
}

.half-padding [class^=col-],
.half-padding [class*=" col-"] {
  padding: 0 10px;
}

.more-padding [class^=col-],
.more-padding [class*=" col-"] {
  padding: 0 20px;
}

[class^=col-].centered,
[class*=" col-"].centered {
  text-align: center;
}

[class^=col-].center-col,
[class*=" col-"].center-col {
  margin-left: auto;
  margin-right: auto;
  float: none;
}

[class^=col-].center-col.more-space,
[class*=" col-"].center-col.more-space {
  padding-top: 15px;
}

[class^=col-].center-col.inline-buttons,
[class*=" col-"].center-col.inline-buttons {
  font-size: 0;
}

[class^=col-].center-col.inline-buttons .btn,
[class*=" col-"].center-col.inline-buttons .btn {
  margin-left: 20px;
  margin-right: 20px;
  display: inline-block;
}

@media screen and (max-width: 480px) {
  [class^=col-].center-col.inline-buttons .btn,
  [class*=" col-"].center-col.inline-buttons .btn {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    display: block;
  }
}
.half-padding {
  padding-left: 10px;
  padding-right: 10px;
}

.more-padding {
  padding-left: 20px;
  padding-right: 20px;
}

.col-5 {
  width: 5%;
}

.col-10 {
  width: 10%;
}

.col-15 {
  width: 15%;
}

.col-20 {
  width: 20%;
}

.col-25 {
  width: 25%;
}

.col-30 {
  width: 30%;
}

.col-33 {
  width: 33.3333333333%;
}

.col-35 {
  width: 35%;
}

.col-40 {
  width: 40%;
}

.col-45 {
  width: 45%;
}

.col-50 {
  width: 50%;
}

.col-55 {
  width: 55%;
}

.col-60 {
  width: 60%;
}

.col-65 {
  width: 65%;
}

.col-70 {
  width: 70%;
}

.col-75 {
  width: 75%;
}

.col-80 {
  width: 80%;
}

.col-85 {
  width: 85%;
}

.col-90 {
  width: 90%;
}

.col-95 {
  width: 95%;
}

.col-100 {
  width: 100%;
  float: none;
  clear: both;
}

@media screen and (max-width: 767px) {
  .mobile-100 {
    width: 100%;
    float: none;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .mobile-60 {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .mobile-50 {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .mobile-40 {
    width: 40%;
  }
}
@media screen and (max-width: 480px) {
  .small-mobile-100 {
    width: 100%;
    float: none;
  }
}
.testimonials .what-are-you-saying {
  margin-top: 60px;
}

@media (max-width: 650px) {
  .testimonials .what-are-you-saying {
    margin-top: 0px;
  }
}
.testimonials .what-are-you-saying h2 {
  color: #02884d;
  text-transform: none;
}

.testimonials .what-are-you-saying form {
  max-width: 800px;
  margin: 0 auto;
}

.testimonials .what-are-you-saying label,
.testimonials .what-are-you-saying input,
.testimonials .what-are-you-saying textarea {
  display: block;
}

.testimonials .what-are-you-saying label {
  margin: 15px 0;
}

.testimonials .what-are-you-saying input,
.testimonials .what-are-you-saying textarea {
  width: 100%;
  border-radius: 25px;
  border: 1px solid #979797;
}

.testimonials .what-are-you-saying textarea {
  height: 160px;
  padding: 15px 20px;
}

.testimonials .what-are-you-saying input {
  height: 49px;
  margin-bottom: 20px;
  padding: 0 15px;
}

.testimonials .what-are-you-saying button {
  cursor: pointer !important;
}

section,
article,
aside,
header,
footer,
div,
span,
a,
a:visited,
p,
ul,
li,
form,
input,
input[type=search],
textarea {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=submit] {
  cursor: pointer !important;
}

*,
*::after,
*::before {
  box-sizing: inherit;
}

*:focus {
  outline: none;
}

ul {
  padding-left: 30px;
}

.centered {
  text-align: center;
}

.left {
  float: left;
}

.right {
  float: right;
}

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

.caps {
  text-transform: uppercase;
}

.hidden {
  display: none !important;
}

.invisible {
  opacity: 0 !important;
}

@media screen and (max-width: 920px) {
  .hide-mobile {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .hide-small-mobile {
    display: none;
  }
}
.show-very-small-mobile {
  display: none !important;
}

@media screen and (max-width: 380px) {
  .show-very-small-mobile {
    display: block !important;
  }
}
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

img {
  max-width: 100%;
}

figure.youtube-figure {
  margin: 0 0 30px;
}

.youtube-embed {
  max-width: 100%;
}

.youtube-embed-inner {
  position: relative;
  padding-top: 56.25%;
  height: 0;
  overflow: hidden;
}

.youtube-embed-inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

a,
a:visited {
  text-decoration: none;
  color: #02884d;
}

a:hover,
a:visited:hover {
  text-decoration: underline;
  color: #02884d;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

p {
  margin: 0 0 30px;
  padding: 0;
}

h1 {
  margin-bottom: 22px;
  font-family: "Montserrat", serif;
  font-size: 36px;
  line-height: 44px;
  text-transform: uppercase;
  color: #4a4a4a;
}

@media screen and (max-width: 920px) {
  h1 {
    font-size: 30px;
    line-height: 40px;
  }
}
h2 {
  margin-bottom: 6px;
  font-family: "Montserrat", serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
  color: #f96241;
}

h2.alt {
  padding-top: 11px;
  padding-bottom: 30px;
  text-transform: none;
}

@media screen and (max-width: 920px) {
  h2 {
    font-size: 20px;
    line-height: 26px;
  }
}
h3 {
  margin-bottom: 11px;
  font-family: "Montserrat", serif;
  font-size: 20px;
  line-height: 27px;
  font-weight: 700;
  color: #02884d;
}

h4 {
  margin-bottom: 30px;
  font-family: "Montserrat", serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  text-transform: uppercase;
  color: #4a4a4a;
}

h5 {
  margin-bottom: 10px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 32px;
  font-weight: 700;
  color: #4a4a4a;
}

a.btn,
a.btn:visited,
input.btn,
button.btn,
.btn {
  padding: 0 26px;
  min-width: 120px;
  height: 50px;
  font-family: "Montserrat", serif;
  font-size: 14px;
  line-height: 48px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
  border: none;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  display: inline-block;
  -webkit-transition: background 0.18s ease;
  -moz-transition: background 0.18s ease;
  -ms-transition: background 0.18s ease;
  -o-transition: background 0.18s ease;
  transition: background 0.18s ease;
  background: #f96241;
}

a.btn[type=submit], a.btn[type=button],
a.btn:visited[type=submit],
a.btn:visited[type=button],
input.btn[type=submit],
input.btn[type=button],
button.btn[type=submit],
button.btn[type=button],
.btn[type=submit],
.btn[type=button] {
  padding-bottom: 2px;
}

a.btn.wide,
a.btn:visited.wide,
input.btn.wide,
button.btn.wide,
.btn.wide {
  min-width: 230px;
}

a.btn:hover,
a.btn:visited:hover,
input.btn:hover,
button.btn:hover,
.btn:hover {
  text-decoration: none;
  background: rgb(240.8015102041, 86.5164228039, 52.7984897959);
}

a.btn.green,
a.btn:visited.green,
input.btn.green,
button.btn.green,
.btn.green {
  background: #4fcb9f;
}

a.btn.green:hover,
a.btn:visited.green:hover,
input.btn.green:hover,
button.btn.green:hover,
.btn.green:hover {
  background: rgb(71.9466315789, 189.6533684211, 147.8864617997);
}

a.btn.small,
a.btn:visited.small,
input.btn.small,
button.btn.small,
.btn.small {
  padding: 8px 26px 7px;
  height: auto;
  font-weight: 400;
  line-height: 15px;
}

a.btn.bordered,
a.btn:visited.bordered,
input.btn.bordered,
button.btn.bordered,
.btn.bordered {
  line-height: 46px;
  color: #02884d;
  border: 1px solid #d8d8d8;
  -webkit-transition: background 0.18s ease, border 0.18s ease, color 0.18s ease;
  -moz-transition: background 0.18s ease, border 0.18s ease, color 0.18s ease;
  -ms-transition: background 0.18s ease, border 0.18s ease, color 0.18s ease;
  -o-transition: background 0.18s ease, border 0.18s ease, color 0.18s ease;
  transition: background 0.18s ease, border 0.18s ease, color 0.18s ease;
  background: transparent;
}

a.btn.bordered:hover,
a.btn:visited.bordered:hover,
input.btn.bordered:hover,
button.btn.bordered:hover,
.btn.bordered:hover {
  color: #ffffff;
  border-color: #4fcb9f;
  background: #4fcb9f;
}

a.btn.bordered.translucent,
a.btn:visited.bordered.translucent,
input.btn.bordered.translucent,
button.btn.bordered.translucent,
.btn.bordered.translucent {
  color: #ffffff;
  background: rgba(0, 0, 0, 0.05);
}

a.btn.bordered.translucent:hover,
a.btn:visited.bordered.translucent:hover,
input.btn.bordered.translucent:hover,
button.btn.bordered.translucent:hover,
.btn.bordered.translucent:hover {
  border-color: #d8d8d8;
  background: rgba(0, 0, 0, 0.1);
}

a.btn.full,
a.btn:visited.full,
input.btn.full,
button.btn.full,
.btn.full {
  display: block;
}

button.button--text, button.button--icon {
  text-align: left;
  border: none;
  outline: none;
  background-color: transparent;
  margin: 0;
  padding: 0;
  cursor: pointer;
  color: inherit;
}

button.button--text:focus, button.button--icon:focus {
  outline: none;
}

form.loading:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  content: "";
  background: #ffffff;
  background: rgba(255, 255, 255, 0.9) url("../../img/loading.gif") center 6px no-repeat;
}

form input[type=submit] {
  margin-top: 30px;
}

.form-inner:before, .form-inner:after {
  content: "";
  display: table;
}

.form-inner:after {
  clear: both;
}

.label {
  margin-bottom: 15px;
  padding-left: 10px;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #4a4a4a;
  display: block;
}

.label.spaced-out {
  padding-top: 9px;
}

input.field,
textarea.field,
.field {
  margin: 0 0 25px;
  padding: 12px 25px 13px;
  width: 100%;
  min-width: 100%;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  color: #4a4a4a;
  word-break: normal;
  border: 1px solid #d1d1d1;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  outline: none;
  display: inline-block;
  background: #ffffff;
  -webkit-appearance: none;
  -webkit-transition: border 0.1s ease, box-shadow 0.1s ease;
  -moz-transition: border 0.1s ease, box-shadow 0.1s ease;
  -ms-transition: border 0.1s ease, box-shadow 0.1s ease;
  -o-transition: border 0.1s ease, box-shadow 0.1s ease;
  transition: border 0.1s ease, box-shadow 0.1s ease;
}

input.field:focus,
textarea.field:focus,
.field:focus {
  border-color: rgb(190.5, 190.5, 190.5);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.04);
  -ms-box-shadow: 0 0 3px rgba(0, 0, 0, 0.04);
  -o-box-shadow: 0 0 3px rgba(0, 0, 0, 0.04);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.04);
}

input.field.errored,
textarea.field.errored,
.field.errored {
  border-color: #f07576;
  background: #ffeded;
}

input.field.full,
textarea.field.full,
.field.full {
  width: 100%;
  display: block;
}

textarea.field {
  padding: 15px 25px 17px;
  min-height: 350px;
  resize: none;
}

.row:before, .row:after {
  content: "";
  display: table;
}

.row:after {
  clear: both;
}

[class^=col-],
[class*=" col-"] {
  padding: 0 30px;
  float: left;
  min-height: 1px;
}

.half-padding [class^=col-],
.half-padding [class*=" col-"] {
  padding: 0 10px;
}

.more-padding [class^=col-],
.more-padding [class*=" col-"] {
  padding: 0 20px;
}

[class^=col-].centered,
[class*=" col-"].centered {
  text-align: center;
}

[class^=col-].center-col,
[class*=" col-"].center-col {
  margin-left: auto;
  margin-right: auto;
  float: none;
}

[class^=col-].center-col.more-space,
[class*=" col-"].center-col.more-space {
  padding-top: 15px;
}

[class^=col-].center-col.inline-buttons,
[class*=" col-"].center-col.inline-buttons {
  font-size: 0;
}

[class^=col-].center-col.inline-buttons .btn,
[class*=" col-"].center-col.inline-buttons .btn {
  margin-left: 20px;
  margin-right: 20px;
  display: inline-block;
}

@media screen and (max-width: 480px) {
  [class^=col-].center-col.inline-buttons .btn,
  [class*=" col-"].center-col.inline-buttons .btn {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    display: block;
  }
}
.half-padding {
  padding-left: 10px;
  padding-right: 10px;
}

.more-padding {
  padding-left: 20px;
  padding-right: 20px;
}

.col-5 {
  width: 5%;
}

.col-10 {
  width: 10%;
}

.col-15 {
  width: 15%;
}

.col-20 {
  width: 20%;
}

.col-25 {
  width: 25%;
}

.col-30 {
  width: 30%;
}

.col-33 {
  width: 33.3333333333%;
}

.col-35 {
  width: 35%;
}

.col-40 {
  width: 40%;
}

.col-45 {
  width: 45%;
}

.col-50 {
  width: 50%;
}

.col-55 {
  width: 55%;
}

.col-60 {
  width: 60%;
}

.col-65 {
  width: 65%;
}

.col-70 {
  width: 70%;
}

.col-75 {
  width: 75%;
}

.col-80 {
  width: 80%;
}

.col-85 {
  width: 85%;
}

.col-90 {
  width: 90%;
}

.col-95 {
  width: 95%;
}

.col-100 {
  width: 100%;
  float: none;
  clear: both;
}

@media screen and (max-width: 767px) {
  .mobile-100 {
    width: 100%;
    float: none;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .mobile-60 {
    width: 60%;
  }
}
@media screen and (max-width: 767px) {
  .mobile-50 {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .mobile-40 {
    width: 40%;
  }
}
@media screen and (max-width: 480px) {
  .small-mobile-100 {
    width: 100%;
    float: none;
  }
}
.testimonials .in-the-press .inner-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.testimonials .in-the-press .card {
  margin: 0 12.5px 20px;
  padding: 20px;
  background-color: white;
  border-radius: 10px;
  border: 1px solid #f0f0f0;
  overflow: hidden;
  box-shadow: 2px 6px 11px 0px #cfcfcf;
  flex: 0 0 50%;
  max-width: calc(50% - 50px);
}

@media (max-width: 650px) {
  .testimonials .in-the-press .card {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.testimonials .in-the-press h3 {
  font-weight: 600;
  font-size: 18px;
}

.testimonials .in-the-press p {
  font-size: 16px;
  margin: 0;
}

.testimonials .in-the-press .source-date {
  font-size: 13.5px;
  color: #808080;
}

.journal-articles-list .page-with-side-nav {
  padding-bottom: 4vh;
}
.journal-articles-list .content-column {
  float: none;
  margin: auto;
  margin-top: 4vh;
}
.journal-articles-list h2.alt {
  padding-bottom: 0px;
  color: #02884d;
}
.journal-articles-list h4 {
  margin-bottom: 0px;
}
@media (max-width: 901px) {
  .journal-articles-list .standard-content {
    padding-top: 50px;
  }
}

.donation-modal {
  position: fixed;
  top: 0;
  left: 0;
  padding-left: 30px;
  padding-right: 30px;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.7);
  overflow-y: auto;
  display: none;
}
@media screen and (max-width: 901px) {
  .donation-modal {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.donation-modal.open {
  display: inline;
}
.donation-modal .closing-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  background: none;
  outline: none;
  border: none;
  cursor: pointer;
}
.donation-modal .donation-modal-inner {
  position: relative;
  max-width: 980px;
  padding: 0;
  background: #ffffff;
  margin: 60px auto;
  border-radius: 10px;
  overflow: hidden;
  flex-wrap: wrap;
  display: flex;
  background-color: rgb(222.7387755102, 72.988176575, 40.2612244898);
}
.donation-modal .donation-modal-inner:hover {
  text-decoration: none;
}
@media screen and (max-width: 860px) {
  .donation-modal .donation-modal-inner {
    flex-direction: column;
  }
}
.donation-modal .donation-modal-inner .modal-image {
  width: 50%;
  display: block;
  background: url("../img/change-jar-6.jpg") center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 860px) {
  .donation-modal .donation-modal-inner .modal-image {
    padding-top: 56.25%;
    width: 100%;
    height: 0;
    background-position: top center;
  }
}
.donation-modal .donation-modal-inner .modal-text {
  padding: 26px 36px;
  width: 50%;
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  display: block;
}
@media screen and (max-width: 860px) {
  .donation-modal .donation-modal-inner .modal-text {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .donation-modal .donation-modal-inner .modal-text {
    padding: 22px 26px;
  }
}
.donation-modal .donation-modal-inner .modal-text h1,
.donation-modal .donation-modal-inner .modal-text h2 {
  color: #ffffff;
  text-transform: none;
}
.donation-modal .donation-modal-inner .modal-text h1 {
  margin-bottom: 0.72em;
}
.donation-modal .donation-modal-inner .modal-text h2 {
  margin-bottom: 1em;
  font-size: 19px;
  line-height: 29px;
}
.donation-modal .donation-modal-inner .modal-text p {
  margin-bottom: 1em;
}
.donation-modal .donation-modal-inner .modal-text a {
  color: #ffffff;
}

.footer-button {
  width: 300px;
  display: inline-block;
}
@media screen and (max-width: 480px) {
  .footer-button {
    width: 250px;
  }
}
.footer-button.ml-auto {
  margin-left: auto;
}
@media screen and (max-width: 480px) {
  .footer-button.ml-auto {
    margin: auto;
  }
}
.footer-button.mr-auto {
  margin-right: auto;
}
@media screen and (max-width: 480px) {
  .footer-button.mr-auto {
    margin: auto;
  }
}

.footer-nav {
  display: flex;
  justify-content: center;
  list-style: none;
  margin-bottom: 4rem;
  padding-left: 0;
}
@media screen and (max-width: 480px) {
  .footer-nav {
    margin-bottom: 2rem;
    flex-direction: column;
    align-items: center;
  }
}
.footer-nav li:not(:last-of-type) {
  margin-right: 1.5rem;
}
@media screen and (max-width: 480px) {
  .footer-nav li:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}
.footer-nav a,
.footer-nav a:visited {
  color: #484949;
}

footer .newsletter,
footer .donate {
  padding: 0 10px;
}

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

.dig-in .side-section h2 {
  margin-bottom: 1.5rem;
}
.dig-in .inner-container {
  display: flex;
}
@media screen and (max-width: 1130px) {
  .dig-in .inner-container {
    flex-direction: column;
  }
}
.dig-in .inner-container .side-section {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.dig-in .inner-container .side-section::before, .dig-in .inner-container .side-section::after {
  display: none;
}
.dig-in .quote {
  margin-left: 15px;
  position: relative;
}
@media screen and (max-width: 1130px) {
  .dig-in .quote {
    margin-left: 35px;
  }
}
.dig-in .quote::before {
  content: "";
  position: absolute;
  top: -20px;
  left: -55px;
  z-index: 0;
  width: 69px;
  height: 38px;
  display: inline-block;
  background: url(../img/updated-quote.svg) 0 0 no-repeat;
  background-size: contain;
}
@media screen and (max-width: 1130px) {
  .dig-in .quote::before {
    width: 50px;
    left: -59px;
  }
}

.quote .quote-text {
  margin-bottom: 10px;
  font-weight: 600;
  font-style: italic;
  display: block;
}
.quote .quote-text p:last-of-type:after {
  content: '"';
}
.quote .quote-author {
  font-weight: 600;
  display: block;
}
.quote .quote-affiliation {
  font-size: 14px;
  line-height: 20px;
}

.about-slider .about-slide-wrap {
  position: relative;
  min-height: 180px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 480px) {
  .about-slider .about-slide-wrap {
    min-height: 120px;
  }
}
.about-slider .about-slide-wrap .about-sl {
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity 1s ease;
  transition: opacity 0.8s ease;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
}
.about-slider .about-slide-wrap .about-sl.current {
  opacity: 1;
}
.about-slider .about-slide-wrap .about-sl .person-container {
  width: 100%;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.about-slider .about-slide-wrap .about-sl .person-container img {
  width: 80%;
  height: auto;
  object-fit: cover;
  border-radius: 100%;
}
.about-slider .about-slide-wrap .about-sl .person-container p {
  font-size: 12px;
  font-weight: bold;
  color: #02884d;
  text-align: center;
  line-height: 20px;
}
.about-slider .pagination {
  font-size: 0;
  text-align: center;
  margin-top: -20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .about-slider .pagination {
    margin-top: 50px;
  }
}
.about-slider .page {
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border: 1px solid #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  background: #cccccc;
  -webkit-transition: background 0.4s ease;
  -moz-transition: background 0.4s ease;
  -ms-transition: background 0.4s ease;
  -o-transition: background 0.4s ease;
  transition: background 0.4s ease;
}
.about-slider .page.current {
  background: #4fcb9f;
}
@media screen and (max-width: 920px) {
  .about-slider .page {
    width: 24px;
    height: 24px;
    margin: 0 12px 10px;
  }
}

.breadcrumbs {
  position: relative;
  z-index: 999;
}
.breadcrumbs ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  display: flex;
  color: #545454;
  font-size: 14px;
}
@media screen and (max-width: 480px) {
  .breadcrumbs ul {
    font-size: 12px;
  }
}
.breadcrumbs ul li {
  display: flex;
  align-items: center;
}
.breadcrumbs ul li a,
.breadcrumbs ul li a:visited {
  color: #545454;
  display: flex;
  align-items: center;
}
.breadcrumbs ul li span {
  display: inline-block;
  margin: 0 7px;
}

.hero-logos .hero-logos-title {
  margin-top: 40px;
  font-size: 20px;
}
.hero-logos .logos-row {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}
.hero-logos .logos-row > *:not(:last-child) {
  margin-right: 40px;
}
.hero-logos .logos-row img {
  display: block;
  height: 44px;
}

[id^=buzzsprout-small-player] .podcast_name {
  display: none;
}
[id^=buzzsprout-small-player] .episode .podcast_name,
[id^=buzzsprout-small-player] .episode .episode_name {
  color: #4a4a4a !important;
  font-size: 20px;
}
[id^=buzzsprout-small-player] .episode {
  margin-bottom: 57px;
  position: relative;
}
[id^=buzzsprout-small-player] .episode::after {
  content: "";
  position: absolute;
  bottom: calc(0% - 28px);
  left: 0;
  height: 1px;
  width: 100%;
  background: #cdcdcd;
  margin-top: 28px;
}
[id^=buzzsprout-small-player] div.episode div.meta {
  padding-top: 18px;
  display: inline-block;
}
[id^=buzzsprout-small-player] div.episode div.meta .artist {
  padding-bottom: 0 !important;
  margin-bottom: 26px !important;
}
[id^=buzzsprout-small-player] div.episode div.meta em {
  font-size: 14px;
  font-weight: 600;
  color: #4a4a4a !important;
}
[id^=buzzsprout-small-player] .description {
  font-size: 16px;
  color: #4b4a4d !important;
}
@media screen and (max-width: 480px) {
  [id^=buzzsprout-small-player] div.episode div.buzz_share {
    float: left !important;
  }
}

.podcast-title {
  margin-top: 2.25rem;
  margin-bottom: 2.5rem;
  text-transform: uppercase;
}

.sponsor-logos {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}
.sponsor-logos > *:not(:last-child) {
  margin-right: 40px;
}
@media screen and (max-width: 480px) {
  .sponsor-logos {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
.sponsor-logos img {
  display: block;
  height: 60px;
}

.hp-about.podcast {
  margin-top: 65px;
  padding: 60px 0 90px 0;
}

.knowledge-base h1 {
  margin-top: 56px;
  margin-bottom: 25px;
}
@media screen and (max-width: 480px) {
  .knowledge-base h1 {
    margin-top: 1rem;
  }
}
.knowledge-base .intro-paragraph {
  max-width: 700px;
  margin: auto;
}
.knowledge-base .knowledge-base-grid {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
  padding-bottom: 65px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 540px) {
  .knowledge-base .knowledge-base-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.knowledge-base .knowledge-base-grid .inner-grid {
  display: flex;
  flex-direction: column;
}
.knowledge-base .knowledge-base-grid .inner-grid > .block {
  height: 300px;
  width: 100%;
  display: block;
  background: beige;
  background: #8791a5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2.5rem;
  text-align: left;
  position: relative;
  overflow: hidden;
}
.knowledge-base .knowledge-base-grid .inner-grid > .block,
.knowledge-base .knowledge-base-grid .inner-grid > .block h2 {
  color: white;
}
.knowledge-base .knowledge-base-grid .inner-grid > .block h2 {
  margin-bottom: 13px;
}
.knowledge-base .knowledge-base-grid .inner-grid > .block p {
  margin-bottom: 8px;
}
.knowledge-base .knowledge-base-grid .inner-grid > .block img {
  display: block;
  width: 40px;
}
.knowledge-base .knowledge-base-grid .inner-grid > .block .bg-image {
  position: absolute;
  height: 100%;
  width: 100%;
}
.knowledge-base .knowledge-base-grid .inner-grid > .block .bg-image.custom-bg {
  height: auto;
  max-width: none;
}
.knowledge-base .knowledge-base-grid .inner-grid > .block .bg-image.custom-bg1 {
  width: 210%;
  top: -100px;
  left: -60px;
}
.knowledge-base .knowledge-base-grid .inner-grid > .block .bg-image.custom-bg2 {
  width: 200%;
  right: -110px;
  top: -155px;
}
.knowledge-base .knowledge-base-grid .inner-grid > .block .bg-image.custom-bg3 {
  width: 250%;
  right: -160px;
  bottom: -325px;
}
@media screen and (max-width: 920px) {
  .knowledge-base .knowledge-base-grid .inner-grid > .block .bg-image.custom-bg3 {
    bottom: -200px;
  }
}
.knowledge-base .knowledge-base-grid .inner-grid > .block .bg-image.custom-bg4 {
  width: 150%;
  left: -160px;
  top: -100px;
}
@media screen and (max-width: 920px) {
  .knowledge-base .knowledge-base-grid .inner-grid > .block .bg-image.custom-bg4 {
    width: 200%;
    left: -230px;
    top: -70px;
  }
}
.knowledge-base .knowledge-base-grid .inner-grid > .block.green {
  background: #4ecca0;
}
.knowledge-base .knowledge-base-grid .inner-grid > .block.red {
  background: #e8785d;
}
.knowledge-base .knowledge-base-grid .inner-grid > .block:hover {
  text-decoration: none;
}
@media screen and (max-width: 480px) {
  .knowledge-base .knowledge-base-grid .inner-grid > .block {
    text-align: left;
    padding: 1.5rem;
  }
}
.knowledge-base .knowledge-base-grid .inner-grid > .block:not(:last-child) {
  margin-bottom: 1rem;
}
.knowledge-base .knowledge-base-grid .inner-grid:first-child > .block:nth-child(2n+1) {
  height: 400px;
}
@media screen and (max-width: 540px) {
  .knowledge-base .knowledge-base-grid .inner-grid:first-child > .block:nth-child(2n+1) {
    height: 300px;
  }
}
.knowledge-base .knowledge-base-grid .inner-grid:last-child > .block:nth-child(2n) {
  height: 400px;
}
@media screen and (max-width: 540px) {
  .knowledge-base .knowledge-base-grid .inner-grid:last-child > .block:nth-child(2n) {
    height: 300px;
  }
}

.glossary-nav ul {
  display: flex;
  padding-left: 0;
  list-style: none;
  font-weight: 800;
}
.glossary-nav ul .divider {
  display: inline-block;
  margin: 0 2px;
}
.glossary-nav ul a,
.glossary-nav ul a:visited {
  color: #424242;
  display: inline-block;
}
.glossary-nav ul a.active,
.glossary-nav ul a:visited.active {
  color: #02884d;
  text-decoration: underline;
}

.glossary-letters {
  width: 100%;
}
.glossary-letters ul {
  display: flex;
  list-style: none;
  padding-left: 0;
  border: 1px solid #cdcdcd;
  border-radius: 10px;
  justify-content: space-between;
  padding: 18px 20px;
  font-weight: 800;
}
@media screen and (max-width: 480px) {
  .glossary-letters ul {
    display: grid;
    grid-template-columns: repeat(13, 1fr);
    gap: 4px;
  }
}
.glossary-letters ul a,
.glossary-letters ul a:visited {
  color: #f96241;
}
.glossary-letters ul a.disabled,
.glossary-letters ul a:visited.disabled {
  color: #cccccc;
  pointer-events: none;
}
.glossary-letters ul a.active,
.glossary-letters ul a:visited.active {
  color: #4fcb9f;
}

.glossary-title {
  color: #4fcb9f;
  margin-top: 50px;
}
@media screen and (max-width: 480px) {
  .glossary-title {
    margin-top: 30px;
  }
}

.glossary-items {
  margin-top: 20px;
  list-style: none;
  padding-left: 0;
  margin-bottom: 70px;
}
@media screen and (max-width: 480px) {
  .glossary-items {
    margin-bottom: 0px;
  }
}

.glossary-item {
  position: relative;
  margin-bottom: 41px;
}
.glossary-item::after {
  content: "";
  width: 100%;
  bottom: -21px;
  height: 1px;
  background: #cdcdcd;
  position: absolute;
}
.glossary-item h3 {
  position: relative;
}
.glossary-item h3::before {
  display: block;
  content: " ";
  margin-top: -80px;
  height: 80px;
  visibility: hidden;
  pointer-events: none;
}
.glossary-item h3 a.anchor-link {
  float: right;
  padding-left: 5px;
  font-size: 12px;
}
.glossary-item__title {
  color: #424242;
}
.glossary-item__content {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
@media screen and (max-width: 480px) {
  .glossary-item__content {
    flex-direction: column;
  }
}
.glossary-item__content .body-content {
  display: flex;
  flex-direction: column;
}
.glossary-item__content .image {
  flex: 0 0 auto;
  width: 170px;
  padding: 6px 12px 12px 0;
}
@media screen and (max-width: 480px) {
  .glossary-item__content .image {
    width: 60%;
    min-width: 100px;
  }
}
.glossary-item__content .image img {
  cursor: pointer;
  display: block;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: 0;
}
.glossary-item__content p {
  flex-shrink: 1;
  flex-grow: 0;
  font-weight: 400;
  margin-bottom: 0;
}
.glossary-item__content p strong {
  color: #02884d;
  font-weight: bold;
}

.glossary-item .glossary-item-wrapped {
  max-height: 150px;
  overflow: hidden;
  position: relative;
}
.glossary-item .glossary-item-more {
  padding-top: 10px;
}
.glossary-item .glossary-item-more a.expand .more {
  display: unset;
}
.glossary-item .glossary-item-more a.expand .less {
  display: none;
}

.glossary-item.expanded .glossary-item-wrapped {
  max-height: unset;
}
.glossary-item.expanded .glossary-item-more a.expand .more {
  display: none;
}
.glossary-item.expanded .glossary-item-more a.expand .less {
  display: unset;
}

.glossary-items:last-of-type .glossary-item:last-of-type {
  margin-bottom: 20px;
}
.glossary-items:last-of-type .glossary-item:last-of-type::after {
  display: none;
}

.glossary-search-title {
  font-size: 1.375rem;
  color: #f96241;
  text-transform: none;
  margin-top: 3rem;
}

.glossary-search-form-container {
  padding-top: 2rem;
  margin: auto;
  margin-bottom: 3rem;
}
.glossary-search-form-container .tags-list {
  padding-top: 0.5rem;
}
@media screen and (max-width: 480px) {
  .glossary-search-form-container .tags-list {
    padding-top: 2rem;
  }
}
@media screen and (max-width: 920px) {
  .glossary-search-form-container {
    width: 100%;
    padding-top: 1rem;
  }
}

.glossary-search-form {
  display: flex;
  justify-content: center;
}
.glossary-search-form input {
  display: inline-block;
  border: 1px solid #a1a1a1;
  border-radius: 100px;
  padding: 16px 22px;
  padding-right: 60px;
  color: #4a4a4a;
  font-weight: bold;
  background: url("../img/search.svg") calc(100% - 25px) 15px no-repeat;
  background-size: 20px;
  width: 100%;
}
.glossary-search-form input::placeholder {
  color: #4a4a4a;
  font-weight: bold;
}

.glossary-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  display: none;
  background: rgba(0, 0, 0, 0.4);
  cursor: pointer;
}

.glossary-modal--visible {
  display: block;
}

.glossary-modal__inner {
  position: relative;
  top: 50%;
  left: 50%;
  min-height: 250px;
  min-width: 250px;
  max-width: 80vw;
  max-height: 80vh;
  background: #fff;
  padding: 30px;
  transform: translate3d(-50%, -50%, 0);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
  -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 920px) {
  .glossary-modal__inner {
    max-width: calc(100vw - 10px);
    max-height: calc(100vh - 10px);
  }
}

.glossary-modal__inner h4 {
  font-weight: 800;
  font-size: 18px;
  color: #424242;
  margin: 0 0 10px 0;
  display: none;
}

.glossary-modal__inner h4.visible {
  display: block;
}

.glossary-modal__inner .image-container img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.close-glossary-modal {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 100;
}

.tags-list {
  display: flex;
  align-items: center;
  font-size: 1rem;
  margin-bottom: -10px;
}
@media screen and (max-width: 480px) {
  .tags-list {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
  }
}
.tags-list .tags-title {
  font-weight: bold;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 1rem;
}
@media screen and (max-width: 480px) {
  .tags-list .tags-title {
    margin-bottom: 0;
  }
}
.tags-list ul {
  display: flex;
  align-items: center;
  list-style: none;
  padding-left: 0;
  flex-wrap: wrap;
}
.tags-list ul li {
  margin-bottom: 1rem;
}
.tags-list ul li:not(:last-child) {
  margin-right: 10px;
}
.tags-list ul a,
.tags-list ul a:visited {
  color: #818181;
  border: 1px solid #cccccc;
  border-radius: 100px;
  padding: 6px 14px;
}
.tags-list ul a.active {
  color: #f96241;
  border-color: #f96241;
}

.page-title--with-breadcrumbs {
  margin-top: 3rem;
}
@media screen and (max-width: 480px) {
  .page-title--with-breadcrumbs {
    margin-top: 0;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.back-to-page {
  margin-bottom: 24px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  color: #02884d;
  display: inline-block;
  text-decoration: underline;
}

@media screen and (max-width: 480px) {
  .hide-on-mobile {
    display: none !important;
  }
}

@media (min-width: 481px) {
  .hide-on-desktop {
    display: none !important;
  }
}

form#contact-form .field-wrapper--description {
  position: fixed;
  top: -100000px;
  left: -100000px;
  z-index: -10000;
  transform: scale(0, 0);
}