html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
img {
  border: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]::after,
  a[href^="#"]::after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  -webkit-tap-highlight-color: transparent;
}
body {
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 600px) {
  .container {
    width: 570px;
  }
}
@media (min-width: 800px) {
  .container {
    width: 770px;
  }
}
@media (min-width: 1000px) {
  .container {
    width: 970px;
  }

  .blog-single .container {
    max-width: 930px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }

  .blog-single .container {
    max-width: 930px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 600px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 800px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1000px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12 {
    float: left;
  }
  .col-xl-12 {
    width: 100%;
  }
  .col-xl-11 {
    width: 91.66666667%;
  }
  .col-xl-10 {
    width: 83.33333333%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-xl-8 {
    width: 66.66666667%;
  }
  .col-xl-7 {
    width: 58.33333333%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-xl-5 {
    width: 41.66666667%;
  }
  .col-xl-4 {
    width: 33.33333333%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-xl-2 {
    width: 16.66666667%;
  }
  .col-xl-1 {
    width: 8.33333333%;
  }
  .col-xl-pull-12 {
    right: 100%;
  }
  .col-xl-pull-11 {
    right: 91.66666667%;
  }
  .col-xl-pull-10 {
    right: 83.33333333%;
  }
  .col-xl-pull-9 {
    right: 75%;
  }
  .col-xl-pull-8 {
    right: 66.66666667%;
  }
  .col-xl-pull-7 {
    right: 58.33333333%;
  }
  .col-xl-pull-6 {
    right: 50%;
  }
  .col-xl-pull-5 {
    right: 41.66666667%;
  }
  .col-xl-pull-4 {
    right: 33.33333333%;
  }
  .col-xl-pull-3 {
    right: 25%;
  }
  .col-xl-pull-2 {
    right: 16.66666667%;
  }
  .col-xl-pull-1 {
    right: 8.33333333%;
  }
  .col-xl-pull-0 {
    right: 0%;
  }
  .col-xl-push-12 {
    left: 100%;
  }
  .col-xl-push-11 {
    left: 91.66666667%;
  }
  .col-xl-push-10 {
    left: 83.33333333%;
  }
  .col-xl-push-9 {
    left: 75%;
  }
  .col-xl-push-8 {
    left: 66.66666667%;
  }
  .col-xl-push-7 {
    left: 58.33333333%;
  }
  .col-xl-push-6 {
    left: 50%;
  }
  .col-xl-push-5 {
    left: 41.66666667%;
  }
  .col-xl-push-4 {
    left: 33.33333333%;
  }
  .col-xl-push-3 {
    left: 25%;
  }
  .col-xl-push-2 {
    left: 16.66666667%;
  }
  .col-xl-push-1 {
    left: 8.33333333%;
  }
  .col-xl-push-0 {
    left: 0%;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
  .col-xl-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xl-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xl-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xl-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xl-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xl-offset-0 {
    margin-left: 0%;
  }
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
@media (max-width: 599px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 600px) and (max-width: 799px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 800px) and (max-width: 999px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1000px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 599px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 600px) and (max-width: 799px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 800px) and (max-width: 999px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1000px) {
  .hidden-lg {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xl {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.clearfix::before,
.clearfix::after,
.container::before,
.container::after,
.container-fluid::before,
.container-fluid::after,
.row::before,
.row::after,
.form-horizontal .form-group::before,
.form-horizontal .form-group::after,
.btn-toolbar::before,
.btn-toolbar::after,
.btn-group-vertical > .btn-group::before,
.btn-group-vertical > .btn-group::after,
.nav::before,
.nav::after,
.navbar::before,
.navbar::after,
.navbar-header::before,
.navbar-header::after,
.navbar-collapse::before,
.navbar-collapse::after,
.pager::before,
.pager::after,
.panel-body::before,
.panel-body::after,
.modal-footer::before,
.modal-footer::after {
  content: " ";
  display: table;
}
.clearfix::after,
.container::after,
.container-fluid::after,
.row::after,
.form-horizontal .form-group::after,
.btn-toolbar::after,
.btn-group-vertical > .btn-group::after,
.nav::after,
.navbar::after,
.navbar-header::after,
.navbar-collapse::after,
.pager::after,
.panel-body::after,
.modal-footer::after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.clearfix::after {
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  display: inline-block;
  margin-bottom: -2px;
}
html[xmlns] .clearfix {
  display: block;
}
* html .clearfix {
  height: 1%;
}
a {
  outline: 0 !important;
}
html,
body {
  height: 100%;
  min-height: 100%;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 600px) {
  .container {
    width: 520px;
  }
}
@media (min-width: 800px) {
  .container {
    width: 720px;
  }
  .header-wrapper.container {
    width: 100%;
  }
}
@media (min-width: 1000px) {
  .container,
  .header-wrapper.container {
    width: 920px;
  }
}
@media (min-width: 1200px) {
  .container,
  .header-wrapper.container {
    width: 1120px;
  }
}
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: pointer;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track::before,
.slick-track::after {
  content: "";
  display: table;
}
.slick-track::after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container::before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container::before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow::before,
.mfp-arrow::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow::after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow::before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left::after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}
.mfp-arrow-left::before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right::after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}
.mfp-arrow-right::before {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
.mfp-figure {
  line-height: 0;
}
.mfp-figure::after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape),
  screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure::after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
html,
body {
  font-size: 14px;
  color: #333;
  -webkit-font-smoothing: antialiased;
  font-family: "Open Sans", serif;
  font-weight: normal;
  line-height: 1.5em;
  letter-spacing: 0;
}
body.large {
  font-size: 17px;
}
body.high {
  color: #000;
}
.white-text {
  color: #ffffff;
}
h1,
h2,
h3,
h4 {
  font-family: "sofia-pro", sans-serif;
  line-height: 1.15em;
  letter-spacing: 0;
  font-weight: 200;
  text-transform: none;
}
h3.dialogue-title {
  font-family: "Open Sans", serif;
}
h1 a,
div.MainLogo a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
p a,
li a {
  color: inherit;
  cursor: pointer;
}
/* 1rem = 14px */
h1 {
  font-size: 3rem;
  margin-bottom: 29px;
}
h2 {
  font-size: 2.6rem;
  margin-bottom: 50px;
}
h3 {
  font-size: 2rem;
  margin-bottom: 20px;
}
h4,
h5 {
  font-size: 1.29rem;
}

h5 {
  margin-bottom: 1em;
}

@media screen and (min-width: 600px) {
  h1 {
    font-size: 4.57rem; /* 64px */
  }
  h2 {
    font-size: 3.43rem; /* 48px */
  }
  h3 {
    font-size: 2rem; /* 24px */
  }
  h4 {
    font-size: 1.28rem; /* 18px */
  }
}

h3.dialogue-title {
  font-size: 1.29rem;
  font-weight: bold;
  line-height: 1.5em;
  letter-spacing: 0;
}

.single-collaboration .text-content h2 {
  margin-bottom: 0px;
}

.text-content p {
  margin-bottom: 1em;
}
.text-content p:first-of-type::before {
  display: none;
}
.text-content h4,
.text-content h3.h4,
.listed-credits h3,
.single-collaboration .credits h3,
.single-collaboration .text-content h2 {
  margin-top: 1em;
  margin-bottom: 1em;
}
.text-content li a,
.text-content p a,
.text-content h4 a,
.text-content h3 a {
  color: #f4740c;
  letter-spacing: 0;
}
.text-content li a,
.text-content p a {
  font-family: "Open Sans", serif;
  font-weight: bold;
  line-height: 1.5em;
}
.high .text-content li a,
.high .text-content p a,
.high .text-content h4 a,
.high .text-content h3 a {
  color: #000000;
}
.text-content li a:hover,
.text-content p a:hover,
.text-content h4 a:hover {
  text-decoration: underline;
}
.text-content ul:not(.post-categories),
.text-content ol {
  margin-bottom: 1em;
  padding-left: 20px;
}

.text-content .tag-list ul {
  padding-left: 5px;
  display: inline;
}

.text-content li {
  list-style: disc;
}
.text-content strong {
  font-family: "Open Sans", serif;
  font-weight: bold;
  line-height: 1.5em;
  letter-spacing: 0;
}
.text-content em {
  font-style: italic;
}
.text-content blockquote {
  color: #f4740c;
  font-family: "sofia-pro", sans-serif;
  line-height: 1.15em;
  letter-spacing: 0;
  font-weight: 200;
  text-transform: none;
  font-size: 2.6rem;
  border-left: 2px solid #f4740c;
  padding: 26px 20px;
  margin: 40px 0;
}
.high .text-content blockquote {
  color: #ff0000;
  border-left: 2px solid #ff0000;
}
.text-content img {
  max-width: 100%;
  height: auto;
}
.text-content .wp-caption {
  margin-top: 20px;
  padding: 15px 0;
  width: 100% !important;
}
.text-content .wp-caption .wp-caption-text {
  margin-top: 15px;
  font-size: 0.8rem;
  color: #808080;
  line-height: 1.4em;
  font-family: "Open Sans", serif;
  font-weight: bold;
  line-height: 1.5em;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .text-content .wp-caption {
    padding: 15px 0;
  }
  .text-content .wp-caption.alignright,
  .text-content img.alignright {
    float: right;
  }
  .text-content .wp-caption.alignleft,
  .text-content img.alignleft {
    float: left;
  }
  .text-content .wp-caption.aligncenter,
  .text-content img.aligncenter {
    margin: 20px auto 0;
  }
}
@media screen and (min-width: 800px) {
  .text-content blockquote {
    padding: 36px 40px;
  }
}
header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 90;
}
header h1 a,
header div.MainLogo a {
  font-size: 0;
  display: block;
  width: 80px;
  height: 70px;
  margin-top: 42px;
  background-image: url("../images/icons/logosection.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top left;
  margin-left: 0;
}
.home header h1 a,
.home header div.MainLogo a {
  background-image: url("../images/icons/logosection-white.png");
}
header .mobile-menu-toggle {
  display: contents;
}
header .menu-open {
  display: block;
  content: " ";
  width: 100%;
  height: 45px;
  font-size: 0;
  background-image: url("../images/icons/mobile-menu-blue.png");
  background-size: 20px 20px;
  background-repeat: no-repeat;
  background-position: center right;
  cursor: pointer;
}
header nav.site-navigation .menu-close {
  position: absolute;
  /* top: 41px; */
  top: 80px;
  right: 15px;
  color: #ffffff;
  font-size: 14px;
}
.admin-bar header nav.site-navigation .menu-close {
  /* top: 84px; */
  top: 130px;
}
@media screen and (min-width: 600px) {
  header {
    /* position: fixed; */
    /* top: 0; */
    border-color: transparent;
    transition-property: all;
    transition-duration: 0.2s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.34, 0.01, 0.45, 1.02);
    -webkit-backface-visibility: hidden;
  }
  header h1 a,
  header div.MainLogo a {
    position: relative;
    transition-property: all;
    transition-duration: 0.2s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.34, 0.01, 0.45, 1.02);
    -webkit-backface-visibility: hidden;
  }
  header h1 a::before,
  header div.MainLogo a::before {
    position: absolute;
    content: " ";
    display: block;
    width: 54px;
    height: 54px;
    top: 0;
    left: 0;
    margin-left: -48px;
    margin-top: -36px;
    background-image: url("../images/icons/cloudsection.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    transition-property: all;
    transition-duration: 0.2s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.34, 0.01, 0.45, 1.02);
    -webkit-backface-visibility: hidden;
  }
  .home header h1 a::before,
  .home header div.MainLogo a::before {
    background-image: url("../images/icons/cloudsection-white.png");
  }
  .home header.folded h1 a,
  .home header.folded div.MainLogo a {
    background-image: url("../images/icons/logosection.png");
  }
  .home header.folded .menu-open {
    background-image: url("../images/icons/menu-orange.png");
  }
  header.folded {
    height: 80px;
    border-bottom: 2px solid #f5f5f5;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.95);
  }
  header.folded h1 a,
  header.folded div.MainLogo a {
    width: 60px;
    height: 50px;
    margin-top: 18px;
  }
  header.folded h1 a::before,
  header.folded div.MainLogo a::before {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  header.folded .menu-open {
    top: 18px;
  }
  header .menu-open {
    transition-property: all;
    transition-duration: 0.2s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.34, 0.01, 0.45, 1.02);
    -webkit-backface-visibility: hidden;
    top: 38px;
  }
}
@media screen and (min-width: 800px) {
  .hide-from-desktop {
    display: none;
  }
  header .menu-open {
    display: none;
  }
  header .container {
    position: relative;
  }
  header h1 a,
  header div.MainLogo a {
    margin-left: -0px;
  }
  header .menu-open {
    background: none;
    font-size: 14px;
    font-family: "sofia-pro", sans-serif;
    line-height: 1.34em;
    letter-spacing: 0.08em;
    font-weight: 700;
    text-transform: uppercase;
    color: #f4740c;
    top: 56px;
    right: 15px;
  }
  .high header .menu-open {
    color: #ff0000;
  }
  header .menu-open:hover {
    color: #ffaa00;
  }
  .high header .menu-open,
  .high header .menu-open:hover {
    color: #ff0000;
  }
  .high.home header .menu-open,
  .regular.home header .menu-open,
  .home header .menu-open {
    color: #fff;
    background: none;
  }
  .high.home header .menu-open:hover,
  .regular.home header .menu-open:hover,
  .home header .menu-open:hover {
    color: #fff;
    opacity: 0.8;
  }
  header.folded .menu-open {
    top: 30px;
  }
  .high.home header.folded .menu-open,
  .regular.home header.folded .menu-open,
  .home header.folded .menu-open {
    color: #f4740c;
    background: none;
  }
  .high.home header.folded .menu-open:hover,
  .regular.home header.folded .menu-open:hover,
  .home header.folded .menu-open:hover {
    color: #ffaa00;
    opacity: 1;
  }
  .high.home header.folded .menu-open,
  .high.home header.folded .menu-open:hover {
    color: #ff0000;
  }
}
header {
  background-color: #ffffff;
  padding: 8px 0 0;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
}
.header-wrapper {
  display: flex;
  justify-content: space-between;
}
.header-wrapper.content::before {
  display: none;
}
.header-left {
  width: 15%;
}
.header-logo {
  padding: 8px 0;
}
.header-logo-image {
  height: 90px;
  width: auto;
}
.header-right {
  position: relative;
  width: 80%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}
/* TODO: Clean up code */
nav.site-navigation {
  position: fixed;
  left: -100%;
  /* background-color: #333; */
  /* color: #fff; */
  overflow: scroll;
}
nav.site-navigation a {
  font-size: 18px;
  font-weight: bold;
}
#menu-main-navigation li {
  border-bottom: solid 1px #aaaaaa;
}
#menu-main-navigation li a {
  padding: 12px 0;
  display: block;
}
.menu-main-navigation-container {
  margin-top: 50px;
}
nav.site-navigation.expanded {
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  /* padding: 41px 15px 0; */
  padding: 36px 15px 0;
}
.admin-bar nav.site-navigation.expanded {
  padding-top: 87px;
}
@media screen and (min-width: 800px) {
  nav.site-navigation {
    position: relative;
    left: 0;
    overflow: visible;
  }
  nav.site-navigation a {
    font-size: 14px;
  }
  #menu-main-navigation {
    display: flex;
    justify-content: space-between;
  }
  #menu-main-navigation > li {
    display: inline-block;
  }
  nav.site-navigation.expanded {
    left: 0;
    width: auto;
    height: auto;
    padding: 0;
  }
  .menu-main-navigation-container {
    margin-top: 0;
  }
  #menu-main-navigation li {
    border-bottom: 0;
  }
  #menu-main-navigation li a {
    padding: 0;
  }
  #menu-main-navigation li .submenu-toggle {
    display: none;
  }
}

