/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
@import url("http://fonts.googleapis.com/css?family=Muli:400,300,100");
/* line 5, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.0.alpha.19/stylesheets/compass/reset/_utilities.scss */
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: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.0.alpha.19/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.0.alpha.19/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.0.alpha.19/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.0.alpha.19/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.0.alpha.19/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.0.alpha.19/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.0.alpha.19/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.0.alpha.19/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*
 * Font setup
 */
/* line 8, ../sass/_base.scss */
body {
  font-family: "Muli", sans-serif;
}

/*
 * Color variables
 */
/*
 * z-indices
 */
/**
 * Mixins
 */
/* line 41, ../sass/_base.scss */
.mobile-hidden {
  display: none;
}

/**
 * Basic Typography
 */
/* line 5, ../sass/_typo.scss */
.project-report-download-list li,
p {
  font-size: 12px;
  line-height: 140%;
  margin-bottom: 10px;
}

/* line 12, ../sass/_typo.scss */
.large-text {
  font-size: 13px;
}

/* line 16, ../sass/_typo.scss */
.paragraph {
  font-size: 12px;
  font-weight: 100;
}

/* line 21, ../sass/_typo.scss */
.small-text {
  font-size: 9px;
  line-height: 120%;
}

/* line 28, ../sass/_typo.scss */
.large-header {
  font-size: 24px;
  font-weight: 100;
  line-height: 130%;
}

/* line 34, ../sass/_typo.scss */
.xlarge-header {
  font-size: 28px;
  font-weight: 100;
  line-height: 130%;
}

/* line 40, ../sass/_typo.scss */
.small-header {
  font-size: 18px;
  line-height: 130%;
  font-weight: 100;
}

/* line 46, ../sass/_typo.scss */
.smaller-header {
  font-size: 15px;
  line-height: 130%;
  font-weight: 100;
}

/* line 2, ../sass/_header.scss */
a {
  font-family: "Muli", sans-serif;
  text-decoration: none;
}

/* line 7, ../sass/_header.scss */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  padding: 10px;
}

/* line 21, ../sass/_header.scss */
.site-title {
  color: #fff;
  font-family: "Muli", sans-serif;
  text-transform: uppercase;
  margin-left: 4px;
}
/* line 27, ../sass/_header.scss */
.site-title span {
  font-weight: 100;
}

/* line 32, ../sass/_header.scss */
.main-menu {
  margin-top: 10px;
  text-align: center;
}

/* line 37, ../sass/_header.scss */
.main-menu-item {
  display: inline-block;
  margin-right: 5px;
  margin-top: -5px;
}

/* line 43, ../sass/_header.scss */
.main-menu-link {
  border: 1px solid #fff;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  margin-bottom: 8px;
  padding: 6px 14px;
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0);
  -moz-transition: background-color 0.25s;
  -o-transition: background-color 0.25s;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
}
/* line 55, ../sass/_header.scss */
.menu-item-active .main-menu-link, .main-menu-link:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

/* line 61, ../sass/_header.scss */
.menu-background {
  display: block;
  height: 90px;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}

/* line 74, ../sass/_header.scss */
.page-header {
  position: relative;
  z-index: 2;
}

/**
 * Intro video
 */
/* line 83, ../sass/_header.scss */
.intro-video {
  position: relative;
  height: auto;
}

/* line 88, ../sass/_header.scss */
.intro-background-video {
  width: 100%;
  height: auto;
}

