a:active, a:hover, a:visited, a:focus {
  color: #4b2d83;
  text-decoration: none;
}
/* Navigation */
header.site-header {
  position: absolute;
  height: 80px;
  top: 0;
  width: 100%;
  padding: 20px 0;
  background-color: rgba(0, 0, 0, .5);
  z-index: 9;
}
header.site-header .row {
  padding-top: 5px;
}
header.site-header img {
  position: relative;
  top: -5px;
}
header.site-header a {
  font-weight: normal;
  font-family: 'Encode Sans', sans-serif;
  color: #fff;
}
header.site-header a:hover {
  text-decoration: none;
  color: #b7a57a;
}
header.site-header h1 {
  margin-top: 0;
  color: #fff;
}
header.site-header h1, header.site-header a {
  font-family: 'Encode Sans', sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: 800;
}
/* Hero */
.carousel-inner > .item {
  -webkit-transition: 1s ease-in-out left;
  -moz-transition: 1s ease-in-out left;
  -o-transition: 1s ease-in-out left;
  transition: 1s ease-in-out left;
}
@media not all, (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 1s ease-in-out;
    -o-transition: -o-transform 1s ease-in-out;
    transition: transform 1s ease-in-out;
  }
}
.carousel {
  z-index: 1;
}
.carousel .carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel .item {
  background-repeat: no-repeat;
  background-size: cover;
}
.carousel .container {
  position: relative;
  height: 650px;
}
.carousel h2 {
  padding-top: 40%;
  font-family: 'Encode Sans', sans-serif;
  font-size: 6rem;
  line-height: 1.2;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.35);
  font-weight: 900;
  letter-spacing: 0.1em;
  text-align: left;
}
.carousel ol li {
  height: 20px;
  width: 20px;
  border: none;
  background: rgba(255, 255, 255, .5);
}
.carousel ol li:hover {
  background: #fff;
}
.carousel ol li.active {
  margin: 1px;
  height: 20px !important;
  width: 20px !important;
  background: #fff;
}
/* Content */
body.home .site-content {
  margin-top: 50px;
}
body.single .site-content, body.page-template-page-immersive .site-content {
  margin-top: 0;
}
.site-content {
  margin-top: 100px;
}
.site-content h3 {
  font-size: 3rem;
  letter-spacing: 0.05em;
}
.site-content h4 {
  font-family: 'Encode Sans', sans-serif;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #31006f;
  font-weight: 900;
  font-size: 2rem;
  margin-bottom: 5px;
}
.site-content h4 a {
  color: #31006f;
}
.site-content h4 a:hover {
  text-decoration: none;
  color: #857650;
}
.site-content p {
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}
.site-content .features {
  margin-bottom: 4rem;
}
.site-content .features img {
  margin-bottom: 20px;
}
.site-content .features h3 {
  text-transform: uppercase;
  border-bottom: 2px solid #515050;
  color: #515050;
  font-family: 'UniSansRegular';
  margin-bottom: 3rem;
}
.site-content .issues {
  margin-bottom: 4rem;
}
.site-content .issues h4 {
  font-size: 1.8rem;
}
.site-content .issues h3 {
  text-transform: uppercase;
  border-bottom: 2px solid #515050;
  color: #515050;
  font-family: 'UniSansRegular';
  margin-bottom: 3rem;
}
.site-content .issues img {
  border-radius: 100%;
  margin-bottom: 20px;
}
.site-content .issues .row {
  margin-bottom: 4rem;
}
.site-content .issues .row:first-child {
  margin-bottom: 2rem;
}
.site-content .related {
  background: #d7d7d7;
  padding: 1% 0 3%;
}
.site-content .related h3 {
  font-size: 2.6rem;
}
.site-content .related ul {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
}
.site-content .related h4 {
  margin-top: 0;
}
.site-content .related .col-md-8 .row {
  margin-bottom: 4rem;
}
.site-content .related .col-md-8 .row:last-child {
  margin-bottom: 0;
}
.site-content .related .addthis_toolbox span, .site-content .related .addthis_toolbox svg {
  width: 40px !important;
  height: 40px !important;
}
.site-content .related .addthis_toolbox .at300b {
  padding: 0 5px;
}
.site-content .post_nav {
  position: fixed;
  top: 40%;
  z-index: 99;
  width: 100%;
}
.site-content .post_nav a {
  position: absolute;
}
.site-content .post_nav a:hover img {
  opacity: 0.8;
}
.site-content .post_nav a i {
  display: none;
}
.site-content .post_nav a[rel="prev"] {
  left: 15px;
}
.site-content .post_nav a[rel="next"] {
  right: 15px;
}
/* 404 Page */
body.error404 .site-content {
  margin-top: 0;
}
body.error404 .site-content .hero-banner h1 {
  font-size: 4.2rem;
}
/* Archive */
body.page-template-page-archive .site-content img {
  border-radius: 0;
}
body.page-template-page-archive .site-content h4 {
  font-size: 1.8rem;
}
body.page-template-page-archive .site-content p a {
  color: #31006f;
}
body.page-template-page-archive .site-content p a:hover {
  text-decoration: none;
  color: #857650;
}
/* Footer */
.gform_footer {
  display: inline-block;
  padding: 0 !important;
  position: relative;
  height: 46px;
  width: calc(100% - 10px);
}
.gform_footer:before {
  display: block;
  content: '';
  position: absolute;
  right: -10px;
  top: 0;
  border-style: solid;
  border-width: 46px 10px 0 0;
  border-color: #857650 transparent transparent transparent;
}
.gform_footer:after {
  display: block;
  content: '';
  position: absolute;
  right: -7px;
  top: 2px;
  border-style: solid;
  border-width: 43px 9px 0 0;
  border-color: #fff transparent transparent transparent;
}
.gform_footer:hover:after, .gform_footer:active:after, .gform_footer:focus:after {
  border-color: #857650 transparent transparent transparent;
}
.gform_footer:hover input[type=submit], .gform_footer:active input[type=submit], .gform_footer:focus input[type=submit] {
  background: #857650;
  color: #fff;
}
input[type=submit] {
  background: #fff;
  color: #857650;
  text-transform: uppercase;
  font-size: 16px !important;
  letter-spacing: 0.5px;
  border: 2px solid #857650;
  padding: 8px 40px;
  height: 46px;
  outline: none;
  border-radius: 0;
  margin: 0 !important;
  width: 100% !important;
}
.newsletter-form .gform_wrapper div.validation_error {
  color: red;
  border-color: red;
}
.newsletter-form .gform_wrapper .validation_message {
  color: red;
}
.newsletter-form .gform_wrapper li.gfield_error .gfield_label {
  color: red;
}
.newsletter-form .gform_wrapper li.gfield_error input[type=text] {
  border-color: red !important;
}
.newsletter-form .gform_wrapper img.gform_ajax_spinner {
  position: absolute;
  right: -40px;
  top: 20px;
}
.newsletter-form .gform_wrapper .gfield_required {
  display: none;
}
.newsletter-form .gform_wrapper .top_label div.ginput_container {
  margin-top: 0 !important;
}
.newsletter-form .gform_wrapper .top_label li.gfield {
  width: 100%;
}
.newsletter-form .gform_wrapper label.gfield_label {
  font-size: 14px !important;
  font-weight: normal !important;
  letter-spacing: 0.4px;
}
.newsletter-form .gform_wrapper input[type=text] {
  border: 1px solid #fff;
  color: #fff;
  border-radius: 2px;
  background: #462c76;
  outline: none;
  width: 100% !important;
}
.newsletter-form .gform_wrapper input[type=text]:hover, .newsletter-form .gform_wrapper input[type=text]:active, .newsletter-form .gform_wrapper input[type=text]:focus {
  background: #816ca8;
}
.newsletter-form .gform_wrapper .gform_footer {
  display: inline-block;
  padding: 0 !important;
  position: relative;
  height: 46px;
  width: calc(100% - 10px);
}
.newsletter-form .gform_wrapper .gform_footer:before {
  border-color: #fff transparent transparent transparent;
}
.newsletter-form .gform_wrapper .gform_footer:after {
  right: -8px;
  top: 1px;
  border-color: #462c76 transparent transparent transparent;
}
.newsletter-form .gform_wrapper .gform_footer:hover:after, .newsletter-form .gform_wrapper .gform_footer:active:after, .newsletter-form .gform_wrapper .gform_footer:focus:after {
  border-color: #fff transparent transparent transparent;
}
.newsletter-form .gform_wrapper .gform_footer:hover input[type=submit], .newsletter-form .gform_wrapper .gform_footer:active input[type=submit], .newsletter-form .gform_wrapper .gform_footer:focus input[type=submit] {
  background: #fff;
  color: #462c76;
}
.newsletter-form .gform_wrapper input[type=submit] {
  background: #462c76;
  color: #fff;
  border: 1px solid #fff;
}
@media screen and (min-width: 800px) {
  select {
    width: auto;
    width: initial;
  }
  .newsletter-form .gform_wrapper .top_label li.gfield {
    width: 33% !important;
    vertical-align: top;
    margin: 0;
    padding-right: 16px;
    float: none !important;
    display: -moz-inline-stack;
    display: inline-block;
  }
  .gform_footer, input[type=submit] {
    width: auto !important;
  }
}
footer {
  background: linear-gradient(115deg, #4b2e83 0%, #4b2e83 50%, #5d428f 50%, #5d428f 100%);
  border-top: 10px solid #31006f;
  color: #fff;
  padding: 80px 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}
footer a {
  color: #fff;
}
footer .form-header {
  font-family: 'Open Sans', sans-serif;
  font-style: italic;
  font-size: 25px;
  line-height: normal;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}
footer .form-header span {
  font-family: 'Encode Sans', sans-serif;
  font-style: normal;
  font-weight: 600;
}
footer .social-links {
  padding: 0;
  margin: 30px auto 0;
  list-style: none;
  text-align: center;
}
footer .social-links li {
  display: inline-block;
}
footer .social-links a {
  font-size: 24px;
  text-decoration: none;
}
footer .legal-links {
  padding-left: 0;
  margin-top: 5em;
  text-align: right;
  margin-left: 0;
}
footer .legal-links li {
  list-style: none;
  display: inline-block;
  padding-right: 0.15em;
  margin-bottom: 10px;
}
footer .legal-links li a {
  font-size: 1em;
  text-transform: uppercase;
}
footer .legal-links li a:hover {
  color: #857650;
  text-decoration: none;
}
.footer-site-logo {
  padding-top: 12px;
  display: none;
}
.gform_wrapper.gf_browser_ie .gform_footer input.button {
  padding: 8px 40px !important;
}
@media screen and (min-width: 480px) {
  footer {
    font-size: 16px;
  }
  footer .form-header {
    font-size: 36px;
    line-height: 49px;
  }
}
@media screen and (min-width: 800px) {
  footer {
    background: linear-gradient(115deg, #4b2e83 0%, #4b2e83 75%, #5d428f 75%, #5d428f 100%);
  }
}
@media screen and (min-width: 992px) {
  footer .social-links {
    margin-top: 10px;
    text-align: left;
  }
  footer .legal-links {
    margin-top: 0.5em;
    text-align: left;
  }
  footer .legal-links li {
    padding-right: 0;
  }
  .footer-site-logo {
    display: block;
  }
}
@media only screen and (max-width: 1100px) {
  .site-content .post_nav a img {
    width: 50px;
  }
}
@media only screen and (max-width: 992px) {
  .site-content .post_nav a img {
    width: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .carousel .container {
    height: 500px;
  }
  .carousel h2 {
    font-size: 4.5rem;
    padding-top: 30%;
  }
  .site-content .issues .row {
    margin-bottom: 0;
  }
  .site-content .issues .row .col-md-3, .site-content .features .row .col-md-4 {
    margin-bottom: 40px;
  }
  .site-content .issues img, .site-content .features img {
    margin-bottom: 0;
  }
  .site-content .post_nav {
    bottom: 0;
    height: 40px;
    top: auto;
    background: #b7a57a;
  }
  .site-content .post_nav a {
    z-index: 9999;
  }
  .site-content .post_nav a img {
    display: none;
  }
  .site-content .post_nav a i {
    display: inline-block;
    color: #fff;
    font-size: 30px;
    margin-top: 2px;
  }
}
@media only screen and (max-width: 600px) {
  .carousel .container {
    height: 450px;
  }
  .carousel h2 {
    font-size: 4rem;
    padding-top: 35%;
  }
}
@media only screen and (max-width: 480px) {
  .carousel .container {
    height: 400px;
  }
  .carousel h2 {
    font-size: 3.4rem;
    padding-top: 40%;
  }
  header.site-header {
    height: 70px;
  }
  header.site-header h1, header.site-header a {
    font-size: 1.2rem;
    line-height: 1.2;
  }
}

/*
     FILE ARCHIVED ON 14:56:39 Mar 21, 2019 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 17:23:10 Mar 06, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  capture_cache.get: 2.503
  load_resource: 116.104
  PetaboxLoader3.resolve: 64.235
  PetaboxLoader3.datanode: 19.987
*/