@media screen and (max-width: 799px) {
  .header-wrapper .accessibility-tools {
    position: absolute;
    top: -25px;
    right: 0;
    z-index: 1000;
    width: 420px;
  }
  #menu-main-navigation li.menu-item {
    position: relative;
  }
  #menu-main-navigation li.menu-item > a.submenu-toggle {
    position: absolute;
    top: 0px;
    right: 0px;
  }
  #menu-main-navigation li.menu-item-has-children ul.sub-menu {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s;
  }
  #menu-main-navigation li.menu-item-has-children.expanded ul.sub-menu {
    max-height: 1000px;
  }
}

.accessibility-tools {
  text-align: right;
}
/* TODO: Clean up code */
.accessibility-tools,
.accessibility-tools a {
  /* color: #ffffff; */
  color: #333333;
  font-size: 11px;
}
.accessibility-tools a:hover {
  text-decoration: underline;
}
.accessibility-tools .accessibility-tool,
.accessibility-tools .accessibility-tool div,
.accessibility-tools .header-donate-button {
  display: inline-block;
}
.accessibility-tools .accessibility-tool {
  margin-left: 15px;
}
/* TODO: Clean up code */
/* .accessibility-tools .header-donate-button {
  margin-left: 10px;
} */
.accessibility-tools .accessibility-tool:first-child {
  margin-left: 0;
}
.accessibility-tools .contrast-options a {
  display: inline-block;
  border: 1px solid #fff;
  padding: 0 6px;
  margin: 0 4px;
  border-color: rgba(255, 255, 255, 0.5);
  border-radius: 3px;
}
/* TODO: Clean up code */
/* .accessibility-tools .header-donate-button a {
  display: block;
  padding: 0 8px;
  background-color: #ff8625;
  border: solid 1px #ff8625;
  color: #ffffff;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: bold;
}
.accessibility-tools .header-donate-button a:hover {
  text-decoration: none;
  background-color: #ffaa00;
} */
.accessibility-tools .contrast-options a:last-child {
  margin-right: 0;
}
.accessibility-tools .contrast-options a:hover {
  background-color: #fff;
  color: #333;
  border-color: #fff;
}
.high .accessibility-tools .contrast-options a:hover {
  color: #000;
}

@media screen and (max-width: 400px) {
  .accessibility-tools .accessibility-tool {
    margin-left: 5px;
  }
  .accessibility-tools .contrast-options a {
    margin-right: 0;
  }
  /* TODO: Clean up code */
  /* .accessibility-tools .header-donate-button {
    margin-left: 5px;
  } */
}

#menu-main-navigation .sub-menu {
  position: relative;
  background-color: #333333;
  padding: 0 24px;
}
#menu-main-navigation .sub-menu li a {
  padding-bottom: 4px;
  margin-bottom: 4px;
  /* TODO: Clean up code */
  /* border-bottom: solid 1px #ffffff33; */
}
#menu-main-navigation .sub-menu li:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