/* line 93, ../sass/_header.scss */
.intro-video-play-button {
  color: #fff;
  position: absolute;
  margin-top: -5%;
  margin-left: -20%;
  z-index: 10;
  height: 50px;
  width: 50px;
  border: 1px solid #fff;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 108, ../sass/_header.scss */
.intro-video-play-button img {
  width: 45px;
  height: 45px;
}

/* line 114, ../sass/_header.scss */
.intro-quote {
  color: #fff;
  font-weight: 300;
  margin-top: 20%;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 1;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* line 128, ../sass/_header.scss */
.intro-video-player {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 8;
}
/* line 137, ../sass/_header.scss */
.intro-video-player iframe {
  width: 100%;
  height: 100%;
}

/* line 1, ../sass/_footer.scss */
.site-footer {
  padding: 20px;
  position: relative;
  margin: 0 auto;
  max-width: 980px;
}

/* line 8, ../sass/_footer.scss */
.footer-contact {
  font-weight: 700;
  margin-bottom: 10px;
}
/* line 12, ../sass/_footer.scss */
.footer-contact a {
  color: #000;
}

/* line 17, ../sass/_footer.scss */
.social-item {
  display: inline-block;
  margin-right: 3px;
}

/* line 22, ../sass/_footer.scss */
.footer-copyright-notice {
  font-size: 10px;
  margin-top: 30px;
}

/* line 1, ../sass/_page.scss */
.page-header {
  background-size: cover;
  background-position: center;
  height: 320px;
  padding: 20px;
  position: relative;
}
/* line 8, ../sass/_page.scss */
.page-header h1 {
  color: white;
  display: block;
  position: absolute;
  bottom: 20px;
  text-align: center;
  width: 100%;
  left: 0;
  padding: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 25, ../sass/_page.scss */
.large-image {
  height: 300px;
  overflow: hidden;
  position: relative;
  width: 100%;
  text-align: center;
  background-size: cover;
}
/* line 34, ../sass/_page.scss */
.large-image img {
  width: 130%;
  height: auto;
  min-height: 100%;
}

/* line 41, ../sass/_page.scss */
.large-image-quote,
.large-image-quote-author {
  color: white;
  position: absolute;
  line-height: 120%;
}

/* line 48, ../sass/_page.scss */
.professional-diagnosis {
  display: none;
}

/* line 1, ../sass/_front-page.scss */
.front-page-header {
  padding: 40px 20px;
  text-align: center;
}

/* line 9, ../sass/_front-page.scss */
.page-header .ultrasound {
  font-size: 28px;
  padding: 0;
}

/* line 15, ../sass/_front-page.scss */
.front-page-infographic-header {
  padding: 40px 20px;
  text-align: center;
}

/* line 20, ../sass/_front-page.scss */
.front-page-infographic {
  padding: 20px;
  margin-bottom: 40px;
}
/* line 23, ../sass/_front-page.scss */
.front-page-infographic img {
  max-width: 100%;
}

/* line 28, ../sass/_front-page.scss */
.front-page-staff {
  overflow: hidden;
}

/* line 32, ../sass/_front-page.scss */
.front-page-staff-list {
  overflow: hidden;
}
/* line 35, ../sass/_front-page.scss */
.front-page-staff-list li {
  position: relative;
  float: left;
  width: 20%;
  background: #222;
}
/* line 42, ../sass/_front-page.scss */
.front-page-staff-list li:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}
/* line 46, ../sass/_front-page.scss */
.front-page-staff-list li:hover .staff-info {
  display: block;
}
/* line 52, ../sass/_front-page.scss */
.front-page-staff-list img {
  float: left;
  width: 100%;
  height: auto;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
/* line 59, ../sass/_front-page.scss */
.front-page-staff-list .staff-info {
  display: none;
  position: absolute;
  top: 50%;
  -moz-transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  width: 96%;
  margin: 0 2%;
  color: #fff;
}
/* line 68, ../sass/_front-page.scss */
.front-page-staff-list .staff-info p {
  text-align: center;
  line-height: 120%;
  margin: 0;
  font-size: 5px;
}
/* line 73, ../sass/_front-page.scss */
.front-page-staff-list .staff-info p .name {
  text-transform: uppercase;
}

/* line 79, ../sass/_front-page.scss */
.large-image-quote.front-page {
  width: 45%;
  right: 20px;
  top: 50%;
  -moz-transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  text-align: right;
}

/* line 89, ../sass/_front-page.scss */
.large-image-quote-author.front-page {
  width: 42%;
  left: 10px;
  top: 40px;
  text-align: left;
}

/* line 99, ../sass/_front-page.scss */
.front-page-donation-header {
  text-align: center;
  padding: 40px 20px 0 20px;
}
/* line 103, ../sass/_front-page.scss */
.front-page-donation-header .large-header {
  margin-top: 40px;
  text-transform: uppercase;
}

/* line 109, ../sass/_front-page.scss */
.front-page-donation {
  padding: 0px 30px 30px 30px;
}
/* line 112, ../sass/_front-page.scss */
.front-page-donation img {
  display: block;
  margin: 30px auto 20px auto;
}
/* line 118, ../sass/_front-page.scss */
.front-page-donation:after {
  content: "";
  display: block;
  height: 1px;
  margin: 40px auto 0 auto;
  background: #d7d7d7;
  width: 80%;
}

/* line 129, ../sass/_front-page.scss */
.front-page-donation-subheader {
  text-transform: uppercase;
  margin-bottom: 10px;
}

/* line 134, ../sass/_front-page.scss */
.donation-price-list {
  font-weight: 400;
  margin: 15px 0;
}
/* line 138, ../sass/_front-page.scss */
.donation-price-list li {
  margin-bottom: 5px;
}
/* line 141, ../sass/_front-page.scss */
.donation-price-list li .cost {
  display: inline-block;
  width: 60px;
}
/* line 146, ../sass/_front-page.scss */
.donation-price-list li .studies {
  display: inline-block;
  width: 150px;
  text-align: right;
}

/* line 154, ../sass/_front-page.scss */
a.signup-button {
  color: #fff;
  background: #F48E5C;
  text-decoration: none;
  display: inline-block;
  height: 32px;
  line-height: 32px;
  font-weight: 100;
  padding: 0 20px;
  margin: 10px 0;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
/* line 167, ../sass/_front-page.scss */
a.signup-button:hover {
  background: #f16d2c;
}

/* line 173, ../sass/_front-page.scss */
.donation-text-list {
  list-style: disc;
  list-style-position: inside;
  margin: 15px 0;
}
/* line 178, ../sass/_front-page.scss */
.donation-text-list li {
  margin-bottom: 10px;
}

/* line 185, ../sass/_front-page.scss */
.front-page-press-articles h2 {
  margin-bottom: 5px;
}

/* line 190, ../sass/_front-page.scss */
.front-page-partners {
  background: #d7d7d7;
  overflow: hidden;
  padding: 20px;
}
/* line 195, ../sass/_front-page.scss */
.front-page-partners .left-col {
  width: 100%;
  padding: 20px 10px;
}
/* line 199, ../sass/_front-page.scss */
.front-page-partners .left-col img {
  max-width: 100%;
}
/* line 204, ../sass/_front-page.scss */
.front-page-partners .right-col {
  width: 100%;
  padding: 10px 10px 10px 20px;
}

/* line 214, ../sass/_front-page.scss */
.logos {
  margin-top: 20px;
}
/* line 217, ../sass/_front-page.scss */
.logos img {
  vertical-align: middle;
  display: inline-block;
  margin-right: 10px;
  max-width: 33%;
}

/* line 226, ../sass/_front-page.scss */
.desktop-only {
  display: none;
}

/*
 * ABOUT PAGE
 * * */
/* line 5, ../sass/_about.scss */
.text-article {
  text-align: center;
  padding: 28px 20px 20px 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
/* line 11, ../sass/_about.scss */
.text-article p {
  padding: 0 10px;
}

/* line 16, ../sass/_about.scss */
.text-article-header {
  margin: 10px 0 30px 0;
  text-transform: uppercase;
}
/* line 21, ../sass/_about.scss */
.text-article-header h2 {
  padding: 10px 20px;
  display: inline;
  border-bottom: 1px solid #d7d7d7;
}

/* line 28, ../sass/_about.scss */
.page-thumbnails-list {
  overflow: hidden;
  position: relative;
  padding: 10px 15px 10px 20px;
}

/* line 34, ../sass/_about.scss */
.page-thumbnail-list-item {
  float: left;
  padding: 5px 5px 2.5px 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 40, ../sass/_about.scss */
.page-thumbnail-list-item img {
  width: 100%;
  height: auto;
}
/* line 45, ../sass/_about.scss */
.slider-initialized .page-thumbnail-list-item {
  cursor: pointer;
}
/* line 49, ../sass/_about.scss */
.page-thumbnail-list-item.small {
  width: 33%;
}
/* line 50, ../sass/_about.scss */
.page-thumbnail-list-item.large {
  width: 49.5%;
}

/* line 55, ../sass/_about.scss */
.large-image-quote.in-the-field {
  width: 80%;
  top: 50%;
  -moz-transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  right: 30px;
  text-align: right;
}
/* line 63, ../sass/_about.scss */
.large-image-quote.our-findings {
  width: 70%;
  top: 50%;
  -moz-transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  left: 20px;
  text-align: left;
}
/* line 71, ../sass/_about.scss */
.large-image-quote.our-findings-small {
  display: none;
  width: 80%;
  bottom: 10px;
  right: 5px;
  text-align: left;
}

/* line 80, ../sass/_about.scss */
.left-col,
.right-col {
  float: left;
  text-align: left;
  width: 50%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 88, ../sass/_about.scss */
.stat-list {
  padding: 10px;
  text-align: left;
}
/* line 92, ../sass/_about.scss */
.stat-list li {
  margin-bottom: 10px;
  text-align: right;
}
/* line 97, ../sass/_about.scss */
.stat-list .stat-number {
  vertical-align: middle;
  border: 1px solid black;
  margin-right: 4px;
  text-align: right;
  padding: 0 5px;
  min-width: 80px;
}
/* line 106, ../sass/_about.scss */
.stat-list .stat-text {
  vertical-align: middle;
  display: inline-block;
  width: 65%;
  text-align: left;
  margin-left: 10px;
}

/* line 115, ../sass/_about.scss */
.thumbnail-text {
  margin: 10px;
}

/* line 119, ../sass/_about.scss */
.thumbnail-text-quote-author {
  margin-top: 10px;
}

/*
 * PRESS PAGE
 * * */
/* line 6, ../sass/_press.scss */
.press-gallery {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
/* line 12, ../sass/_press.scss */
.press-gallery img {
  float: left;
  width: 33.33%;
}

/* line 19, ../sass/_press.scss */
.press-gallery-item {
  display: none;
}
/* line 22, ../sass/_press.scss */
.slider-initialized .press-gallery-item {
  cursor: pointer;
}
/* line 26, ../sass/_press.scss */
.press-gallery-item.dummy {
  cursor: default;
}
/* line 30, ../sass/_press.scss */
.press-gallery-item.mobile-visible {
  display: block;
}
/* line 32, ../sass/_press.scss */
.press-gallery-item.active {
  display: block;
}
/* line 34, ../sass/_press.scss */
.press-gallery-item.active.dummy {
  display: none;
}

/* line 38, ../sass/_press.scss */
.expand-gallery-container {
  position: relative;
  z-index: 2;
}
/* line 42, ../sass/_press.scss */
.expand-gallery-container span {
  color: white;
  line-height: 55px;
}
/* line 47, ../sass/_press.scss */
.expand-gallery-container .expand-button {
  background: black;
  height: 40px;
  overflow: hidden;
  text-align: center;
  position: relative;
  text-transform: uppercase;
}
/* line 55, ../sass/_press.scss */
.expand-gallery-container .expand-button:before {
  display: none;
}
/* line 57, ../sass/_press.scss */
.expand-gallery-container .expand-button .close-text:before,
.expand-gallery-container .expand-button .open-text:before {
  content: "";
  display: block;
  height: 10px;
  width: 16px;
  margin-right: 10px;
  top: 1px;
  position: absolute;
  left: 50%;
  top: 8px;
  margin-left: -8px;
  background: url('../images/expand-collapse.png');
  background-size: 36px 25px;
  background-position: left bottom;
}
/* line 74, ../sass/_press.scss */
.expand-gallery-container .expand-button .close-text:before {
  background-position: right bottom;
}

/* line 82, ../sass/_press.scss */
.press-header {
  text-align: center;
  padding: 30px 20px 20px 20px;
}
/* line 86, ../sass/_press.scss */
.press-header.underline {
  position: relative;
}
/* line 89, ../sass/_press.scss */
.press-header.underline:after {
  content: "";
  display: block;
  width: 80%;
  height: 1px;
  margin: 20px auto -20px auto;
  background: #d7d7d7;
}

/* line 101, ../sass/_press.scss */
.press-release-content {
  margin-bottom: 20px;
}

/* line 105, ../sass/_press.scss */
.press-release,
.press-article {
  padding: 20px;
}
/* line 110, ../sass/_press.scss */
.press-release.hidden,
.press-article.hidden {
  display: none;
}
/* line 114, ../sass/_press.scss */
.press-release.grey,
.press-article.grey {
  background: #d7d7d7;
}

/* line 119, ../sass/_press.scss */
.press-release-figure,
.press-article-figure {
  margin-bottom: 10px;
  position: relative;
}
/* line 124, ../sass/_press.scss */
.press-release-figure .intro-video-play-button,
.press-article-figure .intro-video-play-button {
  margin: 0;
}
/* line 129, ../sass/_press.scss */
.press-release-figure img,
.press-article-figure img {
  width: 100%;
  height: auto;
}

/* line 135, ../sass/_press.scss */
.press-image-title {
  text-transform: uppercase;
}

/* line 141, ../sass/_press.scss */
.project-report {
  overflow: hidden;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 60px 20px;
}

/* line 150, ../sass/_press.scss */
.project-report-download-list a {
  color: black;
  text-decoration: underline;
}

/* line 161, ../sass/_press.scss */
.project-report-right {
  display: none;
}

/* line 167, ../sass/_press.scss */
.expand-button-container {
  padding: 0 20px;
}

/* line 171, ../sass/_press.scss */
.expand-button {
  height: 20px;
  position: relative;
  display: block;
}
/* line 177, ../sass/_press.scss */
.expand-button:before {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  top: 9px;
  background: #d7d7d7;
  z-index: 0;
}

/* line 189, ../sass/_press.scss */
.expand-button-label {
  position: absolute;
  top: 0;
  right: 0;
  padding-left: 10px;
  background: white;
  height: 20px;
  z-index: 0;
  text-transform: uppercase;
  color: black;
}
/* line 200, ../sass/_press.scss */
.expand-button-label .close-text:before,
.expand-button-label .open-text:before {
  content: "";
  display: inline-block;
  height: 10px;
  width: 16px;
  margin-right: 10px;
  top: 1px;
  position: relative;
  background: url('../images/expand-collapse.png');
  background-size: 36px 25px;
}
/* line 213, ../sass/_press.scss */
.expand-button-label .close-text:before {
  background-position: right top;
}

/* line 218, ../sass/_press.scss */
.close-text,
.hidden-content {
  display: none;
}

/* line 223, ../sass/_press.scss */
.hidden-content {
  padding-top: 20px;
}

/* line 228, ../sass/_press.scss */
.infographic-container {
  background: #d7d7d7;
  padding: 0 20px;
}
/* line 232, ../sass/_press.scss */
.infographic-container .expand-button-container {
  padding: 0 0 20px 0;
}
/* line 233, ../sass/_press.scss */
.infographic-container .expand-button:before {
  background: black;
}
/* line 234, ../sass/_press.scss */
.infographic-container .expand-button-label {
  background: #d7d7d7;
}

/* line 237, ../sass/_press.scss */
.infographic-figure {
  position: relative;
}
/* line 240, ../sass/_press.scss */
.infographic-figure img {
  width: 100%;
  height: auto;
  float: left;
  margin-bottom: -2px;
}
/* line 247, ../sass/_press.scss */
.infographic-figure .infographic-figcaption {
  text-transform: uppercase;
  margin: 10px 0 40px 0;
}
/* line 252, ../sass/_press.scss */
.infographic-figure .image-container {
  overflow: hidden;
}
/* line 258, ../sass/_press.scss */
.infographic-figure:hover img {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2;
}
/* line 259, ../sass/_press.scss */
.infographic-figure:hover .image-container {
  background: #666666;
}
/* line 260, ../sass/_press.scss */
.infographic-figure:hover .download-infographic-container {
  display: block;
}

/* line 264, ../sass/_press.scss */
.download-infographic-container {
  display: none;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
/* line 270, ../sass/_press.scss */
.download-infographic-container a {
  display: block;
  padding: 20px 0;
  z-index: 1;
  text-transform: uppercase;
  color: white;
}
/* line 277, ../sass/_press.scss */
.download-infographic-container a:hover {
  text-decoration: underline;
}

/* line 284, ../sass/_press.scss */
.press-release .hidden-content ul {
  margin-bottom: 10px;
}
/* line 288, ../sass/_press.scss */
.press-release .hidden-content li {
  list-style: disc;
  font-size: 12px;
  margin-bottom: 10px;
  line-height: 140%;
  margin-left: 20px;
}
/* line 295, ../sass/_press.scss */
.press-release .hidden-content li ul {
  margin-top: 10px;
}
/* line 297, ../sass/_press.scss */
.press-release .hidden-content li ul li {
  list-style: none;
}
/* line 301, ../sass/_press.scss */
.press-release .hidden-content li ul li:before {
  content: " - ";
  display: inline-block;
  width: 15px;
  margin-left: -15px;
}
/* line 312, ../sass/_press.scss */
.press-release .hidden-content p, .press-release .hidden-content li {
  font-weight: 100;
}
/* line 316, ../sass/_press.scss */
.press-release .hidden-content strong {
  font-weight: bold;
}
/* line 320, ../sass/_press.scss */
.press-release .hidden-content a {
  color: black;
}

/* line 3, ../sass/_slider.scss */
body,
html {
  height: 100%;
}
/* line 7, ../sass/_slider.scss */
body.slider-active,
html.slider-active {
  overflow: hidden;
}

/* line 10, ../sass/_slider.scss */
.overlay {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  display: none;
}
/* line 18, ../sass/_slider.scss */
.overlay.active {
  display: block;
}

/* line 23, ../sass/_slider.scss */
.gallery-slider-container {
  position: fixed;
  top: -2000px;
  z-index: 1000;
  padding: 10px;
}
/* line 29, ../sass/_slider.scss */
.gallery-slider-container.active {
  top: 0;
}

/* line 33, ../sass/_slider.scss */
.press-gallery-slider,
.about-gallery-slider {
  display: none;
}
/* line 37, ../sass/_slider.scss */
.bx-wrapper .press-gallery-slider, .bx-wrapper
.about-gallery-slider {
  display: block;
}

/* line 46, ../sass/_slider.scss */
.slider-item {
  padding-bottom: 10px;
}
/* line 48, ../sass/_slider.scss */
.slider-item img {
  width: 100%;
  height: auto;
}

/* line 54, ../sass/_slider.scss */
.slider-footer {
  position: relative;
  height: 30px;
}
/* line 58, ../sass/_slider.scss */
.slider-footer p {
  color: white;
  font-size: 11px;
}

/* line 64, ../sass/_slider.scss */
.slider-download-links {
  position: absolute;
  right: 0;
  top: 0;
}

/* line 70, ../sass/_slider.scss */
.slider-download-link {
  color: white;
  display: block;
  height: 8px;
  line-height: 8px;
  font-size: 12px;
  text-transform: uppercase;
  margin: 12px 0;
}
/* line 80, ../sass/_slider.scss */
.slider-download-link:before {
  content: "";
  background: red;
  display: block;
  float: left;
  width: 8px;
  height: 8px;
  background: url('../images/slider-sprites@2x.png') no-repeat;
  background-size: 12px 49px;
  background-position: 0px -43px;
}

/* line 93, ../sass/_slider.scss */
.bx-next,
.bx-prev {
  position: absolute;
  top: 42%;
  left: 4px;
  display: block;
  width: 18px;
  height: 28px;
  font-size: 0;
  background: url('../images/slider-arrows.png') no-repeat;
  background-size: 41px 28px;
  background-position: right top;
}

/* line 107, ../sass/_slider.scss */
.bx-next {
  left: auto;
  right: 4px;
  background-position: left top;
}

@media screen and (min-width: 700px) {
  /* line 1, ../sass/ipad/_base-ipad.scss */
  .mobile-hidden {
    display: block;
  }

  /* line 1, ../sass/ipad/_typo-ipad.scss */
  .large-text {
    font-size: 15px;
  }

  /* line 5, ../sass/ipad/_typo-ipad.scss */
  .paragraph {
    font-size: 13px;
  }

  /* line 9, ../sass/ipad/_typo-ipad.scss */
  .small-text {
    font-size: 10px;
  }

  /* line 13, ../sass/ipad/_typo-ipad.scss */
  .large-header {
    font-size: 48px;
    font-weight: 100;
    line-height: 130%;
  }

  /* line 19, ../sass/ipad/_typo-ipad.scss */
  .xlarge-header {
    font-size: 48px;
    font-weight: 100;
    line-height: 130%;
  }

  /* line 25, ../sass/ipad/_typo-ipad.scss */
  .small-header {
    font-size: 18px;
  }

  /* line 1, ../sass/ipad/_header-ipad.scss */
  .site-header {
    padding: 40px;
  }

  /* line 5, ../sass/ipad/_header-ipad.scss */
  .main-menu-item {
    display: inline-block;
    margin-right: 2px;
    margin-top: -5px;
  }

  /* line 11, ../sass/ipad/_header-ipad.scss */
  .main-menu-link {
    padding: 6px 26px;
    font-size: 15px;
  }

  /* line 16, ../sass/ipad/_header-ipad.scss */
  .site-title {
    float: left;
    font-size: 17px;
    line-height: 120%;
    margin-top: -10px;
  }

  /* line 23, ../sass/ipad/_header-ipad.scss */
  .main-menu {
    float: right;
    margin: 0;
  }

  /* line 28, ../sass/ipad/_header-ipad.scss */
  .menu-background {
    height: 100px;
  }

  /* line 32, ../sass/ipad/_header-ipad.scss */
  .page-header {
    z-index: 3;
    position: relative;
  }

  /* line 37, ../sass/ipad/_header-ipad.scss */
  .intro-quote {
    font-size: 34px;
  }

  /* line 41, ../sass/ipad/_header-ipad.scss */
  .intro-video-play-button {
    margin-top: 0;
    margin-left: 30%;
    width: 120px;
    height: 120px;
  }
  /* line 47, ../sass/ipad/_header-ipad.scss */
  .intro-video-play-button img {
    margin: 10px;
    width: 100px;
    height: 100px;
  }

  /* line 1, ../sass/ipad/_footer-ipad.scss */
  .site-footer {
    padding: 40px;
  }

  /* line 1, ../sass/ipad/_page-ipad.scss */
  .large-image {
    height: 400px;
  }
  /* line 4, ../sass/ipad/_page-ipad.scss */
  .large-image img {
    width: 110%;
  }

  /* line 9, ../sass/ipad/_page-ipad.scss */
  .page-header {
    background-position: top;
  }

  /* line 13, ../sass/ipad/_page-ipad.scss */
  .page-thumbnails,
  .text-article {
    padding: 20px 80px;
  }

  /* line 18, ../sass/ipad/_page-ipad.scss */
  .stat-list {
    margin-bottom: 40px;
  }

  /* line 23, ../sass/ipad/_page-ipad.scss */
  .large-image-quote {
    line-height: 100%;
    font-size: 38px;
  }

  /* line 28, ../sass/ipad/_page-ipad.scss */
  .large-image-quote.in-the-field {
    top: 50%;
    -moz-transform: translate3d(0, -50%, 0);
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }

  /* line 35, ../sass/ipad/_page-ipad.scss */
  .large-image-quote.our-findings {
    left: 40px;
    width: 80%;
  }

  /* line 40, ../sass/ipad/_page-ipad.scss */
  .large-image-quote.our-findings-small {
    top: 230px;
    right: 40px;
    width: 50%;
  }

  /* line 46, ../sass/ipad/_page-ipad.scss */
  .professional-diagnosis {
    display: block;
  }

  /* line 2, ../sass/ipad/_front-page-ipad.scss */
  .page-header .ultrasound {
    font-size: 48px;
    padding: 0;
  }

  /* line 9, ../sass/ipad/_front-page-ipad.scss */
  .front-page-infographic-header {
    padding: 40px 80px;
  }

  /* line 13, ../sass/ipad/_front-page-ipad.scss */
  .front-page-infographic {
    padding: 20px 0 40px 0;
  }
  /* line 16, ../sass/ipad/_front-page-ipad.scss */
  .front-page-infographic img {
    display: block;
    margin: 0 auto;
  }

  /* line 26, ../sass/ipad/_front-page-ipad.scss */
  .front-page-staff-list .staff-info p {
    font-size: 11px;
  }

  /* line 32, ../sass/ipad/_front-page-ipad.scss */
  .large-image-quote.front-page {
    width: 45%;
    right: 80px;
    top: 50%;
    -moz-transform: translate3d(0, -50%, 0);
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    text-align: right;
  }

  /* line 41, ../sass/ipad/_front-page-ipad.scss */
  .large-image-quote-author.front-page {
    width: 35%;
    left: 80px;
    top: 65px;
    text-align: left;
  }

  /* line 48, ../sass/ipad/_front-page-ipad.scss */
  .front-page-donation-header {
    padding: 40px 80px;
  }

  /* line 52, ../sass/ipad/_front-page-ipad.scss */
  .front-page-donation {
    position: relative;
    margin: 0 auto;
    width: 400px;
    padding: 30px;
  }
  /* line 59, ../sass/ipad/_front-page-ipad.scss */
  .front-page-donation img {
    margin: 40px auto 10px auto;
  }

  /* line 66, ../sass/ipad/_front-page-ipad.scss */
  .front-page-partners .left-col {
    padding: 10px;
    overflow: hidden;
    width: 40%;
  }
  /* line 71, ../sass/ipad/_front-page-ipad.scss */
  .front-page-partners .left-col img {
    float: right;
  }
  /* line 74, ../sass/ipad/_front-page-ipad.scss */
  .front-page-partners .right-col {
    width: 50%;
  }

  /*
   * PRESS PAGE
   * * */
  /* line 8, ../sass/ipad/_press-ipad.scss */
  .press-gallery img {
    width: 20%;
  }

  /* line 14, ../sass/ipad/_press-ipad.scss */
  .expand-gallery-container span {
    line-height: 54px;
    font-size: 17px;
  }
  /* line 19, ../sass/ipad/_press-ipad.scss */
  .expand-gallery-container .expand-button {
    height: 50px;
  }
  /* line 22, ../sass/ipad/_press-ipad.scss */
  .expand-gallery-container .expand-button .close-text:before,
  .expand-gallery-container .expand-button .open-text:before {
    display: inline-block;
    margin-right: 10px;
    position: inherit;
  }

  /* line 33, ../sass/ipad/_press-ipad.scss */
  .press-gallery-item {
    display: none;
  }
  /* line 36, ../sass/ipad/_press-ipad.scss */
  .press-gallery-item.pad-visible {
    display: block;
  }
  /* line 37, ../sass/ipad/_press-ipad.scss */
  .press-gallery-item.mobile-visible {
    display: block;
  }
  /* line 40, ../sass/ipad/_press-ipad.scss */
  .press-gallery-item.active.dummy {
    display: block;
  }

  /* line 46, ../sass/ipad/_press-ipad.scss */
  .press-header {
    padding: 30px 80px 10px 80px;
  }
  /* line 49, ../sass/ipad/_press-ipad.scss */
  .press-header.underline {
    padding: 30px 100px 10px 100px;
  }
  /* line 53, ../sass/ipad/_press-ipad.scss */
  .press-header.underline:after {
    display: none;
  }

  /* line 57, ../sass/ipad/_press-ipad.scss */
  .press-release,
  .press-article {
    padding: 20px 120px;
  }

  /* line 64, ../sass/ipad/_press-ipad.scss */
  .project-report {
    padding: 60px 90px;
  }

  /* line 68, ../sass/ipad/_press-ipad.scss */
  .project-report-left {
    float: left;
    width: 53%;
    padding-top: 40px;
  }

  /* line 74, ../sass/ipad/_press-ipad.scss */
  .project-report-right {
    display: block;
    float: right;
    width: 45%;
    overflow: hidden;
  }
  /* line 80, ../sass/ipad/_press-ipad.scss */
  .project-report-right img {
    max-width: 100%;
    float: right;
  }

  /* line 87, ../sass/ipad/_press-ipad.scss */
  .expand-button-container {
    padding: 0 120px;
  }

  /* line 92, ../sass/ipad/_press-ipad.scss */
  .infographic-container {
    padding: 20px 90px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
  }
  /* line 99, ../sass/ipad/_press-ipad.scss */
  .infographic-container .expand-button-container {
    position: absolute;
    bottom: 10px;
    width: 100%;
    left: 0;
    padding: 0 90px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 109, ../sass/ipad/_press-ipad.scss */
  .infographic-container .press-header {
    padding: 10px 0 25px 0;
  }

  /* line 114, ../sass/ipad/_press-ipad.scss */
  .infographic-figure {
    width: 270px;
    float: left;
  }
  /* line 118, ../sass/ipad/_press-ipad.scss */
  .infographic-figure:nth-child(2n) {
    float: right;
  }

  /* line 121, ../sass/ipad/_press-ipad.scss */
  .infographic-figcaption {
    height: 60px;
  }

  /* line 125, ../sass/ipad/_press-ipad.scss */
  .download-infographic-container {
    width: 200px;
    height: 50px;
    top: 40%;
  }
  /* line 130, ../sass/ipad/_press-ipad.scss */
  .download-infographic-container a {
    padding: 5px 0;
  }

  /* line 1, ../sass/ipad/_slider-ipad.scss */
  .gallery-slider-container {
    left: 50%;
    width: 450px;
    margin-left: -225px;
  }

  /* line 7, ../sass/ipad/_slider-ipad.scss */
  .slider-download-link {
    font-size: 12px !important;
    margin: 10px 0;
  }
  /* line 11, ../sass/ipad/_slider-ipad.scss */
  .slider-download-link.inactive {
    color: rgba(255, 255, 255, 0.5);
  }
  /* line 14, ../sass/ipad/_slider-ipad.scss */
  .slider-download-link.inactive:before {
    opacity: 0.5;
  }

  /* line 20, ../sass/ipad/_slider-ipad.scss */
  .bx-next,
  .bx-prev {
    left: -20px;
  }

  /* line 25, ../sass/ipad/_slider-ipad.scss */
  .bx-next {
    left: auto;
    right: -20px;
  }
}
@media screen and (min-width: 960px) {
  /* line 8, ../sass/desktop/_base-desktop.scss */
  .desktop-hidden {
    display: none;
  }

  /* line 1, ../sass/desktop/_typo-desktop.scss */
  .paragraph {
    font-size: 13px;
  }

  /* line 5, ../sass/desktop/_typo-desktop.scss */
  .small-text {
    font-size: 12px;
  }

  /* line 9, ../sass/desktop/_typo-desktop.scss */
  .xlarge-header {
    font-size: 58px;
    font-weight: 100;
    line-height: 130%;
  }

  /* line 15, ../sass/desktop/_typo-desktop.scss */
  .large-header {
    font-size: 48px;
    font-weight: 100;
    line-height: 130%;
  }

  /* line 21, ../sass/desktop/_typo-desktop.scss */
  .small-header {
    font-size: 24px;
  }

  /*
   * PRESS PAGE
   * * */
  /* line 8, ../sass/desktop/_press-desktop.scss */
  .press-gallery img {
    width: 16.66%;
  }

  /* line 14, ../sass/desktop/_press-desktop.scss */
  .press-gallery-item {
    display: none;
  }
  /* line 17, ../sass/desktop/_press-desktop.scss */
  .press-gallery-item.desktop-visible {
    display: block;
  }
  /* line 18, ../sass/desktop/_press-desktop.scss */
  .press-gallery-item.pad-visible {
    display: block;
  }
  /* line 19, ../sass/desktop/_press-desktop.scss */
  .press-gallery-item.mobile-visible {
    display: block;
  }
  /* line 21, ../sass/desktop/_press-desktop.scss */
  .press-gallery-item.active.dummy {
    display: block;
  }

  /* line 26, ../sass/desktop/_press-desktop.scss */
  .expand-gallery-container span {
    line-height: 70px;
  }
  /* line 30, ../sass/desktop/_press-desktop.scss */
  .expand-gallery-container .expand-button {
    height: 65px;
  }
  /* line 33, ../sass/desktop/_press-desktop.scss */
  .expand-gallery-container .expand-button .close-text:before,
  .expand-gallery-container .expand-button .open-text:before {
    width: 22px;
    height: 14px;
    background: url('../images/expand-collapse-desktop.png') no-repeat;
    background-size: 50px 14px;
  }
  /* line 41, ../sass/desktop/_press-desktop.scss */
  .expand-gallery-container .expand-button .close-text:before {
    background-position: right top;
  }

  /* line 46, ../sass/desktop/_press-desktop.scss */
  .press-header {
    position: relative;
    width: 900px;
    margin: 0 auto;
  }

  /* line 52, ../sass/desktop/_press-desktop.scss */
  .press-release,
  .press-article {
    padding: 20px;
    position: relative;
    width: 900px;
    margin: 0 auto;
  }

  /* line 60, ../sass/desktop/_press-desktop.scss */
  .press-release-container {
    position: relative;
    width: 900px;
    margin: 0 auto;
    overflow: hidden;
  }

  /* line 67, ../sass/desktop/_press-desktop.scss */
  .active-press-container {
    display: -webkit-box;
    display: -moz-box-flex;
    display: box;
    display: -ms-box;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-box-orient: vertical;
  }
  /* line 76, ../sass/desktop/_press-desktop.scss */
  .active-press-container .press-release-content {
    clear: float;
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-box-ordinal-group: 2;
    box-ordinal-group: 2;
  }
  /* line 83, ../sass/desktop/_press-desktop.scss */
  .active-press-container .press-release-content.active-press {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    box-ordinal-group: 1;
    -ms-box-ordinal-group: 1;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 91, ../sass/desktop/_press-desktop.scss */
  .active-press-container .press-release-content.active-press .press-release {
    width: 100%;
  }
  /* line 95, ../sass/desktop/_press-desktop.scss */
  .active-press-container .press-release-content.active-press .press-article-text {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }

  /* line 103, ../sass/desktop/_press-desktop.scss */
  .press-release-content {
    float: left;
    position: relative;
    display: block;
  }
  /* line 108, ../sass/desktop/_press-desktop.scss */
  .press-release-content .expand-button-container {
    padding: 0 20px;
  }
  /* line 109, ../sass/desktop/_press-desktop.scss */
  .press-release-content .press-header {
    width: auto;
  }

  /* line 112, ../sass/desktop/_press-desktop.scss */
  .press-release {
    width: 410px;
  }

  /* line 118, ../sass/desktop/_press-desktop.scss */
  .project-report {
    width: 100%;
  }

  /* line 122, ../sass/desktop/_press-desktop.scss */
  .project-report-left {
    position: relative;
    width: 460px;
    left: 50%;
    margin-left: -450px;
    padding-top: 160px;
  }

  /* line 130, ../sass/desktop/_press-desktop.scss */
  .project-report-right {
    position: relative;
    width: 410px;
    right: 50%;
    margin-right: -455px;
    padding-top: 40px;
  }
  /* line 137, ../sass/desktop/_press-desktop.scss */
  .project-report-right img {
    width: 100%;
  }

  /* line 146, ../sass/desktop/_press-desktop.scss */
  .infographic-container .expand-button-container {
    width: 900px;
    margin: 0 auto;
    left: 50%;
    margin-left: -450px;
    padding: 0;
  }

  /* line 155, ../sass/desktop/_press-desktop.scss */
  .infographic-content {
    position: relative;
    width: 900px;
    margin: 0 auto;
  }

  /* line 161, ../sass/desktop/_press-desktop.scss */
  .infographic-figure {
    width: 410px;
  }

  /* line 165, ../sass/desktop/_press-desktop.scss */
  .download-infographic-container {
    top: 35%;
  }
  /* line 168, ../sass/desktop/_press-desktop.scss */
  .download-infographic-container a {
    padding: 20px 0;
  }

  /* line 172, ../sass/desktop/_press-desktop.scss */
  .press-header {
    padding: 55px 80px 30px 80px;
  }

  /* line 176, ../sass/desktop/_press-desktop.scss */
  .press-article-figure {
    margin-bottom: 14px;
  }

  /* line 180, ../sass/desktop/_press-desktop.scss */
  .press-image-title {
    font-weight: bold;
  }

  /* line 185, ../sass/desktop/_press-desktop.scss */
  .project-report {
    margin-top: 20px;
  }

  /* line 189, ../sass/desktop/_press-desktop.scss */
  .project-report-header {
    text-transform: uppercase;
  }

  /* line 195, ../sass/desktop/_press-desktop.scss */
  .project-report-left p, .project-report-left li {
    font-size: 16px;
  }
  /* line 199, ../sass/desktop/_press-desktop.scss */
  .project-report-left li {
    margin: 20px 0;
  }

  /* line 204, ../sass/desktop/_press-desktop.scss */
  .project-report-right {
    padding-bottom: 60px;
  }

  /* line 209, ../sass/desktop/_press-desktop.scss */
  .expand-button-label {
    font-size: 13px;
  }

  /* line 216, ../sass/desktop/_press-desktop.scss */
  .infographic-container .press-header {
    padding: 40px 80px 50px 80px;
  }

  /* line 222, ../sass/desktop/_press-desktop.scss */
  .video-caption {
    font-size: 14px;
    margin-top: 5px;
  }

  /* line 1, ../sass/desktop/_page-desktop.scss */
  .large-image {
    height: 700px;
  }
  /* line 4, ../sass/desktop/_page-desktop.scss */
  .large-image img {
    width: 110%;
  }

  /* line 9, ../sass/desktop/_page-desktop.scss */
  .page-header {
    height: 550px;
    background-position: top;
  }

  /* line 14, ../sass/desktop/_page-desktop.scss */
  .text-article {
    position: relative;
    width: 980px;
    left: 50%;
    margin-left: -490px;
  }

  /* line 19, ../sass/desktop/_page-desktop.scss */
  .page-thumbnails-list {
    position: relative;
    width: 980px;
    left: 50%;
    margin-left: -490px;
  }

  /* line 24, ../sass/desktop/_page-desktop.scss */
  .large-image-quote.in-the-field {
    right: 50%;
    margin-right: -450px;
    width: 80%;
  }

  /* line 33, ../sass/desktop/_page-desktop.scss */
  .professional-diagnosis {
    padding: 30px 30px 0 30px;
  }
  /* line 35, ../sass/desktop/_page-desktop.scss */
  .professional-diagnosis p {
    font-size: 16px;
  }

  /* line 39, ../sass/desktop/_page-desktop.scss */
  .average-transfer-time {
    font-size: 20px;
    margin-right: 180px;
    text-align: right;
  }
  /* line 44, ../sass/desktop/_page-desktop.scss */
  .average-transfer-time .large-text {
    font-size: 32px;
  }

  /* line 49, ../sass/desktop/_page-desktop.scss */
  .stat-list {
    margin-top: 60px;
  }
  /* line 53, ../sass/desktop/_page-desktop.scss */
  .stat-list li {
    margin-bottom: 20px;
  }
  /* line 57, ../sass/desktop/_page-desktop.scss */
  .stat-list .stat-number {
    font-size: 32px;
    border: 2px solid black;
    padding: 0 15px;
  }
  /* line 63, ../sass/desktop/_page-desktop.scss */
  .stat-list .stat-text {
    font-size: 20px;
    margin-left: 30px;
  }

  /* line 70, ../sass/desktop/_page-desktop.scss */
  .large-image-quote.our-findings {
    top: 50%;
    left: 50%;
    margin-left: -450px;
    width: 840px;
    -moz-transform: translate3d(0, -50%, 0);
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }

  /* line 78, ../sass/desktop/_page-desktop.scss */
  .large-image-quote.our-findings-small {
    display: block;
    top: 50%;
    left: 50%;
    margin-top: 200px;
    margin-left: 50px;
    width: 280px;
    -moz-transform: translate3d(0, -50%, 0);
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
  }

  /* line 88, ../sass/desktop/_page-desktop.scss */
  .thumbnail-text-quote {
    font-size: 40px;
    line-height: 48px;
    padding: 40px 10px 10px 40px;
  }

  /* line 94, ../sass/desktop/_page-desktop.scss */
  .thumbnail-text-quote-author {
    padding: 0px 40px;
  }

  /* line 2, ../sass/desktop/_header-desktop.scss */
  .site-header {
    width: 980px;
    left: 50%;
    margin-left: -490px;
  }

  /* line 6, ../sass/desktop/_header-desktop.scss */
  .main-menu {
    position: fixed;
    right: 50%;
    margin-right: -490px;
  }

  /* line 13, ../sass/desktop/_header-desktop.scss */
  .page-header h1 {
    width: 980px;
    left: 50%;
    margin-left: -490px;
    bottom: 100px;
  }

  /* line 1, ../sass/desktop/_front-page-desktop.scss */
  .large-image-quote.front-page {
    right: 50%;
    margin-right: -450px;
    width: 540px;
  }

  /* line 7, ../sass/desktop/_front-page-desktop.scss */
  .large-image-quote-author.front-page {
    left: 50%;
    margin-left: -450px;
    width: 330px;
  }

  /* line 13, ../sass/desktop/_front-page-desktop.scss */
  .front-page-header {
    position: relative;
    width: 980px;
    left: 50%;
    margin-left: -490px;
    margin-top: 40px;
  }

  /* line 20, ../sass/desktop/_front-page-desktop.scss */
  .page-header .ultrasound {
    bottom: 40px;
    font-size: 60px;
    width: 1200px;
    left: 50%;
    margin-left: -600px;
  }

  /* line 27, ../sass/desktop/_front-page-desktop.scss */
  .front-page-press-articles {
    margin-bottom: 40px;
    overflow: hidden;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 980px;
    left: 50%;
    margin-left: -490px;
  }
  /* line 34, ../sass/desktop/_front-page-desktop.scss */
  .front-page-press-articles .press-article {
    width: 50%;
    float: left;
    padding: 0 40px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 40, ../sass/desktop/_front-page-desktop.scss */
  .front-page-press-articles .press-article h2 {
    margin-bottom: 10px;
  }

  /* line 46, ../sass/desktop/_front-page-desktop.scss */
  .infographic-wrapper {
    margin: 40px 0;
    overflow: hidden;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 980px;
    left: 50%;
    margin-left: -490px;
  }
  /* line 53, ../sass/desktop/_front-page-desktop.scss */
  .infographic-wrapper .front-page-infographic-header {
    float: left;
    width: 50%;
    padding: 0;
    text-align: left;
    margin-top: 80px;
    padding: 30px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 63, ../sass/desktop/_front-page-desktop.scss */
  .infographic-wrapper .front-page-infographic {
    float: right;
    width: 50%;
  }

  /* line 71, ../sass/desktop/_front-page-desktop.scss */
  .front-page-staff-list li {
    float: left;
    width: 16.66%;
  }
  /* line 77, ../sass/desktop/_front-page-desktop.scss */
  .front-page-staff-list .staff-info p {
    font-size: 15px;
  }

  /* line 83, ../sass/desktop/_front-page-desktop.scss */
  .front-page-donation-header {
    position: relative;
    width: 830px;
    left: 50%;
    margin-left: -490px;
    text-align: left;
    padding: 50px  0 0 35px;
  }
  /* line 91, ../sass/desktop/_front-page-desktop.scss */
  .front-page-donation-header .large-header {
    font-size: 40px;
  }

  /* line 96, ../sass/desktop/_front-page-desktop.scss */
  .front-page-donation-wrapper {
    margin: 0;
    overflow: hidden;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 980px;
    left: 50%;
    margin-left: -490px;
  }
  /* line 103, ../sass/desktop/_front-page-desktop.scss */
  .front-page-donation-wrapper .front-page-donation {
    width: 50%;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* line 109, ../sass/desktop/_front-page-desktop.scss */
  .front-page-donation-wrapper .front-page-donation img {
    margin: 0 0 10px 0;
  }
  /* line 113, ../sass/desktop/_front-page-desktop.scss */
  .front-page-donation-wrapper .front-page-donation:after {
    display: none;
  }

  /* line 117, ../sass/desktop/_front-page-desktop.scss */
  .front-page-donation-subheader {
    font-size: 18px;
  }

  /* line 121, ../sass/desktop/_front-page-desktop.scss */
  .front-page-partners {
    height: 360px;
    position: relative;
  }
  /* line 125, ../sass/desktop/_front-page-desktop.scss */
  .front-page-partners .right-col {
    width: 500px;
    left: 50%;
    margin: 60px 0 0 -100px;
    position: absolute;
  }
  /* line 131, ../sass/desktop/_front-page-desktop.scss */
  .front-page-partners .right-col p {
    font-size: 13px;
  }
  /* line 138, ../sass/desktop/_front-page-desktop.scss */
  .front-page-partners .left-col .trice-logo {
    margin-top: 60px;
  }

  /* line 153, ../sass/desktop/_front-page-desktop.scss */
  .desktop-only {
    display: block;
  }

  /* line 1, ../sass/desktop/_slider-desktop.scss */
  .gallery-slider-container {
    width: 800px;
    margin-left: -400px;
  }
}
