@charset "UTF-8";
/* CSS Document */

* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; }
* {
  margin: 0;
}

html {
    font-size: 62.5%;
}

html, body {
    height: 100%;
	background-color: #f2f2f2;
}

body {
    font-family: 'Lato', Helvetica, Arial, sans-serif;
	font-size: 1.2rem;
    font-weight: 300;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

.grid {
	max-width: 1040px;
	margin: 0 auto;
	overflow: hidden;
	width: 100%;
}
.grid_600 {
    max-width: 600px;
    margin: 0 auto;
    width: 100%;
}

.grid-item {
    float: left;
    padding: 0 30px;
    position: relative;
}

.one-whole {
	width: 100%;
}
.two-thirds {
	width: 66.66666%;
}
.one-half {
	width: 50%;
}
.one-third {
	width: 33.33333%
}
.one-quarter {
    width: 25%;
}
.three-quarters {
    width: 75%;
}
.one-fifth {
	width: 20%;
}
.one-sixth {
	width: 16.66666%;
}
.one-seventh {
	width: 14.28571429%
}
.one-eigth {
	width: 12.5%;
}
.one-ninth {
	width: 11.11111%;
}
.one-tenth {
	width: 10.000000%;
}
.one-eleventh {
	width: 9.090909%;
}
.one-twelfth {
	width: 8.3333333%;
}

@media screen and (min-width: 801px) and (max-width: 1000px) {
    .grid {
        width: 100%;
    }
    .grid-item {
    }
    .tablet-one-whole {
	   width: 100%;
    }
    .tablet-two-thirds {
        width: 66.66666%;
    }
    .tablet-one-half {
        width: 50%;
    }
    .tablet-one-third {
        width: 33.33333%
    }
    .tablet-three-quarters {
        width: 75%;
    }
    .tablet-one-quarter {
        width: 25%;
    }
    .tablet-one-fifth {
        width: 20%;
    }
    .tablet-one-sixth {
        width: 16.66666%;
    }
    .tablet-one-seventh {
        width: 14.28571429%
    }
    .tablet-one-eigth {
        width: 12.5%;
    }
    .tablet-one-ninth {
        width: 11.11111%;
    }
    .tablet-one-tenth {
        width: 10.000000%;
    }
    .tablet-one-eleventh {
        width: 9.090909%;
    }
    .tablet-one-twelfth {
        width: 8.3333333%;
    }
}

@media screen and (max-width: 800px) {
    .grid { 
        width: 100%;
    }
    .grid-item {
    }
    .mobile-one-whole {
	   width: 100%;
    }
    .mobile-two-thirds {
        width: 66.66666%;
    }
    .mobile-one-half {
        width: 50%;
    }
    .mobile-one-third {
        width: 33.33333%
    }
    .mobile-three-quarters {
        width: 75%;
    }
    .mobile-one-quarter {
        width: 25%;
    }
    .mobile-one-fifth {
        width: 20%;
    }
    .mobile-one-sixth {
        width: 16.66666%;
    }
    .mobile-one-seventh {
        width: 14.28571429%
    }
    .mobile-one-eigth {
        width: 12.5%;
    }
    .mobile-one-ninth {
        width: 11.11111%;
    }
    .mobile-one-tenth {
        width: 10.000000%;
    }
    .mobile-one-eleventh {
        width: 9.090909%;
    }
    .mobile-one-twelfth {
        width: 8.3333333%;
    }
}

img { max-width: 100%; border: 0; vertical-align: bottom; }

h1, h2, h3, h4, h5, h6 {
    letter-spacing: 1.5px;
    margin: 0;
	padding: 0;
    line-height: normal;
    text-align: center;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; color: #000 !important; text-decoration: none; }

h1 { font-size: 40px; font-weight: 300; text-align: left; }
h2 { font-size: 35px; font-weight: 300; text-align: left; margin-bottom: 15px; }/*reserved for homepage feature images */
h3 { font-size: 20px; font-weight: 300; color: #414042; text-align: left; }
h4 { font-size: 1.5em; margin-bottom: 25px; text-align: left; font-weight: 100; } /*reserved for footer headers */
h5 { font-size: 1.5em; margin-bottom: 15px; margin-top: 15px; font-weight: 300; }
h6 { font-size: 10px; }

.text-left { text-align: left; }
.text-center { text-align: center; }
.text-right { text-align: right; }
.text-just { text-align: justify; }
.lowerCase {text-transform: none;}
.upperCase {text-transform: uppercase;}

.hover:hover {
    cursor: pointer;
}

.flLeft {float: left;}
.flRight {float: right;}
.no-pad { padding: 0;}

.border-right {
    border-right: 1px solid rgba(0, 0, 0, 0.25);
}
.border-left {
    border-left: 1px solid rgba(255, 255, 255, 0.25);
}

.margin-bottom25 {
    margin-bottom: 25px;
}

.margin-auto {
    margin: 0 auto;
}
.spacer50 {
    width: 100%;
    height: 50px;
}
.font-weight-500 {
    font-weight: 500;
}
.font-weight-300 {
    font-weight: 300;
}

a {
    text-decoration: none; 
    color: inherit; 
    outline: 0;
    -webkit-transition:color .1s ease-in;
    -moz-transition:color .1s ease-in;
    -o-transition:color .1s ease-in;
    transition:color .1s ease-in;
}

a:hover { 
    opacity: 0.5;
}

p {
    font-size: 1.15em;
    text-align: justify;
    line-height: 1.5em;
    margin-bottom: 10px;
}
p:last-of-type { margin-bottom: 0; }

ul {padding: 0; list-style: none;}
ol {padding: 0;}

i {
    margin: 0px auto;
}

button {
	background-color: #f26c4f;
	margin: 0;
	padding: 7px 12px;
	appearance:none;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none;
	border-top: unset;
    border-right: unset;
    border-left: unset;
    border-bottom: 3px solid #b4533e;
    color: #ffffff;
    font-weight: 100;
    text-transform: uppercase;
    border-radius: 25px;
}
button:hover {
    cursor: pointer;
    opacity: 0.5;
    -webkit-transition:opacity .1s ease-in;
    -moz-transition:opacity .1s ease-in;
    -o-transition:opacity .1s ease-in;
    transition:opacity .1s ease-in;
    appearance:none;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none;
    
}
input, textarea {
    display: block;
    width: 100%;
    padding: 12px!important;
    font-size: 14px;
    margin-bottom: 10px;
    border: unset;
    appearance:none;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none;
    background-color: #f2f2f2;
}
input[type=submit] {
    padding-top: 12px;
    padding-bottom: 10px;
    background-color: #f26c4f;
    border: none;
    border-bottom: 3px solid #b4533e;
    border-radius: 0px;
    appearance:none;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none;
    font-size: 14px;
    text-transform: uppercase;
    color: #ffffff;
    
}
input[type=submit]:hover {
    cursor: pointer;
    background-color: #b4533e;
}
.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
.desktop-hidden {
    display: none;
}

.orange {
    color: #f26c4f;
}
.white {
    color: #fff;
}
.lightBlue {
    color: #f5f8fc;
}
.bgDarkGrey {
	background-color: #414042;
}
.bgOrange {
	background-color: #f26c4f;
}
.bgWhite {
    background-color: #ffffff;
}
.bgGrey {
    background-color: #f2f2f2;
}
.bgLightBlue {
    background-color: #7bcae0;
}
.width50 {
    width: 50%;
    margin: 0 auto;
}

.seperator {
	width: 100%;
	border-top: 1px solid #f2f2f2;
	margin: 50px auto 50px;
}

header {
    width: 100%;
    background-color: #ffffff;
    position: relative;
    z-index: 1;
}

main {
    width: 100%;
    min-height: calc(100vh - 350px);
	position: relative;
    overflow: hidden;
}
main > section {
    position: relative;
}
footer {
    min-height: 300px;
    width: 100%;
    background-color: #414042;
    color: #ffffff;
    font-size: 1em;
    font-weight: 300;
    padding: 50px 25px 0;
}
footer a:hover {
    text-decoration: underline;
    opacity: 0.75;
}

header section {
    position: relative;
    height: 50px;
}

#logo {
    position: absolute;
    top: 50%;
    left: 25px;
    -webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
    z-index: 10;
}
#logo img {
    max-width: 80px;
    width: 80px;
}
#nav {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
}
#nav > li {
    display: inline-block;
    padding: 1px 20px;
    position: relative;
}
#nav li a {
    border-bottom: 2px solid #ffffff;
    transition: border 200ms ease;
    display: block;
}
#nav li a:hover {
    border-bottom: 2px solid #f26c4f;
    transition: border 200ms ease;
}
/*
#nav ul {
    position: absolute;
    white-space: nowrap;
    z-index: 1;
    left: -99999em;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #fff;
}*/
#nav ul {
    background-color: #fff;
    white-space: nowrap;
    position: absolute;
    text-align: left;
}
#nav ul li a {
    padding: 12px;
}
/*
#nav > li:hover > ul {
  left: auto;
  padding-top: 5px;
  min-width: 100%;
}
#nav > li li:hover > ul { 
  left: 100%;
  margin-left: 1px;
  top: -1px;
}*/