@media screen and (min-width: 600px) {
  .accessibility-tools {
    font-size: 12px;
  }
}
@media screen and (min-width: 800px) {
  .accessibility-tools {
    text-align: right;
    display: block;
    font-size: 14px;
  }
  .accessibility-tools p {
    display: inline-block;
  }
  .accessibility-tools .label {
    font-family: "Open Sans", serif;
    font-weight: bold;
    line-height: 1.5em;
    letter-spacing: 0;
    margin-left: 30px;
  }
  .accessibility-tools .label.text::before {
    content: " ";
    width: 40px;
    height: 17px;
    display: inline-block;
    background-image: url("../images/icons/glasses.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 10px;
    position: relative;
    top: 3px;
  }
  .accessibility-tools .text-options a:hover {
    text-decoration: underline;
  }
  #menu-main-navigation .sub-menu {
    position: absolute;
    background-color: #333333;
    margin: 0 -16px;
    padding: 16px;
    opacity: 0;
    transition: opacity 150ms ease-in;
    visibility: hidden;
  }
  #menu-main-navigation > li:hover .sub-menu {
    visibility: visible;
    opacity: 1;
  }
  /* TODO: Clean up code */
  /* .accessibility-tools .header-donate-button a {
    padding: 0 12px;
  } */
}
.unslider-arrow {
  display: none;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (min-width: 600px) {
  .unslider-arrow {
    display: block;
    position: absolute;
    top: 240px;
    width: 20px;
    height: 80px;
    font-size: 0;
  }
}
@media screen and (min-width: 1000px) {
  .unslider-arrow {
    top: 290px;
  }
}
.unslider-arrow.next {
  background-image: url("../images/icons/toggle-right.png");
}
.unslider-arrow.prev {
  background-image: url("../images/icons/toggle-left.png");
}
.slider * {
  outline: 0;
}
.slider button {
  display: none !important;
  background: none;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  border: none;
}
@media screen and (min-width: 600px) {
  .slider button {
    display: block !important;
    z-index: 90;
    position: absolute;
    width: 20px;
    height: 80px;
    font-size: 0;
    top: 60px;
  }
}
.slider button.slick-next {
  background-image: url("../images/icons/toggle-right.png");
  right: 15px;
}
.slider button.slick-prev {
  background-image: url("../images/icons/toggle-left.png");
  left: 15px;
}
hr {
  border: 0;
  border-top: 1px solid #e6e6e6;
  margin-right: 15px;
  margin-left: 15px;
  padding-left: 15px;
  padding-right: 15px;
}
.high hr {
  border-top: 1px solid #fff;
}
@media screen and (min-width: 600px) {
  hr {
    margin-left: auto;
    margin-right: auto;
    max-width: 490px;
  }
}
@media screen and (min-width: 800px) {
  hr {
    max-width: 690px;
  }
}
@media screen and (min-width: 1000px) {
  hr {
    max-width: 890px;
  }
}
@media screen and (min-width: 1200px) {
  hr {
    max-width: 1090px;
  }
}
.button {
  display: inline-block;
  min-width: 220px;
}
.button a {
  border-top: 2px solid #f4740c;
  margin-top: 38px;
  display: block;
  font-family: "sofia-pro", sans-serif;
  line-height: 1.34em;
  letter-spacing: 0.08em;
  font-weight: 700;
  text-transform: uppercase;
  color: #f4740c;
  padding-top: 8px;
  padding-bottom: 10px;
  transition-property: all;
  transition-duration: 0.2s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.34, 0.01, 0.45, 1.02);
  -webkit-backface-visibility: hidden;
}
.high .button:not(.high-contrast) a {
  color: #fff;
  background-color: #000;
  border-top: 0;
  padding-left: 12px;
}
.button a::after {
  content: " ";
  display: inline-block;
  width: 30px;
  height: 9px;
  margin-left: 2px;
  position: relative;
  background-image: url("../images/icons/arrow-gold.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  transition-property: all;
  transition-duration: 0.2s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.34, 0.01, 0.45, 1.02);
  -webkit-backface-visibility: hidden;
  opacity: 0;
}
.high .button a::after {
  background-image: url("../images/icons/arrow-white.png");
}
.button a:hover {
  color: #ffaa00;
  border-color: #ffaa00;
}
.high .button a:hover {
  color: #ffffff;
}
.button a:hover::after {
  margin-left: 10px;
  opacity: 1;
}
.button.black a,
.button.black a:hover {
  color: #333;
  border-color: #333;
}
.high .button.black a,
.high .button.black a:hover {
  color: #000;
  border-color: #000;
}
.button.black a::after {
  background-image: url("../images/icons/arrow-black.png");
}
.button.white a,
.button.white a:hover {
  color: #fff;
  border-color: #fff;
}
.button.white a::after {
  background-image: url("../images/icons/arrow-white.png");
}
.hero {
  background: #ff8625;
  background: -moz-radial-gradient(
    center,
    ellipse cover,
    #ff8625 0%,
    #e66d0c 100%
  );
  background: -webkit-radial-gradient(
    center,
    ellipse cover,
    #ff8625 0%,
    #e66d0c 100%
  );
  background: radial-gradient(ellipse at center, #ff8625 0%, #e66d0c 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff8625', endColorstr='#e66d0c', GradientType=1);
  padding: 160px 0 40px 0;
  margin-top: 0;
  color: #fff;
}
@media screen and (min-width: 1000px) {
  .hero {
    margin-top: 119px;
  }
}
.high .hero {
  /* background: #000; */
}
@media screen and (min-width: 600px) {
  .hero {
    padding-top: 160px;
  }
  .hero .content {
    padding: 0 0;
  }
}
@media screen and (min-width: 800px) {
  .hero {
    padding: 80px 0;
    margin-top: 119px;
  }
  .hero {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
}

.hero-background-image {
  margin-top: 100px;
  min-height: 80vw;
}

@media screen and (min-width: 768px) and (max-width: 799px) {
  .hero-background-image {
    margin-top: 119px;
    min-height: 60vw;
  }
}

@media screen and (min-width: 800px) {
  .hero-background-image {
    min-height: 500px;
  }
}

.quick-notes li {
  margin-bottom: 1em;
  list-style: none;
}

.quick-notes.text-content li a {
  color: #174a7c;
  font-size: 1rem;
  text-decoration: underline;
}

.quick-notes.text-content li a:hover {
  color: #f4740c;
}

.single-cta {
  padding: 0 0 40px 0;
}

@media screen and (min-width: 768px) {
  .single-cta {
    padding: 40px 0;
  }
}

@media screen and (min-width: 800px) {
  .single-cta {
    margin-top: -175px;
  }
}

@media screen and (min-width: 800px) {
  .single-cta {
    /* padding: 60px 0; */
  }
  .high .single-cta {
    /* padding: 80px 0; */
  }
}

@media screen and (min-width: 600px) {
  .single-cta {
    /* padding-top: 80px; */
  }
  .high .single-cta {
    /* padding-top: 140px; */
  }
}

.single-cta-content {
  background-color: #174a7c;
  padding: 30px;
}

.single-cta h2,
.single-cta .button a {
  color: #ffffff;
}

.single-cta h2 {
  margin-bottom: 0px;
  font-size: 2.57rem;
  line-height: 3.42rem;
}

.single-cta .button a {
  margin-top: 30px;
  border-color: #ffffff;
}

/*** Hight Contrast Override ***/
.high .single-cta .button a {
  background-color: transparent;
  border-top: 2px solid #ffffff;
  padding-left: 0;
}

.full-text {
  padding: 40px 0;
}
@media screen and (min-width: 600px) {
  .full-text {
    padding: 60px 0;
  }
}
@media screen and (min-width: 800px) {
  .full-text {
    padding: 80px 0;
  }
}
.condensed-list {
  padding: 40px 0;
}
@media screen and (min-width: 600px) {
  .condensed-list {
    padding: 60px 0;
  }
}
@media screen and (min-width: 800px) {
  .condensed-list {
    padding: 80px 0;
  }
}
.condensed-list ul {
  color: #808080;
  position: relative;
  width: 100%;
  padding-left: 0;
}

@media screen and (min-width: 600px) {
  ul.all-members-container {
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
  }

  .condensed-list ul:not(.funder-list) {
    -moz-column-count: 2;
    -moz-column-gap: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
  }
}

@media screen and (min-width: 800px) {
  ul.all-members-container {
    -moz-column-count: 3;
    -moz-column-gap: 20px;
    -webkit-column-count: 3;
    -webkit-column-gap: 20px;
    column-count: 3;
    column-gap: 20px;
  }

  .condensed-list ul:not(.funder-list) {
    -moz-column-count: 3;
    -moz-column-gap: 20px;
    -webkit-column-count: 3;
    -webkit-column-gap: 20px;
    column-count: 3;
    column-gap: 20px;
  }
}

.condensed-list ul li {
  position: relative;
  list-style: none;
}
.condensed-list .in-memoriam h3 {
  font-size: 2rem;
  margin-top: 2em;
  margin-bottom: 20px;
}
@media screen and (min-width: 600px) {
  .condensed-list .in-memoriam ul {
    -moz-column-count: 1;
    -moz-column-gap: 20px;
    -webkit-column-count: 1;
    -webkit-column-gap: 20px;
    column-count: 1;
    column-gap: 20px;
  }
}

/*** Updated Supporters Grid ***/
ul.funder-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
}

ul.funder-list li {
  margin: 0 20px 40px;
}

@media screen and (max-width: 799px) {
  ul.funder-list li {
    width: calc(50% - 40px);
  }
}

@media screen and (min-width: 800px) {
  ul.funder-list li {
    width: calc(33.33% - 40px);
  }
}

.flow {
  background: #ff8625;
  background: -moz-radial-gradient(
    center,
    ellipse cover,
    #ff8625 0%,
    #e66d0c 100%
  );
  background: -webkit-radial-gradient(
    center,
    ellipse cover,
    #ff8625 0%,
    #e66d0c 100%
  );
  background: radial-gradient(ellipse at center, #ff8625 0%, #e66d0c 100%);
  filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff8625', endColorstr='#e66d0c', GradientType=1);
  padding: 40px 0;
  color: #fff;
}
.high .flow {
  background: #000;
}
@media screen and (min-width: 600px) {
  .flow {
    padding: 60px 0;
  }
}
@media screen and (min-width: 800px) {
  .flow {
    padding: 80px 0;
  }
}
.flow .flow-slider {
  display: none;
}
@media screen and (min-width: 800px) {
  .flow {
    background: none;
    color: #333;
  }
  .high .flow {
    color: #000;
  }
  .flow h3 {
    display: none;
  }
  .flow .button {
    width: 100%;
    float: right;
  }
  .flow .button a,
  .flow .button a:hover {
    border-color: #f4740c;
    color: #f4740c;
  }
  .high .flow .button a,
  .high .high .flow .button a {
    border-color: #ff000000;
    color: #ff000000;
  }
  .flow .button a::after {
    background-image: url("../images/icons/arrow-orange.png");
  }
  .flow .flow-slider {
    display: block;
  }
  .flow .flow-slider .playwright {
    position: relative;
  }
  .flow .flow-slider .playwright:hover a {
    opacity: 1;
  }
  .flow .flow-slider .playwright .playwright-link {
    position: absolute;
    bottom: 20px;
    right: 0;
    background-color: #fff;
    width: 70%;
    padding: 20px;
    font-family: "sofia-pro", sans-serif;
    line-height: 1.34em;
    letter-spacing: 0.08em;
    font-weight: 700;
    text-transform: uppercase;
    color: #333;
    text-align: right;
    opacity: 0;
    transition-property: opacity;
    transition-duration: 0.2s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.34, 0.01, 0.45, 1.02);
    -webkit-backface-visibility: hidden;
  }
  .high .flow .flow-slider .playwright .playwright-link {
    color: #000;
  }
  .flow .flow-slider .playwright .playwright-link::after {
    content: " ";
    display: inline-block;
    width: 26px;
    height: 8px;
    margin-left: 3px;
    background-image: url("../images/icons/arrow-black.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
  }
  .flow .flow-slider * {
    outline: none;
  }
  .flow .flow-slider img {
    padding: 10px;
  }
  .flow .flow-slider .column-1 {
    width: 240px;
    padding-top: 200px;
  }
  .flow .flow-slider .column-2 {
    width: 400px;
  }
  .flow .flow-slider .column-3 {
    width: 260px;
    padding-top: 100px;
  }
  .flow .flow-slider .column-4 {
    width: 380px;
    padding-top: 60px;
  }
  .flow .flow-slider .update {
    max-width: 100%;
    padding: 10px;
  }
  .flow .flow-slider .update a {
    background-color: #e6e6e6;
    display: block;
    padding: 20px 24px;
    font-size: 12px;
    transition-property: all;
    transition-duration: 0.2s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.34, 0.01, 0.45, 1.02);
    -webkit-backface-visibility: hidden;
  }
  .high .flow .flow-slider .update a {
    background-color: #fff;
  }
  .large .flow .flow-slider .update a {
    font-size: 16px;
  }
  .flow .flow-slider .update a:hover {
    background-color: #f4740c;
    color: #fff;
  }
  .high .flow .flow-slider .update a:hover {
    background-color: #ff0000;
  }
}
@media screen and (min-width: 1000px) {
  .flow .flow-slider .column-1 {
    width: 280px;
  }
  .flow .flow-slider .column-2 {
    width: 490px;
  }
  .flow .flow-slider .column-3 {
    width: 280px;
    padding-top: 130px;
  }
  .flow .flow-slider .column-4 {
    width: 490px;
  }
}
@media screen and (min-width: 1200px) {
  .flow .button {
    width: 230px;
  }
}
.blog-roll {
  padding: 40px 0;
  position: relative;
}
@media screen and (min-width: 600px) {
  .blog-roll {
    padding: 60px 0;
  }
}
@media screen and (min-width: 800px) {
  .blog-roll {
    padding: 80px 0;
  }
}
.blog-roll li {
  margin-bottom: 40px;
}
.blog-roll h3 a {
  display: block;
  transition-property: all;
  transition-duration: 0.2s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.34, 0.01, 0.45, 1.02);
  -webkit-backface-visibility: hidden;
  border-top: 2px solid #333;
  padding-top: 14px;
  margin-bottom: 8px;
  line-height: 1.17em;
}
.high .blog-roll h3 a {
  border-top: 2px solid #000;
}
.blog-roll h3 a:hover {
  border-color: #f4740c;
  color: #f4740c;
}
.high .blog-roll h3 a:hover {
  border-color: #ff0000;
  color: #ff0000;
}
@media screen and (min-width: 600px) {
  .blog-roll .button {
    float: right;
  }
}
@media screen and (min-width: 800px) {
  .blog-roll .button {
    width: 100%;
  }
}

@media screen and (max-width: 1199px) {
  .blog-roll .button {
    margin-top: 40px;
  }
}

