/**
 * Clearfix
 */
.footer-col-wrapper:after {
  content: "";
  display: table;
  clear: both; }

/**
 * Icons
 */
.icon > svg {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle; }
  .icon > svg path {
    fill: #828282; }

.banner {
  margin-bottom: 0; }
  .banner .tagline {
    margin-top: 0;
    margin-bottom: 0; }

nav.affix {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000; }

.site-footer {
  margin-top: 30px; }

.btn-callout {
  padding: 14px 24px;
  font-size: 21px; }

/**
 * Site footer
 */
.site-footer {
  border-top: 1px solid #e8e8e8;
  padding: 30px 0; }

.footer-heading {
  font-size: 18px;
  margin-bottom: 15px; }

.contact-list,
.social-media-list {
  list-style: none;
  margin-left: 0; }

.footer-col-wrapper {
  font-size: 15px;
  color: #828282;
  margin-left: -15px; }

.footer-col {
  float: left;
  margin-bottom: 15px;
  padding-left: 15px; }

.footer-col-1 {
  width: -webkit-calc(35% - (30px / 2));
  width: calc(35% - (30px / 2)); }

.footer-col-2 {
  width: -webkit-calc(20% - (30px / 2));
  width: calc(20% - (30px / 2)); }

.footer-col-3 {
  width: -webkit-calc(45% - (30px / 2));
  width: calc(45% - (30px / 2)); }

@media screen and (max-width: 800px) {
  .footer-col-1,
  .footer-col-2 {
    width: -webkit-calc(50% - (30px / 2));
    width: calc(50% - (30px / 2)); }

  .footer-col-3 {
    width: -webkit-calc(100% - (30px / 2));
    width: calc(100% - (30px / 2)); } }
@media screen and (max-width: 600px) {
  .footer-col {
    float: none;
    width: -webkit-calc(100% - (30px / 2));
    width: calc(100% - (30px / 2)); } }
body {
  font-family: Work Sans, Helvetica, Arial, sans-serif;
  font-size: 18px; }

a {
  color: #7bbcd7;
  transition: .1s ease-in all; }
  a:hover {
    color: #49506a;
    text-decoration: none; }

hr {
  background: #7bbcd7;
  height: 5px;
  width: 50%;
  border-radius: 5px; }

.pw-banner {
  background-color: #7bbcd7; }
  .pw-banner .banner-logo {
    margin: 0 auto;
    max-width: 65%;
    background: #67afcf;
    padding: 15px;
    border: 9px solid rgba(56, 61, 88, 0.5);
    border-radius: 50%; }
  .pw-banner .banner-dgc-title {
    font-size: 45px;
    font-weight: bolder;
    padding: 5px;
    display: inline-block; }
  .pw-banner:hover {
    text-decoration: none; }
  .pw-banner .tagline {
    text-transform: lowercase;
    display: inline-block;
    padding: 5px; }

.pw-navbar {
  background-color: white; }
  .pw-navbar li {
    border-bottom: 5px solid white;
    transition: all .2s linear; }
  .pw-navbar li:hover {
    border-bottom: 5px solid #e63112; }

.pw-section {
  padding: 40px; }
  .pw-section a {
    font-weight: bold; }
  .pw-section h2 {
    font-weight: normal;
    color: #49506a;
    font-size: 2.5em; }
  .pw-section h3 {
    font-style: italic;
    margin-top: 15px;
    margin-bottom: 25px; }

.pw-masthead .blurb {
  font-size: 27px;
  padding: 0.75em;
  border: 2px solid black; }

.pw-footer {
  background-color: #e1cc3f;
  color: white; }
  .pw-footer a, .pw-footer a:hover {
    color: white; }
  .pw-footer li {
    border-bottom: 5px solid #e1cc3f;
    transition: all .2s linear; }
  .pw-footer li:hover {
    border-bottom: 5px solid white; }

.pw-btn {
  background-color: #01b171;
  color: white;
  white-space: initial;
  border-radius: 0px;
  opacity: 1;
  transition: .2s ease-in all; }
  .pw-btn:hover {
    color: white;
    opacity: .65; }

.pw-call-to-action {
  text-align: center;
  margin: 2em auto; }

cite.citation {
  display: block;
  text-align: right;
  color: lightgray; }

.pw-banner {
  background-image: url("/images/banner_pattern.png"), url("/images/texture.png"); }
  .pw-banner .banner-dgc-title {
    color: white;
    background: #67afcf; }
  .pw-banner .tagline {
    line-height: 1.5;
    background: #67afcf;
    color: white; }

.pw-masthead .blurb {
  text-align: center;
  width: 80%;
  margin: 0.5em auto 2.5em auto; }

.post-content h1 {
  font-weight: normal;
  color: #49506a;
  font-size: 2.5em; }
.post-content .centered {
  text-align: center; }
.post-content img {
  max-width: 100%; }

.blurb.pw-post-title {
  margin-bottom: 0.5em; }

.dear-games-link, .inclusivity-statement-link, .conference-link {
  margin: 50px; }
  .dear-games-link a, .inclusivity-statement-link a, .conference-link a {
    text-align: center;
    display: block;
    background: #7bbcd7;
    padding: 20px;
    color: white;
    transition: linear 0.2s all; }
    .dear-games-link a:hover, .inclusivity-statement-link a:hover, .conference-link a:hover {
      background: #49506a; }

.img-charis {
  width: 100%; }

.ambassdors-header, .ambassadors-text {
  margin: 3em 0; }

.ambassadors {
  margin: 2em 0;
  font-size: .75em; }
  .ambassadors .ambassador {
    margin: 2em 0; }
  .ambassadors img {
    vertical-align: text-bottom; }
  .ambassadors .info {
    vertical-align: text-bottom; }

.projects h2 {
  font-weight: normal;
  color: #49506a;
  font-size: 2.5em; }
.projects ul {
  list-style-type: none;
  padding: 0px;
  display: block;
  text-align: center;
  margin: 2em 0; }
  .projects ul li {
    display: inline-block;
    background: #7bbcd7;
    color: white;
    width: 75%;
    margin: .5em auto; }
    .projects ul li a {
      margin: auto auto;
      background: none;
      display: block;
      padding: 0.5em; }
      .projects ul li a:hover {
        background: #49506a; }
.projects a {
  margin: 0 auto;
  color: white;
  font-weight: bold;
  padding: 1em;
  font-size: 2em;
  transition: all .2s ease-in-out; }
  .projects a:hover {
    text-decoration: none; }
.projects p > a {
  display: block;
  text-align: center;
  background: rgba(71, 22, 73, 0.8);
  margin: 2em 0; }
  .projects p > a:hover {
    background: #471649; }
