@charset "UTF-8";
body {
  margin: 0;
  padding: 0;
  background: #fff;
  color: #4c575f;
  line-height: 1;
  font-size: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-family: "Calibri W01 Regular", sans-serif;
  font-weight: normal;
}

header {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
}
header .logo {
  position: absolute;
  top: 30px;
  width: 100%;
  text-align: center;
  color: #0C2577;
  font-size: 16px;
  font-style: normal;
  font-family: "Calibri W01 Regular", sans-serif;
  font-weight: normal;
}
header .logo span {
  text-transform: uppercase;
  margin-top: 5px;
  display: block;
}
header.hero {
  z-index: 10;
  overflow: hidden;
  height: 700px;
  height: 100vh;
  min-height: 700px;
  max-height: 900px;
}
header.hero img.bg {
  z-index: -1;
  width: auto;
  height: auto;
  min-width: 101%;
  min-height: 700px;
  top: 0;
  position: absolute;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
header.hero .slogan {
  position: absolute;
  bottom: 0;
  text-align: center;
  margin-top: 651px;
  width: 100%;
  padding: 30px 0 0;
  font-family: "chaparral-pro", serif;
  font-weight: normal;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YzZmJmZiIgc3RvcC1vcGFjaXR5PSIwLjg1Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #ffffff), color-stop(100%, rgba(243, 251, 255, 0.85)));
  background-image: -moz-linear-gradient(bottom, #ffffff, rgba(243, 251, 255, 0.85));
  background-image: -webkit-linear-gradient(bottom, #ffffff, rgba(243, 251, 255, 0.85));
  background-image: linear-gradient(to top, #ffffff, rgba(243, 251, 255, 0.85));
}
header.hero .slogan h1 {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  display: block;
}
header.hero .slogan a.scroll-to {
  margin: 30px auto 10px;
}
header.hero .slogan::before, header.hero .slogan::after {
  z-index: -1;
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  border-bottom: 0;
  border-right: 0;
  border-left: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
header.hero .slogan::before {
  z-index: -1;
  left: 0;
  width: 45%;
  height: 113%;
  border-top: 10px;
  border-right: 10px;
  border-color: #815E90;
  border-style: solid;
}
header.hero .slogan::after {
  z-index: -1;
  right: 0;
  width: 65%;
  height: 107%;
  border-top: 10px;
  border-left: 10px;
  border-color: #0079C2;
  border-style: solid;
}

.left-buffer {
  padding-left: 120px;
}

.right-buffer {
  padding-right: 100px;
}

*::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}

nav.side-nav {
  z-index: 999999999999999;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 50px;
  text-align: left;
  font-size: 20px;
  background: rgba(255, 255, 255, 0.8);
  border-right: 1px solid #E6E9F1;
  -moz-transition-property: width, background;
  -o-transition-property: width, background;
  -webkit-transition-property: width, background;
  transition-property: width background;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
nav.side-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #E6E9F1;
  width: 100%;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
nav.side-nav ul li {
  width: 100%;
  height: 60px;
  padding-bottom: 1em;
  border-bottom: 1px solid #E6E9F1;
  position: relative;
}
nav.side-nav ul li a {
  position: relative;
  height: 60px;
  display: block;
  color: #5B6770;
  -moz-transition-property: color, background;
  -o-transition-property: color, background;
  -webkit-transition-property: color, background;
  transition-property: color background;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
nav.side-nav ul li a.light {
  color: #B5BEC5;
}
nav.side-nav ul li a span {
  line-height: 60px;
  position: absolute;
  overflow: hidden;
  left: 10px;
  width: calc(100% - 10px - 10px - 30px);
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
nav.side-nav ul li a i.fa {
  line-height: 60px;
  position: absolute;
  width: 50px;
  text-align: center;
  right: 0px;
  font-size: 25px;
}
nav.side-nav ul li a:hover {
  background: #EEF7FB;
  color: #0C2577;
}
nav.side-nav ul li:hover {
  border-bottom: 1px solid #CBE5F4;
}
nav.side-nav ul li.active a {
  color: #0079C2;
}
nav.side-nav.clicked:hover {
  width: 50px;
}
nav.side-nav:hover {
  background: #fff;
  width: 300px;
}
nav.side-nav:hover ul li a span {
  display: block;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
nav.side-nav:hover ul li a i.fa {
  width: 30px;
  right: 10px;
}

footer {
  position: relative;
  color: #fff;
  padding: 7% 0 0;
  background: #0079C2;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjAuNSIgeDI9IjAuMCIgeTI9IjAuNSI+PHN0b3Agb2Zmc2V0PSIyMCUiIHN0b3AtY29sb3I9IiMxMDIzNzQiIHN0b3Atb3BhY2l0eT0iMC40Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjMTY3OGJmIiBzdG9wLW9wYWNpdHk9IjAuNCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(20%, rgba(16, 35, 116, 0.4)), color-stop(100%, rgba(22, 120, 191, 0.4)));
  background-image: -moz-linear-gradient(right, rgba(16, 35, 116, 0.4) 20%, rgba(22, 120, 191, 0.4));
  background-image: -webkit-linear-gradient(right, rgba(16, 35, 116, 0.4) 20%, rgba(22, 120, 191, 0.4));
  background-image: linear-gradient(to left, rgba(16, 35, 116, 0.4) 20%, rgba(22, 120, 191, 0.4));
}
footer h2 {
  color: #fff;
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}
footer a.button {
  margin-bottom: 20px;
}
footer hr {
  border-color: #1A90D7;
  margin: 0;
}
footer .links {
  z-index: 50;
  position: relative;
  padding: 31px 0 47px;
  font-size: 18px;
  color: #87CBF5;
  margin-bottom: 0;
  font-style: normal;
  font-family: "Calibri W01 Regular", sans-serif;
  font-weight: normal;
}
footer .links a {
  color: #fff;
  border-bottom: 2px solid transparent;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer .links a:hover {
  border-color: #87CBF5;
}
footer .links .c-c {
  text-align: right;
}
footer .links .c-c a {
  color: inherit;
  text-decoration: none;
}
footer .links .c-c a:hover {
  text-decoration: underline;
  border-bottom: 0 none;
  border-color: transparent;
}
footer .square {
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  display: block;
  height: 22%;
  border-bottom: 10px solid;
  border-right: 10px solid;
  border-color: #0079C2;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
footer .square::before {
  content: "";
  position: absolute;
  top: -32px;
  display: block;
  width: calc(100% + 10px);
  height: 32px;
  border-top: 10px solid;
  border-right: 10px solid;
  border-color: #EEF7FB;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
footer::after {
  z-index: 0;
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  width: 20%;
  height: 30%;
  border-top: 10px solid;
  border-left: 10px solid;
  border-color: #0079C2;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=15);
  opacity: 0.15;
}

a {
  color: inherit;
  text-decoration: none;
  outline: none;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
a:hover {
  color: #0079C2;
}
a:hover, a:focus, a:active {
  text-decoration: none;
  outline: none;
}
a.closeme {
  font-family: sans-serif;
  font-weight: normal;
  font-size: 27px;
  width: 54px;
  height: 54px;
  border: 1px solid #EEF7FB;
  background: #fff;
  color: #5B6770;
  line-height: 1;
  -moz-transition-property: color, border, background;
  -o-transition-property: color, border, background;
  -webkit-transition-property: color, border, background;
  transition-property: color border background;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
a.closeme i.fa {
  line-height: 18px;
  position: absolute;
  width: 23px;
  height: 18px;
  text-align: center;
  vertical-align: middle;
  top: 18px;
  left: 15.5px;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transition: -moz-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
}
a.closeme i.fa::before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
a.closeme:hover {
  color: #0079C2;
  background: #EEF7FB;
  border: 1px solid #EEF7FB;
}
a.closeme:hover i.fa {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

a, button {
  text-decoration: none;
  outline: none;
}
a:hover, a:focus, a:active, button:hover, button:focus, button:active {
  text-decoration: none;
  outline: none;
}

p.leading {
  font-size: 22px;
  color: #0079C2;
  font-weight: bold;
}
p.leading.large {
  font-style: italic;
  color: #0079C2;
  font-size: 28px;
  font-family: "chaparral-pro", serif;
  font-weight: normal;
}
p.counter-aside {
  color: #777;
  font-size: 20px;
  padding: 5px 20px 0;
}

hr {
  clear: both;
  display: block;
  width: 100%;
  margin: 20px 0;
  padding: 0;
  border-color: #EDF6FB;
}
hr.thick {
  border-width: 4px;
}
hr.divider {
  border: 0 none;
  margin: 0;
  padding: 100px 0 0;
}
hr.divider.p {
  padding: 40px 0 0;
}
hr.divider.large {
  padding: 158px 0 0;
}
hr.divider.h2-clear {
  padding: 120px 0 0;
}
hr.divider.br {
  padding: 20px 0 0;
}

ul {
  margin: 0;
}
ul.default {
  list-style: none;
  padding: 0;
}
ul.default > li {
  position: relative;
  padding: 0 0 0 20px;
}
ul.default > li::before {
  position: absolute;
  top: 1.9em;
  left: 0;
  color: #0079C2;
  font-size: 7px;
  content: "\f111";
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'FontAwesome';
}
ul.default.dark li::before {
  color: #4c575f;
}

article p, article ul, article ol {
  font-size: 22px;
  margin: 0;
  line-height: 1.81818;
}
article p + p, article p + ul, article p + ol, article ul + p, article ul + ul, article ul + ol, article ol + p, article ol + ul, article ol + ol {
  margin-top: 40px;
}
article.popout p, article.popout ul, article.popout ol {
  font-size: 22px;
  margin: 0;
  line-height: 1.6;
}
article.popout p + p, article.popout p + ul, article.popout p + ol, article.popout ul + p, article.popout ul + ul, article.popout ul + ol, article.popout ol + p, article.popout ol + ul, article.popout ol + ol {
  margin-top: 20px;
}
article a {
  text-decoration: underline;
}
article a:hover {
  text-decoration: underline;
}
article.content-reveal {
  width: 100%;
}
article.content-reveal p, article.content-reveal ul, article.content-reveal ol {
  font-size: 22px;
  line-height: 1.81818;
}
article.content-reveal section {
  position: relative;
  left: 0;
  overflow: hidden;
  width: 100%;
  font-size: 24px;
}
article.content-reveal section.blue {
  color: #fff;
}
article.content-reveal section.blue h2 {
  color: #fff;
}
article.content-reveal section.blue .inner-content {
  padding-top: 129px;
  padding-bottom: 129px;
  background: #0079C2;
  font-size: 24px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjEuMCIgeTE9IjAuMCIgeDI9IjAuMCIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzEwMjM3NCIgc3RvcC1vcGFjaXR5PSIwLjQiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxNjc4YmYiIHN0b3Atb3BhY2l0eT0iMC40Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 100% 0%, 0% 100%, color-stop(0%, rgba(16, 35, 116, 0.4)), color-stop(100%, rgba(22, 120, 191, 0.4)));
  background-image: -moz-linear-gradient(top, rgba(16, 35, 116, 0.4), rgba(22, 120, 191, 0.4));
  background-image: -webkit-linear-gradient(top, rgba(16, 35, 116, 0.4), rgba(22, 120, 191, 0.4));
  background-image: linear-gradient(to bottom left, rgba(16, 35, 116, 0.4), rgba(22, 120, 191, 0.4));
}
article.content-reveal section.blue .inner-content h2 {
  margin-bottom: 20px;
}
article.content-reveal section.blue .inner-content a.button {
  margin-top: 20px;
}
article.content-reveal section .square-wrapper {
  z-index: 500;
  position: absolute;
  top: 0;
  left: 0;
  width: 60vw;
  height: 200px;
}
article.content-reveal section .inner-content {
  z-index: 100;
  position: relative;
  width: 60vw;
}
article.content-reveal section .inner-content .content {
  overflow: hidden;
}
article.content-reveal section .inner-content .content > .row {
  width: calc(60vw - 100px);
}
article.content-reveal section aside {
  z-index: 2000;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  width: 40vw;
}
article.content-reveal section aside figure {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 40vw;
}
article.content-reveal section aside figure img {
  position: absolute;
  top: 0;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 101%;
  min-height: 101%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
article.content-reveal section aside .inner-content {
  width: 40vw;
}
article#corporate hr.h2-clear {
  padding: 90px 0 0;
}
article#corporate h2 {
  margin-bottom: 19px;
}
article#corporate aside p, article#corporate aside ul {
  font-size: 20px;
  line-height: 1.5;
}
article#corporate aside p + p, article#corporate aside p + ul, article#corporate aside ul + p, article#corporate aside ul + ul {
  margin-top: 10px;
}
article#leadership.content-reveal section a.button {
  width: 100%;
}
article#leadership.content-reveal section .inner-content {
  width: 43vw;
}
article#leadership.content-reveal section .inner-content .content .row {
  width: 43vw;
}
article#leadership.content-reveal section aside {
  width: 43vw;
}
article#leadership.content-reveal section aside .content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 43vw;
}

article#message section.blue {
  padding: 50px 0 170px;
}
article#message section.blue .inner-content {
  overflow: visible;
	padding-bottom: 200px;
}
article#message section.blue .inner-content .content {
  position: static;
}
article#message section.blue .inner-content .content .squares {
  z-index: 0;
  display: block;
  width: calc(60vw - 100px);
  overflow: visible;
}
article#message section.blue .inner-content .content .squares span.square {
  display: block;
  position: absolute;
}
article#message section.blue .inner-content .content .squares span.square::before {
  content: "";
  display: block;
  position: absolute;
}
article#message section.blue .inner-content .content .squares span.square.top {
  top: 0;
  right: 0;
  height: 158px;
  width: 20%;
  border-left: 10px solid;
  border-bottom: 10px solid;
  border-color: #0079C2;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}