@media screen and (min-width: 1000px) {
  .blog-roll h4 a,
  .blog-roll p {
    padding-right: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .blog-roll .button {
    /* margin-top: 155px;     */
    width: 230px;
  }
}

.blog-roll .button a {
  margin-top: 0;
}

.donate-cta-box {
  border-top: solid 8px #ffffff;
  border-left: solid 8px #ffffff;
}
.donate-cta {
  background-color: #333;
  padding: 40px 0;
}
.high .donate-cta {
  background-color: #000;
}
@media screen and (min-width: 600px) {
  .donate-cta {
    padding: 60px 0;
  }
}
@media screen and (min-width: 800px) {
  .donate-cta {
    padding: 80px 0;
  }
}
.donate-cta h3 {
  color: #fff;
}
@media screen and (min-width: 1000px) {
  .donate-cta {
    background: none;
    padding-top: 0;
    position: relative;
  }
  .donate-cta .content {
    background: #ff8625;
    background: -moz-radial-gradient(
      center,
      ellipse cover,
      #ff8625 0%,
      #e66d0c 100%
    );
    background: -webkit-radial-gradient(
      center,
      ellipse cover,
      #ff8625 0%,
      #e66d0c 100%
    );
    background: radial-gradient(ellipse at center, #ff8625 0%, #e66d0c 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff8625', endColorstr='#e66d0c', GradientType=1);
    padding: 50px 40px;
    height: 287px;
  }
  .high .donate-cta .content {
    background: #000;
  }
  .donate-cta .content .button a {
    margin-top: 10px;
  }
  .donate-cta .image {
    background-color: red;
    height: 287px;
    position: absolute;
    left: 15px;
    right: 15px;
    background-size: 100% auto;
    background-size: cover;
    background-position: center bottom;
  }
}
@media screen and (min-width: 1200px) {
  .donate-cta .content,
  .donate-cta .image {
    height: 287px;
  }
  .donate-cta .content {
    padding-right: 120px;
  }
}
.intro {
  padding: 40px 0 25px;
  position: relative;
  padding-top: 140px;
}
@media screen and (min-width: 600px) {
  .intro {
    padding: 60px 0 25px;
  }
}
@media screen and (min-width: 800px) {
  .intro {
    padding: 80px 0 25px;
  }
}
@media screen and (min-width: 600px) {
  .intro {
    padding-top: 150px;
  }
}
@media screen and (min-width: 800px) {
  .intro {
    padding-top: 170px;
    overflow-x: hidden;
  }
  .intro .feature-img {
    width: 30%;
    max-width: 700px;
    top: 140px;
    height: 455px;
    left: 70%;
    position: absolute;
    background-size: auto 100%;
    background-size: cover;
    background-position: center;
  }
}
@media screen and (min-width: 1000px) {
  .intro {
    padding-top: 170px;
  }
  .intro .feature-img {
    width: 40%;
    left: 60%;
    height: 485px;
  }
}
@media screen and (min-width: 1200px) {
  .intro .feature-img {
    margin-right: 0;
    width: 45%;
    left: 55%;
  }
}
.header-image {
  width: 33.3333333%;
}
.header-image img {
  top: -20px;
  position: relative;
  width: 180%;
  max-width: 180%;
}
@media screen and (min-width: 1000px) {
  .header-image .header-image img {
    margin-top: -36px;
  }
}
.image-cta {
  background-color: #333;
  color: #fff;
  padding: 40px 0;
}
.high .image-cta {
  /*background-color: #000;*/
}
.image-cta h2 {
  font-family: "sofia-pro", sans-serif;
  line-height: 1.15em;
  letter-spacing: 0;
  font-weight: 200;
  text-transform: none;
  font-size: 2.6rem;
  margin-bottom: 0;
}
.set-getinvolved-background h2 {
  /* font-size: 1.29rem;
  line-height: 1.5em; */
}
@media screen and (min-width: 600px) {
  .image-cta {
    padding: 400px 0 60px 0;
    position: relative;
    background-position: center right;
    background-size: 100% auto;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 60px;
  }
  .image-cta .content {
    background-color: #333;
    padding: 40px;
    position: absolute;
    right: 0;
    width: 430px;
    bottom: -60px;
  }
  .image-cta .content.black {
    background-color: #333;
  }
  .high .image-cta .content,
  .high .image-cta .content.black {
    background-color: #000;
  }
  .image-cta .content.orange {
    background-color: #f4740c;
  }
  .high .image-cta .content.orange {
    background-color: #000000;
  }
}
@media screen and (min-width: 800px) {
  .image-cta {
    padding: 0;
    background: none;
  }
  .image-cta .img-wrapper {
    position: relative;
    padding-top: 500px;
    background-position: center right;
    background-size: 100% auto;
    background-size: cover;
    background-repeat: no-repeat;
  }
  /* TODO: Clean up code */
  /* .image-cta .img-wrapper.set-donatenow-background {
    background-size: contain;
  } */
  .image-cta h2 {
    padding-right: 30px;
  }
}
@media screen and (min-width: 1000px) {
  .image-cta .img-wrapper {
    padding-top: 400px;
  }
}
.featured-collaboration {
  background-color: #f5f5f5;
  padding: 40px 0;
  position: relative;
  padding-top: 15px;
}
@media screen and (min-width: 600px) {
  .featured-collaboration {
    padding: 60px 0;
  }
}
@media screen and (min-width: 800px) {
  .featured-collaboration {
    padding: 80px 0;
  }
}
.featured-collaboration .featured-img img {
  width: 100%;
  height: auto;
}
.featured-collaboration .media-link {
  background-color: #333;
  padding: 30px;
  width: 100%;
}
.high .featured-collaboration .media-link {
  background-color: #000;
}
.featured-collaboration .media-link .button {
  float: right;
  padding: 20px 0 0 0;
}
.featured-collaboration .media-link .button a {
  margin-top: 0;
}
.featured-collaboration .content {
  background-color: #fff;
  padding: 45px 30px;
}
.featured-collaboration .content h4 {
  margin-top: -20px;
  margin-bottom: 27px;
  font-family: "sofia-pro", sans-serif;
  line-height: 1.15em;
  letter-spacing: 0;
  font-weight: 200;
  text-transform: none;
  font-size: 1.6rem;
}
.featured-collaboration .content .credits {
  color: #808080;
  font-size: 12px;
}

.single-collaboration .credits,
.single-collaboration .credits p .single-collaboration .credits ul,
.single-collaboration .credits li {
  color: #444;
}

@media screen and (min-width: 600px) {
  .featured-collaboration .media-link {
    width: 300px;
    position: absolute;
    right: 15px;
    margin-top: -50px;
  }
  .featured-collaboration .media-link .button {
    float: none;
  }
  .featured-collaboration .content {
    padding-top: 90px;
  }
}
@media screen and (min-width: 800px) {
  .featured-collaboration .media-link {
    padding: 40px 40px;
    margin-top: -60px;
    width: 380px;
  }
  .featured-collaboration .content {
    padding-right: 120px;
  }
}
@media screen and (min-width: 1200px) {
  .featured-collaboration .content {
    padding-right: 240px;
  }
}
.collaborations-list {
  padding: 40px 0;
}
@media screen and (min-width: 600px) {
  .collaborations-list {
    padding: 60px 0;
  }
}
@media screen and (min-width: 800px) {
  .collaborations-list {
    padding: 80px 0;
  }
}
.collaborations-list li {
  margin-bottom: 40px;
}
.collaborations-list li img {
  display: none;
}
/* TODO: Clean up code */
.collaborations-list li h5,
.collaborations-list li h2 {
  /* font-family: "Open Sans", serif; */
  /* font-weight: bold; */
  line-height: 1em;
  letter-spacing: 0;
  /* font-size: 18px; */
  margin-bottom: 29px;
}
.collaborations-list li h5 a,
.collaborations-list li h2 a {
  transition-property: all;
  transition-duration: 0.2s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.34, 0.01, 0.45, 1.02);
  -webkit-backface-visibility: hidden;
}
.collaborations-list li h5 a::after,
.collaborations-list li h2 a::after {
  content: " ";
  display: inline-block;
  width: 30px;
  height: 9px;
  margin-left: 4px;
  position: relative;
  background-image: url("../images/icons/arrow-black.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  transition-property: all;
  transition-duration: 0.2s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.34, 0.01, 0.45, 1.02);
  -webkit-backface-visibility: hidden;
}
.collaborations-list li h5 a:hover,
.collaborations-list li h2 a:hover {
  color: #f4740c;
}
.high .collaborations-list li h5 a:hover,
.high .collaborations-list li h2 a:hover {
  color: #ff0000;
}
.collaborations-list li h5 a:hover::after,
.collaborations-list li h2 a:hover::after {
  background-image: url("../images/icons/arrow-orange.png");
}
.collaborations-list li .featured-credit {
  font-family: "sofia-pro", sans-serif;
  line-height: 1.15em;
  letter-spacing: 0;
  font-weight: 200;
  text-transform: none;
  font-size: 18px;
  margin-bottom: 30px;
  margin-top: -9px;
  display: block;
}
.collaborations-list li p {
  margin-bottom: 1em;
}
.collaborations-list li .folded {
  display: none;
}
.collaborations-list li .folded.expanded {
  display: block;
}
.collaborations-list li .tag-list {
  margin-bottom: 1em;
}
.collaborations-list li .tag-list li {
  margin-bottom: 0;
  display: inline;
}
.collaborations-list li .tag-list li::after {
  content: ", ";
  color: #f4740c;
}
.high .collaborations-list li .tag-list li::after {
  color: #ff0000;
}
.collaborations-list li .tag-list li:last-of-type::after {
  content: " ";
}
.collaborations-list li .tag-list li a {
  color: #f4740c;
}
.high .collaborations-list li .tag-list li a {
  color: #ff0000;
}
.collaborations-list li .tag-list li a:hover {
  border-bottom: 1px solid #f4740c;
}
.high .collaborations-list li .tag-list li a:hover {
  border-bottom: 1px solid #ff0000;
}
.collaborations-list li .read-more {
  color: #bbb;
  font-family: "sofia-pro", sans-serif;
  line-height: 1.34em;
  letter-spacing: 0.08em;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  font-size: 12px;
  margin-bottom: 14px;
}
.collaborations-list li .read-more:hover {
  color: #f4740c;
}
.high .collaborations-list li .read-more:hover {
  color: #ff0000;
}
.collaborations-list li .read-more:hover::after {
  background-image: url("../images/icons/triangle-down-orange.png");
}
.collaborations-list li .read-more::after {
  content: " ";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 4px;
  background-image: url("../images/icons/triangle-down-grey.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.collaborations-list li .read-more.expanded:hover::after {
  background-image: url("../images/icons/triangle-up-orange.png");
}
.collaborations-list li .read-more.expanded::after {
  background-image: url("../images/icons/triangle-up-grey.png");
}
.collaborations-list li .listed-credits li {
  margin-bottom: 0;
}
@media screen and (min-width: 800px) {
  .collaborations-list li img {
    display: block;
  }
  .collaborations-list li h5,
  .collaborations-list li h2 {
    margin-top: 20px;
  }
}
.tag-list {
  margin-bottom: 1em;
}
.tag-list h4,
.tag-list h3 {
  display: inline;
  color: #f4740c;
  font-size: 1rem;
}
.high .tag-list h4,
.high .tag-list h3 {
  color: #ff0000;
}
.large .tag-list h4,
.large .tag-list h3 {
  font-size: 17px;
}

.tag-list li {
  margin-bottom: 0;
  display: inline;
}
.tag-list li::after {
  content: ", ";
  color: #f4740c;
}
.high .tag-list li::after {
  color: #ff0000;
}
.tag-list li:last-of-type::after {
  content: " ";
}
.tag-list li a {
  color: #f4740c;
}
.high .tag-list li a {
  color: #ff0000;
}
.tag-list li a:hover {
  border-bottom: 1px solid #f4740c;
}
.high .tag-list li a:hover {
  border-bottom: 1px solid #ff0000;
}
.program-playwrights-list {
  padding: 40px 0;
}
@media screen and (min-width: 600px) {
  .program-playwrights-list {
    padding: 60px 0;
  }
}
@media screen and (min-width: 800px) {
  .program-playwrights-list {
    padding: 80px 0;
  }
}
.program-playwrights-list li {
  margin-bottom: 40px;
}
.program-playwrights-list li img {
  display: none;
}
/* TODO: Clean up code */
.program-playwrights-list li h3 {
  /* font-family: "Open Sans", serif; */
  /* font-weight: bold; */
  line-height: 1.5em;
  letter-spacing: 0;
  /* font-size: 18px; */
  margin-bottom: 9px;
}
.program-playwrights-list li h3 a {
  transition-property: all;
  transition-duration: 0.2s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.34, 0.01, 0.45, 1.02);
  -webkit-backface-visibility: hidden;
}
.program-playwrights-list li h3 a::after {
  content: " ";
  display: inline-block;
  width: 30px;
  height: 9px;
  margin-left: 4px;
  position: relative;
  background-image: url("../images/icons/arrow-black.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  transition-property: all;
  transition-duration: 0.2s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.34, 0.01, 0.45, 1.02);
  -webkit-backface-visibility: hidden;
}
.program-playwrights-list li h3 a:hover {
  color: #f4740c;
}
.high .program-playwrights-list li h3 a:hover {
  color: #ff0000;
}
.program-playwrights-list li h3 a:hover::after {
  background-image: url("../images/icons/arrow-orange.png");
}
.program-playwrights-list li p {
  margin-bottom: 1em;
}
.program-playwrights-list li .folded {
  display: none;
}
.program-playwrights-list li .folded.expanded {
  display: block;
}
.program-playwrights-list li .tag-list {
  margin-bottom: 1em;
}
.program-playwrights-list li .tag-list li {
  margin-bottom: 0;
  display: inline;
}
.program-playwrights-list li .tag-list li::after {
  content: ", ";
  color: #f4740c;
}
.high .program-playwrights-list li .tag-list li::after {
  color: #ff0000;
}
.program-playwrights-list li .tag-list li:last-of-type::after {
  content: " ";
}
.program-playwrights-list li .tag-list li a {
  color: #f4740c;
}
.high .program-playwrights-list li .tag-list li a {
  color: #ff0000;
}
.program-playwrights-list li .tag-list li a:hover {
  border-bottom: 1px solid #f4740c;
}
.high .program-playwrights-list li .tag-list li a:hover {
  border-bottom: 1px solid #ff0000;
}
.program-playwrights-list li .read-more {
  color: #bbb;
  font-family: "sofia-pro", sans-serif;
  line-height: 1.34em;
  letter-spacing: 0.08em;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  font-size: 12px;
  margin-bottom: 14px;
}
.program-playwrights-list li .read-more:hover {
  color: #f4740c;
}
.high .program-playwrights-list li .read-more:hover {
  color: #ff0000;
}
.program-playwrights-list li .read-more:hover::after {
  background-image: url("../images/icons/triangle-down-orange.png");
}
.program-playwrights-list li .read-more::after {
  content: " ";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 4px;
  background-image: url("../images/icons/triangle-down-grey.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.program-playwrights-list li .read-more.expanded:hover::after {
  background-image: url("../images/icons/triangle-up-orange.png");
}
.program-playwrights-list li .read-more.expanded::after {
  background-image: url("../images/icons/triangle-up-grey.png");
}
@media screen and (min-width: 800px) {
  .program-playwrights-list li img {
    display: block;
  }
  .program-playwrights-list li h5 {
    margin-top: 20px;
  }
}
.program-playwrights-list li h5 {
  font-weight: 700;
}
.program-list-featured {
  padding: 40px 0;
  padding-bottom: 0;
}
@media screen and (min-width: 600px) {
  .program-list-featured {
    padding: 60px 0;
  }
}
@media screen and (min-width: 800px) {
  .program-list-featured {
    padding: 80px 0;
  }
}
.program-list-featured .application-snippet {
  color: #808080;
}
.high .program-list-featured .application-snippet {
  color: #000000;
  text-decoration: underline;
}
.program-list-featured li {
  margin-bottom: 60px;
}
.program-list-featured li img {
  display: none;
}
/* TODO: Clean up code */
/* .program-list-featured li h3 {
  font-family: "sofia-pro", sans-serif;
  line-height: 1.15em;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 20px;
} */
.program-list-featured li h3 span {
  font-size: 0.6em;
  line-height: 0.8em;
}
.program-list-featured li h3 a {
  transition-property: all;
  transition-duration: 0.2s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.34, 0.01, 0.45, 1.02);
  -webkit-backface-visibility: hidden;
}
.program-list-featured li h3 a::after {
  content: " ";
  display: inline-block;
  width: 30px;
  height: 9px;
  margin-left: 8px;
  top: -4px;
  position: relative;
  background-image: url("../images/icons/arrow-black.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  transition-property: all;
  transition-duration: 0.2s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.34, 0.01, 0.45, 1.02);
  -webkit-backface-visibility: hidden;
}
.program-list-featured li h3 a:hover {
  color: #f4740c;
}
.high .program-list-featured li h3 a:hover {
  color: #ff0000;
}
.program-list-featured li h3 a:hover::after {
  background-image: url("../images/icons/arrow-orange.png");
}
.program-list-featured li p {
  margin-bottom: 1em;
}
.program-list-featured li .folded {
  display: none;
}
.program-list-featured li .folded.expanded {
  display: block;
}
.program-list-featured li .read-more {
  color: #bbb;
  font-family: "sofia-pro", sans-serif;
  line-height: 1.34em;
  letter-spacing: 0.08em;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  font-size: 12px;
  margin-bottom: 14px;
}
.program-list-featured li .read-more:hover {
  color: #f4740c;
}
.high .program-list-featured li .read-more:hover {
  color: #ff0000;
}
.program-list-featured li .read-more:hover::after {
  background-image: url("../images/icons/triangle-down-orange.png");
}
.program-list-featured li .read-more::after {
  content: " ";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 4px;
  background-image: url("../images/icons/triangle-down-grey.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.program-list-featured li .read-more.expanded:hover::after {
  background-image: url("../images/icons/triangle-up-orange.png");
}
.program-list-featured li .read-more.expanded::after {
  background-image: url("../images/icons/triangle-up-grey.png");
}
@media screen and (min-width: 600px) {
  .program-list-featured {
    padding-bottom: 0;
  }
}
@media screen and (min-width: 800px) {
  .program-list-featured li img {
    display: block;
  }
  .program-list-featured li h3 {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .program-list-featured li h3 {
    margin-top: 60px;
  }
}
.program-list-standard {
  padding: 40px 0;
  padding-top: 0;
}
@media screen and (min-width: 600px) {
  .program-list-standard {
    padding: 60px 0;
  }
}
@media screen and (min-width: 800px) {
  .program-list-standard {
    padding: 80px 0;
  }
}
.program-list-standard .application-snippet {
  color: #808080;
}
.high .program-list-standard .application-snippet {
  color: #000000;
  text-decoration: underline;
}
.program-list-standard li {
  margin-bottom: 40px;
}
.program-list-standard li img {
  display: none;
}
.program-list-standard li h5 {
  font-family: "sofia-pro", sans-serif;
  line-height: 1.15em;
  letter-spacing: 0;
  font-weight: 200;
  text-transform: none;
  font-size: 2.6em;
  margin-bottom: 20px;
}
.program-list-standard li h5 a {
  transition-property: all;
  transition-duration: 0.2s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.34, 0.01, 0.45, 1.02);
  -webkit-backface-visibility: hidden;
}
.program-list-standard li h5 a::after {
  content: " ";
  display: inline-block;
  width: 30px;
  height: 9px;
  margin-left: 8px;
  top: -4px;
  position: relative;
  background-image: url("../images/icons/arrow-black.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  transition-property: all;
  transition-duration: 0.2s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.34, 0.01, 0.45, 1.02);
  -webkit-backface-visibility: hidden;
}
.program-list-standard li h5 a:hover {
  color: #f4740c;
}
.high .program-list-standard li h5 a:hover {
  color: #ff0000;
}
.program-list-standard li h5 a:hover::after {
  background-image: url("../images/icons/arrow-orange.png");
}
.program-list-standard li p {
  margin-bottom: 1em;
}
@media screen and (min-width: 600px) {
  .program-list-standard {
    padding-top: 0;
  }
}
@media screen and (min-width: 800px) {
  .program-list-standard {
    padding-top: 80px;
  }
  .program-list-standard li {
    margin-bottom: 80px;
  }
  /* TODO: Clean up code */
  .program-list-standard li h5 {
    /* font-family: "Open Sans", serif; */
    /* font-weight: bold; */
    line-height: 1em;
    letter-spacing: 0;
  }
  .program-list-standard li h5 a {
    font-size: 1.29rem;
    display: block;
    transition-property: all;
    transition-duration: 0.2s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.34, 0.01, 0.45, 1.02);
    -webkit-backface-visibility: hidden;
    border-top: 2px solid #333;
    padding-top: 14px;
    margin-bottom: 8px;
    line-height: 1.17em;
  }
  .high .program-list-standard li h5 a {
    border-top: 2px solid #000;
  }
  .program-list-standard li h5 a::after {
    top: -2px;
  }
  .program-list-standard li h5 a:hover {
    border-color: #f4740c;
    color: #f4740c;
  }
  .high .program-list-standard li h5 a:hover {
    border-color: #ff0000;
    color: #ff0000;
  }
}
.blog-single {
  padding: 40px 0;
  position: relative;
  padding-top: 140px;
}
@media screen and (min-width: 600px) {
  .blog-single {
    padding: 60px 0;
  }
}
@media screen and (min-width: 800px) {
  .blog-single {
    padding: 80px 0;
  }
}
@media screen and (min-width: 600px) {
  .blog-single {
    padding-top: 200px;
  }
}
@media screen and (min-width: 800px) {
  .blog-single {
    padding-top: 240px;
  }
}
@media screen and (min-width: 1000px) {
  .blog-single {
    padding-top: 270px;
  }

  .blog-single .container {
    max-width: 930px;
  }
}
/*** Single Post Layout Update 2021-11-15 ***/
.blog-single .post-image-header {
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: contain;
  object-position: top;
}

.blog-single .no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.blog-single .text-content h2 {
  margin-bottom: 25px;
}

.blog-single .post-info {
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 999px) {
  .blog-single .post-info {
    flex-direction: column;
  }
}

.blog-single .post-metadata {
  margin-bottom: 2em;
}

.blog-single .post-categories {
  display: flex;
}

@media only screen and (max-width: 999px) {
  .blog-single .post-categories {
    margin-bottom: 30px;
  }
}

.blog-single .post-categories li {
  list-style: none;
  background-color: #efefef;
  padding: 0 10px;
  font-size: 14px;
  line-height: 32px;
  height: 32px;
  border-radius: 32px;
}

.blog-single .post-categories li:not(:last-of-type) {
  margin-right: 10px;
}

.blog-single .post-categories li a {
  color: #333333;
  font-weight: 400;
  transition: color 0.3s ease-in-out;
}

.blog-single .post-categories li a:hover {
  color: #f58025;
  text-decoration: initial;
}

@media screen and (min-width: 600px) {
  .blog-single .post-metadata {
    margin-bottom: 0;
  }
}

.blog-single .text-content p {
  font-size: 20px;
  line-height: 34px;
}

.blog-single .text-content p a {
  color: #174a7c;
  text-decoration: underline;
  transition: color 300ms;
}

.blog-single .text-content p a:hover {
  color: #f58025;
}

.blog-single .post-content-container {
  max-width: 740px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

/*** Social Share ***/
.blog-single .mobile-social-share-container {
  display: none;
  margin-bottom: 40px;
}

@media screen and (max-width: 999px) {
  .blog-single .mobile-social-share-container {
    display: block;
  }
}

.blog-single
  .mobile-social-share-container
  .social-share-btn:not(:last-of-type) {
  margin-right: 20px;
  margin-bottom: 40px;
}

.blog-single .social-share-container {
  position: absolute;
  top: 8px;
  left: -80px;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 999px) {
  .blog-single .social-share-container {
    display: none;
  }
}

.blog-single .mobile-social-share-container .social-share-btn,
.blog-single .social-share-container .social-share-btn {
  font-size: 19px;
  color: #174a7c;
  transition: color 300ms;
}

.blog-single .mobile-social-share-container .social-share-btn:hover,
.blog-single .social-share-container .social-share-btn:hover {
  color: #f58025;
}

.blog-single .social-share-container .social-share-btn:not(:last-of-type) {
  margin-bottom: 20px;
}

.blog-single .text-content img:not(.post-image-header) {
  width: 100%;
}

.blog-single .text-content .wp-caption .wp-caption-text {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
}

.blog-single .text-content .tag-list {
  margin-top: 40px;
  border-top: 1px solid #c2c2c2;
}

.blog-single .text-content .tag-list ul {
  padding-left: 0;
  display: block;
}

.blog-single .text-content .tag-list h4 {
  color: #333333;
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
  margin-top: 20px;
  font-size: 20px;
}

.blog-single .text-content .tag-list li a {
  color: #174a7c;
  text-decoration: underline;
  font-size: 20px;
  transition: color 300ms;
}

.blog-single .text-content .tag-list li a:hover {
  border-bottom: 0;
  color: #f58025;
}

.blog-single .text-content .tag-list li::after {
  color: #174a7c;
}

.blog-single .text-content blockquote {
  color: #ffffff;
  border-left: 0;
  padding: 30px;
  background: #174a7c;
}

@media screen and (min-width: 600px) {
  .blog-single .text-content blockquote {
    padding: 20px;
  }
}

.blog-single .text-content blockquote p {
  margin-bottom: 0;
  font-size: 36.4px;
  line-height: 1.15em;
}

.list {
  padding: 40px 0;
}
@media screen and (min-width: 600px) {
  .list {
    padding: 60px 0;
  }
}
@media screen and (min-width: 800px) {
  .list {
    padding: 80px 0;
  }
}
.list .filter-options {
  padding-bottom: 26px;
}
.list .filter-options li {
  display: inline-block;
  margin-bottom: 2px;
  position: relative;
}
.list .filter-options li a {
  border: 1px solid #f4740c;
  border-radius: 3px;
  color: #f4740c;
  padding: 2px 8px 3px;
  position: relative;
  margin: 0 1px;
  display: block;
  margin-bottom: 2px;
  font-family: "sofia-pro", sans-serif;
  line-height: 1.34em;
  letter-spacing: 0.08em;
  font-weight: 700;
  text-transform: uppercase;
}
.high .list .filter-options li a {
  border: 1px solid #ff0000;
  color: #ff0000;
}
.list .filter-options li a:hover {
  background-color: #f4740c;
  border-color: #f4740c;
  color: #fff;
  opacity: 0.7;
}
.high .list .filter-options li a:hover {
  background-color: #ff0000;
  border-color: #ff0000;
}
.list .filter-options li a.active {
  background-color: #f4740c;
  border-color: #f4740c;
  color: #fff;
  opacity: 1;
}
.high .list .filter-options li a.active {
  background-color: #ff0000;
  border-color: #ff0000;
}
.list .filter-list li {
  margin-bottom: 40px;
}
.list .filter-list li .associated-programs ul {
  padding-left: 0;
}
.list .filter-list li .associated-programs li {
  margin-bottom: 0;
  list-style: none;
}
.list .filter-list li img {
  display: none;
}
/* TODO: Clean up code */
.list .filter-list li h5 {
  /* font-family: "Open Sans", serif; */
  /* font-weight: bold; */
  line-height: 1em;
  letter-spacing: 0;
  font-size: 18px;
}
.list .filter-list li h5 a {
  transition-property: all;
  transition-duration: 0.2s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.34, 0.01, 0.45, 1.02);
  -webkit-backface-visibility: hidden;
}
.list .filter-list li h5 a::after {
  content: " ";
  display: inline-block;
  width: 30px;
  height: 9px;
  margin-left: 4px;
  position: relative;
  background-image: url("../images/icons/arrow-black.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  transition-property: all;
  transition-duration: 0.2s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.34, 0.01, 0.45, 1.02);
  -webkit-backface-visibility: hidden;
}
.list .filter-list li h5 a:hover {
  color: #f4740c;
}
.high .list .filter-list li h5 a:hover {
  color: #ff0000;
}
.list .filter-list li h5 a:hover::after {
  background-image: url("../images/icons/arrow-orange.png");
}
.list .filter-list li p {
  margin-bottom: 1em;
}
.list .filter-list li .folded {
  display: none;
}
.list .filter-list li .folded.expanded {
  display: block;
}
.list .filter-list li .tag-list {
  margin-bottom: 1em;
}
.list .filter-list li .tag-list li {
  margin-bottom: 0;
  display: inline;
}
.list .filter-list li .tag-list li::after {
  content: ", ";
  color: #f4740c;
}
.high .list .filter-list li .tag-list li::after {
  color: #ff0000;
}
.list .filter-list li .tag-list li:last-of-type::after {
  content: " ";
}
.list .filter-list li .tag-list li a {
  color: #f4740c;
}
.high .list .filter-list li .tag-list li a {
  color: #ff0000;
}
.list .filter-list li .tag-list li a:hover {
  border-bottom: 1px solid #f4740c;
}
.high .list .filter-list li .tag-list li a:hover {
  border-bottom: 1px solid #ff0000;
}
.list .filter-list li .read-more {
  color: #bbb;
  font-family: "sofia-pro", sans-serif;
  line-height: 1.34em;
  letter-spacing: 0.08em;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  font-size: 12px;
  margin-bottom: 14px;
}
.list .filter-list li .read-more:hover {
  color: #f4740c;
}
.high .list .filter-list li .read-more:hover {
  color: #ff0000;
}
.list .filter-list li .read-more:hover::after {
  background-image: url("../images/icons/triangle-down-orange.png");
}
.list .filter-list li .read-more::after {
  content: " ";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-left: 4px;
  background-image: url("../images/icons/triangle-down-grey.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
}
.list .filter-list li .read-more.expanded:hover::after {
  background-image: url("../images/icons/triangle-up-orange.png");
}
.list .filter-list li .read-more.expanded::after {
  background-image: url("../images/icons/triangle-up-grey.png");
}
@media screen and (min-width: 600px) {
  .list .filter-options {
    text-align: right;
    padding-top: 0;
  }
  .list .filter-list li img {
    display: block;
  }
  .list .filter-list li h5 {
    margin-top: 20px;
  }
}
.applications-info {
  padding: 40px 0;
}
@media screen and (min-width: 600px) {
  .applications-info {
    padding: 60px 0;
  }
}
@media screen and (min-width: 800px) {
  .applications-info {
    padding: 80px 0;
  }
}
.application-form {
  position: relative;
  padding: 40px 0;
  display: none;
  background-color: #333;
  color: #fff;
  margin-bottom: 40px;
}
.high .application-form {
  background-color: #e6e6e6;
}
.application-form h4 {
  font-size: 1.6rem;
  margin-bottom: 1rem;
}
.high .application-form h4 {
  color: #000;
}

.application-form.membership-form {
  top: 60px;
}
@media screen and (min-width: 600px) {
  .application-form {
    padding: 60px 0;
  }
}
@media screen and (min-width: 800px) {
  .application-form {
    padding: 80px 0;
  }
}
.application-form.opened {
  display: block;
}
.application-form h5 {
  border-bottom: 1px solid #fff;
  padding-bottom: 30px;
}
.high .application-form h5 {
  border-bottom: 1px solid #808080;
}
/* TODO: Clean up code */
.application-form h5 a {
  color: #f4740c;
  /* font-family: "Open Sans", serif; */
  /* font-weight: bold; */
  line-height: 1em;
  letter-spacing: 0;
}
.high .application-form h5 a {
  color: #ff0000;
}
.application-form h5 a:hover {
  text-decoration: underline;
}
.application-form form {
  margin: 0 -15px;
}
.application-form .gfield_label {
  font-family: "sofia-pro", sans-serif;
  line-height: 1.34em;
  letter-spacing: 0.08em;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 26px;
  margin-bottom: 6px;
  display: block;
}

.high .application-form .gfield_label,
.high .application-form .ginput_container_checkbox label {
  color: #000;
}

.application-form .gfield_label .gfield_required {
  color: #f4740c;
}
.high .application-form .gfield_label .gfield_required {
  color: #ff0000;
}
.application-form .gfield {
  float: left;
  padding: 0 15px;
  width: 100%;
  height: 104px;
}
.application-form input[type="text"],
.application-form input[type="email"],
.application-form input[type="tel"],
.application-form input[type="url"],
.application-form input[type="search"],
.application-form .gform_button {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
.application-form input[type="text"] {
  padding: 16px;
  width: 100%;
}
.application-form .gform_wrapper .gform_fileupload_multifile .gform_drop_area {
  border-color: #fff;
}
.high
  .application-form
  .gform_wrapper
  .gform_fileupload_multifile
  .gform_drop_area {
  border-color: #ff0000;
}
.application-form .gform_footer {
  padding: 0 15px;
}
.application-form .gfield_error input {
  border-left: 3px solid #f4740c;
}
.high .application-form .gfield_error input {
  border-left: 3px solid #ff0000;
}
.application-form .validation_error {
  font-family: "sofia-pro", sans-serif;
  line-height: 1.34em;
  letter-spacing: 0.08em;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 15px;
}
.application-form .gform_button {
  margin-top: 80px;
  background-color: #f4740c;
  padding: 16px;
  width: 100%;
  color: #fff;
  float: left;
  font-family: "sofia-pro", sans-serif;
  line-height: 1.34em;
  letter-spacing: 0.08em;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
}
.high .application-form .gform_button {
  background-color: #000;
}
.application-form .gform_button:hover {
  background-color: #fff;
  color: #333;
}
.high .application-form .gform_button:hover {
  background-color: #ff0000;
}
.application-form .gfield_description {
  font-size: 12px;
}
.application-form .ginput_container_fileupload {
  border: 2px dashed #808080;
  text-align: center;
  border-radius: 3px;
  margin-bottom: 6px;
}
.application-form .ginput_container_fileupload .gform_drop_area {
  padding: 14px;
}
@media screen and (min-width: 800px) {
  .application-form .gfield {
    width: 50%;
  }
  .application-form .gform_button {
    width: 100%;
    margin-top: 50px;
  }
  .application-form .gform_footer {
    display: inline-block;
    width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .application-form .gfield {
    width: 33.33333%;
  }
  .application-form .gform_button {
    width: 100%;
    margin-top: 50px;
    float: left;
  }
  .application-form .gform_footer {
    padding: 0 15px;
    width: 33.33333%;
  }
}
footer {
  padding: 40px 0;
  font-size: 12px;
  line-height: 21px;
}
@media screen and (min-width: 600px) {
  footer {
    padding: 60px 0;
  }
}
@media screen and (min-width: 800px) {
  footer {
    padding: 80px 0;
  }
}
.footer-title {
  font-family: "Open Sans", serif;
  font-weight: bold;
  line-height: 1.5em;
  letter-spacing: 0;
  margin-bottom: 10px;
  font-size: 12px;
}
footer .content {
  margin-bottom: 30px;
}
footer a {
  border-bottom: 1px solid #e6e6e6;
}
.high footer a {
  border-bottom: 1px solid #fff;
}
footer a:hover {
  border-color: #808080;
}
footer input[type="email"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border-radius: 0;
  box-shadow: none;
  border: 0;
  border-bottom: 2px solid #e6e6e6;
  width: 180px;
  padding: 0;
  margin-bottom: -2px;
  outline: 0;
  display: inline-block;
  background-image: url("../images/icons/arrow-grey.png");
  background-repeat: no-repeat;
  background-size: 30px auto;
  background-position: center right;
}
.high footer input[type="email"] {
  border-bottom: 2px solid #fff;
}
footer input[type="email"]:focus {
  background-image: url("../images/icons/arrow-orange.png");
}
footer input[type="submit"] {
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
  border: 0;
  outline: 0;
  position: absolute;
  left: 160px;
  top: 20px;
  width: 40px;
  height: 30px;
  font-size: 0;
  min-width: 0px;
}
footer input[type="submit"].button {
  min-width: 0px;
}
footer .socmed {
  margin-left: -8px;
  margin-bottom: 30px;
}
@media screen and (min-width: 800px) {
  footer .socmed {
    text-align: left;
    margin-right: -8px;
  }
}
footer .credit {
  color: #666666;
  font-size: 12px;
  display: block;
}
@media screen and (min-width: 800px) {
  footer .credit {
    text-align: left;
  }
}
footer .credit a {
  color: #808080;
}
footer .credit a:hover {
  border-color: #f4740c;
  color: #f4740c;
}
.high footer .credit a:hover {
  border-color: #ff0000;
  color: #ff0000;
}

.high .hero-background-image {
  /* background: none; */
  /* background-color: black; */
}
.high .flow {
  display: none;
}
.high ::selection {
  background: red;
  color: #fff;
}
.high ::-moz-selection {
  background: red;
  color: #fff;
}
::selection {
  background: #f4740c;
  color: #fff;
}
::-moz-selection {
  background: #f4740c;
  color: #fff;
}

@media screen and (min-width: 600px) {
  .admin-bar header {
    top: 46px;
  }
}

@media screen and (min-width: 800px) {
  .admin-bar header {
    top: 32px;
  }
}
/* GForm Fix - to hide validation field */
.gform_validation_container,
.gform_wrapper .gform_validation_container,
body
  .gform_wrapper
  .gform_body
  ul.gform_fields
  li.gfield.gform_validation_container,
body .gform_wrapper li.gform_validation_container,
body .gform_wrapper ul.gform_fields li.gfield.gform_validation_container {
  display: none !important;
  position: absolute !important;
  left: -9000px;
}

a.AnchorLink {
  display: block;
  position: relative;
  top: -125px;
  visibility: hidden;
}

.associated-programs ul li {
  list-style: none;
}

.associated-programs ul {
  padding-left: 0;
}

p.filter-options a,
p.filter-options span {
  margin-right: 5px;
  color: #f4740c;
  font-family: "sofia-pro", sans-serif;
  line-height: 1.34em;
  letter-spacing: 0.08em;
  font-weight: 700;
}

.high p.filter-options a,
.high p.filter-options span {
  color: #ff0000;
}

p.filter-options a.active {
  background-color: #f4740c;
  border-color: #f4740c;
  color: #fff;
  opacity: 1;
}

.high p.filter-options a.active {
  background-color: #ff0000;
  border-color: #ff0000;
}

p.filter-options a.Disabled,
p.filter-options span.Disabled {
  color: #bbb;
}

@media screen and (min-width: 1000px) {
  .image-cta .img-wrapper {
    padding-top: 500px;
  }
}

.funder-list img {
  max-height: 66px;
  width: auto;
}

.btnContainer {
  padding: 10px 15px;
  margin-left: 20px;
  margin-bottom: 20px;
  display: inline-block;
}
.btnContainer {
}

.btnContainer .button {
  min-width: 20px;
}

.btnContainer .button a {
  margin-top: 0px;
  display: inline-block;
  margin-right: 18px;
}

.btnContainer .button a:hover {
  margin-right: 10px;
}

.orange.btnContainer {
  background-color: #f4740c;
}
.orange.btnContainer .button a {
  border-color: #f4740c;
}

.high .orange.btnContainer {
  background-color: #000000;
}
.high .orange.btnContainer .button a {
  border-color: #ff0000;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?j3pox0");
  src: url("../fonts/icomoon.eot?j3pox0#iefix") format("embedded-opentype"),
    url("../fonts/icomoon.ttf?j3pox0") format("truetype"),
    url("../fonts/icomoon.woff?j3pox0") format("woff"),
    url("../fonts/icomoon.svg?j3pox0#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icomoon-"],
[class*=" icomoon-"] {
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icomoon-facebook::before {
  content: "\ea90";
}
.icomoon-facebook2::before {
  content: "\ea91";
}
.icomoon-instagram::before {
  content: "\ea92";
}
.icomoon-twitter::before {
  content: "\ea96";
}

.footer-social-icons {
  font-size: 2em;
}

.footer-social-icons a {
  border-bottom: none;
  margin-bottom: 5px;
  color: #333333;
  transition: color 300ms;
}
.footer-social-icons a:hover {
  color: #999999;
}

.footer-social-icons a .icomoon-instagram {
  margin: 0 5px;
}

/*** Center Dialogue content ***/
@media only screen and (min-width: 800px) {
  .page-template-page-programs .program-list-featured .container .row,
  .page-template-page-notebook .program-list-featured .container .row {
    display: flex;
    justify-content: center;
  }
}

/* Dialouge Redesign 2021 */
.post-filter-container {
  margin-bottom: 30px;
}

@media only screen and (min-width: 1200px) {
  .post-filter-container {
    display: flex;
    align-items: center;
  }
}

.post-filter-container span {
  font-size: 16px;
  font-weight: 700;
  line-height: 32px;
  margin-right: 15px;
}

.post-filter-container button {
  border: 2px solid #174a7c;
  border-radius: 2px;
  background: #ffffff;
  padding: 12px;
  color: #174a7c;
  font-size: 14px;
  font-weight: 700;
  transition: background 0.3s ease-in;
  cursor: pointer;
}

@media only screen and (max-width: 1199px) {
  .post-filter-container button {
    margin-top: 20px;
  }
}

.post-filter-container button.active,
.post-filter-container button:hover {
  background: #174a7c;
  color: #ffffff;
}

.post-filter-container button:not(:last-of-type) {
  margin-right: 15px;
}

@media only screen and (min-width: 800px) {
  .page-template-page-notebook .program-list-featured .post-description {
    padding-left: 35px;
  }
}

.page-template-page-notebook .program-list-featured .post-description h3 {
  margin-top: 0;
  font-size: 1.71rem;
  font-weight: 700;
  line-height: 36px;
}

.page-template-page-notebook .program-list-featured .post-list-item.hide {
  display: none;
}

.page-template-page-notebook .program-list-featured li h3 a {
  color: #174a7c;
  text-decoration: underline;
  transition: color 0.3s ease-in-out;
}

.page-template-page-notebook .program-list-featured li h3 a:hover {
  color: #f58025;
}

.page-template-page-notebook .program-list-featured li h3 a::after {
  display: none;
}

.page-template-page-notebook .program-list-featured .post-author-date {
  font-size: 1.14rem;
}

.page-template-page-notebook .program-list-featured .post-author-date span {
  font-weight: 700;
}

.page-template-page-homepage .blog-roll .post-categories,
.page-template-page-notebook .program-list-featured .post-categories {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

.page-template-page-homepage .blog-roll .post-categories li,
.page-template-page-notebook .program-list-featured .post-categories li {
  margin-bottom: 20px;
  background-color: #efefef;
  padding: 0 10px;
  font-size: 14px;
  line-height: 32px;
  height: 32px;
  border-radius: 32px;
}

.page-template-page-homepage .blog-roll .post-categories li:not(:last-of-type),
.page-template-page-notebook
  .program-list-featured
  .post-categories
  li:not(:last-of-type) {
  margin-right: 10px;
}
.page-template-page-homepage .blog-roll .post-categories li a:hover,
.page-template-page-notebook
  .program-list-featured
  .post-categories
  li
  a:hover {
  color: #f58025;
}

/*** Header Update Styling ***/
/* Header Top Row */
.header-top-row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 12px;
  color: #333333;
}

.header-top-row .social-icon {
  color: #f58025;
  font-size: 20px;
  margin-right: 20px;
  transition: color 300ms;
}

.header-top-row .social-icon:hover {
  color: #174a7c;
}

.header-accessibility-link {
  color: #333333;
  font-weight: bold;
  text-decoration: underline;
  border-left: 1px solid #dadada;
  border-right: 1px solid #dadada;
  padding: 6px 20px;
}
.header-accessibility-link:hover {
  background-color: #174a7c;
  color: #ffffff;
  transition: background-color 300ms;
}

.high .header-accessibility-link:hover {
  background-color: #f58025;
  color: #000000;
  transition: none;
}

.mobile-social-container {
  display: none;
}

/* Header Donate */
.nav-donate-wrapper {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.nav-donate-wrapper #menu-main-navigation li {
  margin-right: 1.5rem;
}

.nav-donate-wrapper #menu-main-navigation > li > a {
  color: #333333;
  font-size: 14px;
  font-weight: 600;
  padding: 1em 1.5em;
  transition: background-color 300ms;
}

.nav-donate-wrapper #menu-main-navigation > li > a:hover {
  color: #ffffff;
  background-color: #174a7c;
}

.nav-donate-wrapper #menu-main-navigation .sub-menu {
  background-color: #ffffff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  top: 49px;
  margin-left: 0;
  padding: 0;
}

.large .nav-donate-wrapper #menu-main-navigation .sub-menu {
  top: 52px;
}

.nav-donate-wrapper #menu-main-navigation .sub-menu li {
  margin: 0;
  transition: background-color 300ms;
}

.nav-donate-wrapper #menu-main-navigation .sub-menu li a {
  padding: 8px 16px;
}

