/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:0.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace, monospace;font-size:1em}a{background-color:transparent}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}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:0.35em 0.75em 0.625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type="checkbox"],[type="radio"]{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-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}

html {
	-webkit-box-sizing:border-box;
	        box-sizing:border-box;
}
*, *:before, *:after {
	-webkit-box-sizing:inherit;
	        box-sizing:inherit;
}

* {
	-webkit-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	transition: all .5s ease-out;
}

body {
	background: #fff;
	font-family: 'Inter', sans-serif;
	font-weight: 300;
	font-size: 16px;
	color: #001126;
}

a {
	color: #0246B2;
}

img {
	height: auto;
}

h1, h2, h3, p {
	margin-top: 0;
	outline: 0;
}

h1, h2, h3 {
	width: 100%;
	margin-bottom: 40px;
	padding-bottom: 5px;
	font-family: 'sofia-pro', sans-serif;
	font-weight: 700;
	font-size: 30px;
	color: #0246B2;
	border-bottom: 3px solid #E4E4E4;
}
h3 {
	border-bottom: none;
	margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
	h1, h2, h3 {
		font-size: 24px;
	}
}

/* triangle shape below header underline */
h1:after,
h2:after {
	display: block;
	position: relative;
	content:'';
	left: 18px;
	top: 23px;
	width: 0;
	height: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 15px solid #E4E4E4;
}

h2 span {
	padding-bottom: 5px;
	display: block;
	font-size: 16px;
	text-transform: uppercase;
}

p {
	margin-bottom: 1.4em;
	line-height: 1.3;
}

strong {
	font-weight: 700;
}

strong.orange {
	color: #F96726;
}

strong.blue {
	color: #0246B2;
}

header {
	position: relative;
	background: #002671;
	text-align: center;
}

.hero-video-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#heroVideo {
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

header .logo {
	position: relative;
	width: 171px;
	height: auto;
	margin: 25px 0 100px 0;
}

header .hero-text {
	width: 730px;
	height: 335px;
	margin: 0 0 80px;
}

.hero-down-arrow {
	position: absolute;
	bottom: -31px;
	left: 50%;
	margin-left: -32px;
	z-index: 9;
	width: 64px;
	height: auto;
}

@media screen and (max-width: 768px) {
	header .logo {
		margin: 35px 0 50px 0;
	}
	header .hero-text {
		width: 80%;
		height: auto;
	}
	.hero-down-arrow {
		bottom: -25px;
		width: 50px;
		margin-left: -25px;
	}
}

section {
	margin-top: 80px;
}
@media screen and (max-width: 768px) {
	section {
		margin-top: 60px;
	}
}

section.gray {
	margin-top: 0;
	background: #F1F1F2;
}


/* content containers */
.container {
	position: relative;
	width: 804px;
	margin: 0 auto;
}
@media screen and (max-width: 884px) {
	.container {
		width: 100%;
		padding: 0 40px;
	}
}

.container-wide {
	position: relative;
	width: 1008px;
	margin: 0 auto;
}
@media screen and (max-width: 1088px) {
	.container-wide {
		width: 82%;
	}
}

.container-wide.blue {
	margin: 0 auto;
	padding: 20px 0;
	background: #0246B2;
	color: #fff;
}

.container-wide.blue h4 {
	display: block;
	margin: 0;
	padding: 9px;
	text-align: center;
	text-transform: uppercase;
}

.container-wide.blue .items-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	width: 844px;
	margin: 0 auto;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
@media screen and (max-width: 884px) {
	.container-wide.blue .items-row {
		width: 100%;
		padding: 0 40px;
	}
}

.container-wide.blue .item {
	width: 33%;
	padding: 20px;
}

@media screen and (max-width: 640px) {
	.container-wide.blue .item {
		-webkit-box-flex: 0;
		    -ms-flex: 0 auto;
		        flex: 0 auto;
		width: 100%;
		padding: 20px 0;
	}
}

.container-wide.blue .item p {
	padding-top: 5px;
}

.container-wide.gray,
.container-wide.wht {
	padding: 20px 20px 45px;
	color: #0246B2;
}
.container-wide.gray {
	background: #F1F1F2;
}
.container-wide.wht {
	background: #fff;
}

.container-pointers {
	position: relative;
	width: 1227px;
	margin: 0 auto;
}
@media screen and (max-width: 1227px) {
	.container-pointers {
		width: 100%;
	}
}