article#message section.blue .inner-content .content .squares span.square.top::before {
  top: -20px;
  right: 0;
  height: 20px;
  width: calc(100% + 10px);
  border-left: 10px solid;
  border-top: 10px solid;
  border-color: #eff7fb;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
article#message section.blue .inner-content .content .squares span.square.bottom {
  bottom: 0;
  right: 0;
  height: 155px;
  width: 70%;
  border-top: 10px solid;
  border-left: 10px solid;
  border-color: #0079C2;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4;
}
article#message section.blue .inner-content .content .squares span.square.bottom::before {
  bottom: -33px;
  right: 0;
  height: 33px;
  width: calc(100% + 10px);
  border-bottom: 10px solid;
  border-left: 10px solid;
  border-color: #eff7fb;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
article#message section aside figure {
  z-index: 99;
  overflow: hidden;
  height: calc(100% - 115px);
}
article#message section aside.expanded {
  width: 100% !important;
  -moz-transition: width 1s ease;
  -o-transition: width 1s ease;
  -webkit-transition: width 1s ease;
  transition: width 1s ease;
}
article#message section aside.expanded figure {
  display: none;
}
article#message section aside.expanded .bottom {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}
article#message section aside.expanded .video-wrapper .ceo-video {
  z-index: 999999;
}
article#message section aside.expanded .video-wrapper .ceo-video .vjs-tech {
  pointer-events: inherit;
}
article#message section aside.expanded .video-wrapper .ceo-video .vjs-text-track-display {
  left: auto;
}
article#message section aside.expanded .video-wrapper .vjs-control-bar {
  display: block;
}
article#message section aside.expanded + .video-underlay {
  z-index: 120;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