.nav-donate-wrapper #menu-main-navigation .sub-menu li:hover {
  background-color: #174a7c;
}

.high .nav-donate-wrapper #menu-main-navigation .sub-menu li {
  transition: none;
}

.nav-donate-wrapper #menu-main-navigation .sub-menu a {
  color: #333333;
}

.nav-donate-wrapper #menu-main-navigation .sub-menu li:hover a {
  color: #ffffff;
}

.nav-donate-wrapper .header-donate-button a,
.footer-donate-button {
  display: block;
  padding: 0.5em 1em;
  background-color: #174a7c;
  border: solid 1px #174a7c;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  transition: background-color 300ms;
}
.footer-donate-button {
  background-color: #ff8625;
  margin-bottom: 10px;
  border: 0;
  display: inline-block;
}

.nav-donate-wrapper .header-donate-button a:hover {
  text-decoration: none;
  background-color: #174a7ccc;
}

/*** Custom Toggle ***/
.view-toggle-wrapper,
.view-toggle-container {
  display: flex;
}

.view-toggle-wrapper {
  align-items: center;
  margin-left: 1rem;
}

.view-toggle-wrapper .view-option-text {
  font-weight: 600;
}

.view-toggle-wrapper .switch {
  margin-left: 0.5rem;
}

.view-toggle-wrapper .switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 26px;
}