/* two columns */
.two-col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.two-col .col {
	width: 50%;
}

.two-col .col:first-child {
	padding: 0 20px 0 0;
}

.two-col .col:last-child {
	padding: 0 0 0 20px;
}

@media screen and (max-width: 844px) {
	.two-col .col:first-child {
		padding: 0 40px 0 0;
	}

	.two-col .col:last-child {
		padding: 0 0 0 40px;
	}
}

.img-container,
.img-container.has-animation {
	float: right;
	width: 380px;
	margin: 0 0 13px;
	padding: 0 0 5px;
	border-radius: 7px;
	background: #00194B;
}

@media screen and (max-width: 886px) {
	.img-container,
	.img-container.has-animation {
		float: none;
		width: 100%;
		margin: 0;
	}
}

.img-container img {
	width: 100%;
	height: auto;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
}

@media screen and (max-width: 804px) {
	.two-col {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.two-col .col {
		width: 100%;
	}
	.two-col .col:first-child {
		padding: 0 0 25px;
	}
	.two-col .col:last-child {
		padding: 0;
	}
	.img-container {
		float: none;
		margin: 0 auto 13px;
	}
	.container.mobile-flip-order .two-col .col:first-child {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
		padding: 0;
	}
	.container.mobile-flip-order .two-col .col:last-child {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
		padding: 0 0 25px;
	}
}


/* takeaways menu block */
.icon-block {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.icon-block .item {
	width: 240px;
	margin-bottom: 48px;
	padding: 0 0 9px;
	border-radius: 7px;
	background: #00194B;
	text-decoration: none;
	text-align: center;
	color: #001126;
}

.icon-block .item:hover {
	-webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1);
	-webkit-box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.3);
	        box-shadow: 0px 3px 3px 0px rgba(0,0,0,0.3);
}

.icon-block .item:nth-child(n+4) {
	margin-bottom: 0;
}

.icon-block .item .inner {
	width: 100%;
	height: 100%;
	padding: 5px 5px 25px;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	background: #fff;
}

.icon-block .item .inner .icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	height: 120px;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.icon-block .item .inner .icon img {
	width: 35%;
}

.icon-block .item .inner .icon img.micro {
	width: 20%;
}

.icon-block .item .inner .text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	font-size: 12px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

@media screen and (max-width: 846px) {
	.icon-block .item {
		width: calc(50% - 20px);
	}
	.icon-block .item:nth-child(n+4) {
		margin-bottom: 48px;
	}
	.icon-block .item:nth-child(n+5) {
		margin-bottom: 0;
	}
	.icon-block .item .inner .icon {
		height: 160px;
	}
}

@media screen and (max-width: 700px) {
	.icon-block .item .inner .icon {
		height: 120px;
	}
}

@media screen and (max-width: 520px) {
	.icon-block .item .inner .icon {
		height: 90px;
	}
	.icon-block .item .inner {
		padding: 5px 5px 15px;
	}
	.icon-block .item .inner .icon img {
		width: 45%;
	}
	.icon-block .item .inner .icon img.micro {
		width: 25%;
	}
}


/* back to takeaways menu button */
a.btn-takeaways {
	display: block;
	width: 100px;
	margin: 0 auto;
	text-align: center;
	color: #f96726;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;
}

.btn-takeaways img {
	width: 100px;
	height: 70px;
	object-fit: cover;
	object-position: top center;
}

@media screen and (max-width: 768px) {
	a.btn-takeaways {
		width: 65px;
	}
}


/* quote block */
.container-wide.quote-block,
.container-wide.big-text-block {
	padding-top: 35px;
	border-radius: 7px;
	text-align: center;
}

.container-wide.big-text-block .two-col {
	text-align: left;
}

.container-wide .quote-icon {
	width: 26px;
	-webkit-transform: translateX(-20px);
	    -ms-transform: translateX(-20px);
	        transform: translateX(-20px); /* animation start state */
  opacity: 0; /* animation start state */
}

.container-wide.quote-block blockquote,
.container-wide.big-text-block h4 {
	margin: 15px 40px 25px;
	font-family: 'sofia-pro', sans-serif;
	font-size: 24px;
}

.container-wide.quote-block cite {
	font-size: 13px;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
}