article#message section aside .video-wrapper {
  width: 100vw;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
article#message section aside .ceo-video {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  height: calc(100% - 115px);
  width: 100%;
  outline: none;
}
article#message section aside .ceo-video video {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto;
  height: 100%;
  max-width: calc(100% - 66px);
  min-height: 100%;
}
article#message section aside .ceo-video .vjs-poster {
  background-size: auto 130%;
  background-position: right top;
  background-color: transparent;
}
article#message section aside .ceo-video .vjs-control-bar {
  display: none;
  left: auto;
}
article#message section aside .ceo-video .vjs-tech {
  pointer-events: none;
}
article#message section aside .bottom {
  z-index: 9999;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 40vw;
  height: 100%;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
article#message section aside .right-overlay {
  z-index: 9999;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #fff;
}
article#message section .video-underlay {
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #fff;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
article#message .video-prompt.message-inner {
	background: #eef7fb;
	min-height: auto;
	padding: 30px 20px;
	max-width: 400px;
	bottom: 0;
	-webkit-transform: translateY(50%);
		-ms-transform: translateY(50%);
			transform: translateY(50%);
}
article#message .video-prompt.message-inner::before {
	display: none;
}
article#message .video-prompt.message-inner i.fa {
	margin-bottom: 0;
	display: inline-block;
	float: left;
	width: 100px;
}

article#message .video-prompt.message-inner span {
	display: inline-block;
	text-align: left;
	float: right;
	width: calc(100% - 100px);
}
article#message .video-prompt.message-inner {
	
}

article#financial {
  position: relative;
}
article#financial section {
  padding: 0;
}
article#financial section h2 {
  margin-bottom: 19px;
}
article#financial section .inner-content {
  overflow: visible;
  float: left;
  width: 60vw;
}
article#financial section .inner-content .content {
  width: calc(60vw - 120px);
}
article#financial section .inner-content .content .left-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 0;
  height: 100%;
  background: #fff;
}
article#financial section .inner-content .row {
  width: calc(60vw - 120px);
}
article#financial section aside {
  padding-top: 70px;
  position: relative;
  float: right;
  width: 35vw;
}
article#financial section aside .aside-content {
  float: right;
  width: 35vw;
}
article#responsibility.content-reveal section h2 {
  margin-bottom: 19px;
}
article#responsibility.content-reveal section .inner-content {
  width: 60vw;
}
article#responsibility.content-reveal section .inner-content .content .row {
  width: calc(60vw - 120px);
}
article#responsibility.content-reveal section aside {
  position: absolute;
  width: calc(40vw - 100px);
  padding: 50px 0 0;
  top: 90px;
  bottom: 0;
}
article#responsibility.content-reveal section aside .video-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  width: 100%;
  height: calc(100% - 100px);
  max-height: 600px;
}
article#responsibility.content-reveal section aside .video-wrapper .corp-video {
  outline: none;
  position: absolute;
  top: 0;
  bottom: auto;
  right: 0;
  width: 100%;
  height: 100%;
}
article#responsibility.content-reveal section aside .video-wrapper .corp-video video {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: auto;
  height: 100%;
  max-width: calc(100vw - 100px - 135px);
}
article#responsibility.content-reveal section aside .video-wrapper .corp-video .vjs-text-track-display {
  left: auto;
}
article#responsibility.content-reveal section aside .video-wrapper .corp-video .vjs-poster {
  background-size: auto 130%;
  background-position: right top;
  background-color: transparent;
}
article#responsibility.content-reveal section aside .video-wrapper .corp-video .vjs-control-bar {
  display: none;
  left: auto;
}
article#responsibility.content-reveal section aside .video-wrapper .corp-video .vjs-tech {
  pointer-events: none;
}
article#responsibility.content-reveal section aside .video-wrapper .vjs-video.vjs-full-screen video.corp-video {
  width: 100%;
  max-width: none;
}
article#responsibility.content-reveal section aside .video-wrapper .video-prompt {
  left: auto;
  right: 0;
  max-width: none;
  bottom: 0;
  width: calc(40vw - 100px);
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transform: translateY(55%);
  -ms-transform: translateY(55%);
  -webkit-transform: translateY(55%);
  transform: translateY(55%);
  -moz-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
article#responsibility.content-reveal section aside .video-wrapper .video-prompt span {
  margin: 0 auto;
  display: block;
  max-width: 400px;
}
article#responsibility.content-reveal section aside.expanded {
  width: calc(100vw - 100px) !important;
  -moz-transition: width 1s ease;
  -o-transition: width 1s ease;
  -webkit-transition: width 1s ease;
  transition: width 1s ease;
}
article#responsibility.content-reveal section aside.expanded figure {
  display: none;
}
article#responsibility.content-reveal section aside.expanded .bottom {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}
article#responsibility.content-reveal section aside.expanded .video-wrapper {
  z-index: 9999;
  position: absolute;
  right: 0;
}
article#responsibility.content-reveal section aside.expanded .video-wrapper .corp-video {
  z-index: 9999;
}
article#responsibility.content-reveal section aside.expanded .video-wrapper .corp-video .vjs-tech {
  pointer-events: inherit;
}
article#responsibility.content-reveal section aside.expanded .video-wrapper .vjs-control-bar {
  display: block;
}
article#responsibility.content-reveal section aside.expanded .video-wrapper + .video-underlay {
  z-index: 120;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
article#responsibility.content-reveal section aside.expanded .video-wrapper .video-prompt {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2;
}
article#responsibility.content-reveal section aside.expanded + .video-underlay {
  z-index: 999;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
  opacity: 0.85;
}
article#responsibility.content-reveal section .video-underlay {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
article#healthcare {
  position: relative;
  padding-top: 75px;
  overflow: hidden;
}
article#healthcare::before, article#healthcare::after {
  z-index: -1;
  content: "";
  position: absolute;
  display: block;
  line-height: 0;
}
article#healthcare::before {
  width: 50%;
  padding: 23% 0 0;
  left: 0;
  top: 37px;
  background: #EAD6F2;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}