.view-toggle-wrapper .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.view-toggle-wrapper .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #174a7c;
  /* TODO: Clean up code */
  /* background-color: #cccccc; */
  -webkit-transition: 0.4s;
  transition: 0.4s;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0 4px;
  border-radius: 34px;
}

.view-toggle-wrapper .slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 50%;
}

.high .view-toggle-wrapper .slider:before {
  background-color: #000000;
}

.view-toggle-wrapper .slider .off,
.view-toggle-wrapper .slider .on {
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 600;
}

.view-toggle-wrapper .slider .on {
  color: #ffffff;
}

.view-toggle-wrapper .slider .off {
  /* TODO: Clean up code */
  /* color: #333333; */
  color: #ffffff;
}

input.view-option:checked + .slider {
  background-color: #174a7c;
}
/* TODO: Clean up code */
/* .high input.view-option:checked + .slider {
  background-color: #f58025;
} */

.high input.view-option + .slider {
  background-color: #f58025;
}

.high .view-toggle-wrapper .slider .off,
.high .view-toggle-wrapper .slider .on {
  color: #000000;
}

input.view-option:checked + .slider .off {
  visibility: hidden;
}

input.view-option:focus + .slider {
  box-shadow: 0 0 1px #a4a4a4;
}

input.view-option:checked + .slider:before {
  -webkit-transform: translateX(24px);
  -ms-transform: translateX(24px);
  transform: translateX(24px);
}