.container-wide.big-text-block {
	padding: 40px 65px;
	background: #fff;
	color: #0246B2;
}

.container-wide.big-text-block h4 {
	margin: 0 0 15px;
}

@media screen and (max-width: 768px) {
	.container-wide.quote-block blockquote,
	.container-wide.big-text-block h4 {
		font-size: 20px;
	}
	.container-wide.big-text-block {
		padding: 40px;
	}
}


/* tips block */
.tips-block {
	max-width: 600px;
	margin: 0 auto;
	padding: 2px 2px 17px 2px;
	border-radius: 7px;
	background: #F4B21B;
	color: #0246B2;
}

@media screen and (max-width: 680px) {
	.tips-block {
		max-width: 100%;
	}
}

.tips-block .inner {
	width: 100%;
	height: 100%;
	padding: 10px 35px 40px;
	border-radius: 7px;
	background: #fff;
}

.tips-block span {
	padding: 15px 0 0;
	display: block;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}

.tips-block h4 {
	margin: 20px 0 30px;
	font-size: 30px;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.tips-block h4 {
		font-size: 22px;
	}
}

.tips-block p {
	margin: 0;
}

.tips-block ol {
	margin: 0 25px;
	padding: 0;
	counter-reset: item;
}

.tips-block ol > li {
	margin: 0;
	padding: 0 0 30px;
	text-indent: -1em;
  list-style-type: none;
  counter-increment: item;
}

.tips-block ol > li:last-child {
	padding: 0;
}

.tips-block ol > li:before {
  display: inline-block;
  width: 1em;
  padding-right: 0.5em;
  font-weight: bold;
  text-align: right;
  content: counter(item) ".";
}

.tips-block-icon {
	display: block;
	width: 62px;
	margin: -42px auto 0;
	-webkit-transform: scale(0.5);
	    -ms-transform: scale(0.5);
	        transform: scale(0.5); /* animation start state */
}


/* use case block */
.use-case h4 {
	margin: 10px 0;
	font-size: 30px;
	color: #0246B2;
}
@media screen and (max-width: 768px) {
	.use-case h4 {
		font-size: 22px;
	}
}

.use-case-col-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.use-case-col-container .left-col {
	width: 65%;
	padding: 5px 25px 0 0;
	border-right: 5px solid #F4B21B;
}

.use-case-col-container .right-col {
	width: 35%;
	padding: 5px 0 0 25px;
	color: #0246B2;
}