#try-button {
    border-left: 1px solid #d2d2d2;
    
}
#login-button {
    position: absolute;
    top: 50%;
    right: 25px;
    -webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
    z-index: 10;
}
#overlay {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.75);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
}
#overlay .cancel {
    font-size: 4em;
    font-weight: 100;
    position: absolute;
    top: 15px;
    right: 15px;
    color: #fff;
    width: auto;
    padding: 5px;
    display: block;
}
#overlay .cancel:hover {
    cursor: pointer;
}
#overlay > section {
    position: absolute;
    left: 50%;
    top: 50%;
    display: none;
    -webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	transform: translateX(-50%);
}
.overlay-container-outer {
    padding: 45px 75px;
    box-shadow: 0 15px 35px rgba(50, 50, 93, .1), 0 5px 15px rgba(0, 0, 0, .07);
    background-color: #fff;
}
.overlay-container-inner h2 {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 25px;
}
footer p {
    width: 75%;
}
footer input[type=email] {
    border-bottom: 3px solid #615f61;
}
.circle {
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
    transform-origin: center center;
}
.circle i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
    font-size: 30px;
}
.light-grey-circle {
    background-color: #f2f2f2;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.25), 0 0 2px 0 rgba(0, 0, 0, 0.25);
    width: 65px;
    height: 65px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.circle-button .light-grey-circle:hover {
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.25);
    background-color: #f26c4f;
}
.circle-button .light-grey-circle:hover i {
    color: #fff ! important;
}
#footer-nav li {
    margin: 10px 0;
}
#footer-nav a {
    padding: 5px 0;
}
#footer-nav i {
    margin-right: 3px;
    -webkit-transition:padding .1s ease-in;
    -moz-transition:opacity .1s ease-in;
    -o-transition:opacity .1s ease-in;
}
#footer-nav a:hover i {
    padding-right: 5px;
}