article#healthcare::after {
  width: 60%;
  padding: 30% 0 0;
  border-top: 10px solid;
  border-left: 10px solid;
  border-color: #F5FAFD;
  top: 0;
  right: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
article#healthcare section {
  z-index: 100;
}
article#healthcare section::before, article#healthcare section::after {
  z-index: -1;
  content: "";
  position: absolute;
  display: block;
  line-height: 0;
}
article#healthcare section::before {
  width: 97%;
  width: calc(100% - 40px);
  padding: 41% 0 0;
  border: 10px solid #815E90;
  background: #815E90;
  -moz-transform: translate(0px, -10px);
  -ms-transform: translate(0px, -10px);
  -webkit-transform: translate(0px, -10px);
  transform: translate(0px, -10px);
}
article#healthcare section::after {
  width: 98%;
  width: calc(100% - 40px);
  padding: 42% 0 0;
  top: 0;
  right: 0;
  background: #815E90;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}
article#healthcare section .tab {
  z-index: 2000;
}
article#healthcare section .tab figure {
  position: relative;
  width: 94%;
  width: calc(100% - 40px - 10px - 10px);
  padding: 41% 0 0;
  margin-bottom: 75px;
  line-height: 0;
  overflow: hidden;
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}
article#healthcare section .tab figure img {
  top: 0;
  width: auto;
  height: auto;
  min-width: 101%;
  min-height: 101%;
  position: absolute;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
article#healthcare section .tab .story-content h2 {
  margin-bottom: 10px;
}
article#healthcare section .tab .story-content p {
  font-size: 22px;
}
article#healthcare section .tab .story-content a.button {
  margin-top: 34px;
}
article#healthcare button.slick-arrow {
  z-index: 9999;
  position: absolute;
  top: 30%;
  right: -20px;
  background: #EEF7FB;
  border: 0 none;
  padding: 24px 0;
  width: 100px;
  text-align: center;
  color: #0079C2;
  text-transform: uppercase;
  font-size: 18px;
  font-family: "chaparral-pro", serif;
  font-weight: normal;
}
article#healthcare button.slick-arrow i.fa, article#healthcare button.slick-arrow span {
  -moz-transition: padding 0.3s ease;
  -o-transition: padding 0.3s ease;
  -webkit-transition: padding 0.3s ease;
  transition: padding 0.3s ease;
}
article#healthcare button.slick-arrow span {
  display: block;
}
article#healthcare button.slick-arrow i.fa {
  color: #815E90;
  font-size: 30px;
  padding-bottom: 5px;
}
article#healthcare button.slick-arrow.slick-prev {
  -moz-transform: translateY(98%);
  -ms-transform: translateY(98%);
  -webkit-transform: translateY(98%);
  transform: translateY(98%);
  -moz-transform: translateY(calc(-100% - 10px));
  -ms-transform: translateY(calc(-100% - 10px));
  -webkit-transform: translateY(calc(-100% - 10px));
  transform: translateY(calc(-100% - 10px));
}
article#healthcare button.slick-arrow.slick-prev::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 100%;
  background: #F5FAFD;
  width: 130%;
  width: calc(100% + 100px - 20px);
  height: 10px;
}
article#healthcare button.slick-arrow:hover.slick-prev i.fa, article#healthcare button.slick-arrow:hover.slick-prev span {
  padding-right: 15px;
}
article#healthcare button.slick-arrow:hover.slick-next i.fa, article#healthcare button.slick-arrow:hover.slick-next span {
  padding-left: 15px;
}

h1, h2, h3, h4, h5, h6 {
  position: relative;
  margin: 0 0 40px;
  padding: 0;
  line-height: 1;
  color: inherit;
  font-size: inherit;
  font-weight: normal;
  font-family: inherit;
  display: block;
  font-family: "chaparral-pro", serif;
  font-weight: normal;
}
h1.nmb, h2.nmb, h3.nmb, h4.nmb, h5.nmb, h6.nmb {
  margin-bottom: 0;
}

h1 {
  font-size: 76px;
  color: #0079C2;
}

h2 {
  font-size: 60px;
  color: #0C2577;
}

h3 {
  font-size: 50px;
  color: #0C2577;
}
h3.graph {
  font-size: 40px;
  margin-bottom: 5px;
}

.financial h3 {
  margin-bottom: 10px;
}
.financial h3 + p {
  margin-bottom: 40px;
}
.financial h3 + table {
  margin-top: 40px;
}

h4 {
  color: #5C6770;
  font-size: 26px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 40px;
}
h4 span {
  display: block;
  font-size: 18px;
  margin-top: 5px;
  font-style: normal;
  font-family: "Calibri W01 Regular", sans-serif;
  font-weight: normal;
}

h5 {
  font-weight: bold;
  font-size: 26px;
  color: #815E90;
  margin-bottom: 5px;
}

figure.img {
  position: relative;
  text-align: center;
}
figure.img img {
  width: auto;
  height: auto;
  max-width: 100%;
  display: inline;
}
figure.img.full img {
  width: 100%;
}
figure.img figcaption {
  text-align: left;
}
figure.video-message img {
  z-index: 100;
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  min-width: 101%;
  min-height: 101%;
}

table.financial-table {
  width: 100%;
  border-collapse: inherit;
}
table.financial-table > thead > tr > th {
  text-align: center;
  font-weight: normal;
}
table.financial-table > thead > tr > th.line {
  border-bottom: 1px solid #87CBF5;
  padding-bottom: 10px;
}
table.financial-table > tbody > tr > td {
  position: relative;
  vertical-align: bottom;
  text-align: right;
  padding: 0.5em 2em;
  white-space: nowrap;
  border-left: 1px solid #87CBF5;
}
table.financial-table > tbody > tr > td:first-child {
  vertical-align: top;
  padding-left: 1em;
  padding-right: 20px;
  text-align: left;
  width: 100%;
  white-space: normal;
  text-indent: -1em;
  border-left: 0 none;
}
table.financial-table > tbody > tr > td.col-single {
  color: #0C2577;
}
table.financial-table > tbody > tr > td.dollar span::before {
  content: "$";
  position: absolute;
  left: -0.48em;
  display: block;
}
table.financial-table > tbody > tr > td.paren span {
  -moz-transform: translateX(0.3em);
  -ms-transform: translateX(0.3em);
  -webkit-transform: translateX(0.3em);
  transform: translateX(0.3em);
}
table.financial-table > tbody > tr > td:not(:first-child) span {
  display: inline-block;
  position: relative;
}
table.financial-table > tbody > tr > td.line {
  border-bottom: 1px solid #87CBF5;
}
table.financial-table > tbody > tr.no-line > td {
  border-bottom: 0 none !important;
}
table.financial-table > tbody > tr.heading > td {
  border-bottom: 1px solid #87CBF5;
}
table.financial-table > tbody > tr.heading > td:first-child {
  font-weight: bold;
}
table.financial-table > tbody > tr.heading.strong > td:first-child {
  text-transform: uppercase;
}
table.financial-table > tbody > tr.year > td {
  text-align: center;
}
table.financial-table > tbody > tr.year > td:first-child {
  text-align: left;
}
table.financial-table > tbody > tr.one-tab > td:first-child {
  padding-left: 2em;
}
table.financial-table > tbody > tr.two-tab > td:first-child {
  padding-left: 3em;
}
table.financial-table > tbody > tr:first-child td {
  text-align: center;
}
table.financial-table > tbody > tr:first-child td:first-child {
  text-align: left;
}
table.financial-table > tbody > tr.line-bottom > td {
  border-bottom: 1px solid #87CBF5;
}
table.financial-table.col-blue-2 > tbody > tr > td:nth-child(2) {
  background: #EEF7FB;
  border-left: 0 none;
  font-weight: bold;
  color: #0079C2;
}
table.financial-table.col-blue-2 > tbody > tr > td:nth-child(2) + td {
  border-left: 0 none;
}
table.financial-table.col-blue-2 > tbody > tr > td:nth-child(2).dollar span::before {
  left: -0.55em;
}