@media screen and (max-width: 768px) {
	.use-case-col-container {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.use-case-col-container .left-col {
		width: 100%;
		padding: 0;
		border-right: 0;
		border-bottom: 5px solid #F4B21B;
	}
	.use-case-col-container .right-col {
		width: 100%;
		padding: 25px 0 0;
	}
}


#t3video {
	position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


footer {
	padding: 60px 0;
	background: #002671;
	color: #fff;
}

footer h2,
footer h3,
footer a {
	color: #fff
}


/* marketo form overrides */
.mktoForm a {
	padding: 0 !important;
}

.mktoHtmlText,
.mktoForm .mktoCheckboxList > label {
	color: #fff;
}

.mktoHtmlText {
	padding-left: 10px !important;
}

.mktoForm input[type="text"],
.mktoForm input[type="email"],
.mktoForm select.mktoField {
	height: auto !important;
	padding: 10px 5px !important;
	border: none;
	font-family: 'Inter', sans-serif;
	font-size: 16px;
	color: #000;
}

.mktoForm .mktoAsterix {
	color: #F96726 !important;
}

.mktoButtonRow {
	padding-top: 10px !important;
}

.mktoButtonWrap {
	margin-left: 20px !important;
}
@media screen and (max-width: 480px) {
	.mktoButtonWrap {
		margin-left: 10px !important;
	}
}

.mktoForm .mktoButton {
	padding: 10px 20px !important;
	background: #F96726 !important;
	border: none !important;
	border-radius: 0 !important;
	text-shadow: none !important;
	text-transform: uppercase;
	font-size: 16px !important;
	letter-spacing: 1px;
}

.mktoForm .mktoButton:hover {
	background: #F96726 !important;
	opacity: 0.8;
}


/* section angles */
.top-shape {
	position: relative;
	padding-bottom: 7%;
	overflow: hidden;
}
.top-shape .left-angle {
	position: absolute;
	width: 100%;
	padding-bottom: 7%;
	top: -91%;
	left: -49.1%;
	-webkit-transform: rotate(7deg);
	    -ms-transform: rotate(7deg);
	        transform: rotate(7deg);
	background-color: #fff;
}
.top-shape .right-angle {
	position: absolute;
	width: 100%;
	padding-bottom: 7%;
	top: -91%;
	right: -49.1%;
	-webkit-transform: rotate(-7deg);
	    -ms-transform: rotate(-7deg);
	        transform: rotate(-7deg);
	background-color: #fff;
}
.bottom-shape {
	position: relative;
	padding-bottom: 7%;
	overflow: hidden;
}
.bottom-shape .left-angle {
	position: absolute;
	width: 100%;
	padding-bottom: 7%;
	top: 10%;
	left: -50%;
	-webkit-transform: rotate(7deg);
	    -ms-transform: rotate(7deg);
	        transform: rotate(7deg);
	background-color: #fff;
}
.bottom-shape .right-angle {
	position: absolute;
	width: 100%;
	padding-bottom: 7%;
	top: 10%;
	right: -50%;
	-webkit-transform: rotate(-7deg);
	    -ms-transform: rotate(-7deg);
	        transform: rotate(-7deg);
	background-color: #fff;
}


/* top & bottom margins */
.mt {
	margin-top: 80px !important;
}
.mb {
	margin-bottom: 80px !important;
}
@media screen and (max-width: 768px) {
	.mt {
		margin-top: 50px !important;
	}
	.mb {
		margin-bottom: 50px !important;
	}
}


/* pointer content blocks */
.fluid-points {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
}
.fluid-left-col {
	width: 25%;
	padding: 0 10px 0 4.5%;
}
.fluid-mid-col {
	width: 50%;
}
.fluid-mid-col img {
	width: 100%;
}
.fluid-right-col {
	width: 25%;
	padding: 0 4.5% 0 10px;
}

/* pointers */
.fluid-point-to-left,
.fluid-point-to-right {
	position: absolute;
	top: 6px;
	height: 0;
	padding-top: 3px;
	background: #F4B21B;
	z-index: 99;
}
.fluid-point-to-left {
	right: 0;
	margin-right: 25%;
}
.fluid-point-to-right {
	margin-left: 20.5%;
}
.fluid-point-to-left:before,
.fluid-point-to-right:before{
	position: absolute;
	top: -4px;
	display: inline-block;
	content: '';
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: #F4B21B;
	z-index: 99;
}
.fluid-point-to-left:before {
	left: -10px;
}
.fluid-point-to-right:before {
	right: -10px;
}

/* takeaway variants */
/* takeaway 1 */
.fluid-left-col.s01 {
	padding-top: 18%;
}
.fluid-left-col.s01 .fluid-point-to-right {
	margin-top: 22%;
}
.fluid-mid-col.s01 {
	padding: 0 8%;
}
.fluid-right-col.s01 {
	padding-top: 14%;
}
.fluid-right-col.s01 .fluid-point-to-left {
	margin-top: 17%;
}
/* takeaway 2 */
.fluid-left-col.s02 {
	padding-top: 10%;
}
.fluid-left-col.s02 .fluid-point-to-right {
	margin-top: 10%;
}
.fluid-mid-col.s02 {
	padding: 0;
}
.fluid-right-col.s02 {
	padding-top: 10%;
}
.fluid-right-col.s02 .fluid-point-to-left {
	margin-top: 15%;
}
/* takeaway 3 */
.fluid-left-col.s03 {
	padding-top: 9%;
}
.fluid-left-col.s03 .fluid-point-to-right {
	margin-top: 9%;
}
.fluid-mid-col.s03 {
	padding: 0;
	min-height: 500px;
}

@media screen and (max-width: 1164px) {
	.fluid-mid-col.s03 {
		min-height: 425px;
	}
}
@media screen and (max-width: 984px) {
	.fluid-mid-col.s03 {
		min-height: 400px;
	}
}
@media screen and (max-width: 874px) {
	.fluid-mid-col.s03 {
		min-height: 320px;
	}
}

.fluid-right-col.s03 {
	padding-top: 10%;
}
.fluid-right-col.s03 .fluid-point-to-left {
	margin-top: 10%;
}
/* takeaway 4 */
.fluid-left-col.s04 {
	padding-top: 10%;
}
.fluid-left-col.s04 .fluid-point-to-right {
	margin-top: 10%;
}
.fluid-mid-col.s04 {
	padding: 0 2%;
}
.fluid-right-col.s04 {
	padding-top: 25%;
}
.fluid-right-col.s04 .fluid-point-to-left {
	margin-top: 25%;
}
/* takeaway 5 */
.fluid-left-col.s05 {
	padding-top: 1%;
}
.fluid-left-col.s05 .fluid-point-to-right {
	margin-top: 1%;
}
.fluid-mid-col.s05 {
	padding: 0 5%;
}
.fluid-right-col.s05 {
	padding-top: 25%;
}
.fluid-right-col.s05 .fluid-point-to-left {
	margin-top: 25%;
}
/* takeaway 6 */
.fluid-left-col.s06 {
	padding-top: 13%;
}
.fluid-left-col.s06 .fluid-point-to-right {
	margin-top: 13%;
}
.fluid-mid-col.s06 {
	padding: 0 5%;
}
.fluid-right-col.s06 {
	padding-top: 1%;
}
.fluid-right-col.s06 .fluid-point-to-left {
	margin-top: 1%;
}

@media screen and (max-width: 768px) {
	.fluid-points {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.fluid-left-col {
		width: 100%;
		padding: 0 40px 25px;
	}
	.fluid-mid-col {
		width: 100%;
		padding: 0 60px;
	}
	.fluid-right-col {
		width: 100%;
		padding: 25px 40px 0 !important;
	}
	.fluid-point-to-left,
	.fluid-point-to-right {
		display: none;
	}

	.fluid-left-col.s01,
	.fluid-right-col.s01,
	.fluid-left-col.s02,
	.fluid-right-col.s02,
	.fluid-left-col.s03,
	.fluid-right-col.s03,
	.fluid-left-col.s04,
	.fluid-right-col.s04,
	.fluid-left-col.s05,
	.fluid-right-col.s05,
	.fluid-left-col.s06,
	.fluid-right-col.s06 {
		padding-top: 0;
	}
	.fluid-mid-col.s01,
	.fluid-mid-col.s02,
	.fluid-mid-col.s03,
	.fluid-mid-col.s04,
	.fluid-mid-col.s05,
	.fluid-mid-col.s06 {
		padding: 0 60px;
	}
}


/* animations */
.fadein.has-animation {
	opacity: 0;
	-webkit-transition-delay: 1s;
	     -o-transition-delay: 1s;
	        transition-delay: 1s;
	-webkit-transition: all 1s ease-out;
	-o-transition: all 1s ease-out;
	transition: all 1s ease-out;
}

.fadein.has-animation.run-animation {
	opacity: 1;
}

.focus-in.has-animation,
.fade-in-slide-down.has-animation,
.scale-up.has-animation,
.slide-in-left.has-animation,
.line01.has-animation,
.line02.has-animation,
.line03.has-animation,
.line04.has-animation,
.line05.has-animation,
.line06.has-animation,
.line07.has-animation,
.line08.has-animation,
.line09.has-animation,
.line10.has-animation,
.line11.has-animation,
.line12.has-animation {
	-webkit-animation: none;
	        animation: none;
}

.focus-in,
.focus-in.has-animation.run-animation {
	-webkit-animation: focusin 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both .25s;
	        animation: focusin 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both .25s;
}
@-webkit-keyframes focusin {
	0% {
		-webkit-filter: blur(12px);
		        filter: blur(12px);
		opacity: 0;
	}
	100% {
		-webkit-filter: blur(0px);
		        filter: blur(0px);
		opacity: 1;
	}
}
@keyframes focusin {
	0% {
		-webkit-filter: blur(12px);
		        filter: blur(12px);
		opacity: 0;
	}
	100% {
		-webkit-filter: blur(0px);
		        filter: blur(0px);
		opacity: 1;
	}
}

.fade-in-slide-down,
.fade-in-slide-down.has-animation.run-animation {
	-webkit-animation: fadeinslidedown .75s cubic-bezier(0.390, 0.575, 0.565, 1.000) both 1s;
	        animation: fadeinslidedown .75s cubic-bezier(0.390, 0.575, 0.565, 1.000) both 1s;
}
@-webkit-keyframes fadeinslidedown {
	0% {
		-webkit-transform: translateY(-60px);
		        transform: translateY(-60px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		        transform: translateY(0);
		opacity: 1;
	}
}
@keyframes fadeinslidedown {
	0% {
		-webkit-transform: translateY(-60px);
		        transform: translateY(-60px);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateY(0);
		        transform: translateY(0);
		opacity: 1;
	}
}

.scale-up,
.scale-up.has-animation.run-animation {
	-webkit-animation: scaleup .3s cubic-bezier(0.390, 0.575, 0.565, 1.000) both .6s;
	        animation: scaleup .3s cubic-bezier(0.390, 0.575, 0.565, 1.000) both .6s;
}
@-webkit-keyframes scaleup {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes scaleup {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.slide-in-left,
.slide-in-left.has-animation.run-animation {
	-webkit-animation: slideinleft 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both .6s;
	        animation: slideinleft 0.7s cubic-bezier(0.250, 0.460, 0.450, 0.940) both .6s;
}
@-webkit-keyframes slideinleft {
  0% {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideinleft {
  0% {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}


/* animated pointers */
/* takeaway 1 */
.line01.has-animation.run-animation {
	-webkit-animation: line01a .9s ease-out .5s;
	        animation: line01a .9s ease-out .5s;
	-webkit-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
}
@-webkit-keyframes line01a {
	0% {
		width: 0;
	}
	100% {
		width: 14%;
	}
}
@keyframes line01a {
	0% {
		width: 0;
	}
	100% {
		width: 14%;
	}
}
.line02.has-animation.run-animation {
	-webkit-animation: line02a .9s ease-out .5s;
	        animation: line02a .9s ease-out .5s;
	-webkit-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
}
@-webkit-keyframes line02a {
	0% {
		width: 0;
	}
	100% {
		width: 11%;
	}
}
@keyframes line02a {
	0% {
		width: 0;
	}
	100% {
		width: 11%;
	}
}
/* takeaway 2 */
.line03.has-animation.run-animation {
	-webkit-animation: line03a .9s ease-out .5s;
	        animation: line03a .9s ease-out .5s;
	-webkit-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
}
@-webkit-keyframes line03a {
	0% {
		width: 0;
	}
	100% {
		width: 18%;
	}
}
@keyframes line03a {
	0% {
		width: 0;
	}
	100% {
		width: 18%;
	}
}
.line04.has-animation.run-animation {
	-webkit-animation: line04a .9s ease-out .5s;
	        animation: line04a .9s ease-out .5s;
	-webkit-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
}
@-webkit-keyframes line04a {
	0% {
		width: 0;
	}
	100% {
		width: 18%;
	}
}
@keyframes line04a {
	0% {
		width: 0;
	}
	100% {
		width: 18%;
	}
}
/* takeaway 3 */
.line05.has-animation.run-animation {
	-webkit-animation: line05a .9s ease-out .5s;
	        animation: line05a .9s ease-out .5s;
	-webkit-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
}
@-webkit-keyframes line05a {
	0% {
		width: 0;
	}
	100% {
		width: 14%;
	}
}
@keyframes line05a {
	0% {
		width: 0;
	}
	100% {
		width: 14%;
	}
}
.line06.has-animation.run-animation {
	-webkit-animation: line06a .9s ease-out .5s;
	        animation: line06a .9s ease-out .5s;
	-webkit-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
}
@-webkit-keyframes line06a {
	0% {
		width: 0;
	}
	100% {
		width: 12%;
	}
}
@keyframes line06a {
	0% {
		width: 0;
	}
	100% {
		width: 12%;
	}
}
/* takeaway 4 */
.line07.has-animation.run-animation {
	-webkit-animation: line07a .9s ease-out .5s;
	        animation: line07a .9s ease-out .5s;
	-webkit-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
}
@-webkit-keyframes line07a {
	0% {
		width: 0;
	}
	100% {
		width: 15%;
	}
}
@keyframes line07a {
	0% {
		width: 0;
	}
	100% {
		width: 15%;
	}
}
.line08.has-animation.run-animation {
	-webkit-animation: line08a .9s ease-out .5s;
	        animation: line08a .9s ease-out .5s;
	-webkit-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
}
@-webkit-keyframes line08a {
	0% {
		width: 0;
	}
	100% {
		width: 8%;
	}
}
@keyframes line08a {
	0% {
		width: 0;
	}
	100% {
		width: 8%;
	}
}
/* takeaway 5 */
.line09.has-animation.run-animation {
	-webkit-animation: line09a .9s ease-out .5s;
	        animation: line09a .9s ease-out .5s;
	-webkit-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
}
@-webkit-keyframes line09a {
	0% {
		width: 0;
	}
	100% {
		width: 10%;
	}
}
@keyframes line09a {
	0% {
		width: 0;
	}
	100% {
		width: 10%;
	}
}
.line10.has-animation.run-animation {
	-webkit-animation: line10a .9s ease-out .5s;
	        animation: line10a .9s ease-out .5s;
	-webkit-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
}
@-webkit-keyframes line10a {
	0% {
		width: 0;
	}
	100% {
		width: 11%;
	}
}
@keyframes line10a {
	0% {
		width: 0;
	}
	100% {
		width: 11%;
	}
}
/* takeaway 6 */
.line11.has-animation.run-animation {
	-webkit-animation: line11a .9s ease-out .5s;
	        animation: line11a .9s ease-out .5s;
	-webkit-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
}
@-webkit-keyframes line11a {
	0% {
		width: 0;
	}
	100% {
		width: 18%;
	}
}
@keyframes line11a {
	0% {
		width: 0;
	}
	100% {
		width: 18%;
	}
}
.line12.has-animation.run-animation {
	-webkit-animation: line12a .9s ease-out .5s;
	        animation: line12a .9s ease-out .5s;
	-webkit-animation-fill-mode: forwards;
	        animation-fill-mode: forwards;
}
@-webkit-keyframes line12a {
	0% {
		width: 0;
	}
	100% {
		width: 7%;
	}
}
@keyframes line12a {
	0% {
		width: 0;
	}
	100% {
		width: 7%;
	}
}


/* chart blocks */
.chart-copy-block {
	padding: 0 65px;
	font-size: 0.9em;
}

.chart-label {
	font-family: 'sofia-pro', sans-serif;
	text-align: center;
	font-size: 13px;
	padding: 12px 0;
	font-weight: 700;
	color: #6a6a6a;
}
@media screen and (max-width: 460px) {
	.chart-copy-block {
		padding: 0 40px;
	}
}

.chart-copy-block p {
	color: #666;
}

.chart-copy-block h4 {
	margin: 0 0 5px;
	padding: 25px 0 0;
	color: #0246B2;
}

.svg-charts {
	position: relative;
}

.svg-charts img {
	max-width: 100%;
	opacity: 0;
	-webkit-transition: all ease-in-out 1000ms;
	-o-transition: all ease-in-out 1000ms;
	transition: all ease-in-out 1000ms;
	position: absolute;
}

.svg-charts img.active {
	opacity: 1;
}

#advanced-formats-readiness-svg {
	max-width: 440px;
	margin: 0 auto;
	display: block;
}

/* chart stretch fix */
canvas {
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

[data-chart-id="microbrowser-by-geo"] .chart-container,
[data-chart-id="microbrowser-referral-with-marketing-tags"] .chart-container,
[data-chart-id="longtail-browser-by-geo"] .chart-container {
	max-width: 500px;
	margin: 0 auto;
}


/* custom select */
.custom-select {
	position: relative;
	font-family: Arial;
	max-width: 100%;
	width: 325px;
	margin: 18px auto 0;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.custom-select select {
	display: none;
}

.select-selected {
	background-color: #F1F1F2;
}

section.gray .select-selected {
	background-color: #fff;
}

.select-selected:after {
	position: absolute;
	content: "";
	top: 14px;
	right: 10px;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-color: #929ca6 transparent transparent transparent;
}

.select-selected.select-arrow-active:after {
	border-color: transparent transparent #929ca6 transparent;
	top: 7px;
}

.select-items div,.select-selected {
	color: #929ca6;
	font-weight: bold;
	padding: 8px 16px;
	border: 1px solid transparent;
	border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
	cursor: pointer;
}

.select-items {
	position: absolute;
	background-color: #F1F1F2;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 99;
}

section.gray .select-items {
	background-color: #fff;
}

.select-hide {
	display: none;
}

.select-items div:hover, .same-as-selected {
	background-color: rgba(0, 0, 0, 0.1);
}