.footer-last {
    border-top: 1px solid #8b8b8b;
    padding: 25px 0;
    margin-top: 50px;
    font-size: 0.7em;
}

.footerPhone {
    margin-bottom: 15px;
}

/* Mobile Nav Bars */
#sidebarbtn {
  display: none;
  position: absolute;
  top: 50%;
  left: 25px;
  /*height: 20px;*/
  line-height: 16px;
  margin: 0;
  color: #231f20;
  font-family: Baskerville2BTRoman, "Times New Roman", Georgia, Serif;
  z-index: 999;
    -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

#sidebarbtn .inner-sidebar {
  width: 24px;
  height: 15px;
  position: relative;
  margin: 0;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer
}

#sidebarbtn .inner-sidebar span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #555;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out
}

#sidebarbtn .inner-sidebar span:nth-child(1), #sidebarbtn .inner-sidebar span:nth-child(2) {
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center
}

#sidebarbtn .inner-sidebar span:nth-child(1) {
  top: 0;
  transform-origin: left center
}

#sidebarbtn .inner-sidebar span:nth-child(2) {
  top: 8px;
  transform-origin: left center
}

#sidebarbtn .inner-sidebar span:nth-child(3) {
  top: 16px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center
}

#sidebarbtn .inner-sidebar.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
  left: 0
}

#sidebarbtn .inner-sidebar.open span:nth-child(2) {
  width: 0;
  opacity: 0
}

#sidebarbtn .inner-sidebar.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 17px;
  left: 0
}

