@font-face {
	font-family: "Neutra Face";
	src: url('//projects.newyorker.com/fonts/legacy/NeutraFaceBook.woff2') format('woff2'),
	url('//projects.newyorker.com/fonts/legacy/NeutraFaceBook.woff') format('woff');
	font-style: normal;
	font-weight: 400;
}
@font-face {
	font-family: "Neutra Face";
	src: url('//projects.newyorker.com/fonts/legacy/NeutraFaceDemi.woff') format('woff');
	font-style: normal;
	font-weight: 600;
}
@font-face {
	font-family: "Neutra Face";
	src: url('//projects.newyorker.com/fonts/legacy/NeutraFaceBold.woff2') format('woff2'),
	url('//projects.newyorker.com/fonts/legacy/NeutraFaceBold.woff') format('woff');
	font-style: normal;
	font-weight: 700;
}

html,
body {
	margin: 0;
	height: 100%;
	width: 100%;
}

body {
	font-family: "Neutra Face", "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: geometricPrecision;
	-webkit-text-size-adjust: none;
  background: rgba(38, 169, 224, 1);
}

b {
	font-weight: 600;
}

.number {
  font-size: 16px;
}

/*

.barrier {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}

.CM-inner-wrapper {
	padding-top: 34px;
	padding-bottom: 60px;
	padding-left: 5px;
	padding-right: 5px;
}

.CM-header {
  font-size: 30px;
  line-height: 36px;
  max-width: 315px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 116px;
  font-weight: 400;    
}

.indent {
  text-indent: 10px;
}

.CM-subheader {
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 2px;
  letter-spacing: -0.35px;
}

.number {
  font-size: 15px;
}

.CM-subheader,
.CM-text {
  margin-top: 0;
}

.CM-text-wrapper {
  color: #ffffff;
}

.CM-text {
  font-size: 14px;
  margin-bottom: 0;
}

.CM-button-wrapper {
  width: 100%;
  margin-top: 26px;
  margin-bottom: 6px;
}

.learn-more-button {
  font-size: 16px;
  line-height: 30px;
  background: #322F31;
  color: #ffffff;
  text-decoration: none;
  padding: 5px 28px 1px 28px;
  font-weight: 600;
  display: inline-block;
  position: static;
}

.strong-underline {
  font-weight: 600;
  position: relative;
  display: inline-block;
}

.strong-underline:after {
  background: #ffffff;
  bottom: 5px;
}

.text-underline:after {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
}*/