.table-responsive {
  border: 0 none;
  outline: none;
}

table + .footnote, .table-responsive + .footnote {
  margin-top: 40px;
}

span.ib {
  display: inline-block;
}
span.block {
  display: block;
}
span.line {
  line-height: 1;
}
span.key {
  position: relative;
  font-size: 20px;
  display: inline-block;
  padding-right: 25px;
  margin-right: 20px;
  line-height: 1.2;
  white-space: nowrap;
  color: #777;
}
span.key::after {
  content: "";
  position: absolute;
  top: 0.3em;
  right: 0;
  width: 15px;
  height: 15px;
  display: block;
  background: #000;
}
span.key.blue-1::after {
  background: #0079C2;
}
span.key.blue-2::after {
  background: #87CBF5;
}

.tab-gallery {
  position: absolute;
  top: 40px;
  left: 40px;
  right: 200px;
  overflow: hidden;
  height: 100px;
}
.tab-gallery ul.tabs {
  font-size: 0;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: auto;
  list-style: none;
  border: 1px solid #EEF7FB;
  white-space: nowrap;
}
.tab-gallery ul.tabs li {
  position: relative;
  padding: 8px;
  display: inline-block;
  cursor: pointer;
  font-size: 16px;
  border-right: 1px solid #EEF7FB;
  line-height: 1.125;
  height: 54px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tab-gallery ul.tabs li span {
  line-height: 1;
  display: block;
  position: relative;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tab-gallery ul.tabs li:hover {
  color: #0C2577;
  position: relative;
}
.tab-gallery ul.tabs li:hover::after {
  content: "";
  position: absolute;
  top: 100%;
  z-index: 0;
  left: 8px;
  right: 8px;
  height: 3px;
  background: #0079C2;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.tab-gallery ul.tabs li:last-child {
  border-right: 0 none;
}
.tab-gallery ul.tabs li.active {
  color: #0C2577;
  background: #EEF7FB;
}
.tab-gallery ul.tabs li.active::after {
  content: "";
  position: absolute;
  top: 100%;
  z-index: 0;
  left: 8px;
  right: 8px;
  height: 3px;
  background: #0079C2;
}

.scroll-to {
  position: relative;
}
.scroll-to.round {
  display: inline-block;
  padding: 20px;
  top: 0;
  text-shadow: 0 0 0 transparent;
}
.scroll-to.round::after {
  color: #815E90;
  line-height: 0;
  font-size: 40px;
  position: relative;
  top: 0;
  -moz-transition-property: top;
  -o-transition-property: top;
  -webkit-transition-property: top;
  transition-property: top;
  -moz-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  content: "\f13a";
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'FontAwesome';
}
.scroll-to.round:hover::after {
  top: 15px;
}

a.button, button.button {
  display: inline-block;
  position: relative;
  padding: 0.8em 1em;
  line-height: 1;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-decoration: none !important;
  -moz-transition-property: color, background, border-color;
  -o-transition-property: color, background, border-color;
  -webkit-transition-property: color, background, border-color;
  transition-property: color, background, border-color;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  -moz-transform: perspective(1px) translateZ(0);
  -ms-transform: perspective(1px) translateZ(0);
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
}
a.button.full, button.button.full {
  width: 100%;
  display: block;
  margin-top: 10px;
}
a.button.pdf, button.button.pdf {
  text-transform: none;
  display: block;
  font-size: 24px;
  border: 2px solid #87CBF5;
  color: #fff;
  padding-right: 80px;
  font-family: "chaparral-pro", serif;
  font-weight: bold;
}
a.button.pdf::before, button.button.pdf::before {
  right: 43px;
  content: "PDF";
  font-size: 20px;
  font-weight: normal;
  color: #87CBF5;
  font-style: normal;
  font-family: "Calibri W01 Regular", sans-serif;
  font-weight: normal;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
a.button.pdf::after, button.button.pdf::after {
  right: 20px;
  font-size: 18px;
  color: #87CBF5;
  content: "\f0ed";
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'FontAwesome';
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
a.button.pdf:hover, button.button.pdf:hover {
  background: rgba(135, 203, 245, 0.2);
}
a.button.half, button.button.half {
  width: 100%;
  max-width: 360px;
}
a.button.blue, button.button.blue {
  background: #87CBF5;
  color: #0C2577;
  font-size: 24px;
  padding: 0.8em 1em;
  text-transform: none;
  font-family: "chaparral-pro", serif;
  font-weight: normal;
}
a.button.blue:hover, button.button.blue:hover {
  color: #0079C2;
  background: #CBE5F4;
}
a.button.blue.plus::after, button.button.blue.plus::after {
  top: 22px;
}
a.button.plus, button.button.plus {
  padding-right: 60px;
}
a.button.plus::after, button.button.plus::after {
  position: absolute;
  top: 18px;
  font-size: 17px;
  right: 20px;
  width: 15px;
  height: 17px;
  -moz-transition-property: color, -moz-transform;
  -o-transition-property: color, -o-transform;
  -webkit-transition-property: color, -webkit-transform;
  transition-property: color transform;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -moz-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
  content: "\f055";
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'FontAwesome';
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
a.button.plus:hover::after, button.button.plus:hover::after {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
a.button.view, button.button.view {
  padding-right: 80px !important;
}
a.button.view::before, button.button.view::before {
  position: absolute;
  top: 0.8em;
  text-transform: uppercase;
  font-size: 16px;
  content: "view";
  color: #0079C2;
  right: 40px;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  font-style: normal;
  font-family: "Calibri W01 Regular", sans-serif;
  font-weight: normal;
}
a.button.hollow, button.button.hollow {
  font-size: 24px;
  text-transform: none;
  border: 2px solid #87CBF5;
  background: none;
  padding: 0.8em 1em;
  font-family: "chaparral-pro", serif;
  font-weight: normal;
}
a.button.hollow.plus::after, button.button.hollow.plus::after {
  color: #87CBF5;
  top: 22px;
}
a.button.hollow.view::before, button.button.hollow.view::before {
  top: 1.40em;
}
a.button.hollow:hover, button.button.hollow:hover {
  color: #fff;
  background: #0079C2;
  border-color: #0079C2;
}
a.button.hollow:hover.plus::after, button.button.hollow:hover.plus::after {
  color: #87CBF5;
}
a.button.hollow:hover:hover:before, button.button.hollow:hover:hover:before {
  color: #87CBF5;
}
a.button.hollow.view::after, button.button.hollow.view::after {
  color: #0079C2;
}
a.button.large, button.button.large {
  text-align: center;
  font-size: 40px;
  padding: 44px 15px;
  width: 100%;
  line-height: 1;
}
a.button.large span, button.button.large span {
  margin-top: 12px;
  display: block;
  font-size: 22px;
  color: #0079C2;
  text-transform: uppercase;
  line-height: 1.25;
  font-style: normal;
  font-family: "Calibri W01 Regular", sans-serif;
  font-weight: normal;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
a.button.large i.fa, button.button.large i.fa {
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -moz-transition: -moz-transform 0.5s ease;
  -o-transition: -o-transform 0.5s ease;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
}
a.button.large:hover span, button.button.large:hover span {
  color: #87CBF5;
}
a.button.large:hover i.fa, button.button.large:hover i.fa {
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

article.popout {
  display: none;
  z-index: 9999999999999999;
  background: #fff;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 50px;
  overflow-x: hidden;
  overflow-y: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
}
article.popout .content {
  padding: 200px 0;
  margin: 0 auto;
  width: 100%;
  max-width: 900px;
}
article.popout .content p {
  margin-bottom: 20px;
}
article.popout a.closeme {
  position: absolute;
  top: 40px;
  left: calc(100vw - 110px);
}
article.popout#corporate-leadership p > strong {
  color: #0079C2;
  display: block;
}
article.popout#corporate-leadership p > strong > sup {
  margin-left: 0.4em;
  font-weight: normal;
}

.content-overlay {
  z-index: 999999999999999;
  position: absolute;
  top: 0;
  bottom: -5px;
  width: 0;
  background: #fff;
}
.content-overlay.left {
  right: 0;
}
.content-overlay.right {
  left: 0;
}
.content-overlay.story-left {
  top: -50px;
  right: 50%;
}
.content-overlay.story-right {
  top: -50px;
  left: 50%;
}

.video-prompt {
  z-index: 300;
  cursor: pointer;
  text-align: center;
  position: absolute;
  left: 20%;
  bottom: 22px;
  font-size: 30px;
  width: 100%;
  max-width: 300px;
  min-height: 160px;
  color: #815E90;
}
.video-prompt i.fa, .video-prompt span {
  backface-visibility: hidden;
  -moz-transform: translateZ(0);
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -moz-transition: -moz-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
}
.video-prompt i.fa {
  font-size: 70px;
  margin-bottom: 15px;
}
.video-prompt span {
  display: block;
  color: #0C2577;
  font-size: 30px;
  line-height: 1.2;
  font-family: "chaparral-pro", serif;
  font-weight: normal;
}
.video-prompt::before {
  z-index: -1;
  content: "";
  position: absolute;
  top: -20px;
  bottom: -20px;
  left: 50%;
  width: 155px;
  background: #EEF7FB;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.video-prompt:hover i.fa {
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.video-prompt:hover span {
  -moz-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  -webkit-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}

.vjs-video {
  position: relative;
}
.vjs-video .vjs-poster {
  display: none;
}
.vjs-video button.vjs-big-play-button {
  display: none;
  background: none;
  border: 0 none;
  width: 100px;
  height: 100px;
  font-size: 70px;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.vjs-video button.vjs-big-play-button .vjs-control-text {
  display: none;
}
.vjs-video button.vjs-big-play-button::after {
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "\f04b";
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'FontAwesome';
}
.vjs-video .vjs-text-track-display {
  display: none;
}
.vjs-video.vjs-has-started .vjs-text-track-display {
  display: block;
}
.vjs-video .vjs-control-bar {
  font-size: 12px;
  vertical-align: middle;
  height: 40px;
  background: #0079C2;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.vjs-video .vjs-control-bar button.vjs-big-play-button {
  background: none;
  width: 100px;
  height: 100px;
  font-size: 50px;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.vjs-video .vjs-control-bar button.vjs-big-play-button .vjs-control-text {
  display: none;
}
.vjs-video .vjs-control-bar button.vjs-big-play-button::after {
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "\f04b";
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'FontAwesome';
}
.vjs-video .vjs-control-bar button.vjs-button {
  position: absolute;
  width: 1em;
  height: 1em;
  top: 0;
  background: none;
  border: 0 none;
  padding: 0;
  margin: 0;
  color: #fff;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.vjs-video .vjs-control-bar button.vjs-button:active, .vjs-video .vjs-control-bar button.vjs-button:focus, .vjs-video .vjs-control-bar button.vjs-button:visited {
  outline: none;
}
.vjs-video .vjs-control-bar button.vjs-button.vjs-play-control {
  left: 10px;
}
.vjs-video .vjs-control-bar button.vjs-button.vjs-play-control .vjs-control-text {
  display: none;
}
.vjs-video .vjs-control-bar button.vjs-button.vjs-play-control.vjs-playing::after {
  content: "\f04c";
}
.vjs-video .vjs-control-bar button.vjs-button.vjs-play-control::after {
  color: #fff;
  content: "\f04b";
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'FontAwesome';
}
.vjs-video .vjs-control-bar button.vjs-button.vjs-fullscreen-control {
  right: 10px;
}
.vjs-video .vjs-control-bar button.vjs-button.vjs-fullscreen-control .vjs-control-text {
  display: none;
}
.vjs-video .vjs-control-bar button.vjs-button.vjs-fullscreen-control::after {
  content: "\e140";
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Glyphicons Halflings';
}
.vjs-video .vjs-control-bar .vjs-audio-button {
  display: none !important;
}
.vjs-video .vjs-control-bar .vjs-subtitles-button {
  left: 60px;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.vjs-video .vjs-control-bar .vjs-subtitles-button::after {
  content: "\f20a";
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'FontAwesome';
}
.vjs-video .vjs-control-bar .vjs-subtitles-button .vjs-menu ul {
  bottom: 0;
}
.vjs-video .vjs-control-bar .vjs-subtitles-button .vjs-menu ul li {
  font-size: 16px;
  text-transform: capitalize;
  font-style: normal;
  font-family: "Calibri W01 bold", sans-serif;
  font-weight: normal;
}
.vjs-video .vjs-control-bar .vjs-subtitles-button:hover .vjs-menu {
  display: block;
}
.vjs-video .vjs-control-bar .vjs-subtitles-button .vjs-control-text {
  display: none !important;
}
.vjs-video .vjs-control-bar .vjs-volume-menu-button {
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 35px;
  height: 100%;
  width: 20px;
}
.vjs-video .vjs-control-bar .vjs-volume-menu-button .vjs-control-text {
  display: none;
}
.vjs-video .vjs-control-bar .vjs-volume-menu-button::after {
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "\f028";
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'FontAwesome';
}
.vjs-video .vjs-control-bar .vjs-volume-menu-button:hover .vjs-menu {
  display: block;
}
.vjs-video .vjs-control-bar .vjs-volume-menu-button .vjs-menu {
  display: none;
  position: absolute;
  width: 100%;
  height: 100px;
  bottom: 100%;
  left: 0;
  top: auto;
  right: 0;
  margin-bottom: 0;
  border-radius: 5px 5px 0 0;
  background: #0079C2;
}
.vjs-video .vjs-control-bar .vjs-volume-menu-button .vjs-menu .vjs-menu-content {
  padding-top: 2px;
  top: 0px;
  bottom: 0px;
  background: transparent;
  width: 100%;
  height: 100%;
}
.vjs-video .vjs-control-bar .vjs-volume-menu-button .vjs-menu .vjs-menu-content .vjs-volume-level {
  background: #c9e4f6;
  position: absolute;
  bottom: 0;
}
.vjs-video .vjs-control-bar .vjs-volume-menu-button .vjs-menu .vjs-menu-content .vjs-volume-level::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  background: #c9e4f6;
  position: absolute;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.vjs-video .vjs-control-bar .vjs-remaining-time {
  display: inline-block;
  right: 45px;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.vjs-video .vjs-control-bar .vjs-current-time, .vjs-video .vjs-control-bar .vjs-duration {
  display: none;
}
.vjs-video .vjs-control-bar .vjs-remaining-time span.vjs-control-text {
  display: none;
}
.vjs-video .vjs-progress-control {
  height: 3px;
  cursor: pointer;
  background: #46a2e0;
  left: 90px;
  right: 90px;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.vjs-video .vjs-progress-control .vjs-progress-holder .vjs-load-progress {
  display: none;
}
.vjs-video .vjs-progress-control .vjs-progress-holder .vjs-play-progress {
  position: relative;
  height: 3px;
  background: #c9e4f6;
}
.vjs-video .vjs-progress-control .vjs-progress-holder .vjs-play-progress::after {
  right: 0;
  color: #c9e4f6;
  font-size: 10px;
  content: "\f111";
  font-weight: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'FontAwesome';
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.vjs-video .vjs-progress-control .vjs-progress-holder .vjs-play-progress .vjs-control-text {
  display: none;
}
.vjs-video video {
  object-fit: cover;
}
.vjs-video video:fullscreen {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}
.vjs-video.vjs-fullscreen video {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}

.video-wrapper a.closeme {
  display: none;
  z-index: 999999;
  position: absolute;
  top: 1em;
  right: 1em;
}
.video-wrapper .vjs-user-active + a.closeme, .video-wrapper .vjs-user-active + .video-prompt + a.closeme {
  display: block;
}

.video-wrapper .vjs-video button[data-state="subtitles"] {
  right: 0;
}

.video-player {
  width: 100%;
}
.video-player .vjs-video {
  width: 100%;
  height: auto;
}
.video-player .vjs-video video {
  width: 100%;
  height: auto;
}

.chart-wrapper {
  max-width: 455px;
  margin: 0 auto 70px;
}
.chart-wrapper.mb50 {
  margin-bottom: 50px;
}
.chart-wrapper h4 {
  min-height: 50px;
}
.chart-wrapper ul.bar-chart {
  position: relative;
  display: block;
  padding: 70% 0 0;
  margin: 30px auto 20px;
  list-style: none;
  width: 100%;
  border-bottom: 1px solid #E5E5E5;
}
.chart-wrapper ul.bar-chart li {
  position: absolute;
  background: #000;
  width: 16%;
  background: #E9D6E9;
  bottom: 3px;
  height: 0%;
  text-align: center;
  overflow: visible !important;
}
.chart-wrapper ul.bar-chart li.bar1 {
  left: 0%;
}
.chart-wrapper ul.bar-chart li.bar2 {
  left: 21%;
}
.chart-wrapper ul.bar-chart li.bar3 {
  left: 42%;
}
.chart-wrapper ul.bar-chart li.bar4 {
  left: 63%;
}
.chart-wrapper ul.bar-chart li.bar5 {
  left: 84%;
}
.chart-wrapper ul.bar-chart li.active {
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk5NjY5OSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzYwMzk3MiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #996699), color-stop(100%, #603972));
  background-image: -moz-linear-gradient(top, #996699, #603972);
  background-image: -webkit-linear-gradient(top, #996699, #603972);
  background-image: linear-gradient(to bottom, #996699, #603972);
  color: #815E90;
  font-weight: bold;
}
.chart-wrapper ul.bar-chart li span, .chart-wrapper ul.bar-chart li sub {
  position: absolute;
  display: inline-block;
  width: 100%;
  left: 0;
  font-size: 18px;
}
.chart-wrapper ul.bar-chart li span {
  display: none;
  top: -35px;
}
.chart-wrapper ul.bar-chart li sub {
  bottom: -15px;
}
.chart-wrapper ul.bar-chart.blue li {
  background: #C9E4F6;
}
.chart-wrapper ul.bar-chart.blue li.active {
  color: #118DCC;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzExOGRjYyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzIzM2Y4NCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #118dcc), color-stop(100%, #233f84));
  background-image: -moz-linear-gradient(top, #118dcc, #233f84);
  background-image: -webkit-linear-gradient(top, #118dcc, #233f84);
  background-image: linear-gradient(to bottom, #118dcc, #233f84);
}

.stat-wrapper {
  position: relative;
  width: 100%;
  clear: both;
  margin: 40px auto;
}
.stat-wrapper .stat {
  float: left;
  width: 220px;
  font-size: 80px;
  color: #815E90;
  font-family: "chaparral-pro", serif;
  font-weight: normal;
}
.stat-wrapper .stat.blue {
  color: #0079C2;
}
.stat-wrapper .desc {
  float: right;
  padding-top: 10px;
  width: calc(100% - 220px - 10px);
  font-size: 22px;
  line-height: 1.36364;
}

canvas {
  width: 100% !important;
  height: auto !important;
  max-width: 300px !important;
}
canvas#medical-membership {
  display: block;
  float: none;
  margin: 0 auto;
  max-width: 100%;
}
canvas#medical-membership + ul {
  float: none;
  font-size: 16px;
  list-style: none;
  padding: 0 0 0 5px;
  margin: 10px 0 0;
  width: 100%;
  line-height: 1;
}
canvas#medical-membership + ul li {
  width: 47%;
  position: relative;
  padding: 4px 0 10px 25px;
}
canvas#medical-membership + ul li:nth-child(odd) {
  float: left;
  clear: left;
}
canvas#medical-membership + ul li:nth-child(even) {
  float: right;
  clear: right;
}
canvas#medical-membership + ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  display: block;
  width: 15px;
  height: 15px;
  float: left;
  background: #000;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
canvas#medical-membership + ul li:nth-child(1)::before {
  background: #C9E4F6;
}
canvas#medical-membership + ul li:nth-child(2)::before {
  background: #1862AD;
}
canvas#medical-membership + ul li:nth-child(3)::before {
  background: #8CCAEF;
}
canvas#medical-membership + ul li:nth-child(4)::before {
  background: #233F84;
}
canvas#medical-membership + ul li:nth-child(5)::before {
  background: #4EA6DD;
}
canvas#medical-membership + ul li:nth-child(6)::before {
  background: #202F5F;
}
canvas#medical-membership + ul li:nth-child(7)::before {
  background: #118DCC;
}
canvas#customer-base {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
canvas#customer-base + ul {
  list-style: none;
  margin: 20px auto 0;
  padding: 0;
  font-size: 16px;
  width: 100%;
  line-height: 1;
}
canvas#customer-base + ul li {
  width: 47%;
  position: relative;
  padding: 4px 0 10px 25px;
}
canvas#customer-base + ul li:nth-child(odd) {
  float: left;
  clear: left;
}
canvas#customer-base + ul li:nth-child(even) {
  float: right;
  clear: right;
}
canvas#customer-base + ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  display: block;
  width: 15px;
  height: 15px;
  float: left;
  background: #000;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
canvas#customer-base + ul li:first-child::before {
  background: #825E90;
}
canvas#customer-base + ul li:last-child::before {
  background: #E9D6E9;
}

.button-overlay .left-col, .button-overlay .right-col {
  position: relative;
}
.button-overlay .left-col::after, .button-overlay .right-col::after {
  content: "";
  display: block;
  z-index: 9999;
  position: absolute;
  width: 0px;
  top: 0;
  bottom: 0;
  background: #fff;
}
.button-overlay .left-col.button-overlay::after, .button-overlay .right-col.button-overlay::after {
  -moz-animation: expand 1s ease forwards;
  -webkit-animation: expand 1s ease forwards;
  animation: expand 1s ease forwards;
}
.button-overlay .left-col::after {
  right: 0;
  left: auto;
}
.button-overlay .right-col::after {
  left: 0;
  right: auto;
}

article table.footnote {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  line-height: 1.5;
}
article table.footnote > tbody > tr > td {
  vertical-align: top;
}
article table.footnote > tbody > tr > td:first-child {
  white-space: nowrap;
}
article table.footnote > tbody > tr > td:last-child {
  width: 100%;
  padding-left: 5px;
}
article table.footnote > tbody > tr + tr > td {
  padding-top: 20px;
}
article p.footnote {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  line-height: 1.5;
}
article.popout .content .footnote-cols {
  font-family: "chaparral-pro", serif;
  font-weight: normal;
}
article.popout .content .footnote-cols p {
  line-height: 1;
  margin: 0;
  padding: 5px 5px 5px 10px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
article.popout .content .footnote-cols p sup {
  position: absolute;
  left: 0;
  top: 0.6em;
}

.counter div, article.popout .counter div {
  position: relative;
}
.counter div span.middle, article.popout .counter div span.middle {
  position: relative;
  text-align: center;
  display: inline-block;
  padding: 45px 0;
  text-transform: uppercase;
  font-size: 0.75em;
}
.counter div span.middle::before, .counter div span.middle::after, article.popout .counter div span.middle::before, article.popout .counter div span.middle::after {
  content: "";
  width: 20px;
  height: 2px;
  background: #dfe2e5;
  display: block;
  position: absolute;
  top: 52px;
}
.counter div span.middle::before, article.popout .counter div span.middle::before {
  right: calc(100% + 5px);
}
.counter div span.middle::after, article.popout .counter div span.middle::after {
  left: calc(100% + 5px);
}
.counter strong, article.popout .counter strong {
  font-size: 80px;
  font-family: "chaparral-pro", serif;
  font-weight: normal;
}
.counter strong img, article.popout .counter strong img {
  vertical-align: baseline;
}
.counter p, article.popout .counter p {
  font-size: 18px;
  color: #777;
}
.counter.medium strong, article.popout .counter.medium strong {
  font-size: 100px;
}
.counter.purple strong, article.popout .counter.purple strong {
  color: #815E90;
}
.counter.blue strong, article.popout .counter.blue strong {
  color: #0079C2;
}
.counter.blue.dark strong, article.popout .counter.blue.dark strong {
  color: #0c2577;
}
.counter.aside strong + p, article.popout .counter.aside strong + p {
  padding-left: 0;
  color: #0c2577;
  font-size: 30px;
  font-family: "chaparral-pro", serif;
  font-weight: normal;
}
.counter.minimal strong, article.popout .counter.minimal strong {
  line-height: 0.9;
}
.counter.minimal strong + p, article.popout .counter.minimal strong + p {
  font-size: 16px;
  line-height: 1;
}

.visible-xxs {
  display: none;
}

.cap {
  text-transform: capitalize !important;
}

@-moz-keyframes fade-in {
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fade-in {
  to {
    opacity: 1;
  }
}
@keyframes fade-in {
  to {
    opacity: 1;
  }
}
.fade-in-1 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-animation: fade-in 1.7s ease 0s forwards;
  -webkit-animation: fade-in 1.7s ease 0s forwards;
  animation: fade-in 1.7s ease 0s forwards;
}

.fade-in-2 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-animation: fade-in 1.7s ease 0.53041s forwards;
  -webkit-animation: fade-in 1.7s ease 0.53041s forwards;
  animation: fade-in 1.7s ease 0.53041s forwards;
}

.fade-in-3 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-animation: fade-in 1.7s ease 1.06082s forwards;
  -webkit-animation: fade-in 1.7s ease 1.06082s forwards;
  animation: fade-in 1.7s ease 1.06082s forwards;
}