.skewed-background, #secondary-background {
    position: absolute;
}
.skewed-background {
    height: 100%;
    width: 100%;
    overflow: hidden;
}
.skewed-background.orange-grad {
    background: linear-gradient(150deg, #f26c4f, #ff6246 36.13%, #ffb06e);
}
.skewed-background.left {
    transform: skewY(-10deg);
    transform-origin: 0;
}
.skewed-background.right {
    transform: skewY(10deg);
    transform-origin: 100%;
}
#secondary-background {
    height: 100%;
    width: 100%;
    background: linear-gradient(150deg, #f26c4f, #ff6246 36.13%, #ffb06e);
    transform: skewY(10deg);
    transform-origin: 0;
}
.content-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.content-block.primary {
    height: 710px;
}
.content-block.tertiary, .content-block.feature-tertiary, .content-block.feature-quaternary {
    height: 710px;
}
.content-block.right {
    
}
#secondary-header {
    position: relative;
    padding-top: 250px;
    margin-top: -65px;
    color: #fff;
}
#secondary-header h3 {
    color: #fff;
}
.secondary {
    margin-bottom: 50px;
}
.message-container {
    border-radius: 15px;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
    padding: 7px 10px;
    margin: 0 0 30px 0px;
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    background: rgba(0, 0, 140, .08);
}
.message-container .tag {
    padding: 0 6px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    background: #7bcae0;
    text-transform: uppercase;
    border-radius: 10px
}
.message-container .message {
    -ms-flex: 1;
    flex: 1;
    margin: 0 12px;
}
.content-block.right div div.content {
    margin-left: 50%;
    max-width: 50%;
}
.content-block.left div div.content {
    max-width: 50%;
}
.primary > div {
    margin-top: -10%;
}
.primary h1, .tertiary h2, .feature-tertiary h2, .feature-quaternary h2 {
    color: #ffffff;
}
.feature-tertiary h3, .feature-quaternary h3 {
    color: #ffffff;
}
.feature-tertiary h4, .feature-quaternary h4 {
    color: #ffffff;
}
.primary p, .tertiary p, .feature-tertiary p, .feature-quaternary p {
    margin-top: 20px;
    color: #f5eae8;
}
.primary ul, .tertiary ul, .feature-tertiary ul, .feature-quaternary ul {
    margin-top: 40px;
    display: -ms-flexbox;
    display: flex;
}
.primary li:last-child {
    margin-left: 15px;
}
.tertiary > div, .feature-tertiary > div {
    margin-top: -22%;
}
.feature-quaternary > div {
    margin-top: -12%;
}
.common-button {
    white-space: nowrap;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding: 0 14px;
    box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
    background: #fff;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .025em;
    text-decoration: none;
    transition: all .15s ease;
}
.screen-shots {
    pointer-events: none;
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
#bild-screen-shots {
    width: 829px;
    margin-left: -10px;
    top: 20px;
    left: 50%;
    margin-left: -50px;
}
#bild-home-primary-screen-shots {
    width: 775px;
    top: 175px;
    right: 50%;
    margin-right: -10px;
    justify-content: space-between;
}
#bild-feature-primary-screen-shots {
    width: 1310px;
    top: -155px;
    left: 50%;
    margin-left: -270px;
    justify-content: space-between;
}
#bild-feature-tertiary-screen-shots {
    width: 1310px;
    top: 85px;
    right: 50%;
    margin-right: 30px;
    justify-content: space-between;
}
#bild-feature-quaternary-screen-shots {
    width: 1310px;
    top: -205px;
    left: 50%;
    margin-left: -20px;
    justify-content: space-between;
}
.screen-shots div {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 38px;
    background: #fff;
    box-shadow: inset 0 4px 7px 1px #fff, inset 0 -5px 20px rgba(173, 186, 204, .25), 0 2px 6px rgba(0, 21, 64, .14), 0 10px 20px rgba(0, 21, 64, .05)
}
.screen-shots img {
    border: 1px solid rgba(0, 0, 0, 0.15);
}
#bild-screen-shots-secondary {
    width: 829px;
    top: 150px;
    left: 50%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: 275px;
    transform: rotate(10deg);
    transform-origin: 100% 0;
    pointer-events: none;
    position: absolute;
    display: -ms-flexbox;
    display: flex;
}
.screen-shots.right {
    transform: rotate(10deg);
    transform-origin: 100% 0;
}
.screen-shots.left {
    transform: rotate(-10deg);
    transform-origin: 100% 0;
}
.phone-big {
    display: -ms-flexbox;
    display: flex;
    width: 267px;
    height: 553px;
    padding: 35px 5px;
}
.phone-big-spacer {
    display: -ms-flexbox;
    display: flex;
    width: 267px;
    height: 553px;
    padding: 35px 5px;
    opacity: 0;
}
.phone-small {
    -ms-flex-order: 0;
    order: 0;
    width: 225px;
    height: 467px;
    padding: 35px 5px;
}
.tablet-landscape {
    width: 512px;
    height: 352px;
    padding: 5px 35px;
}
.tablet-landscape-spacer {
    width: 250px;
    height: 352px;
    padding: 5px 35px;
    opacity: 0;
}
.tablet-portrait {
    display: -ms-flexbox;
    display: flex;
    width: 450px;
    height: 675px;
    padding: 35px 5px;
}
.flex-start {
    align-self: flex-start;
    -ms-flex-item-align: start;
}
.flex-end {
    align-self: flex-end;
    -ms-flex-item-align: end;
}
#bild-screen-shots .phone-small {
    opacity: 0;
    margin: 50px 50px 0 100px;
}
#bild-screen-shots .tablet-landscape {
    margin-right: 50px;
}
#bild-screen-shots .tablet-portrait {
    margin-top: 50px;
}
#bild-screen-shots-secondary .phone-small {
    margin: 50px 50px 0 0px;
}
#bild-home-primary-screen-shots .tablet-portrait {
}
#bild-home-primary-screen-shots .phone-big {
}
#bild-home-primary-screen-shots .phone-small {
}
#bild-home-primary-screen-shots .tablet-landscape, #bild-home-primary-screen-shots .tablet-landscape-spacer {
    margin-bottom: 50px;
    margin-top: 50px;
}
#bild-feature-primary-screen-shots > div, #bild-feature-tertiary-screen-shots > div, #bild-feature-quaternary-screen-shots > div  {
    margin-bottom: 40px;
}
.common-column span {
    display: block;
    margin-bottom: 10px;
}
.common-column p span {
    display: unset;
}
#home-user-section.secondary {
    margin-bottom: 300px;
}
.secondary .main {
    margin-bottom: 25px;
}
.secondary .main p {
    font-size: 16px;
}
.feature-secondary {
    margin: 25px 0 275px;
}
.feature-secondary h2 {
    margin-bottom: 10px;
}
.feature-secondary h3 {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 1.85em;
}
.feature-secondary h4 {
    text-align: center;
}
.featureItem {
    margin: 25px 0;
    padding: 25px 0;
}
.featureItem h2 {
    font-size: 1.75em;
    font-weight: 500;
}
.featureItem p {
    text-align: left;
    font-size: 1.35em;
}
.featureContent {
    margin-top: 15%;
}
.header-icon {
    margin-bottom: 15px;
}
.header-icon i {
    font-size: 4em;
}
.feature-tertiary .header-icon i, .feature-quaternary .header-icon i {
    color: #ffffff;
}
.common-column i {
    font-size: 30px;
    margin-bottom: 10px;
}
.common-column p {
    margin: 25px 0;
}
.stats-container {
    margin-top: 25px;
}
.stats-container, .stats-container h3 {
    color: #fff;
    text-align: center;
}
.stats-container span {
    margin-top: 5px;
    font-size: 1.5em;
    display: block;
}
.stats-container h3 {
    font-size: 3em;
}
.outer {
    margin-bottom: 100px;
}
.icon-container h2 {
    text-align: center;
    margin-bottom: 25px;
}
.chart-container {
    position: relative;
}
.chart-value {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
    font-size: 30px;
}
.dash-outer {
    margin-bottom: 25px;
}
.dash-inner {
    padding: 25px 15px;
    background-color: #fff;
    box-shadow: 0 15px 35px rgba(50, 50, 93, .1), 0 5px 15px rgba(0, 0, 0, .07);
    position: relative;
    overflow: hidden;
}
.dash-skew {
    position: absolute;
    bottom: 0;
    top: 50%;
    left: 0;
    right: 0;
    background: #f6f9fc;
    transform: skewY(-10deg);
    transform-origin: 100%;
    z-index: 0;
}
.dash-header {
    font-size: 1em;
    text-transform: uppercase;
    text-align: left;
    margin: 0 0 15px;
    position: relative;
}
.dash-value {
    font-size: 2.2em;
    text-align: center;
    color: #f26c4f;
    position: relative;
}
.dash-value span {
    font-size: 0.5em
}