/*** High Contrast View ***/
.high header {
  background-color: #202020;
}

.high .header-top-row,
.high .header-top-row .social-icon,
.high .header-accessibility-link,
.high .nav-donate-wrapper #menu-main-navigation > li > a {
  color: #ffffff;
}
.high .header-top-row .social-icon {
  transition: none;
}
.high .header-top-row .social-icon:hover {
  color: #f58025;
}

.high .nav-donate-wrapper #menu-main-navigation > li > a:hover {
  color: #202020;
  background-color: #f58025;
}

.high .nav-donate-wrapper #menu-main-navigation .sub-menu {
  background-color: #202020;
}

.high .nav-donate-wrapper #menu-main-navigation .sub-menu a {
  color: #ffffff;
}

.high .nav-donate-wrapper #menu-main-navigation .sub-menu > li:hover {
  background-color: #f58025;
}

.high .nav-donate-wrapper #menu-main-navigation .sub-menu > li > a:hover {
  color: #202020;
}

.high .nav-donate-wrapper .header-donate-button a {
  background-color: #f58025;
  /*border: solid 1px #f58025;*/
  color: #202020;
  transition: none;
}

.high .nav-donate-wrapper .header-donate-button a:hover {
  background-color: #f58025cc;
}
/* TODO: Clean up code */
/* 
.high .header-top-row .social-icon {
  color: #f58025;
}

.high .header-accessibility-link {
  color: #ffffff;
} */

