.bg-image {
  -ms-behavior: url("backgroundsize.min.htc");
}

/* Fix for iOS Safari's svg rendering bug (it makes them suuuuper tall) */
svg {
  max-height: 100%;
}

body {
  color: #333;
  font-family: "proxima-nova", Arial, sans-serif;
  margin: 0;
  padding: 0;
  position: relative;
  right: 0;
  -webkit-transition: right .5s;
          transition: right .5s;
  -webkit-transform: translateY();
      -ms-transform: translateY();
          transform: translateY();
}

/*****************/
/**** Nav bar ****/
/*****************/
#navbar {
  position: absolute;
  width: 100%;
  height: 70px;
  top: 0;
  left: 0;
  z-index: 2;
  background-color: #fff;
}
#navbar .logo {
  position: absolute;
  left: 0;
  top: 0;
  margin: 10px 20px;
}
@media (min-width: 480px) {
  #navbar .logo {
    margin: 10px 40px;
  }
}
#navbar .logo img {
  height: 50px;
  display: block;
}
#navbar .nav-social {
  float: right;
  text-align: right;
  left: 0;
  top: 0;
  line-height: 50px;
  margin: 10px 20px;
}
@media (min-width: 480px) {
  #navbar .nav-social {
    margin-right: 40px;
    margin-left: 40px;
  }
}

#navbar-placeholder {
  height: 70px;
}

/********************************/
/**** Custom Typography *********/
/********************************/
p.x-small {
  font-size: .725em;
}

h1.impact-statement {
  line-height: 1.15em;
  font-size: 1.75em;
  text-transform: none;
}
@media (min-width: 480px) {
  h1.impact-statement {
    font-size: 2em;
  }
}

.x-large {
  font-size: 1.5em;
}

h1.x-large {
  font-size: 3em;
}

@media (min-width: 480px) {
  .x-large {
    font-size: 1.125em;
  }
}
@media (max-width: 480px) {
  h1.x-large {
    font-size: 2em;
  }
}
.not-bold {
  font-weight: normal;
}

.letter-space-0 {
  letter-spacing: 0px;
}

.margin-bottom-0 {
  margin-bottom: 0px;
}

.margin-bottom-5 {
  margin-bottom: 5px;
}

.margin-top-0 {
  margin-top: 0px;
}

.margin-top-5 {
  margin-top: 5px;
}

p:last-child {
  margin-bottom: 14px;
  /* overwrite weavr */
}

.padding-top-0 {
  padding-top: 0px;
}

.line-height-15 {
  line-height: 1.5em;
}

.line-height-115 {
  line-height: 1.15em;
}

.comment-content {
  margin-top: -85px;
}

p:first-child {
  margin-top: 14px;
}

p .quote-glyphs {
  margin-top: -40px;
}

p.comment {
  margin-top: -25px;
}

.quote-glyphs:before {
  font-family: "Times New Roman", serif;
  content: "\201c";
  font-size: 5.375em;
  font-weight: bold;
  font-style: normal;
  color: #f15b22;
}

p .quote-glyphs-normal {
  margin-top: 0px;
}

.quote-glyphs-normal:before {
  font-family: "Times New Roman", serif;
  content: "\201c";
  font-size: 4.375em;
  font-weight: bold;
  font-style: normal;
  color: #f15b22;
}

.margin-top-n110 {
  margin-top: -110px;
}

@media (max-width: 1024px) {
  .margin-bottom-100 {
    margin-bottom: 100px;
  }
}
@media (max-width: 480px) {
  .margin-bottom-100 {
    margin-bottom: 0px;
  }

  .margin-top-n110 {
    margin-top: -20px;
  }
}
/********************************/
/**** Footer ********************/
/********************************/
.footer-padding-3x-2x {
  padding: 60px 40px;
}

@media (max-width: 1024px) {
  .footer-padding-3x-2x {
    padding: 20px 40px;
  }
}
@media (max-width: 960px) {
  .footer-padding-3x-2x {
    padding: 20px 40px;
  }
}
@media (max-width: 480px) {
  .footer-padding-3x-2x {
    padding: 20px 30px;
  }
}
/*********************************/
/* Image Cropping                */
/*********************************/
.image-medium-square-cropper {
  width: 150px;
  height: 150px;
  position: relative;
  overflow: hidden;
  border-radius: 100%;
  margin: 0 auto;
}

.image-medium-square-cropper img {
  display: inline;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.image-medium-square-cropper-normal {
  width: 150px;
  height: 150px;
  position: relative;
  overflow: hidden;
  border-radius: 100%;
  margin: 0 auto;
  top: 0px;
}

.image-medium-square-cropper-normal img {
  display: inline;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.square {
  border-radius: 0px;
}

.absolute {
  position: absolute;
}

@media screen and (max-width: 480px) {
  .image-medium-square-cropper-normal {
    width: 82px;
    height: 82px;
    position: relative;
    overflow: hidden;
    border-radius: 100%;
    margin: 0 auto;
  }
}
/********************************/
/**** Staff Comments ************/
/********************************/
#list {
  width: 100%;
  /* 990px */
  overflow: hidden;
  margin-left: 3%;
  /* 15px */
  padding-bottom: 20px;
}

.item {
  width: 20%;
  float: left;
  margin: 0 1.515% 1.875em;
  /* 15px 30px */
}

@media only screen and (max-width: 80em) {
  /* 640px */
  .item {
    width: 30.303%;
    /* 305px */
    margin-bottom: 0.938em;
    /* 15px */
  }

  #list {
    margin-left: 0%;
  }
}
@media only screen and (max-width: 40em) {
  /* 640px */
  .item {
    width: 46.876%;
    /* 305px */
    margin-bottom: 0.938em;
    /* 15px */
  }
}
@media only screen and (max-width: 20em) {
  /* 640px */
  #list {
    width: 100%;
    margin-left: 0;
  }

  .item {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