.fade-in-4 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-animation: fade-in 1.7s ease 1.59123s forwards;
  -webkit-animation: fade-in 1.7s ease 1.59123s forwards;
  animation: fade-in 1.7s ease 1.59123s forwards;
}

.fade-in-5 {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-animation: fade-in 1.7s ease 2.12164s forwards;
  -webkit-animation: fade-in 1.7s ease 2.12164s forwards;
  animation: fade-in 1.7s ease 2.12164s forwards;
}

@-moz-keyframes left-overlay {
  to {
    width: 100%;
  }
}
@-webkit-keyframes left-overlay {
  to {
    width: 100%;
  }
}
@keyframes left-overlay {
  to {
    width: 100%;
  }
}
@-moz-keyframes expand {
  to {
    width: 100%;
  }
}
@-webkit-keyframes expand {
  to {
    width: 100%;
  }
}
@keyframes expand {
  to {
    width: 100%;
  }
}
.overlay-expand {
  -moz-animation: expand 1s linear forwards;
  -webkit-animation: expand 1s linear forwards;
  animation: expand 1s linear forwards;
}

@-moz-keyframes sink-100p {
  to {
    -moz-transform: translateY(120%);
    transform: translateY(120%);
  }
}
@-webkit-keyframes sink-100p {
  to {
    -webkit-transform: translateY(120%);
    transform: translateY(120%);
  }
}
@keyframes sink-100p {
  to {
    -moz-transform: translateY(120%);
    -ms-transform: translateY(120%);
    -webkit-transform: translateY(120%);
    transform: translateY(120%);
  }
}
.sink-100p {
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -moz-animation: sink-100p 0.5s linear forwards;
  -webkit-animation: sink-100p 0.5s linear forwards;
  animation: sink-100p 0.5s linear forwards;
}