/*** List Position Fix - Temporary? ***/
.filter-list .list-item {
  position: relative !important;
  top: 0px !important;
}

/*** Small Desktop ***/
@media only screen and (max-width: 1199px) {
  .nav-donate-wrapper #menu-main-navigation li {
    margin-right: 0.5rem;
  }

  .nav-donate-wrapper #menu-main-navigation > li > a {
    padding: 1em;
  }
}
@media only screen and (max-width: 999px) {
  .nav-donate-wrapper #menu-main-navigation li {
    margin-right: 0.25rem;
  }

  .nav-donate-wrapper #menu-main-navigation > li > a {
    padding: 0.75em;
  }
}

@media only screen and (max-width: 379px) {
  header {
    position: fixed;
    padding-top: 30px;
  }
  .header-wrapper {
    margin-top: 25px;
  }

  .header-right .view-toggle-container {
    position: absolute;
    width: 100%;
    top: -50px;
    right: 0;
    justify-content: flex-end;
  }

  .header-right .view-toggle-container .view-toggle-wrapper:first-child {
    margin-left: 0;
  }

  .header-right .view-option-text {
    font-size: 11px;
  }
}
/*** Tablet ***/
@media only screen and (max-width: 799px) {
  #menu-main-navigation .sub-menu > .menu-item,
  .site-navigation.expanded {
    background-color: #ffffff;
  }

  .nav-donate-wrapper #menu-main-navigation .sub-menu {
    top: 0;
    box-shadow: none;
    background-color: #ffffff;
  }

  .nav-donate-wrapper #menu-main-navigation .sub-menu a,
  .nav-donate-wrapper #menu-main-navigation > li > a {
    color: #333333 !important;
  }

  .nav-donate-wrapper #menu-main-navigation > li > a {
    font-size: 18px;
    padding: 1em 1em 1em 0;
    transition: background-color 300ms;
  }

  .nav-donate-wrapper #menu-main-navigation > li > a:hover {
    background-color: #ffffff;
  }

  .header-right {
    justify-content: flex-start;
  }

  .view-toggle-container {
    z-index: 100;
  }

  #menu-main-navigation li.menu-item > a.submenu-toggle,
  header nav.site-navigation .menu-close {
    color: #174a7c !important;
  }

  .header-accessibility-link,
  .header-social-container,
  .header-donate-button {
    display: none;
  }

  header .mobile-menu-toggle {
    display: block;
    position: relative;
    top: 10px;
  }

  .menu-main-navigation-container {
    margin-top: 20px;
  }

  .mobile-social-container {
    display: flex;
    justify-content: center;
    margin-top: 10%;
  }

  .mobile-social-container a {
    color: #f58025;
    font-size: 23px !important;
    margin: 1rem;
  }

  /* High Contrast */
  .high header .menu-open {
    background-image: url("../images/icons/menu-white.png");
  }

  .high .nav-donate-wrapper #menu-main-navigation .sub-menu,
  .high .nav-donate-wrapper #menu-main-navigation > li > a:hover,
  .high #menu-main-navigation .sub-menu > .menu-item,
  .high .site-navigation.expanded {
    background-color: #333333;
  }

  .high .nav-donate-wrapper #menu-main-navigation .sub-menu a,
  .high .nav-donate-wrapper #menu-main-navigation > li > a {
    color: #ffffff !important;
  }

  .high #menu-main-navigation li.menu-item > a.submenu-toggle,
  .high header nav.site-navigation .menu-close {
    color: #ffffff !important;
  }
}

/*** Mobile ***/
@media only screen and (max-width: 767px) {
  .header-wrapper {
    margin-bottom: 25px;
  }

  .header-left {
    position: absolute;
    bottom: 0;
  }

  .header-logo-image {
    height: 80px;
  }
}


.program-template .intro-section .title,
.program-template .intro-section .title-subheading {
  display: inline-block;
}
.program-template .intro-section .title,
.program-template .intro-section .title-subheading,
.program-template .container .long-description,
.program-template .container .gallery-wrapper,
.program-template .container .program-video-1,
.program-template .container .program-video-2,
.program-template .container .program-thank-you,
.program-template .container .additional-content,
.program-template .container .program-cta-1,
.program-template .container .program-cta-2 {
	background: #FFFFFFCC;
  padding: 32px;
  margin-bottom: 50px;
}
/*.program-logo-images {
  display: flex;
  flex-direction: row;
  align-content: space-around;
}
.program-logo-images img {
  width: 30%;
  max-width: 200px;
  flex-shrink: 1;
  flex-grow: 0;
  align-self: center;
  margin: 0 20px;
}*/
.program-logo-images img {
  width: 100%;
}
.program-logo-images img:first-child {
  margin-left: auto;
}
.program-logo-images img:last-child {
  margin-right: auto;
}
.program-template .intro-section .title-subheading {
  margin-bottom: 10px;
}
.program-template .intro-section .title,
.program-template .intro-section .title-subheading {
  padding: 4px 32px 8px;
}
.program-template .intro-section .title img {
  margin: 8px 0 4px;
  width: 100%;
  height: auto;
}
.program-template .intro-section h1,
.program-template .intro-section h2 {
  margin-bottom: 0;
}
.program-template .container .program-cta-row .program-cta-1 {
  background: #ff8625;
}
.program-template .container .program-cta-row .program-cta-2 {
  background: #FF69B4;
}

.program-template .container .content-area,
.program-template .container .program-video-row,
.program-template .container .program-cta-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.program-template .container .long-description,
.program-template .container .gallery-wrapper,
.program-template .container .program-video-1,
.program-template .container .program-video-2,
.program-template .container .additional-content,
.program-template .container .program-cta-1,
.program-template .container .program-cta-2 {
  flex: 0 1 47%;
}
.program-template .container .content-area .gallery .gallery-caption {
  display: none;
}
.program-template .container .program-cta-row .program-cta-1 .button a,
.program-template .container .program-cta-row .program-cta-2 .button a {
  margin-top: 0;
}
.program-template .container .program-cta-row .button {
  min-width: 0;
}

.program-template .container .content-area .gallery-wrapper {
  margin-right: 0;
}

.program-template .container .content-area #gallery-1 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.program-template .container .content-area #gallery-1 .gallery-item {
  flex: 1 1 33%;
}

.program-template .container .program-video-1 iframe,
.program-template .container .program-video-2 iframe {
  width: 100%;
  height: 240px;
}

.single-program section.donate-cta {
  padding-top: 100px;
}

/*** Mobile ***/
@media only screen and (max-width: 767px) {
  .program-template .container .content-area, .program-template .container .program-video-row, .program-template .container .program-cta-row {
    display: block;
  }

  .program-template .container .content-area,
  .program-template .container .program-video-row,
  .program-template .container .program-cta-row {
    
  }
  .program-template .container .long-description,
  .program-template .container .gallery-wrapper,
  .program-template .container .program-video-1,
  .program-template .container .program-video-2,
  .program-template .container .additional-content,
  .program-template .container .program-cta-1,
  .program-template .container .program-cta-2 {
    flex: 1 1 100%;
  }

  .program-logo-images img {
    width: 25%;
    max-width: 200px;
    flex-shrink: 1;
    flex-grow: 0;
    align-self: center;
    margin: 0 10px;
  }

}

.platform-projects-list {
  margin-top: 45px;
}

.project-description-more.collapsed,
.accordion-content.collapsed {
  display: none;
}
.artist-credits.collapsed .artist-credits-content,
.project-description-more.collapsed,
.accordion-content.collapsed  {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s;
}
.artist-credits .artist-credits-content,
.project-description-more,
.accordion-content.collapsed {
  max-height: 10000px;
  transition: max-height 1s;
}

a.anchor-link {
  color: #333;
}
a.anchor-link:hover {
  text-decoration: underline;
}
a.anchor {
  display: block;
  position: relative;
  top: -250px;
  visibility: hidden;
}

.platform-projects-list .row {
  margin: 0;
}

.featured-projects,
.active-projects,
.upcoming-projects {
    padding-bottom: 25px;
    margin-bottom: 50px;
    border-bottom: solid 1px #e6e6e6;
}
@media only screen and (min-width: 768px) {
  .project-description-wrapper {
    padding: 0 20px;
    margin-bottom: 25px;
    display: flex;
  }
  .project-description-wrapper.row {
    margin: 0 -15px;
    padding-bottom: 15px;
  }
  .project-description-wrapper .left-column {
    flex-grow: 0;
  }
  .project-description-wrapper .left-column iframe {
    width: 100%;
  }
  .project-description-wrapper .left-column .project-video iframe,
  .project-description-wrapper .left-column .project-audio iframe {
    height: 180px;
  }
  .project-description-wrapper .right-column {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }
}

@media only screen and (max-width: 767px) {
  .project-description-wrapper .left-column img {
    max-width: 320px;
    margin: 0 auto 20px;
  }
  .project-description-wrapper .left-column iframe {
    display: block;
    width: 100%;
    max-width: 320px;
    height: 180px;
    margin: 0 auto 20px;
  }
  .project-description-wrapper .right-column {
    padding-bottom: 10px;
  }
}

.project-description-wrapper .right-column .project-description-main {
  /*flex-grow: 1;*/
}
.platform-project-wrapper {
  padding: 20px 0 5px;
  margin-bottom: 25px;
}
.featured-projects .platform-project-wrapper {
  background-color: #174A7C26;
}
.active-projects .platform-project-wrapper {
  background-color: #F5802526;
}
.upcoming-projects .platform-project-wrapper {
  background-color: #33333326;
}
.project-credits-wrapper,
.project-content-warnings-access-notes-wrapper {
  background-color: #FFFFFF;
  padding: 15px;
  margin: 5px 5px 0;
}
.artist-credits-toggle,
.project-description-toggle,
.project-content-warnings-access-notes-toggle {
  cursor: pointer;
}
.project-description-toggle .readmore,
.project-credits-wrapper .readmore,
.project-content-warnings-access-notes-toggle .readmore {
  text-align: right;
  font-weight: bold;
}
.project-description-more button,
.project-credits-wrapper button,
.project-content-warnings-access-notes-toggle button {
  text-align: right;
  width: 100%;
  padding-right: 0;
  cursor: pointer;
}
.featured-content-warning-label,
.featured-access-notes-label {
  font-weight: bold;
}
.accordion-toggle {
  background: transparent;
  border: 0;
  font-weight: bold;
  padding: 0;
  cursor: pointer;
  width: 100%;
  text-align: left;
}
.accordion-toggle:hover {
  text-decoration: underline;
}
.access-warning-wrapper .anchor-link {
  font-weight: bold;
  text-decoration: underline;
}
.access-warning-wrapper .anchor-link:hover {
  color: #ff8625;
}

.content-fix p {
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
.content-fix b {
  font-weight: bold;
}
.content-fix i {
  font-style: italic;
}
.content-fix a {
  text-decoration: underline;
}
/* Workshops Application Form Fix */
body.high .application-form {
  background-color: #000;
}
body.high .application-form .gfield_required_asterisk {
  color: #F58025;
}
body.high .application-form h5 a {
  color: #F58025;
  text-decoration: underline;
}
body.high .application-form h5 a:hover {
  color: #FFF
}
body.high .application-form h4,
body.high .application-form label {
  color: #FFF !important;
}
body.high .application-form input[type=submit] {
  background-color: #FFF;
  color: #000;
}
body.high .application-form input[type=submit]:hover {
  background-color: #DDD;
}