html {
	font-family: sans-serif;
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

article,
aside,
footer,
header,
nav,
section {
	display: block
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

figcaption,
figure,
main {
	display: block
}

figure {
	margin: 1em 40px
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

pre {
	font-family: monospace, monospace;
	font-size: 1em
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects
}

a:active,
a:hover {
	outline-width: 0
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted
}

b,
strong {
	font-weight: bolder
}

code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

dfn {
	font-style: italic
}

mark {
	background-color: #ff0;
	color: #000
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

audio,
video {
	display: inline-block
}

audio:not([controls]) {
	display: none;
	height: 0
}

img {
	border-style: none
}

svg:not(:root) {
	overflow: hidden
}

button,
input,
optgroup,
select,
textarea {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
	-webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	border-style: none;
	padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
	outline: ButtonText dotted 1px
}

fieldset {
	border: 1px solid silver
}

legend {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal
}

progress {
	display: inline-block;
	vertical-align: baseline
}

textarea {
	overflow: auto
}

[type=checkbox],
[type=radio] {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit
}

details,
menu {
	display: block
}

summary {
	display: list-item
}

canvas {
	display: inline-block
}

[hidden],
template {
	display: none
}

html {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 62.5%
}

*,
::after,
::before {
	-moz-box-sizing: inherit;
	box-sizing: inherit
}

a {
	color: #b90000;
	text-decoration: none
}

a:active,
a:focus,
a:hover {
	color: #b90000;
	text-decoration: underline
}

.clearfix::after {
	clear: both;
	content: '';
	display: table
}

body {
	color: #666;
	font-family: "Source Sans Pro", sans-serif;
	font-size: 2rem;
	font-weight: 300;
	overflow-x: hidden
}

.l-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

@media (min-width:1400px) {
	.container {
		max-width: 1368px
	}
}

.l-secondary {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 25%;
	-moz-box-flex: 0;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%
}

.l-primary {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.l-hero {
	padding: 10rem 0;
	margin-bottom: 5rem
}

.l-hero__title {
	margin: 0;
	padding: 0;
	font-size: 8rem;
	font-weight: 600;
	color: #ffc300;
	line-height: 1.1
}

.l-hero__title span {
	font-weight: 300;
	font-size: 7.4rem;
	color: #fff
}

.l-hero__image {
	width: 100%;
	max-width: 600px
}

.l-hero__image img {
	max-width: 100%
}

.l-nav {
	background: #fff;
	-moz-box-shadow: 0 10px 17px -5px rgba(0, 0, 0, .21);
	box-shadow: 0 10px 17px -5px rgba(0, 0, 0, .21)
}

.l-nav__container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1.8rem 0
}

.l-nav__url {
	display: block
}

.l-nav__logo {
	width: 260px
}

.l-nav.is-sticky {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100
}

.section-title {
	background: url(../../../img/pages/field-report/parallax-red.jpg) 0 0/cover fixed #b90000;
	padding: 6rem 5rem 8rem;
	margin: 12rem -5rem 5rem;
	-moz-background-size: cover
}

.section-title .section-title__text {
	color: #fff;
	font-weight: 600;
	font-size: 5rem;
	margin: 0;
	text-transform: none
}

.footer {
	background-color: #000;
	padding: 6rem 5rem 8rem;
	margin: 12rem -5rem 0;
	background-image: url(../../../img/pages/field-report/parallax-black.jpg);
	background-attachment: fixed;
	-moz-background-size: cover;
	background-size: cover;
	color: #fff
}

.footer__inner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.footer__item {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 80%;
	-moz-box-flex: 0;
	-ms-flex: 0 0 80%;
	flex: 0 0 80%;
	margin-bottom: 30px
}

.footer__item--logos {
	margin-top: 50px;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 60%;
	-moz-box-flex: 0;
	-ms-flex: 0 0 60%;
	flex: 0 0 60%;
	margin-bottom: 0
}

.footer .footer__item h3 {
	color: #fff
}

.c-toc {
	font-size: 1.7rem;
	width: 95%;
	max-width: 263px
}

.c-toc__header {
	margin: 0;
	padding: 0;
	font-weight: 700;
	font-size: 1.2em;
	letter-spacing: .025em;
	text-transform: uppercase;
	color: #000
}

.c-toc__items {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	list-style: none;
	margin: .6em 0 0;
	padding: 0;
	border-left: .1em solid #ddd
}

.c-toc__item {
	display: block
}

.c-toc__link {
	font-size: 1em;
	display: block;
	padding: .3em 1em;
	line-height: 1.2;
	color: #999;
	position: relative
}

.c-toc__link:active,
.c-toc__link:focus,
.c-toc__link:hover {
	color: #b90000;
	text-decoration: none;
	font-weight: 400
}

.c-toc__link.is-active {
	color: #b90000;
	text-decoration: none;
	font-weight: 600
}

.c-toc__link.is-active::before {
	content: "";
	display: block;
	position: absolute;
	width: .23em;
	background-color: #ffc300;
	height: 100%;
	left: -.1em;
	top: 0
}

.c-toc.is-sticky {
	position: fixed
}

@media (max-width:991px) {

	.c-toc,
	.l-secondary {
		display: none
	}

	.c-content {
		border: none;
		padding: 0 15px
	}
}

.c-btn {
	display: inline-block;
	font-size: 1.6rem;
	text-align: center;
	padding: .6em 1.6em;
	background-color: #b90000;
	color: #fff;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	position: relative;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: .05em
}

.c-btn:active,
.c-btn:focus,
.c-btn:hover {
	color: #fff;
	text-decoration: none;
	background-color: #a00
}

.c-content {
	border-left: .1rem solid #ddd;
	padding-left: 5rem;
	padding-right: 5rem;
	max-width: 750px;
}

.c-content p {
	margin: 0 0 3rem
}

.c-content h1 {
	color: #000;
	font-size: 4rem;
	font-weight: 700;
	margin: 5.5rem 0 3.5rem;
	padding: 0 0 1.5rem;
	position: relative
}

.c-content h1::after {
	content: "";
	display: block;
	position: absolute;
	width: 4rem;
	background: #ffc300;
	height: .5rem;
	bottom: 0
}

.c-content h2 {
	color: #000;
	font-size: 3.2rem;
	font-weight: 700;
	margin: 5.5rem 0 3.5rem;
	padding: 0 0 1.5rem;
	position: relative;
	text-transform: uppercase
}

.c-content h2::after {
	content: "";
	display: block;
	position: absolute;
	width: 4rem;
	background: #ffc300;
	height: .5rem;
	bottom: 0
}

.c-content h3 {
	color: #000;
	font-size: 2.4rem;
	font-weight: 700;
	margin: 5.5rem 0 3.5rem;
	padding: 0 0 1.5rem;
	position: relative;
	text-transform: uppercase
}

.c-content h3::after {
	content: "";
	display: block;
	position: absolute;
	width: 4rem;
	background: #ffc300;
	height: .5rem;
	bottom: 0
}

.c-callout {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 10rem;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 6.5rem 0
}

.c-callout__percent {
	color: #b90000;
	position: relative;
	padding-right: .25em;
	margin-right: .25em;
	line-height: .9em
}

.c-callout__percent::after {
	content: "";
	display: block;
	position: absolute;
	width: .05em;
	background: #00aab4;
	right: 0;
	height: 100%;
	top: 0
}

.c-callout__content {
	font-size: .26em;
	line-height: 1.2
}

.c-checklist {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 2.5em 0
}

.c-checklist__item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex
}

.c-checklist__check {
	padding-right: 1em
}

.c-checklist__check i {
	color: #b90000;
	font-size: 2em
}

.c-checklist__content p {
	line-height: 1.3
}

.c-bar-graph {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 1.5em 0 2.5em
}

.c-bar-graph__item {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	-moz-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

	position: relative
}

.c-bar-graph--labels .c-bar-graph__item {
	margin-bottom: .25em
}

.c-bar-graph__bar {
	height: 2.6em;
	background-color: #b90000;
	color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 1em;
	-webkit-transition: -webkit-box-flex, -webkit-flex;
	transition: flex, _, _, _, _;
	-o-transition: flex;
	-moz-transition: flex, -moz-box-flex;
	position: relative;
	width: 0%
}

.c-bar-graph__item--blue .c-bar-graph__bar {
	background-color: #00aab4
}

.c-bar-graph__item--yellow .c-bar-graph__bar {
	background-color: #ffc300
}

.c-bar-graph__item--grey .c-bar-graph__bar {
	background-color: #919191
}

.c-bar-graph__item--light-grey .c-bar-graph__bar {
	background-color: #c4c4c4
}

.c-bar-graph__item--dark-grey .c-bar-graph__bar {
	background-color: #2b2b2b
}

.c-bar-graph__percent {
	color: #b90000;
	font-size: 2.2em;
	font-weight: 300;
	padding-left: .3em;
	line-height: 1.5;
	z-index: 2
}

.c-bar-graph__item--blue .c-bar-graph__percent {
	color: #00aab4
}

.c-bar-graph__item--yellow .c-bar-graph__percent {
	color: #ffc300
}

.c-bar-graph__item--grey .c-bar-graph__percent {
	color: #919191
}

.c-bar-graph__item--light-grey .c-bar-graph__percent {
	color: #c4c4c4
}

.c-bar-graph__item--dark-grey .c-bar-graph__percent {
	color: #2b2b2b
}

.c-bar-graph__label {
	position: absolute;
	padding-left: 1em;
	left: 0;
	z-index: 2;
	display: block;
	font-size: .9em;
	color: #fff
}

.c-bar-graph__label span {
	font-size: .8em;
	display: inline-block;
	position: relative;
	width: auto;
	padding-left: 0
}

.c-bar-graph--labels .c-bar-graph__label {
	position: relative;
	width: 100%;
	display: block;
	padding-left: 0;
	color: #000;
	font-size: 1em;
	font-weight: 600;
	line-height: 1
}

.c-graph {
	margin: 3.5em 0
}

.c-graph--title-only {
	margin-top: 3.5em
}

.c-graph .c-graph__title {
	margin: 0;
	padding: 0;
	text-transform: none;
	font-weight: 600;
	font-size: 2rem;
	width: 100%;
	line-height: 1.1;
	border-bottom: 1px solid #ccc;
	padding-bottom: 1.6rem;
}

.c-graph .c-graph__title:after {
	display: none
}

.c-graph--float-right {
	float: right;
	width: 50%;
	margin-left: 3.5rem;
	margin-top: 0;
	margin-bottom: 0;
}


@media (max-width: 600px) {
	.c-graph--float-right {
		width: 100%;
		float: none;
		margin: 0 auto;
		margin-top: 3.5rem;
		margin-bottom: 3.5rem;
	}

}


.c-donut-chart {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 2em;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.c-donut-chart__item {
	text-align: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 0 1em;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	position: relative
}

.c-donut-chart__wrap {
	width: 200px;
	height: 210px;
	position: relative
}

@media (max-width:1399px) {
	.c-donut-chart--four-items .c-donut-chart__wrap {
		width: 170px;
		height: 180px
	}

	.c-donut-chart--four-items .c-donut-chart__percent {
		font-size: 3em
	}
}

@media (max-width:1199px) {
	body {
		font-size: 1.8rem
	}

	.l-secondary {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 28%;
		-moz-box-flex: 0;
		-ms-flex: 0 0 28%;
		flex: 0 0 28%
	}

	.l-hero__image {
		max-width: 480px
	}

	.l-nav__container {
		padding: 1rem 0
	}

	.section-title .section-title__text {
		font-size: 4rem
	}

	.c-toc {
		width: 100%;
		max-width: 235px
	}

	.c-content h1 {
		font-size: 3rem
	}

	.c-bar-graph__percent {
		font-size: 2.4em;
		line-height: 1.3
	}

	.c-donut-chart--type-two .c-donut-chart__item {
		-webkit-transform: scale(.8);
		-moz-transform: scale(.8);
		-ms-transform: scale(.8);
		-o-transform: scale(.8);
		transform: scale(.8)
	}

	.c-donut-chart__wrap {
		width: 170px;
		height: 180px
	}

	.c-donut-chart--four-items .c-donut-chart__wrap {
		width: 132px;
		height: 145px
	}
}

.c-donut-chart--type-two .c-donut-chart__wrap {
	width: 300px;
	height: 310px
}

.c-donut-chart__svg {
	width: 100%;
	height: 100%
}

.c-donut-chart__percent {
	color: #b90000;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	line-height: 1;
	font-size: 4.2em;
	letter-spacing: -.05em;
	font-weight: 300;
	margin-top: -.05em
}

.c-donut-chart__percent span {
	font-size: .45em;
	position: relative;
	top: -.8em;
	display: inline-block;
	margin-left: -.05em
}

.c-donut-chart__title {
	font-size: 1em;
	color: #000;
	line-height: 1.2;
	font-weight: 400
}

@media (max-width:1199px) {
	.c-donut-chart__percent {
		font-size: 3em
	}

	.c-donut-chart--four-items .c-donut-chart__percent {
		font-size: 2em
	}

	.c-donut-chart__title {
		font-size: .8em
	}
}

.c-donut-chart__title span {
	color: #666;
	font-weight: 300
}

.c-donut-chart__title span .fas {
	font-size: 0.8em;
	color: #999;
}

.c-donut-chart--type-two .c-donut-chart__title {
	font-size: 3.6em;
	font-weight: 300;
	line-height: .35;
	position: absolute
}

.c-donut-chart--type-two .c-donut-chart__title span {
	font-size: .3em
}

.c-donut-chart__segment {
	-webkit-transform-origin: center center;
	-moz-transform-origin: center center;
	-ms-transform-origin: center center;
	-o-transform-origin: center center;
	transform-origin: center center;
	pointer-events: stroke;

	-webkit-transition: opacity .2s;
	-o-transition: opacity .2s;
	-moz-transition: opacity .2s;
	transition: opacity .2s
}

.c-donut-chart__center-title {
	position: absolute;
	font-size: 1.8em;
	line-height: 1.1;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

@-webkit-keyframes dashOffset {
	100% {
		stroke-dashoffset: 0
	}
}

@-moz-keyframes dashOffset {
	100% {
		stroke-dashoffset: 0
	}
}

@keyframes dashOffset {
	100% {
		stroke-dashoffset: 0
	}
}

.c-donut-chart--type-two {
	margin-top: 60px
}

@media (max-width:991px) {
	.c-content {
		border: none;
		padding: 0 15px
	}

	.c-donut-chart--type-two {
		-webkit-transform: scale(.6);
		-moz-transform: scale(.6);
		-ms-transform: scale(.6);
		-o-transform: scale(.6);
		transform: scale(.6)
	}
}

.c-donut-chart--type-two .c-donut-chart__svg {
	-webkit-transform: rotate(20deg);
	-moz-transform: rotate(20deg);
	-ms-transform: rotate(20deg);
	-o-transform: rotate(20deg);
	transform: rotate(20deg)
}

.c-donut-chart--type-two.second .c-donut-chart__svg {
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
	transform: rotate(0)
}

.c-donut-chart--type-two .c-donut-chart__title {
	width: 180px
}

.c-donut-chart--type-two.second .c-donut-chart__title {
	width: 220px
}

.c-donut-chart--type-two .c-donut-chart__title.first {
	right: -250px;
	top: 0;
	text-align: left;
	color: #ffc300
}

.c-donut-chart--type-two .c-donut-chart__title.first .line {
	left: -110px;
	-webkit-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
	stroke-dasharray: 100;
	stroke-dashoffset: 100;
	-webkit-animation: 1s linear forwards dashOffset;
	-moz-animation: 1s linear forwards dashOffset;
	animation: 1s linear forwards dashOffset
}

.c-donut-chart--type-two .c-donut-chart__title.second {
	right: -250px;
	text-align: left;
	bottom: 0;
	color: #919191
}

.c-donut-chart--type-two .c-donut-chart__title.second .line {
	left: -110px;
	-webkit-transform: scale(-1);
	-moz-transform: scale(-1);
	-ms-transform: scale(-1);
	-o-transform: scale(-1);
	transform: scale(-1);
	top: -10px;
	stroke-dasharray: 100;
	stroke-dashoffset: 100;
	-webkit-animation: 1s linear forwards dashOffset;
	-moz-animation: 1s linear forwards dashOffset;
	animation: 1s linear forwards dashOffset
}

.c-donut-chart--type-two .c-donut-chart__title.third {
	left: -250px;
	text-align: right;
	bottom: 0;
	color: #00aab4
}

.c-donut-chart--type-two .c-donut-chart__title.third .line {
	right: -110px;
	-webkit-transform: scaleY(-1);
	-moz-transform: scaleY(-1);
	-ms-transform: scaleY(-1);
	-o-transform: scaleY(-1);
	transform: scaleY(-1);
	top: -10px;
	stroke-dasharray: 100;
	stroke-dashoffset: 100;
	-webkit-animation: 1s linear forwards dashOffset;
	-moz-animation: 1s linear forwards dashOffset;
	animation: 1s linear forwards dashOffset
}

.c-donut-chart--type-two .c-donut-chart__title.fourth {
	left: -250px;
	text-align: right;
	top: 0;
	color: #b90000
}

.c-donut-chart--type-two .c-donut-chart__title.fourth .line {
	right: -110px;
	stroke-dasharray: 100;
	stroke-dashoffset: 100;
	-webkit-animation: 1s linear forwards dashOffset;
	-moz-animation: 1s linear forwards dashOffset;
	animation: 1s linear forwards dashOffset
}

.c-donut-chart--type-two .line {
	fill: none;
	stroke: #ccc;
	stroke-miterlimit: 10;
	position: absolute;
	width: 100px
}

.c-donut-chart--type-two.second .c-donut-chart__title.fourth {
	color: #00aab4
}

.c-donut-chart--type-two.second .c-donut-chart__title.second {
	color: #b90000;
	right: -280px
}

.c-donut-chart--type-two.second .c-donut-chart__title.fourth {
	left: -300px
}

.c-icon-circle-graph {
	margin-top: 2.5em;
	display: none
}

.c-icon-circle-graph__item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0 40px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-moz-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	position: relative
}

.c-icon-circle-graph__item::after {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	height: 25%;
	width: 3px;
	background-color: #c4c4c4;
	top: 50%;
	margin-top: -12%
}

.c-icon-circle-graph__item:last-child::after {
	display: none
}

.c-icon-circle-graph__circle {
	background: #b90000;
	-moz-border-radius: 1000px;
	border-radius: 1000px
}

.second .c-icon-circle-graph__circle {
	background: #00aab4
}

.third .c-icon-circle-graph__circle {
	background: #ffc300
}

.fourth .c-icon-circle-graph__circle {
	background: #919191
}

.c-icon-circle-graph__icon {
	width: 160px;
	height: 160px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.second .c-icon-circle-graph__icon,
.third .c-icon-circle-graph__icon {
	width: 140px;
	height: 140px
}

@media (max-width:1299px) {
	.c-icon-circle-graph__item {
		padding: 0 20px
	}

	.c-icon-circle-graph__icon {
		width: 120px;
		height: 120px
	}

	.second .c-icon-circle-graph__icon,
	.third .c-icon-circle-graph__icon {
		width: 100px;
		height: 100px
	}
}

.fourth .c-icon-circle-graph__icon {
	width: 90px;
	height: 90px
}

@media (max-width:1199px) {
	.fourth .c-icon-circle-graph__icon {
		width: 65px;
		height: 65px
	}
}

.c-icon-circle-graph__icon img {
	max-width: 70%
}

.c-icon-circle-graph__title {
	font-size: 1.1em;
	color: #000;
	line-height: 1;
	font-weight: 300;
	margin-top: .8em
}

.c-icon-circle-graph__percent {
	font-size: 1.3em;
	color: #000;
	line-height: 1;
	font-weight: 400;
	margin-bottom: .6em
}

.c-single-bar-graph {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	font-size: 3em;
	line-height: 1.2;
	margin-top: 3rem
}

.c-graph--single-bar-small .c-single-bar-graph {
	font-size: 1.8em;
	line-height: 1.6;
	margin-top: .8rem
}

.c-single-bar-graph__item.first {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 28%;
	-moz-box-flex: 0;
	-ms-flex: 0 0 28%;
	flex: 0 0 28%;
	border-right: 4px solid #fff
}

.c-single-bar-graph__item.second {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	border-right: 4px solid #fff;
}

.c-single-bar-graph__bar {
	color: #fff;
	padding: 0 1rem
}

.c-single-bar-graph__bar {
	background: #b90000
}

.blue .c-single-bar-graph__bar {
	background: #00aab4;
}



.grey .c-single-bar-graph__bar {
	background: #919191;
}

.last .c-single-bar-graph__bar {

	text-align: right;
}

.c-single-bar-graph__percent {
	display: block
}

.c-single-bar-graph__text {
	font-size: 0.6em;
	padding: 0 1.3rem;
	color: #000;
	font-weight: 400
}

.second .c-single-bar-graph__text {
	text-align: left;
}

.last .c-single-bar-graph__text {
	text-align: right;
}

.c-graph--single-bar-small {
	margin: 1.6em 0
}

.c-graph--single-bar-small .c-graph__title {
	font-weight: 600;
	font-size: 2rem;
	width: 95%;
	line-height: 1.1
}

.c-graph--single-bar-small .c-single-bar-graph__text {
	padding: .2em 0
}

.c-gate {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 10000;
	display: block;
	opacity: 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	background: rgba(0, 0, 0, .4)
}

.c-gate.is-visible {
	opacity: 1;
	pointer-events: all
}

.c-gate__content {
	background: #fff;
	display: block;
	position: fixed;
	z-index: 10000;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 700px;
	height: auto;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 0 100px rgba(0, 0, 0, .2);
	box-shadow: 0 0 100px rgba(0, 0, 0, .2);
	padding: 60px
}

.c-gate__title {
	text-align: center;
	color: #000;
	font-size: 1.7em;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.2;
	margin-bottom: 30px
}

@media (max-width:767px) {
	.c-gate__content {
		width: 90%;
		padding: 20px
	}

	.c-gate__title {
		font-size: 1.2em
	}
}

body.is-gated .c-toc,
body.is-gated .l-primary {
	-webkit-filter: blur(10px);
	filter: blur(10px);
	pointer-events: none;
	userSelect: none;
	-webkit-transition: 1s;
	-o-transition: 1s;
	-moz-transition: 1s;
	transition: 1s
}

body.is-gated .c-gate {
	opacity: 1
}

button,
input[type=email],
input[type=submit],
input[type=tel],
input[type=text],
select,
textarea {
	color: #404040;
	font-size: 16px;
	line-height: 1.5;
	outline: 0
}

button,
input[type=email],
input[type=submit],
input[type=tel],
input[type=text],
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

input[type=email],
input[type=tel],
input[type=text],
select,
textarea {
	width: 100%;
	border: 1px solid #ddd;
	padding: 5px 20px 0;
	height: 60px;
	line-height: 60px;
	outline: 0;
	margin-bottom: 17px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 18px
}

textarea {
	height: auto;
	padding: 8px;
	line-height: inherit
}

input[type=submit] {
	display: block;
	font-size: 1.6rem;
	text-align: center;
	padding: 1.2em 1.6em;
	background-color: #b90000;
	color: #fff;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	position: relative;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: .05em;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	height: inherit;
	width: 100%
}

input[type=submit]:hover {
	background: #b90000;
	-webkit-transition: .2s;
	-o-transition: .2s;
	-moz-transition: .2s;
	transition: .2s
}

input[type=checkbox],
input[type=radio] {
	margin-right: 8px
}

fieldset {
	border: none;
	margin: 0;
	padding: 0
}

select:required:invalid {
	color: gray
}

option[value=""][disabled] {
	display: none
}

option {
	color: #000
}

.hbspt-form label {
	position: absolute;
	font-size: 20px;
	font-weight: 300;
	background-color: #fff;
	display: inline-block;
	line-height: 1;
	padding: 0 5px;
	top: -.4em;
	left: 10px
}

.hbspt-form .hs-form-checkbox-display {
	display: block
}

.hs-form-checkbox-display span {
	position: relative;
	top: -1px
}

.form-columns-2 .input {
	width: 50%;
	padding-right: 8px;
	float: left;
	font-size: 14px
}

.hs-form-field {
	position: relative
}

.hs-form-required {
	display: none
}

.hs-error-msgs {
	margin: 0;
	color: #b90000;
	list-style: none;
	padding: 0;
	position: absolute;
	z-index: 2;
	bottom: 8px;
	right: 16px
}

.hs-error-msgs li {
	position: relative;
	display: block
}

.hs-error-msgs label {
	font-size: 12px;
	display: block;
	font-weight: 400;
	position: relative;
	top: inherit
}

input[type=submit] {
	cursor: pointer
}

.invalid {
	border: 1px solid #b90000 !important
}

.hs_error_rollup {
	display: none
}

.u-margin-top-0 {
	margin-top: 0 !important
}

.u-max-width-90 {
	max-width: 90%
}


.u-give-space {
	padding: 100px 0;
}

/*# sourceMappingURL=main.min.css.map */


.c-svg-image {
	width: 70%;
	padding-bottom: 40px;
}

.c-svg-image img {
	max-width: 100%;
	min-width: 100%;
}

.align-graph-right {
	margin-left: 40px;
	width: 400px;
}

.align-graph-right .c-donut-chart {
	margin-top: 0;
}

.align-wrapper {
	display: flex;
	align-items: flex-start;

}

@media (max-width: 575px) {
	.align-wrapper {
		flex-wrap: wrap;
	}

	.c-svg-image {
		width: 90%;
	}
}


.ethoca {
	min-width: 60%;
}

.order-insight {
	min-width: 80%;
	margin-top: 10px;
}




.definition_box {
	background: #e0e0e0;
	padding: 26px;
	margin-bottom: 30px;
}

.definition_top h3 {
	font-family: georgia, 'times new roman', times, serif;
	font-size: 22px;
	line-height: 46px;
	font-weight: 700;
	color: #000;
	margin: 0;
	display: block;
	background: url('https://chargebacks911.com/wp-content/themes/CB911/inc/img/definition-bg.png');
	padding: 0 20px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center center;
	flex: none;
	text-transform: none;
}

.definition_top h3::after {
	display: none;
}

.definition_box p {
	font-family: georgia, 'times new roman', times, serif;
	font-size: 18px;
	line-height: 30px;
	color: #000000;
	margin: 0;
	margin-bottom: 0px !important;
	margin-top: 10px;
}

.definition_top p {
	font-family: georgia, 'times new roman', times, serif;
	font-size: 15px;
	line-height: 20px;
	font-style: italic;
	color: #9e9e9e;
	margin-top: 0;
	flex: auto;
	text-align: right;
	margin-top: 10px;
}

.definition_top {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
}

.definition_box p a {
	color: #000;
}

.definition_top dt {
	line-height: inherit;
}

.definition_box dd {
	line-height: inherit;
	margin: 0;
}

@media (max-width: 767px) {
	.definition_top {
		display: block;
	}

	.definition_top p {
		text-align: left;
	}

	.definition_top h3 {
		font-family: georgia, 'times new roman', times, serif;
		font-size: 18px;
		line-height: 25px;
		padding: 10px 20px;
		display: inline-block;
	}
}


p.box {
	font-size: 22px;
	line-height: 1.5;
	padding: 20px;
	border: 2px solid #be0000;

	font-weight: 400;
	color: #1a1a1a;
}

p.small-box {
	width: 40%;
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

@media (max-width: 600px) {
	p.small-box {
		float: none;
		width: 100%;
		margin: 3.2rem auto;
	}
}

.c-content {
	flex: 1;
}

.l-primary {
	display: flex;
}

.field-report-cta {
	flex: 0 0 220px;
	padding-left: 16px;
}

.field-report-cta__inner {
	position: sticky;
	top: 112px;
	padding-top: 0.8rem;
	padding-bottom: 1.2rem;
	border-top: 0.1rem solid #ddd;
	border-bottom: 0.1rem solid #ddd;
}

.field-report-cta__link {
	color: #b90000;
	font-weight: 600;
	display: block;
	font-size: 2rem;
	position: relative;
	transition: all ease 0.25s;
	left: 0;
}

.field-report-cta__link:hover {
	text-decoration: none;
	left: 0.8rem;
}

@media (max-width: 1199px) {
	.field-report-cta {
		display: none;
	}
}

.l-hero {
	background: url("https://chargebacks911.com/wp-content/themes/CB911/dist/img/pages/field-report-2019/parallax-red.jpg");
	background-position: center center;
}


.field-report-callout {
	color: #B90000;
	font-weight: 500;
	border-left: 2px solid #ffc200;
	padding-left: 24px;
	margin-left: 24px;
	margin-bottom: 24px;
}

.c-graph--max-width svg {
	margin: 0 auto;
	display: block;
	max-width: 80%;
}