/* = FINAL EXPORTED STYLE (THE BELOW IS COMPILING ALL ELEMENTS INTO ONE MINIFIED FILE FOR THE SITE)
----------------------------------------------- */
/* = GLOBAL MIXTURE RULES AND MIXINS - MUST BE INCLUDED FIRST IN ORDER
----------------------------------------------- */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
/*WEBKIT ONLY*/
/* =css3 easing animation
----------------------------------------------- */
/*include
-webkit-backface-visibility: hidden;
When adding effects for chrome and safari non-flicker*/
/* @include transition(color .3s ease); */
/* = GLOBAL VARIABLES
----------------------------------------------- */
/* =General css reset
----------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased; }

ins, del {
  text-decoration: none; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

ol.normalList {
  list-style: decimal; }

ul.normalList {
  list-style: disc; }

.normalList li {
	display: list-item;
	padding: 0 0 0.8em 0.2em;
	margin: 0 0 0 1em;
}

.underline{
	text-decoration: underline;
}
.underline:hover{
	text-decoration: none;
	}

blockquote, q {
  quotes: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body * {
  -webkit-font-smoothing: subpixel-antialiased; }

a {
  outline: 0; }

input {
  /*turn off ios input btn treatment & rounding*/
  -webkit-appearance: none;
  border-radius: 0; }

.hide{display: none;}
.row {
  width: 100%; }

.row:after {
  content: "";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both; }

.column, .columns {
  float: left;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  position: relative; }

.row.no-margin {
  margin: 0; }

ul.nomar {
  margin-left: 0;
  margin-right: 0; }

.nomar {
  margin-left: 0;
  margin-right: 0; }

.nopad {
  padding-left: 0;
  padding-right: 0; }

/* [class*="column"] + [class*="column"]:last-child {
    float: right;
} */
.row .row:after {
  clear: both; }

.row .row:before, .row .row:after {
  content: " ";
  display: table; }

.row:after {
  clear: both; }

.row:before, .row:after {
  content: " ";
  display: table; }

[class*="block-grid-"] {
  display: block;
  margin-bottom: 0;
  margin-left: -0.55556rem;
  margin-right: -0.55556rem;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0; }

[class*="block-grid-"]:before, [class*="block-grid-"]:after {
  content: " ";
  display: table; }

[class*="block-grid-"]:after {
  clear: both; }

[class*="block-grid-"] > li {
  display: block;
  float: left;
  height: auto;
  padding-bottom: 1.11111rem;
  padding-left: 0.55556rem;
  padding-right: 0.55556rem;
  padding-top: 0; }


.padding-left{
	padding-left: 20%;
}
/* =Media Queries
-----------------------------------------------
-----------------------------------------------
----------------------------------------------- */
/* =S Small Screens & Base Rules
----------------------------------------------- */
@media only screen {
  .s-fl-left {
    float: left !important; }

  .s-span-1 {
    width: 8.333%; }

  .s-span-2 {
    width: 16.666%; }

  .s-span-3 {
    width: 25%; }

  .s-span-4 {
    width: 33.333%; }

  .s-span-5 {
    width: 41.6667%; }

  .s-span-6 {
    width: 50%; }

  .s-span-7 {
    width: 58.3333%; }

  .s-span-8 {
    width: 66.6667%; }

  .s-span-9 {
    width: 75%; }

  .s-span-10 {
    width: 83.3333%; }

  .s-span-11 {
    width: 91.6667%; }

  .s-span-12 {
    width: 100%; }

  .s-push-0 {
    left: auto;
    position: relative;
    right: auto; }

  .s-push-1 {
    left: 8.333%;
    position: relative;
    right: auto; }

  .s-push-2 {
    left: 16.666%;
    position: relative;
    right: auto; }

  .s-push-3 {
    left: 25%;
    position: relative;
    right: auto; }

  .s-push-4 {
    left: 33.333%;
    position: relative;
    right: auto; }

  .s-push-5 {
    left: 41.6667%;
    position: relative;
    right: auto; }

  .s-push-6 {
    left: 50%;
    position: relative;
    right: auto; }

  .s-push-7 {
    left: 58.3333%;
    position: relative;
    right: auto; }

  .s-push-8 {
    left: 66.6667%;
    position: relative;
    right: auto; }

  .s-push-9 {
    left: 75%;
    position: relative;
    right: auto; }

  .s-push-10 {
    left: 83.3333%;
    position: relative;
    right: auto; }

  .s-push-11 {
    left: 91.6667%;
    position: relative;
    right: auto; }

  .s-push-12 {
    left: 100%;
    position: relative;
    right: auto; }

  .s-pull-0 {
    right: auto;
    position: relative;
    left: auto; }

  .s-pull-1 {
    right: 8.333%;
    position: relative;
    left: auto; }

  .s-pull-2 {
    right: 16.666%;
    position: relative;
    left: auto; }

  .s-pull-3 {
    right: 25%;
    position: relative;
    left: auto; }

  .s-pull-4 {
    right: 33.333%;
    position: relative;
    left: auto; }

  .s-pull-5 {
    right: 41.6667%;
    position: relative;
    left: auto; }

  .s-pull-6 {
    right: 50%;
    position: relative;
    left: auto; }

  .s-pull-7 {
    right: 58.3333%;
    position: relative;
    left: auto; }

  .s-pull-8 {
    right: 66.6667%;
    position: relative;
    left: auto; }

  .s-pull-9 {
    right: 75%;
    position: relative;
    left: auto; }

  .s-pull-10 {
    right: 83.3333%;
    position: relative;
    left: auto; }

  .s-pull-11 {
    right: 91.6667%;
    position: relative;
    left: auto; }

  .s-pull-12 {
    right: 100%;
    position: relative;
    left: auto; }

  .show-for-small-only, .show-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
    display: inherit !important; }

  .hide-for-small-only, .hide-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
    display: none !important; }

  .small-block-grid-1 > li {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    width: 100%; }

  .small-block-grid-1 > li:nth-of-type(n) {
    clear: none; }

  .small-block-grid-1 > li:nth-of-type(n+1) {
    clear: both; }

  .small-block-grid-2 > li {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    width: 50%; }

  .small-block-grid-2 > li:nth-of-type(n) {
    clear: none; }

  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both; }

  .small-block-grid-3 > li {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    width: 33.3333%; }

  .small-block-grid-3 > li:nth-of-type(n) {
    clear: none; }

  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both; }

  .small-block-grid-4 > li {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    width: 25%; }

  .small-block-grid-4 > li:nth-of-type(n) {
    clear: none; }

  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both; }

  .small-block-grid-5 > li {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    width: 20%; }

  .small-block-grid-5 > li:nth-of-type(n) {
    clear: none; }

  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both; }

  .small-block-grid-6 > li {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    width: 16.6667%; }

  .small-block-grid-6 > li:nth-of-type(n) {
    clear: none; }

  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both; }

  .small-block-grid-7 > li {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    width: 14.2857%; }

  .small-block-grid-7 > li:nth-of-type(n) {
    clear: none; }

  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both; }

  .small-block-grid-8 > li {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    width: 12.5%; }

  .small-block-grid-8 > li:nth-of-type(n) {
    clear: none; }

  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both; }

  .small-block-grid-9 > li {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    width: 11.1111%; }

  .small-block-grid-9 > li:nth-of-type(n) {
    clear: none; }

  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both; }

  .small-block-grid-10 > li {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    width: 10%; }

  .small-block-grid-10 > li:nth-of-type(n) {
    clear: none; }

  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both; }

  .small-block-grid-11 > li {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    width: 9.09091%; }

  .small-block-grid-11 > li:nth-of-type(n) {
    clear: none; }

  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both; }

  .small-block-grid-12 > li {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    width: 8.33333%; }

  .small-block-grid-12 > li:nth-of-type(n) {
    clear: none; }

  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both; } }
/* END (screen) */
/* max-width 640px */
/* =M Medium Screens (Min 641px)
	
	
	
----------------------------------------------- */
@media only screen and (min-width: 641px) {
  .m-span-1 {
    width: 8.333%; }

  .m-span-2 {
    width: 16.666%; }

  .m-span-3 {
    width: 25%; }

  .m-span-4 {
    width: 33.333%; }

  .m-span-5 {
    width: 41.6667%; }

  .m-span-6 {
    width: 50%; }

  .m-span-7 {
    width: 58.3333%; }

  .m-span-8 {
    width: 66.6667%; }

  .m-span-9 {
    width: 75%; }

  .m-span-10 {
    width: 83.3333%; }

  .m-span-11 {
    width: 91.6667%; }

  .m-span-12 {
    width: 100%; }

  .m-push-0 {
    left: auto;
    position: relative;
    right: auto; }

  .m-push-1 {
    left: 8.333%;
    position: relative;
    right: auto; }

  .m-push-2 {
    left: 16.666%;
    position: relative;
    right: auto; }

  .m-push-3 {
    left: 25%;
    position: relative;
    right: auto; }

  .m-push-4 {
    left: 33.333%;
    position: relative;
    right: auto; }

  .m-push-5 {
    left: 41.6667%;
    position: relative;
    right: auto; }

  .m-push-6 {
    left: 50%;
    position: relative;
    right: auto; }

  .m-push-7 {
    left: 58.3333%;
    position: relative;
    right: auto; }

  .m-push-8 {
    left: 66.6667%;
    position: relative;
    right: auto; }

  .m-push-9 {
    left: 75%;
    position: relative;
    right: auto; }

  .m-push-10 {
    left: 83.3333%;
    position: relative;
    right: auto; }

  .m-push-11 {
    left: 91.6667%;
    position: relative;
    right: auto; }

  .m-push-12 {
    left: 100%;
    position: relative;
    right: auto; }

  .m-pull-0 {
    right: auto;
    position: relative;
    left: auto; }

  .m-pull-1 {
    right: 8.333%;
    position: relative;
    left: auto; }

  .m-pull-2 {
    right: 16.666%;
    position: relative;
    left: auto; }

  .m-pull-3 {
    right: 25%;
    position: relative;
    left: auto; }

  .m-pull-4 {
    right: 33.333%;
    position: relative;
    left: auto; }

  .m-pull-5 {
    right: 41.6667%;
    position: relative;
    left: auto; }

  .m-pull-6 {
    right: 50%;
    position: relative;
    left: auto; }

  .m-pull-7 {
    right: 58.3333%;
    position: relative;
    left: auto; }

  .m-pull-8 {
    right: 66.6667%;
    position: relative;
    left: auto; }

  .m-pull-9 {
    right: 75%;
    position: relative;
    left: auto; }

  .m-pull-10 {
    right: 83.3333%;
    position: relative;
    left: auto; }

  .m-pull-11 {
    right: 91.6667%;
    position: relative;
    left: auto; }

  .m-pull-12 {
    right: 100%;
    position: relative;
    left: auto; }

  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .show-for-medium-only, .show-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
    display: inherit !important; }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .hide-for-medium-only, .hide-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
    display: none !important; }

  .medium-block-grid-1 > li {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    width: 100%; }

  .medium-block-grid-1 > li:nth-of-type(n) {
    clear: none; }

  .medium-block-grid-1 > li:nth-of-type(n+1) {
    clear: both; }

  .medium-block-grid-2 > li {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    width: 50%; }

  .medium-block-grid-2 > li:nth-of-type(n) {
    clear: none; }

  .medium-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both; }

  .medium-block-grid-3 > li {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    width: 33.3333%; }

  .medium-block-grid-3 > li:nth-of-type(n) {
    clear: none; }

  .medium-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both; }

  .medium-block-grid-4 > li {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    width: 25%; }

  .medium-block-grid-4 > li:nth-of-type(n) {
    clear: none; }

  .medium-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both; }

  .medium-block-grid-5 > li {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    width: 20%; }

  .medium-block-grid-5 > li:nth-of-type(n) {
    clear: none; }

  .medium-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both; }

  .medium-block-grid-6 > li {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    width: 16.6667%; }

  .medium-block-grid-6 > li:nth-of-type(n) {
    clear: none; }

  .medium-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both; }

  .medium-block-grid-7 > li {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    width: 14.2857%; }

  .medium-block-grid-7 > li:nth-of-type(n) {
    clear: none; }

  .medium-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both; }

  .medium-block-grid-8 > li {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    width: 12.5%; }

  .medium-block-grid-8 > li:nth-of-type(n) {
    clear: none; }

  .medium-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both; }

  .medium-block-grid-9 > li {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    width: 11.1111%; }

  .medium-block-grid-9 > li:nth-of-type(n) {
    clear: none; }

  .medium-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both; }

  .medium-block-grid-10 > li {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    width: 10%; }

  .medium-block-grid-10 > li:nth-of-type(n) {
    clear: none; }

  .medium-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both; }

  .medium-block-grid-11 > li {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    width: 9.09091%; }

  .medium-block-grid-11 > li:nth-of-type(n) {
    clear: none; }

  .medium-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both; }

  .medium-block-grid-12 > li {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    width: 8.33333%; }

  .medium-block-grid-12 > li:nth-of-type(n) {
    clear: none; }

  .medium-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both; } }
/* END (min-width: 641px) */
/* min-width 641px and max-width 1024px */
/* =L Large Screens (Min 1025px)
----------------------------------------------- */
@media only screen and (min-width: 1025px) {
  .l-fl-left {
    float: left !important; }

  .l-span-1 {
    width: 8.333%; }

  .l-span-2 {
    width: 16.666%; }

  .l-span-3 {
    width: 25%; }

  .l-span-4 {
    width: 33.333%; }

  .l-span-5 {
    width: 41.6667%; }

  .l-span-6 {
    width: 50%; }

  .l-span-7 {
    width: 58.3333%; }

  .l-span-8 {
    width: 66.6667%; }

  .l-span-9 {
    width: 75%; }

  .l-span-10 {
    width: 83.3333%; }

  .l-span-11 {
    width: 91.6667%; }

  .l-span-12 {
    width: 100%; }

  .l-push-0 {
    left: auto;
    position: relative;
    right: auto; }

  .l-push-1 {
    left: 8.333%;
    position: relative;
    right: auto; }

  .l-push-2 {
    left: 16.666%;
    position: relative;
    right: auto; }

  .l-push-3 {
    left: 25%;
    position: relative;
    right: auto; }

  .l-push-4 {
    left: 33.333%;
    position: relative;
    right: auto; }

  .l-push-5 {
    left: 41.6667%;
    position: relative;
    right: auto; }

  .l-push-6 {
    left: 50%;
    position: relative;
    right: auto; }

  .l-push-7 {
    left: 58.3333%;
    position: relative;
    right: auto; }

  .l-push-8 {
    left: 66.6667%;
    position: relative;
    right: auto; }

  .l-push-9 {
    left: 75%;
    position: relative;
    right: auto; }

  .l-push-10 {
    left: 83.3333%;
    position: relative;
    right: auto; }

  .l-push-11 {
    left: 91.6667%;
    position: relative;
    right: auto; }

  .l-push-12 {
    left: 100%;
    position: relative;
    right: auto; }

  .l-pull-0 {
    right: auto;
    position: relative;
    left: auto; }

  .l-pull-1 {
    right: 8.333%;
    position: relative;
    left: auto; }

  .l-pull-2 {
    right: 16.666%;
    position: relative;
    left: auto; }

  .l-pull-3 {
    right: 25%;
    position: relative;
    left: auto; }

  .l-pull-4 {
    right: 33.333%;
    position: relative;
    left: auto; }

  .l-pull-5 {
    right: 41.6667%;
    position: relative;
    left: auto; }

  .l-pull-6 {
    right: 50%;
    position: relative;
    left: auto; }

  .l-pull-7 {
    right: 58.3333%;
    position: relative;
    left: auto; }

  .l-pull-8 {
    right: 66.6667%;
    position: relative;
    left: auto; }

  .l-pull-9 {
    right: 75%;
    position: relative;
    left: auto; }

  .l-pull-10 {
    right: 83.3333%;
    position: relative;
    left: auto; }

  .l-pull-11 {
    right: 91.6667%;
    position: relative;
    left: auto; }

  .l-pull-12 {
    right: 100%;
    position: relative;
    left: auto; }

  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .show-for-large-only, .show-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
    display: inherit !important; }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .hide-for-large-only, .hide-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
    display: none !important; }

  .large-block-grid-1 > li {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    width: 100%; }

  .large-block-grid-1 > li:nth-of-type(n) {
    clear: none; }

  .large-block-grid-1 > li:nth-of-type(n+1) {
    clear: both; }

  .large-block-grid-2 > li {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    width: 50%; }

  .large-block-grid-2 > li:nth-of-type(n) {
    clear: none; }

  .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both; }

  .large-block-grid-3 > li {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    width: 33.3333%; }

  .large-block-grid-3 > li:nth-of-type(n) {
    clear: none; }

  .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both; }

  .large-block-grid-4 > li {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    width: 25%; }

  .large-block-grid-4 > li:nth-of-type(n) {
    clear: none; }

  .large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both; }

  .large-block-grid-5 > li {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    width: 20%; }

  .large-block-grid-5 > li:nth-of-type(n) {
    clear: none; }

  .large-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both; }

  .large-block-grid-6 > li {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    width: 16.6667%; }

  .large-block-grid-6 > li:nth-of-type(n) {
    clear: none; }

  .large-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both; }

  .large-block-grid-7 > li {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    width: 14.2857%; }

  .large-block-grid-7 > li:nth-of-type(n) {
    clear: none; }

  .large-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both; }

  .large-block-grid-8 > li {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    width: 12.5%; }

  .large-block-grid-8 > li:nth-of-type(n) {
    clear: none; }

  .large-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both; }

  .large-block-grid-9 > li {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    width: 11.1111%; }

  .large-block-grid-9 > li:nth-of-type(n) {
    clear: none; }

  .large-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both; }

  .large-block-grid-10 > li {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    width: 10%; }

  .large-block-grid-10 > li:nth-of-type(n) {
    clear: none; }

  .large-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both; }

  .large-block-grid-11 > li {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    width: 9.09091%; }

  .large-block-grid-11 > li:nth-of-type(n) {
    clear: none; }

  .large-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both; }

  .large-block-grid-12 > li {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    width: 8.33333%; }

  .large-block-grid-12 > li:nth-of-type(n) {
    clear: none; }

  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both; } }
/* END (min-width: 1025px)  */
@media only screen and (min-width: 1025px) and (max-width: 1440px) {
  .hide-for-large-only {
    display: none !important; } }
/* min-width 1025px and max-width 1440px */
/* =XL XLarge Screens (Min 1441px)
----------------------------------------------- */
@media only screen and (min-width: 1441px) {
  .xl-span-1 {
    width: 8.333%; }

  .xl-span-2 {
    width: 16.666%; }

  .xl-span-3 {
    width: 25%; }

  .xl-span-4 {
    width: 33.333%; }

  .xl-span-5 {
    width: 41.6667%; }

  .xl-span-6 {
    width: 50%; }

  .xl-span-7 {
    width: 58.3333%; }

  .xl-span-8 {
    width: 66.6667%; }

  .xl-span-9 {
    width: 75%; }

  .xl-span-10 {
    width: 83.3333%; }

  .xl-span-11 {
    width: 91.6667%; }

  .xl-span-12 {
    width: 100%; }

  .xl-push-0 {
    left: auto;
    position: relative;
    right: auto; }

  .xl-push-1 {
    left: 8.333%;
    position: relative;
    right: auto; }

  .xl-push-2 {
    left: 16.666%;
    position: relative;
    right: auto; }

  .xl-push-3 {
    left: 25%;
    position: relative;
    right: auto; }

  .xl-push-4 {
    left: 33.333%;
    position: relative;
    right: auto; }

  .xl-push-5 {
    left: 41.6667%;
    position: relative;
    right: auto; }

  .xl-push-6 {
    left: 50%;
    position: relative;
    right: auto; }

  .xl-push-7 {
    left: 58.3333%;
    position: relative;
    right: auto; }

  .xl-push-8 {
    left: 66.6667%;
    position: relative;
    right: auto; }

  .xl-push-9 {
    left: 75%;
    position: relative;
    right: auto; }

  .xl-push-10 {
    left: 83.3333%;
    position: relative;
    right: auto; }

  .xl-push-11 {
    left: 91.6667%;
    position: relative;
    right: auto; }

  .xl-push-12 {
    left: 100%;
    position: relative;
    right: auto; }

  .xl-pull-0 {
    right: auto;
    position: relative;
    left: auto; }

  .xl-pull-1 {
    right: 8.333%;
    position: relative;
    left: auto; }

  .xl-pull-2 {
    right: 16.666%;
    position: relative;
    left: auto; }

  .xl-pull-3 {
    right: 25%;
    position: relative;
    left: auto; }

  .xl-pull-4 {
    right: 33.333%;
    position: relative;
    left: auto; }

  .xl-pull-5 {
    right: 41.6667%;
    position: relative;
    left: auto; }

  .xl-pull-6 {
    right: 50%;
    position: relative;
    left: auto; }

  .xl-pull-7 {
    right: 58.3333%;
    position: relative;
    left: auto; }

  .xl-pull-8 {
    right: 66.6667%;
    position: relative;
    left: auto; }

  .xl-pull-9 {
    right: 75%;
    position: relative;
    left: auto; }

  .xl-pull-10 {
    right: 83.3333%;
    position: relative;
    left: auto; }

  .xl-pull-11 {
    right: 91.6667%;
    position: relative;
    left: auto; }

  .xl-pull-12 {
    right: 100%;
    position: relative;
    left: auto; }

  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .show-for-xlarge-only, .show-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
    display: inherit !important; }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .hide-for-xlarge-only, .hide-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
    display: none !important; } }
/* END (min-width: 1441px)  */
@media only screen and (min-width: 1441px) and (max-width: 1920px) {
  .hide-for-xlarge-only {
    display: none !important; } }
/* min-width 1441px and max-width 1920px */
/* =XXL XLarge Screens (Min 1921px)
----------------------------------------------- */
@media only screen and (min-width: 1921px) {
  .xxl-span-1 {
    width: 8.333%; }

  .xxl-span-2 {
    width: 16.666%; }

  .xxl-span-3 {
    width: 25%; }

  .xxl-span-4 {
    width: 33.333%; }

  .xxl-span-5 {
    width: 41.6667%; }

  .xxl-span-6 {
    width: 50%; }

  .xxl-span-7 {
    width: 58.3333%; }

  .xxl-span-8 {
    width: 66.6667%; }

  .xxl-span-9 {
    width: 75%; }

  .xxl-span-10 {
    width: 83.3333%; }

  .xxl-span-11 {
    width: 91.6667%; }

  .xxl-span-12 {
    width: 100%; }

  .xxl-push-0 {
    left: auto;
    position: relative;
    right: auto; }

  .xxl-push-1 {
    left: 8.333%;
    position: relative;
    right: auto; }

  .xxl-push-2 {
    left: 16.666%;
    position: relative;
    right: auto; }

  .xxl-push-3 {
    left: 25%;
    position: relative;
    right: auto; }

  .xxl-push-4 {
    left: 33.333%;
    position: relative;
    right: auto; }

  .xxl-push-5 {
    left: 41.6667%;
    position: relative;
    right: auto; }

  .xxl-push-6 {
    left: 50%;
    position: relative;
    right: auto; }

  .xxl-push-7 {
    left: 58.3333%;
    position: relative;
    right: auto; }

  .xxl-push-8 {
    left: 66.6667%;
    position: relative;
    right: auto; }

  .xxl-push-9 {
    left: 75%;
    position: relative;
    right: auto; }

  .xxl-push-10 {
    left: 83.3333%;
    position: relative;
    right: auto; }

  .xxl-push-11 {
    left: 91.6667%;
    position: relative;
    right: auto; }

  .xxl-push-12 {
    left: 100%;
    position: relative;
    right: auto; }

  .xxl-pull-0 {
    right: auto;
    position: relative;
    left: auto; }

  .xxl-pull-1 {
    right: 8.333%;
    position: relative;
    left: auto; }

  .xxl-pull-2 {
    right: 16.666%;
    position: relative;
    left: auto; }

  .xxl-pull-3 {
    right: 25%;
    position: relative;
    left: auto; }

  .xxl-pull-4 {
    right: 33.333%;
    position: relative;
    left: auto; }

  .xxl-pull-5 {
    right: 41.6667%;
    position: relative;
    left: auto; }

  .xxl-pull-6 {
    right: 50%;
    position: relative;
    left: auto; }

  .xxl-pull-7 {
    right: 58.3333%;
    position: relative;
    left: auto; }

  .xxl-pull-8 {
    right: 66.6667%;
    position: relative;
    left: auto; }

  .xxl-pull-9 {
    right: 75%;
    position: relative;
    left: auto; }

  .xxl-pull-10 {
    right: 83.3333%;
    position: relative;
    left: auto; }

  .xxl-pull-11 {
    right: 91.6667%;
    position: relative;
    left: auto; }

  .xxl-pull-12 {
    right: 100%;
    position: relative;
    left: auto; }

  .hide-for-small-only, .show-for-small-up, .hide-for-small, .hide-for-small-down, .hide-for-medium-only, .show-for-medium-up, .hide-for-medium, .hide-for-medium-down, .hide-for-large-only, .show-for-large-up, .hide-for-large, .hide-for-large-down, .hide-for-xlarge-only, .show-for-xlarge-up, .show-for-xxlarge-only, .show-for-xxlarge-up {
    display: inherit !important; }

  .show-for-small-only, .hide-for-small-up, .show-for-small, .show-for-small-down, .show-for-medium-only, .hide-for-medium-up, .show-for-medium, .show-for-medium-down, .show-for-large-only, .hide-for-large-up, .show-for-large, .show-for-large-down, .show-for-xlarge-only, .hide-for-xlarge-up, .hide-for-xxlarge-only, .hide-for-xxlarge-up {
    display: none !important; } }
/* min-width 1921px, xxlarge screens */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?7jx5hk");
  src: url("../fonts/icomoon.eot?#iefix7jx5hk") format("embedded-opentype"), url("../fonts/icomoon.ttf?7jx5hk") format("truetype"), url("../fonts/icomoon.woff?7jx5hk") format("woff"), url("../fonts/icomoon.svg?7jx5hk#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-benefit:before {
  content: "\e7d6"; }

.icon-equity:before {
  content: "\e7d7"; }

.icon-salaries:before {
  content: "\e7d8"; }

.icon-snacks:before {
  content: "\e7d9"; }

.icon-yourself:before {
  content: "\e7da"; }

.icon-arrow-down6:before {
  content: "\e7ca"; }

.icon-arrow-down7:before {
  content: "\e7cb"; }

.icon-arrow-left6:before {
  content: "\e7cc"; }

.icon-arrow-left7:before {
  content: "\e7cd"; }

.icon-arrow-right6:before {
  content: "\e7ce"; }

.icon-arrow-right7:before {
  content: "\e7cf"; }

.icon-arrow-up6:before {
  content: "\e7d0"; }

.icon-arrow-up7:before {
  content: "\e7d1"; }

.icon-clock3:before {
  content: "\e7d2"; }

.icon-leaf2:before {
  content: "\e7d3"; }

.icon-lock3:before {
  content: "\e7d4"; }

.icon-sun:before {
  content: "\e7d5"; }

.icon-close2:before {
  content: "\e7c9"; }

.icon-arrow-down4:before {
  content: "\e7c3"; }

.icon-arrow-left4:before {
  content: "\e7c4"; }

.icon-arrow-right4:before {
  content: "\e7c5"; }

.icon-arrow-up4:before {
  content: "\e7c6"; }

.icon-linkedin2:before {
  content: "\e7c7"; }

.icon-menu3:before {
  content: "\e7c8"; }

.icon-accessibility:before {
  content: "\e600"; }

.icon-address-book:before {
  content: "\e601"; }

.icon-aid:before {
  content: "\e602"; }

.icon-airplane:before {
  content: "\e603"; }

.icon-alarm:before {
  content: "\e604"; }

.icon-alarm2:before {
  content: "\e605"; }

.icon-android:before {
  content: "\e606"; }

.icon-angry:before {
  content: "\e607"; }

.icon-angry2:before {
  content: "\e608"; }

.icon-apple:before {
  content: "\e609"; }

.icon-arrow-down-left:before {
  content: "\e60a"; }

.icon-arrow-down-left2:before {
  content: "\e60b"; }

.icon-arrow-down-left3:before {
  content: "\e60c"; }

.icon-arrow-down-right:before {
  content: "\e60d"; }

.icon-arrow-down-right2:before {
  content: "\e60e"; }

.icon-arrow-down-right3:before {
  content: "\e60f"; }

.icon-arrow-down:before {
  content: "\e610"; }

.icon-arrow-down2:before {
  content: "\e611"; }

.icon-arrow-down3:before {
  content: "\e612"; }

.icon-arrow-left:before {
  content: "\e613"; }

.icon-arrow-left2:before {
  content: "\e614"; }

.icon-arrow-left3:before {
  content: "\e615"; }

.icon-arrow-right:before {
  content: "\e616"; }

.icon-arrow-right2:before {
  content: "\e617"; }

.icon-arrow-right3:before {
  content: "\e618"; }

.icon-arrow-up-left:before {
  content: "\e619"; }

.icon-arrow-up-left2:before {
  content: "\e61a"; }

.icon-arrow-up-left3:before {
  content: "\e61b"; }

.icon-arrow-up-right:before {
  content: "\e61c"; }

.icon-arrow-up-right2:before {
  content: "\e61d"; }

.icon-arrow-up-right3:before {
  content: "\e61e"; }

.icon-arrow-up:before {
  content: "\e61f"; }

.icon-arrow-up2:before {
  content: "\e620"; }

.icon-arrow-up3:before {
  content: "\e621"; }

.icon-attachment:before {
  content: "\e622"; }

.icon-backward:before {
  content: "\e623"; }

.icon-backward2:before {
  content: "\e624"; }

.icon-barcode:before {
  content: "\e625"; }

.icon-bars:before {
  content: "\e626"; }

.icon-bars2:before {
  content: "\e627"; }

.icon-bell:before {
  content: "\e628"; }

.icon-binoculars:before {
  content: "\e629"; }

.icon-blocked:before {
  content: "\e62a"; }

.icon-blog:before {
  content: "\e62b"; }

.icon-blogger:before {
  content: "\e62c"; }

.icon-blogger2:before {
  content: "\e62d"; }

.icon-bold:before {
  content: "\e62e"; }

.icon-book:before {
  content: "\e62f"; }

.icon-bookmark:before {
  content: "\e630"; }

.icon-bookmarks:before {
  content: "\e631"; }

.icon-books:before {
  content: "\e632"; }

.icon-box-add:before {
  content: "\e633"; }

.icon-box-remove:before {
  content: "\e634"; }

.icon-briefcase:before {
  content: "\e635"; }

.icon-brightness-contrast:before {
  content: "\e636"; }

.icon-brightness-medium:before {
  content: "\e637"; }

.icon-bubble:before {
  content: "\e638"; }

.icon-bubble2:before {
  content: "\e639"; }

.icon-bubbles:before {
  content: "\e63a"; }

.icon-bubbles2:before {
  content: "\e63b"; }

.icon-bubbles3:before {
  content: "\e63c"; }

.icon-bubbles4:before {
  content: "\e63d"; }

.icon-bug:before {
  content: "\e63e"; }

.icon-bullhorn:before {
  content: "\e63f"; }

.icon-busy:before {
  content: "\e640"; }

.icon-cabinet:before {
  content: "\e641"; }

.icon-calculate:before {
  content: "\e642"; }

.icon-calendar:before {
  content: "\e643"; }

.icon-calendar2:before {
  content: "\e644"; }

.icon-camera:before {
  content: "\e645"; }

.icon-camera2:before {
  content: "\e646"; }

.icon-cancel-circle:before {
  content: "\e647"; }

.icon-cart:before {
  content: "\e648"; }

.icon-cart2:before {
  content: "\e649"; }

.icon-cart3:before {
  content: "\e64a"; }

.icon-checkbox-checked:before {
  content: "\e64b"; }

.icon-checkbox-partial:before {
  content: "\e64c"; }

.icon-checkbox-unchecked:before {
  content: "\e64d"; }

.icon-checkmark-circle:before {
  content: "\e64e"; }

.icon-checkmark:before {
  content: "\e64f"; }

.icon-checkmark2:before {
  content: "\e650"; }

.icon-chrome:before {
  content: "\e651"; }

.icon-clock:before {
  content: "\e652"; }

.icon-clock2:before {
  content: "\e653"; }

.icon-close:before {
  content: "\e654"; }

.icon-cloud-download:before {
  content: "\e655"; }

.icon-cloud-upload:before {
  content: "\e656"; }

.icon-cloud:before {
  content: "\e657"; }

.icon-clubs:before {
  content: "\e658"; }

.icon-code:before {
  content: "\e659"; }

.icon-cog:before {
  content: "\e65a"; }

.icon-cog2:before {
  content: "\e65b"; }

.icon-cogs:before {
  content: "\e65c"; }

.icon-coin:before {
  content: "\e65d"; }

.icon-compass:before {
  content: "\e65e"; }

.icon-confused:before {
  content: "\e65f"; }

.icon-confused2:before {
  content: "\e660"; }

.icon-connection:before {
  content: "\e661"; }

.icon-console:before {
  content: "\e662"; }

.icon-contract:before {
  content: "\e663"; }

.icon-contract2:before {
  content: "\e664"; }

.icon-contrast:before {
  content: "\e665"; }

.icon-cool:before {
  content: "\e666"; }

.icon-cool2:before {
  content: "\e667"; }

.icon-copy:before {
  content: "\e668"; }

.icon-copy2:before {
  content: "\e669"; }

.icon-copy3:before {
  content: "\e66a"; }

.icon-credit:before {
  content: "\e66b"; }

.icon-crop:before {
  content: "\e66c"; }

.icon-css3:before {
  content: "\e66d"; }

.icon-dashboard:before {
  content: "\e66e"; }

.icon-delicious:before {
  content: "\e66f"; }

.icon-deviantart:before {
  content: "\e670"; }

.icon-deviantart2:before {
  content: "\e671"; }

.icon-diamonds:before {
  content: "\e672"; }

.icon-dice:before {
  content: "\e673"; }

.icon-disk:before {
  content: "\e674"; }

.icon-download:before {
  content: "\e675"; }

.icon-download2:before {
  content: "\e676"; }

.icon-download3:before {
  content: "\e677"; }

.icon-drawer:before {
  content: "\e678"; }

.icon-drawer2:before {
  content: "\e679"; }

.icon-drawer3:before {
  content: "\e67a"; }

.icon-dribbble:before {
  content: "\e67b"; }

.icon-dribbble2:before {
  content: "\e67c"; }

.icon-dribbble3:before {
  content: "\e67d"; }

.icon-droplet:before {
  content: "\e67e"; }

.icon-earth:before {
  content: "\e67f"; }

.icon-eject:before {
  content: "\e680"; }

.icon-embed:before {
  content: "\e681"; }

.icon-enter:before {
  content: "\e682"; }

.icon-envelop:before {
  content: "\e683"; }

.icon-equalizer:before {
  content: "\e684"; }

.icon-evil:before {
  content: "\e685"; }

.icon-evil2:before {
  content: "\e686"; }

.icon-exit:before {
  content: "\e687"; }

.icon-expand:before {
  content: "\e688"; }

.icon-expand2:before {
  content: "\e689"; }

.icon-eye-blocked:before {
  content: "\e68a"; }

.icon-eye:before {
  content: "\e68b"; }

.icon-eye2:before {
  content: "\e68c"; }

.icon-facebook:before {
  content: "\e68d"; }

.icon-facebook2:before {
  content: "\e68e"; }

.icon-facebook3:before {
  content: "\e68f"; }

.icon-feed:before {
  content: "\e690"; }

.icon-feed2:before {
  content: "\e691"; }

.icon-feed3:before {
  content: "\e692"; }

.icon-feed4:before {
  content: "\e693"; }

.icon-file-css:before {
  content: "\e694"; }

.icon-file-excel:before {
  content: "\e695"; }

.icon-file-openoffice:before {
  content: "\e696"; }

.icon-file-pdf:before {
  content: "\e697"; }

.icon-file-powerpoint:before {
  content: "\e698"; }

.icon-file-word:before {
  content: "\e699"; }

.icon-file-xml:before {
  content: "\e69a"; }

.icon-file-zip:before {
  content: "\e69b"; }

.icon-file:before {
  content: "\e69c"; }

.icon-file2:before {
  content: "\e69d"; }

.icon-file3:before {
  content: "\e69e"; }

.icon-file4:before {
  content: "\e69f"; }

.icon-film:before {
  content: "\e6a0"; }

.icon-filter:before {
  content: "\e6a1"; }

.icon-filter2:before {
  content: "\e6a2"; }

.icon-finder:before {
  content: "\e6a3"; }

.icon-fire:before {
  content: "\e6a4"; }

.icon-firefox:before {
  content: "\e6a5"; }

.icon-first:before {
  content: "\e6a6"; }

.icon-flag:before {
  content: "\e6a7"; }

.icon-flattr:before {
  content: "\e6a8"; }

.icon-flickr:before {
  content: "\e6a9"; }

.icon-flickr2:before {
  content: "\e6aa"; }

.icon-flickr3:before {
  content: "\e6ab"; }

.icon-flickr4:before {
  content: "\e6ac"; }

.icon-flip:before {
  content: "\e6ad"; }

.icon-flip2:before {
  content: "\e6ae"; }

.icon-folder-open:before {
  content: "\e6af"; }

.icon-folder:before {
  content: "\e6b0"; }

.icon-font:before {
  content: "\e6b1"; }

.icon-food:before {
  content: "\e6b2"; }

.icon-forrst:before {
  content: "\e6b3"; }

.icon-forrst2:before {
  content: "\e6b4"; }

.icon-forward:before {
  content: "\e6b5"; }

.icon-forward2:before {
  content: "\e6b6"; }

.icon-forward3:before {
  content: "\e6b7"; }

.icon-foursquare:before {
  content: "\e6b8"; }

.icon-foursquare2:before {
  content: "\e6b9"; }

.icon-gift:before {
  content: "\e6ba"; }

.icon-github:before {
  content: "\e6bb"; }

.icon-github2:before {
  content: "\e6bc"; }

.icon-github3:before {
  content: "\e6bd"; }

.icon-github4:before {
  content: "\e6be"; }

.icon-github5:before {
  content: "\e6bf"; }

.icon-glass:before {
  content: "\e6c0"; }

.icon-globe:before {
  content: "\e6c1"; }

.icon-google-drive:before {
  content: "\e6c2"; }

.icon-google-plus:before {
  content: "\e6c3"; }

.icon-google-plus2:before {
  content: "\e6c4"; }

.icon-google-plus3:before {
  content: "\e6c5"; }

.icon-google-plus4:before {
  content: "\e6c6"; }

.icon-google:before {
  content: "\e6c7"; }

.icon-grin:before {
  content: "\e6c8"; }

.icon-grin2:before {
  content: "\e6c9"; }

.icon-hammer:before {
  content: "\e6ca"; }

.icon-hammer2:before {
  content: "\e6cb"; }

.icon-happy:before {
  content: "\e6cc"; }

.icon-happy2:before {
  content: "\e6cd"; }

.icon-headphones:before {
  content: "\e6ce"; }

.icon-heart-broken:before {
  content: "\e6cf"; }

.icon-heart:before {
  content: "\e6d0"; }

.icon-heart2:before {
  content: "\e6d1"; }

.icon-history:before {
  content: "\e6d2"; }

.icon-home:before {
  content: "\e6d3"; }

.icon-home2:before {
  content: "\e6d4"; }

.icon-home3:before {
  content: "\e6d5"; }

.icon-html5:before {
  content: "\e6d6"; }

.icon-html52:before {
  content: "\e6d7"; }

.icon-icomoon:before {
  content: "\e6d8"; }

.icon-ie:before {
  content: "\e6d9"; }

.icon-image:before {
  content: "\e6da"; }

.icon-image2:before {
  content: "\e6db"; }

.icon-images:before {
  content: "\e6dc"; }

.icon-indent-decrease:before {
  content: "\e6dd"; }

.icon-indent-increase:before {
  content: "\e6de"; }

.icon-info:before {
  content: "\e6df"; }

.icon-info2:before {
  content: "\e6e0"; }

.icon-insert-template:before {
  content: "\e6e1"; }

.icon-instagram:before {
  content: "\e6e2"; }

.icon-italic:before {
  content: "\e6e3"; }

.icon-joomla:before {
  content: "\e6e4"; }

.icon-key:before {
  content: "\e6e5"; }

.icon-key2:before {
  content: "\e6e6"; }

.icon-keyboard:before {
  content: "\e6e7"; }

.icon-lab:before {
  content: "\e6e8"; }

.icon-lanyrd:before {
  content: "\e6e9"; }

.icon-laptop:before {
  content: "\e6ea"; }

.icon-last:before {
  content: "\e6eb"; }

.icon-lastfm:before {
  content: "\e6ec"; }

.icon-lastfm2:before {
  content: "\e6ed"; }

.icon-leaf:before {
  content: "\e6ee"; }

.icon-left-to-right:before {
  content: "\e6ef"; }

.icon-library:before {
  content: "\e6f0"; }

.icon-libreoffice:before {
  content: "\e6f1"; }

.icon-lightning:before {
  content: "\e6f2"; }

.icon-link:before {
  content: "\e6f3"; }

.icon-linkedin:before {
  content: "\e6f4"; }

.icon-list:before {
  content: "\e6f5"; }

.icon-list2:before {
  content: "\e6f6"; }

.icon-location:before {
  content: "\e6f7"; }

.icon-location2:before {
  content: "\e6f8"; }

.icon-lock:before {
  content: "\e6f9"; }

.icon-lock2:before {
  content: "\e6fa"; }

.icon-loop:before {
  content: "\e6fb"; }

.icon-loop2:before {
  content: "\e6fc"; }

.icon-loop3:before {
  content: "\e6fd"; }

.icon-magnet:before {
  content: "\e6fe"; }

.icon-mail:before {
  content: "\e6ff"; }

.icon-mail2:before {
  content: "\e700"; }

.icon-mail3:before {
  content: "\e701"; }

.icon-mail4:before {
  content: "\e702"; }

.icon-map:before {
  content: "\e703"; }

.icon-map2:before {
  content: "\e704"; }

.icon-menu:before {
  content: "\e705"; }

.icon-menu2:before {
  content: "\e706"; }

.icon-meter:before {
  content: "\e707"; }

.icon-meter2:before {
  content: "\e708"; }

.icon-minus:before {
  content: "\e709"; }

.icon-mobile:before {
  content: "\e70a"; }

.icon-mobile2:before {
  content: "\e70b"; }

.icon-mug:before {
  content: "\e70c"; }

.icon-music:before {
  content: "\e70d"; }

.icon-neutral:before {
  content: "\e70e"; }

.icon-neutral2:before {
  content: "\e70f"; }

.icon-new-tab:before {
  content: "\e710"; }

.icon-newspaper:before {
  content: "\e711"; }

.icon-next:before {
  content: "\e712"; }

.icon-notebook:before {
  content: "\e713"; }

.icon-notification:before {
  content: "\e714"; }

.icon-numbered-list:before {
  content: "\e715"; }

.icon-office:before {
  content: "\e716"; }

.icon-omega:before {
  content: "\e717"; }

.icon-opera:before {
  content: "\e718"; }

.icon-pacman:before {
  content: "\e719"; }

.icon-paint-format:before {
  content: "\e71a"; }

.icon-paragraph-center:before {
  content: "\e71b"; }

.icon-paragraph-center2:before {
  content: "\e71c"; }

.icon-paragraph-justify:before {
  content: "\e71d"; }

.icon-paragraph-justify2:before {
  content: "\e71e"; }

.icon-paragraph-left:before {
  content: "\e71f"; }

.icon-paragraph-left2:before {
  content: "\e720"; }

.icon-paragraph-right:before {
  content: "\e721"; }

.icon-paragraph-right2:before {
  content: "\e722"; }

.icon-paste:before {
  content: "\e723"; }

.icon-paste2:before {
  content: "\e724"; }

.icon-paste3:before {
  content: "\e725"; }

.icon-pause:before {
  content: "\e726"; }

.icon-pause2:before {
  content: "\e727"; }

.icon-pawn:before {
  content: "\e728"; }

.icon-paypal:before {
  content: "\e729"; }

.icon-paypal2:before {
  content: "\e72a"; }

.icon-paypal3:before {
  content: "\e72b"; }

.icon-pen:before {
  content: "\e72c"; }

.icon-pencil:before {
  content: "\e72d"; }

.icon-pencil2:before {
  content: "\e72e"; }

.icon-phone-hang-up:before {
  content: "\e72f"; }

.icon-phone:before {
  content: "\e730"; }

.icon-picassa:before {
  content: "\e731"; }

.icon-picassa2:before {
  content: "\e732"; }

.icon-pie:before {
  content: "\e733"; }

.icon-pilcrow:before {
  content: "\e734"; }

.icon-pinterest:before {
  content: "\e735"; }

.icon-pinterest2:before {
  content: "\e736"; }

.icon-play:before {
  content: "\e737"; }

.icon-play2:before {
  content: "\e738"; }

.icon-play3:before {
  content: "\e739"; }

.icon-plus:before {
  content: "\e73a"; }

.icon-podcast:before {
  content: "\e73b"; }

.icon-point-down:before {
  content: "\e73c"; }

.icon-point-left:before {
  content: "\e73d"; }

.icon-point-right:before {
  content: "\e73e"; }

.icon-point-up:before {
  content: "\e73f"; }

.icon-power-cord:before {
  content: "\e740"; }

.icon-previous:before {
  content: "\e741"; }

.icon-print:before {
  content: "\e742"; }

.icon-profile:before {
  content: "\e743"; }

.icon-pushpin:before {
  content: "\e744"; }

.icon-qrcode:before {
  content: "\e745"; }

.icon-question:before {
  content: "\e746"; }

.icon-quill:before {
  content: "\e747"; }

.icon-quotes-left:before {
  content: "\e748"; }

.icon-radio-checked:before {
  content: "\e749"; }

.icon-radio-unchecked:before {
  content: "\e74a"; }

.icon-reddit:before {
  content: "\e74b"; }

.icon-redo:before {
  content: "\e74c"; }

.icon-redo2:before {
  content: "\e74d"; }

.icon-remove:before {
  content: "\e74e"; }

.icon-remove2:before {
  content: "\e74f"; }

.icon-reply:before {
  content: "\e750"; }

.icon-right-to-left:before {
  content: "\e751"; }

.icon-road:before {
  content: "\e752"; }

.icon-rocket:before {
  content: "\e753"; }

.icon-sad:before {
  content: "\e754"; }

.icon-sad2:before {
  content: "\e755"; }

.icon-safari:before {
  content: "\e756"; }

.icon-scissors:before {
  content: "\e757"; }

.icon-screen:before {
  content: "\e758"; }

.icon-search:before {
  content: "\e759"; }

.icon-settings:before {
  content: "\e75a"; }

.icon-share:before {
  content: "\e75b"; }

.icon-shield:before {
  content: "\e75c"; }

.icon-shocked:before {
  content: "\e75d"; }

.icon-shocked2:before {
  content: "\e75e"; }

.icon-shuffle:before {
  content: "\e75f"; }

.icon-sigma:before {
  content: "\e760"; }

.icon-signup:before {
  content: "\e761"; }

.icon-skype:before {
  content: "\e762"; }

.icon-smiley:before {
  content: "\e763"; }

.icon-smiley2:before {
  content: "\e764"; }

.icon-soundcloud:before {
  content: "\e765"; }

.icon-soundcloud2:before {
  content: "\e766"; }

.icon-spades:before {
  content: "\e767"; }

.icon-spam:before {
  content: "\e768"; }

.icon-spell-check:before {
  content: "\e769"; }

.icon-spinner:before {
  content: "\e76a"; }

.icon-spinner2:before {
  content: "\e76b"; }

.icon-spinner3:before {
  content: "\e76c"; }

.icon-spinner4:before {
  content: "\e76d"; }

.icon-spinner5:before {
  content: "\e76e"; }

.icon-spinner6:before {
  content: "\e76f"; }

.icon-stack:before {
  content: "\e770"; }

.icon-stackoverflow:before {
  content: "\e771"; }

.icon-star:before {
  content: "\e772"; }

.icon-star2:before {
  content: "\e773"; }

.icon-star3:before {
  content: "\e774"; }

.icon-stats:before {
  content: "\e775"; }

.icon-steam:before {
  content: "\e776"; }

.icon-steam2:before {
  content: "\e777"; }

.icon-stop:before {
  content: "\e778"; }

.icon-stop2:before {
  content: "\e779"; }

.icon-stopwatch:before {
  content: "\e77a"; }

.icon-storage:before {
  content: "\e77b"; }

.icon-strikethrough:before {
  content: "\e77c"; }

.icon-stumbleupon:before {
  content: "\e77d"; }

.icon-stumbleupon2:before {
  content: "\e77e"; }

.icon-support:before {
  content: "\e77f"; }

.icon-switch:before {
  content: "\e780"; }

.icon-tab:before {
  content: "\e781"; }

.icon-table:before {
  content: "\e782"; }

.icon-table2:before {
  content: "\e783"; }

.icon-tablet:before {
  content: "\e784"; }

.icon-tag:before {
  content: "\e785"; }

.icon-tags:before {
  content: "\e786"; }

.icon-target:before {
  content: "\e787"; }

.icon-text-height:before {
  content: "\e788"; }

.icon-text-width:before {
  content: "\e789"; }

.icon-thumbs-up:before {
  content: "\e78a"; }

.icon-thumbs-up2:before {
  content: "\e78b"; }

.icon-ticket:before {
  content: "\e78c"; }

.icon-tongue:before {
  content: "\e78d"; }

.icon-tongue2:before {
  content: "\e78e"; }

.icon-tree:before {
  content: "\e78f"; }

.icon-trophy:before {
  content: "\e790"; }

.icon-truck:before {
  content: "\e791"; }

.icon-tumblr:before {
  content: "\e792"; }

.icon-tumblr2:before {
  content: "\e793"; }

.icon-tux:before {
  content: "\e794"; }

.icon-tv:before {
  content: "\e795"; }

.icon-twitter:before {
  content: "\e796"; }

.icon-twitter2:before {
  content: "\e797"; }

.icon-twitter3:before {
  content: "\e798"; }

.icon-underline:before {
  content: "\e799"; }

.icon-undo:before {
  content: "\e79a"; }

.icon-undo2:before {
  content: "\e79b"; }

.icon-unlocked:before {
  content: "\e79c"; }

.icon-upload:before {
  content: "\e79d"; }

.icon-upload2:before {
  content: "\e79e"; }

.icon-upload3:before {
  content: "\e79f"; }

.icon-user:before {
  content: "\e7a0"; }

.icon-user2:before {
  content: "\e7a1"; }

.icon-user3:before {
  content: "\e7a2"; }

.icon-user4:before {
  content: "\e7a3"; }

.icon-users:before {
  content: "\e7a4"; }

.icon-users2:before {
  content: "\e7a5"; }

.icon-vimeo:before {
  content: "\e7a6"; }

.icon-vimeo2:before {
  content: "\e7a7"; }

.icon-vimeo3:before {
  content: "\e7a8"; }

.icon-volume-decrease:before {
  content: "\e7a9"; }

.icon-volume-high:before {
  content: "\e7aa"; }

.icon-volume-increase:before {
  content: "\e7ab"; }

.icon-volume-low:before {
  content: "\e7ac"; }

.icon-volume-medium:before {
  content: "\e7ad"; }

.icon-volume-mute:before {
  content: "\e7ae"; }

.icon-volume-mute2:before {
  content: "\e7af"; }

.icon-wand:before {
  content: "\e7b0"; }

.icon-warning:before {
  content: "\e7b1"; }

.icon-windows:before {
  content: "\e7b2"; }

.icon-windows8:before {
  content: "\e7b3"; }

.icon-wink:before {
  content: "\e7b4"; }

.icon-wink2:before {
  content: "\e7b5"; }

.icon-wondering:before {
  content: "\e7b6"; }

.icon-wondering2:before {
  content: "\e7b7"; }

.icon-wordpress:before {
  content: "\e7b8"; }

.icon-wordpress2:before {
  content: "\e7b9"; }

.icon-wrench:before {
  content: "\e7ba"; }

.icon-xing:before {
  content: "\e7bb"; }

.icon-xing2:before {
  content: "\e7bc"; }

.icon-yahoo:before {
  content: "\e7bd"; }

.icon-yelp:before {
  content: "\e7be"; }

.icon-youtube:before {
  content: "\e7bf"; }

.icon-youtube2:before {
  content: "\e7c0"; }

.icon-zoom-in:before {
  content: "\e7c1"; }

.icon-zoom-out:before {
  content: "\e7c2"; }

/* =GLOBAL STYLING - LOOSE RULES FOR GLOBAL STYLING
----------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

br {
  margin-bottom: 1em;
  display: block;
  content: ""; }

em, dfn, i {
  font-style: italic; }

strong, b {
  font-weight: 500; }

q {
  quotes: unset; }

abbr, acronym {
  border-bottom: 1px dotted; }

ins {
  text-decoration: underline; }

hr {
  background-color: black;
  border: medium none;
  height: 1px;
  margin: 20px 0; }

small {
  font-size: 0.8em; }

code, kbd, samp {
  font-family: Courier;
  font-size: 0.8em; }

sub {
  vertical-align: sub;
  font-size: 0.8em; }

sup {
  vertical-align: top;
  font-size: 0.8em; }

del {
  text-decoration: line-through; }

blockquote {
  margin-left: 3%; }

cite {
  font-style: italic; }

ul li {
  display: inline-block; }

ul li a {
  text-decoration: none; }

ul li {
  display: inline; }

ul li a {
  text-decoration: none; }

ol.standard {
  list-style: decimal;
  margin: 20px 0 20px 3%; }

ul.standard, ul.standard ul {
  list-style: disc;
  margin: 20px 0 20px 3%; }

ul.standard ul {
  margin-left: 1%; }

ol.standard li ol, ul.standard li ul {
  margin-top: 10px;
  margin-bottom: 10px; }

ul.standard li, ol.standard li {
  margin-bottom: 5px; }

dd {
  margin-left: 3%; }

caption {
  font-weight: bold;
  margin-bottom: 20px; }

thead, tfoot {
  text-align: left;
  font-weight: bold; }

td {
  padding: 10px 10px 10px 0; }

var {
  font-style: italic; }

a {
  color: inherit;
  text-decoration: none; }

form {
  border: auto; }

.clearfix:after {
  content: "";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both; }

a img {
  vertical-align: bottom; }

.image img {
  width: 100%;
  vertical-align: bottom; }

/* = BUTTON EFFECTS
----------------------------------------------- */
.btn-demo {
  -webkit-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -moz-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -ms-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
  background-color: black;
  color: #fff;
  display: inline-block;
  padding: 15px 40px;
  text-decoration: none;
  text-transform: uppercase;
  margin: 30px; }

/* = NEEDED FOR BUTTONS
----------------------------------------------- */
.buttons-demo {
  /* = ALL BTN1
  -----------------------------------------------
  -----------------------------------------------
  -----------------------------------------------
  ----------------------------------------------- */
  /* = btn1a
  ----------------------------------------------- */
  /* = btn1b
  ----------------------------------------------- */
  /* = btn1c
  ----------------------------------------------- */
  /* = btn1d
  ----------------------------------------------- */
  /* = btn1e
  ----------------------------------------------- */
  /* = btn1f
  ----------------------------------------------- */
  /* = ALL BTN2
  -----------------------------------------------
  -----------------------------------------------
  -----------------------------------------------
  ----------------------------------------------- */ }
  .buttons-demo .btn-demo {
    position: relative;
    z-index: 0;
    overflow: hidden; }
  .buttons-demo .btn-demo:after {
    content: "";
    position: absolute;
    z-index: -1;
    -webkit-transition: all 200ms cubic-bezier(0.6, 0.04, 0.98, 0.335);
    -moz-transition: all 200ms cubic-bezier(0.6, 0.04, 0.98, 0.335);
    -ms-transition: all 200ms cubic-bezier(0.6, 0.04, 0.98, 0.335);
    -o-transition: all 200ms cubic-bezier(0.6, 0.04, 0.98, 0.335);
    transition: all 200ms cubic-bezier(0.6, 0.04, 0.98, 0.335); }
  .buttons-demo .btn1 {
    border: 3px solid black; }
  .buttons-demo .btn1a {
    -webkit-transition: all 200ms cubic-bezier(0.6, 0.04, 0.98, 0.335);
    -moz-transition: all 200ms cubic-bezier(0.6, 0.04, 0.98, 0.335);
    -ms-transition: all 200ms cubic-bezier(0.6, 0.04, 0.98, 0.335);
    -o-transition: all 200ms cubic-bezier(0.6, 0.04, 0.98, 0.335);
    transition: all 200ms cubic-bezier(0.6, 0.04, 0.98, 0.335); }
  .buttons-demo .btn1a:hover {
    background-color: white;
    color: black; }
  .buttons-demo .btn1b:after {
    background: white;
    color: black;
    height: 0;
    left: 0;
    top: 0;
    width: 100%; }
  .buttons-demo .btn1b:hover {
    color: black; }
  .buttons-demo .btn1b:hover:after, .buttons-demo .btn1b:active:after {
    height: 100%; }
  .buttons-demo .btn1c {
    -webkit-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .buttons-demo .btn1c:after {
    -webkit-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -moz-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -ms-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -o-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -moz-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    -o-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    background: white;
    height: 0%;
    left: 50%;
    top: 50%;
    width: 100%;
    opacity: 0; }
  .buttons-demo .btn1c:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    color: black; }
  .buttons-demo .btn1c:hover:after, .buttons-demo .btn1c:active:after {
    height: 270%;
    opacity: 1; }
  .buttons-demo .btn1d {
    -webkit-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .buttons-demo .btn1d:after {
    -webkit-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -moz-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -ms-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -o-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -webkit-transform: translate(-50%, -50%) rotate(0);
    -moz-transform: translate(-50%, -50%) rotate(0);
    -ms-transform: translate(-50%, -50%) rotate(0);
    -o-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
    background: white;
    height: 100%;
    left: 50%;
    top: 50%;
    width: 0;
    opacity: 0; }
  .buttons-demo .btn1d:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    color: black; }
  .buttons-demo .btn1d:hover:after, .buttons-demo .btn1d:active:after {
    width: 100%;
    opacity: 1; }
  .buttons-demo .btn1e {
    -webkit-transition: all 400ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -moz-transition: all 400ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -ms-transition: all 400ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: all 400ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 400ms cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .buttons-demo .btn1e:after {
    -webkit-transition: all 600ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -moz-transition: all 600ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -ms-transition: all 600ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -o-transition: all 600ms cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: all 600ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(0deg) scale(0);
    -moz-transform: translate(-50%, -50%) rotate(0deg) scale(0);
    -ms-transform: translate(-50%, -50%) rotate(0deg) scale(0);
    -o-transform: translate(-50%, -50%) rotate(0deg) scale(0);
    transform: translate(-50%, -50%) rotate(0deg) scale(0);
    background: white;
    width: 100px;
    height: 100px;
    left: 50%;
    top: 50%;
    opacity: 0; }
  .buttons-demo .btn1e:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    color: black; }
  .buttons-demo .btn1e:hover:after, .buttons-demo .btn1e:active:after {
    -webkit-transform: translate(-50%, -50%) rotate(0deg) scale(1.5);
    -moz-transform: translate(-50%, -50%) rotate(0deg) scale(1.5);
    -ms-transform: translate(-50%, -50%) rotate(0deg) scale(1.5);
    -o-transform: translate(-50%, -50%) rotate(0deg) scale(1.5);
    transform: translate(-50%, -50%) rotate(0deg) scale(1.5);
    opacity: 1; }
  .buttons-demo .btn1f {
    -webkit-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -moz-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -ms-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    -o-transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .buttons-demo .btn1f:after {
    -webkit-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -moz-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -ms-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -o-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -webkit-transform: skew(-10deg, 0deg);
    -moz-transform: skew(-10deg, 0deg);
    -ms-transform: skew(-10deg, 0deg);
    -o-transform: skew(-10deg, 0deg);
    transform: skew(-10deg, 0deg);
    background: white;
    height: 130%;
    left: -30%;
    top: 0%;
    width: 0; }
  .buttons-demo .btn1f:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: black; }
  .buttons-demo .btn1f:hover:after, .buttons-demo .btn1f:active:after {
    -webkit-transform: skew(-45deg, 0deg);
    -moz-transform: skew(-45deg, 0deg);
    -ms-transform: skew(-45deg, 0deg);
    -o-transform: skew(-45deg, 0deg);
    transform: skew(-45deg, 0deg);
    width: 150%; }
  .buttons-demo .btn1f:active {
    top: 1px; }
  .buttons-demo .btn2:hover {
    color: white; }
  .buttons-demo .btn2 {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 6px 0 0 black;
    -moz-box-shadow: 0 6px 0 0 black;
    box-shadow: 0 6px 0 0 black; }
  .buttons-demo .btn2a {
    top: 0; }
  .buttons-demo .btn2a:hover {
    top: -3px;
    -webkit-box-shadow: 0 10px 0 0 black;
    -moz-box-shadow: 0 10px 0 0 black;
    box-shadow: 0 10px 0 0 black; }
  .buttons-demo .btn2a:active {
    top: 6px;
    -webkit-box-shadow: 0 0 0 0 #ab3c3c;
    -moz-box-shadow: 0 0 0 0 #ab3c3c;
    box-shadow: 0 0 0 0 #ab3c3c; }

/* close .buttons-demo */
/* =SITE-SPECIFIC STYLE
----------------------------------------------- */
/* =S Small Screens & Base Rules
----------------------------------------------- */
@media only screen {
  ::-moz-selection {
    background: black;
    color: white; }

  ::selection {
    background: black;
    color: white; }

  html {
    background-color: #2a2a2a;
    /* js loading */ }

  body {
    opacity: 0;
    /* js loading */
    background-color: white;
    /* js loading */
    font-size: 16px;
    color: #232323;
    line-height: 1.2;
    font-family: "museo-sans", "helvetica Neue", Arial, sans-serif;
    font-weight: 100;
    letter-spacing: 1px;
    overflow-x: hidden; }

  .main-wrapper {
    width: 100%; }

  h1, h2, h3, h4, h5, h6 {
    font-family: "futura-pt", "helvetica Neue", Arial, sans-serif; }

  h1 {
    font-size: 1.5em;
    letter-spacing: 4px;
    text-transform: uppercase; }

  h2 {
    font-size: 1.5em;
    letter-spacing: 6px;
    text-transform: uppercase; }

  h3 {
    font-size: 1.250em;
    text-transform: uppercase;
    color: #6eacec;
    letter-spacing: 2px; }

  h4 {
    font-size: 1.250em;
    text-transform: uppercase;
    letter-spacing: 2px;
	font-weight: 500;
	margin-bottom: 0.5em; }

  p {
    font-size: 1em;
    line-height: 1.5; }

  li {
    font-size: 1em; }

  a.btn, input.btn {
    text-transform: uppercase;
    background-color: #6eacec;
    color: white;
    padding: 20px;
    letter-spacing: 2px;
    text-align: center;
    display: inline-block; }

  .wrapper {
    width: 100%;
    height: 100%;
    margin: auto;
    position: relative;
    padding-left: 20px;
    padding-right: 20px; }

  section.contact .wrapper {
    padding-top: 40px;
    padding-bottom: 40px; }
  section.contact h1 {
    text-align: center; }

  form.contact-form {
    text-align: center;
    width: 100%;
    margin: auto; }
    form.contact-form div {
      margin: 20px 0 30px 0; }
    form.contact-form label {
      text-transform: uppercase;
      font-family: "futura-pt", "helvetica Neue", Arial, sans-serif;
      font-size: 1em;
      letter-spacing: 2px; }
    form.contact-form br {
      margin-bottom: 0px; }
    form.contact-form input, form.contact-form textarea {
      border: none;
      border-bottom: 1px solid #b2b2b2;
      width: 100%;
      text-align: center;
      font-size: 1em;
      font-family: "museo-sans", "helvetica Neue", Arial, sans-serif;
      font-weight: 100;
      color: #b8b8b8;
      padding: 20px; }
    form.contact-form textarea {
      min-width: 100%;
      max-width: 100%;
      width: 100%;
      height: 200px;
      min-height: 200px;
      max-height: 200px;
      background-color: #f7f7f7;
      border-bottom: none;
      padding: 20px;
      margin-top: 20px; }
    form.contact-form input.btn {
      color: white;
      font-size: 1rem;
      border: none;
      width: 200px;
      letter-spacing: 1px;
      cursor: pointer; }

  /* contact-form */
  section.main-hero .bg-image:before, section.generic-hero:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(42, 42, 42, 0.7);
    top: 0;
    left: 0; }

  section.main-hero {
    position: relative;
    background-color: #2a2a2a;
    overflow: hidden; }
    section.main-hero .bg-image {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
    section.main-hero .table-element {
      display: table;
      height: 100%;
      margin: auto;
      position: relative;
      z-index: 1; }
      section.main-hero .table-element .table-cell {
        display: table-cell;
        vertical-align: middle;
        padding: 0 20px; }
      section.main-hero .table-element h1, section.main-hero .table-element p {
        color: white;
        text-align: center; }
      section.main-hero .table-element h1 {
        font-size: 1.500em;
        text-transform: uppercase;
        letter-spacing: 6px;
        margin-bottom: 20px; }
      section.main-hero .table-element p {
        font-size: 1em;
        letter-spacing: 2px;
        font-weight: 100;
        margin-bottom: 30px; }
      section.main-hero .table-element a.btn {
        margin: 0 auto;
        display: table; }

  /* Homepage */
  section.homepage {
    /*intro*/
    /* Small Facts */
    /*facts*/
    /* facts 3 */ }
    section.homepage section.main-hero:after {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: transparent;
      top: 0;
      left: 0; }
    section.homepage section.main-hero {
      background-color: #2a2a2a; }
    section.homepage .main-hero .bg-image {
      background: url(../images/home-hero.jpg) no-repeat scroll center center/cover; }
    section.homepage #bgvid {
      display: block; }
    section.homepage section.intro:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      background-color: rgba(110, 172, 236, 0.95); }
    section.homepage section.intro {
      background: url(../images/home-intro.jpg) no-repeat scroll top center/cover;
      /*height: 760px;*/
      position: relative;
      color: white; }
      section.homepage section.intro .wrapper {
        padding-top: 40px;
        padding-bottom: 40px; }
      section.homepage section.intro h1 {
        text-align: center;
        margin-bottom: 20px; }
      section.homepage section.intro p {
        margin-bottom: 20px;
        text-align: center; }
      section.homepage section.intro a.btn {
        margin: 0 auto;
        display: block;
        width: 200px;
        border: 1px solid white;
        background: transparent; }
    section.homepage section.facts .wrapper {
      padding-bottom: 40px;
      padding-top: 40px; }
    section.homepage section.facts .controls {
      display: none; }
    section.homepage section.facts .table-element {
      display: block;
      padding: 0; }
    section.homepage section.facts .table-cell {
      display: block; }
    section.homepage section.facts h1 {
      margin-bottom: 20px; }
    section.homepage section.facts p {
      line-height: 1.5;
      margin-bottom: 30px; }
    section.homepage section.facts p.title {
      font-weight: 400; }
    section.homepage section.facts a.btn {
      margin-bottom: 30px; }
    section.homepage section.facts .graphic {
      display: none; }
    section.homepage section.facts .tablet-graphic {
      width: 80%;
      margin-left: auto;
      margin-right: auto; }
      section.homepage section.facts .tablet-graphic img {
        height: 100%; }
    section.homepage section.facts li {
      display: block; }
    section.homepage section.facts li:not(:last-child) {
      padding-bottom: 40px;
      border-bottom: 1px solid #d8d8d8; }
    section.homepage section.facts li:not(:first-child) {
      padding-top: 40px; }
    section.homepage section.facts3:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      background-color: rgba(64, 62, 62, 0.9); }
    section.homepage section.facts3 {
      background: url(../images/home-facts3.jpg) no-repeat scroll center center/cover;
      position: relative;
      color: white;
      /* titles */ }
      section.homepage section.facts3 .wrapper {
        padding-top: 40px;
        padding-bottom: 40px; }
      section.homepage section.facts3 h1 {
        text-align: center;
        margin-bottom: 40px; }
      section.homepage section.facts3 div.text p {
        margin-bottom: 50px; }
      section.homepage section.facts3 div.text ul {
        list-style-image: none;
        list-style-position: inside;
        list-style-type: disc;
        text-indent: -1em;
        padding-left: 1em;
        margin-bottom: 50px; }
      section.homepage section.facts3 div.text ul li {
        display: list-item;
        list-style-type: disc;
        list-style-position: inside;
        line-height: 1.5;
        margin-bottom: 20px; }
      section.homepage section.facts3 a.btn {
        display: block;
        margin: auto;
        width: 200px; }
      section.homepage section.facts3 .columns {
        padding: 0; }
      section.homepage section.facts3 .text .columns:not(:last-of-type) {
        margin-bottom: 40px; }
      section.homepage section.facts3 .titles {
        display: none; }
      section.homepage section.facts3 .text h2 {
        padding: 20px 0;
        text-align: center;
        font-size: 1em;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
      section.homepage section.facts3 .copy {
        margin-top: 20px; }

  /* Homepage */
  section.stats ul:before, section.stats ul:after {
    display: block !important;
    content: none; }
  section.stats ul {
    width: 100%;
    margin: 0;
    display: -webkit-inline-flex;
    display: -ms-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  section.stats li {
    padding: 20px;
    text-align: left;
    display: -webkit-inline-flex;
    display: -ms-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative; }
  section.stats li p:first-of-type {
    padding-bottom: 20px; }
  section.stats li p {
    font-size: 0.750rem;
    text-transform: uppercase;
    width: 100%; }
    section.stats li p strong {
      font-family: "futura-pt", "helvetica Neue", Arial, sans-serif;
      font-size: 2.5rem;
      line-height: 1; }
  section.stats li p.source {
    font-size: 0.4rem;
    align-self: flex-end;
    margin-bottom: 0; }
  section.stats li:nth-child(1), section.stats li:nth-child(4), section.stats li:nth-child(5) {
    background-color: #6eacec;
    color: white; }
  section.stats li:nth-child(2), section.stats li:nth-child(3), section.stats li:nth-child(6) {
    background-color: #e2eefb; }
    section.stats li:nth-child(2) p strong, section.stats li:nth-child(3) p strong, section.stats li:nth-child(6) p strong {
      color: #6eacec; }

  /* stats */
  section.press {
    position: relative;
    z-index: 1;
    background-color: white;
    text-align: center; }
    section.press .wrapper {
      padding-top: 40px;
      padding-bottom: 40px; }
    section.press img {
      margin-bottom: 30px; }
    section.press p {
      font-size: 1em;
      margin-bottom: 40px; }
    section.press .entry {
      padding: 0; }
    section.press .entry:not(:last-child) {
      margin-bottom: 40px; }

  /* press */
  section.partners {
    background: #f0f0f0;
    position: relative;
    z-index: 1; }
    section.partners h1 {
      text-align: center;
      margin-bottom: 40px; }
    section.partners h2 {
      font-size: 0.875em;
      color: #b4b4b4;
      top: -9px;
      background-color: #f0f0f0;
      letter-spacing: 2px;
      position: relative;
      text-align: center;
      width: 50%;
      margin: auto; }
    section.partners .wrapper {
      padding-top: 40px;
      padding-bottom: 40px; }
    section.partners .logo-row:not(:last-child) {
      margin-bottom: 20px; }
    section.partners .logo {
      text-align: center;
      height: 100px;
      display: table;
      width: 100%; }
      section.partners .logo div {
        vertical-align: bottom;
        display: table-cell;
        vertical-align: middle; }
        section.partners .logo div img {
          width: 70%; }
    section.partners .logo:not(:last-child) {
      border-right: 1px solid #d8d8d8; }
    section.partners .logo-row {
      border-top: 1px solid #d8d8d8;
      position: relative; }
    section.partners .logo-row:last-child h2 {
      top: -16px; }

  /* partners*/
  section.quote {
    text-align: center;
    background: #6eacec;
    position: relative;
    z-index: 1; }
    section.quote .wrapper {
      padding-top: 40px;
      padding-bottom: 40px; }
    section.quote p {
      color: white;
      font-size: 2em;
      margin-bottom: 40px;
      line-height: 1.2; }
    section.quote a.btn {
      border: 1px solid white;
      background: transparent; }

  /* quote */
  /* Publishers */
  section.publishers .main-hero .bg-image {
    background: url(../images/publishers-hero.jpg) no-repeat scroll center center/cover; }
  section.publishers .text-block1 .quote {
    background: url(../images/publishers-text1.jpg) no-repeat scroll center center/cover; }
  section.publishers .text-block2 .quote {
    background: url(../images/publishers-text2.jpg) no-repeat scroll center center/cover; }

  /* publishers */
  div.links h1 {
    text-align: center;
    margin-bottom: 20px; }
  div.links .wrapper {
    padding-top: 40px;
    padding-bottom: 40px; }
  div.links li {
    display: block;
    position: relative;
    border-bottom: 1px solid #6eacec; }
    div.links li a {
      display: block;
      padding: 15px 0; }
    div.links li a:after {
      content: ">";
      padding-left: 10px;
      color: #6eacec; }
    div.links li i {
      display: none; }

  /* links */
  section.text-blocks {
    text-align: center; }
    section.text-blocks .text h1 {
      margin-bottom: 20px; }
    section.text-blocks .text p {
      margin-bottom: 30px; }
    section.text-blocks .text a.btn:not(:last-child) {
      margin-bottom: 40px; }
    section.text-blocks .quote .wrapper {
      display: table;
      height: 1px; }
    section.text-blocks .quote .wrapper p {
      vertical-align: middle; }
    section.text-blocks .wrapper {
      padding-left: 5%;
      padding-right: 5%;
      padding-top: 40px;
      padding-bottom: 40px; }
    section.text-blocks .quote:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: rgba(110, 172, 236, 0.9);
      top: 0;
      left: 0; }
    section.text-blocks .quote {
      color: white;
      font-style: italic;
      letter-spacing: 0; }
      section.text-blocks .quote p {
        font-size: 1.5em;
        line-height: 1.2; }

  /* text-blocks */
  /* Content-creators */
  section.content-creators .main-hero .bg-image {
    background: url(../images/content-creators-hero-2.jpg) no-repeat scroll center center/cover; }

  section.full-width-text {
    text-align: center; }
    section.full-width-text .wrapper {
      padding-top: 40px;
      padding-bottom: 40px; }
    section.full-width-text h1 {
      margin-bottom: 20px; }
    section.full-width-text p {
      margin-bottom: 40px; }

  /* full-width-text */
  /* Advertisers */
  section.advertisers .main-hero .bg-image {
    background: url(../images/advertisers-hero.jpg) no-repeat scroll right top/cover; }
  section.advertisers .text-block1 .quote {
    background: url(../images/advertisers-text1.jpg) no-repeat scroll center center/cover; }

  /* advertisers */
  /* Company */
  section.company {
    /* leadership */
    /* history */
    /*locations*/ }
    section.company .main-hero .bg-image {
      background: url(../images/company-2.jpg) no-repeat scroll center center/cover; }
    section.company section.leadership {
      /* .person .title */ }
      section.company section.leadership h1 {
        text-align: center;
        padding: 40px 0;
        background: #f0f0f0; }
      section.company section.leadership .person {
        cursor: pointer;
        background: white; }
      section.company section.leadership .person .title {
        text-align: center;
        background: white;
        padding: 15px 10px;
        height: 110px; }
        section.company section.leadership .person .title h2 {
          font-size: 1em;
          letter-spacing: 1px;
          margin-bottom: 10px; }
        section.company section.leadership .person .title p {
          font-size: 0.7em;
          line-height: 1.2; }
        section.company section.leadership .person .title h2, section.company section.leadership .person .title p {
          z-index: 2;
          position: relative; }
        section.company section.leadership .person .title .tri {
          opacity: 0;
          -webkit-transform-origin: left center 0;
          -moz-transform-origin: left center 0;
          -ms-transform-origin: left center 0;
          -o-transform-origin: left center 0;
          transform-origin: left center 0;
          -webkit-transform: translate(-37%, 0) rotate(-45deg);
          -moz-transform: translate(-37%, 0) rotate(-45deg);
          -ms-transform: translate(-37%, 0) rotate(-45deg);
          -o-transform: translate(-37%, 0) rotate(-45deg);
          transform: translate(-37%, 0) rotate(-45deg);
          background: #6eacec;
          background-color: #6eacec;
          bottom: -26px;
          display: inline-block;
          height: 30px;
          position: absolute;
          width: 30px;
          z-index: 1; }
      section.company section.leadership .loadedbio {
        background: #f0f0f0; }
        section.company section.leadership .loadedbio .wrapper {
          padding-top: 30px;
          padding-bottom: 30px; }
        section.company section.leadership .loadedbio p {
          font-size: 0.7em;
          line-height: 1.5; }
      section.company section.leadership .person.active {
        background: #6eacec; }
        section.company section.leadership .person.active .title {
          color: white;
          background: #6eacec; }
        section.company section.leadership .person.active .tri {
          display: none;
          opacity: 1; }
    section.company section.history {
      position: relative;
      background: #f0f0f0; }
      section.company section.history .wrapper {
        padding-top: 40px;
        padding-bottom: 40px; }
      section.company section.history .timeline {
        margin: 40px 0;
        position: relative;
        z-index: 1; }
      section.company section.history h1 {
        text-align: center; }
      section.company section.history ul {
        margin: 0; }
      section.company section.history li {
        text-align: center;
        padding: 0 10px;
        margin-bottom: 40px; }
      section.company section.history .circle {
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        display: inline-block;
        width: 50px;
        height: 50px;
        background: #6eacec; }
      section.company section.history p {
        font-size: 0.7em;
        line-height: 1.2;
        margin-top: 10px; }
      section.company section.history p br {
        margin-bottom: 10px; }
      section.company section.history p span {
        font-family: "futura-pt", "helvetica Neue", Arial, sans-serif;
        text-transform: uppercase;
        font-size: 1.563rem; }
      section.company section.history hr {
        display: none;
        height: 2px;
        background: white;
        position: absolute;
        top: 314px;
        width: 100%; }
    section.company section.locations {
      /* addresses*/ }
      section.company section.locations .wrapper {
        padding-top: 40px; }
      section.company section.locations h1 {
        text-align: center;
        margin-bottom: 60px; }
      section.company section.locations .addresses {
        margin: 40px 0 40px 0;
        text-align: center; }
        section.company section.locations .addresses .address:not(:last-of-type) {
          margin-bottom: 80px; }
        section.company section.locations .addresses .image {
          width: 50%;
          margin: auto;
          margin-bottom: 60px; }
        section.company section.locations .addresses .image img {
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          border-radius: 50%;
          -webkit-box-shadow: 0 0 0 15px #6eacec, 0 0 0 30px rgba(110, 172, 236, 0.5);
          -moz-box-shadow: 0 0 0 15px #6eacec, 0 0 0 30px rgba(110, 172, 236, 0.5);
          box-shadow: 0 0 0 15px #6eacec, 0 0 0 30px rgba(110, 172, 236, 0.5); }
        section.company section.locations .addresses h2, section.company section.locations .addresses p {
          padding: 0 5px; }
        section.company section.locations .addresses h2 {
          font-size: 1em;
          margin-bottom: 10px;
          letter-spacing: 2px; }
        section.company section.locations .addresses p {
          font-size: 0.7em;
          line-height: 1;
          margin-bottom: 20px; }
          section.company section.locations .addresses p br {
            margin-bottom: 5px; }
        section.company section.locations .addresses a.btn {
          padding: 10px 15px;
          font-size: 0.7rem;
          letter-spacing: 1px; }
      section.company section.locations #map_canvas {
        height: 200px; }
        section.company section.locations #map_canvas a[href^="http://maps.google.com/maps"] {
          display: none !important; }
        section.company section.locations #map_canvas a[href^="https://maps.google.com/maps"] {
          display: none !important; }
        section.company section.locations #map_canvas .gmnoprint a, section.company section.locations #map_canvas .gmnoprint span, section.company section.locations #map_canvas .gm-style-cc, section.company section.locations #map_canvas .gmnoprint {
          display: none; }
        section.company section.locations #map_canvas .gmnoprint div {
          background: none !important; }

  /* company */
  section.careers {
    /* benefits */ }
    section.careers .main-hero .bg-image {
      background: url(../images/careers-hero.jpg) no-repeat scroll center center/cover; }
    section.careers .text-block1 .quote {
      background: url(../images/careers-text1.jpg) no-repeat scroll center center/cover; }
    section.careers .imageGrid img {
      width: 100%;
      vertical-align: bottom; }
    section.careers .benefits {
      text-align: center; }
      section.careers .benefits .wrapper {
        padding-top: 40px;
        padding-bottom: 40px; }
      section.careers .benefits .columns:not(:nth-last-of-type(-n+2)) {
        margin-bottom: 40px; }
      section.careers .benefits .single {
        width: 90%;
        margin: auto; }
      section.careers .benefits h2 {
        font-size: 1.5em;
        margin: 15px 0;
        letter-spacing: 3px; }
      section.careers .benefits p {
        font-size: 0.7em;
        line-height: 1.5; }
      section.careers .benefits i {
        font-size: 2em; }
    section.careers section.jobs .wrapper {
      padding-top: 40px;
      padding-bottom: 40px; }
    section.careers section.jobs h1 {
      text-align: center;
      margin-bottom: 40px; }
    section.careers section.jobs h2 {
      font-size: 1.5rem;
      margin-bottom: 20px;
      letter-spacing: 5px; }
    section.careers section.jobs li:nth-child(1) {
      display: none; }
    section.careers section.jobs li {
      border-bottom: 1px solid #b2b2b2;
      display: block; }
      section.careers section.jobs li a {
        display: block;
        padding: 20px 0; }
      section.careers section.jobs li p {
        font-size: 1em; }
    section.careers section.jobs i {
      color: #6eacec;
      float: right;
      top: -18px;
      position: relative; }
    section.careers section.jobs .columns:last-child p {
      float: left; }
	section.careers .jobTitle {
		font-size: 1.9em;
		font-weight: 500;
		margin-bottom: 20px;	
	}
	section.careers .jobTitleID {
		margin-bottom: 100px;	
	}
	section.careers p {
    	line-height: 1.25;
    	margin-bottom: 1.5em;	
	}
	section.careers ul {
    	margin-bottom: 1.5em;	
	}
	section.careers .button {
    	margin-bottom: 1.5em;	
	}
	section.careers br {
    	margin-bottom: 0;	
	}

  /* careers */
  section.press .main-hero .bg-image {
    background: url(../images/press-hero.jpg) no-repeat scroll center center/cover; }

  section.inform-app {
    /* main-hero*/ }
    section.inform-app .main-hero .bg-image {
      background: url(../images/app-hero.jpg) no-repeat scroll left center/cover; }
    section.inform-app section.main-hero p {
      margin-bottom: 60px; }
    section.inform-app section.main-hero img.app-store {
      width: 180px;
      margin: auto;
      display: block; }
    section.inform-app section.main-hero .devices {
      position: relative;
      bottom: 90px;
      right: 0;
      z-index: 1;
      display: none; }
    section.inform-app section.main-hero .device.ipad {
      width: 460px; }
    section.inform-app section.main-hero .device.iphone {
      right: 13%;
      width: 230px;
      bottom: -4px; }
    section.inform-app section.main-hero .device {
      position: absolute;
      right: 0;
      bottom: 0; }
    section.inform-app section.main-hero .white-bar {
      display: none;
      width: 100%;
      height: 150px;
      position: absolute;
      left: 0;
      bottom: 0;
      background: white; }
    section.inform-app section.full-width-text .wrapper {
      padding-bottom: 40px; }

  /*inform-app*/
  section.terms .main-hero .bg-image {
    background: url(../images/terms-hero.jpg) no-repeat scroll center center/cover; }

  section.generic {
    margin-top: 66px; }

  section.static .generic-hero {
    background: url(../images/generic-hero.jpg) no-repeat scroll center center/cover;
    position: fixed;
    top: 0;
    left: 0;
    height: 66px;
    width: 100%;
    z-index: 1; }
  section.static .content-wrapper {
    border-bottom: 1px solid #b8b8b8; }
  section.static h1, section.static p, section.static div.links {
    margin-bottom: 40px; }
  section.static .wrapper {
    padding-top: 40px;
    padding-bottom: 40px; }

  /* static*/
  section.static.blog .main-hero .bg-image {
    background: url(../images/blog-hero.jpg) no-repeat scroll center center/cover; }
  section.static.blog .image {
    margin-bottom: 40px; }
  section.static.blog h1 {
    margin-bottom: 20px; }
  section.static.blog .info p {
    font-size: 1em;
    letter-spacing: 1px;
    margin-bottom: 10px; }
  section.static.blog .info p:last-child {
    margin-bottom: 40px; } }
/* Small Screens */
/* =M Medium Screens (Min 641px)
----------------------------------------------- */
@media only screen and (min-width: 641px) {
  .wrapper {
    padding-left: 40px;
    padding-right: 40px; }

  section.static .generic-hero {
    height: 96px; }

  section.generic {
    margin-top: 96px; }

  section.main-hero .table-element h1 {
    font-size: 2em; }

  section.homepage section.intro .wrapper, section.homepage section.facts3 .wrapper, section.press .wrapper, section.partners .wrapper, section.quote .wrapper, section.text-blocks .wrapper, div.links .wrapper, section.full-width-text .wrapper, section.company section.locations .wrapper, section.inform-app section.full-width-text .wrapper {
    padding-top: 100px;
    padding-bottom: 100px; }

  section.company section.leadership h1 {
    padding: 60px 0; }

  section.homepage section.intro h1 {
    margin-bottom: 40px; }

  /* Medium 641 facts */
  section.homepage {
    /*section.facts*/ }
    section.homepage section.facts {
      position: relative;
      text-align: left;
      height: 570px;
      /*controls*/
      /* graphic */ }
      section.homepage section.facts .wrapper {
        padding: 0 80px; }
      section.homepage section.facts .main-text {
        padding-right: 20px; }
      section.homepage section.facts ul {
        position: relative;
        height: 100%; }
      section.homepage section.facts li {
        display: inline;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%; }
      section.homepage section.facts h1 {
        margin-bottom: 20px; }
      section.homepage section.facts section.intro p, section.homepage section.facts p {
        margin-bottom: 20px;
        font-size: 1rem; }
      section.homepage section.facts li:not(:first-child), section.homepage section.facts li:not(:last-child) {
        padding: 0; }
      section.homepage section.facts .graphic {
        display: none; }
      section.homepage section.facts .controls {
        display: block;
        height: auto; }
        section.homepage section.facts .controls .btn {
          -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
          font-size: 2em;
          position: absolute;
          top: 50%;
          cursor: pointer;
          height: auto;
          z-index: 10;
          color: #6eacec;
          opacity: 0.5; }
        section.homepage section.facts .controls .prev {
          left: 10px; }
        section.homepage section.facts .controls .next {
          right: 10px; }
      section.homepage section.facts img {
        width: 110%; }
      section.homepage section.facts .tablet-graphic {
        width: 100%; }
      section.homepage section.facts .table-element {
        display: table;
        height: 100%;
        position: relative;
        margin: 0; }
      section.homepage section.facts .table-cell {
        display: table-cell;
        vertical-align: middle; }
      section.homepage section.facts div {
        height: 100%; }
      section.homepage section.facts .graphic {
        position: relative; }
        section.homepage section.facts .graphic .tri, section.homepage section.facts .graphic .struts {
          width: 600px; }
        section.homepage section.facts .graphic p {
          text-transform: uppercase;
          font-family: "futura-pt", "helvetica Neue", Arial, sans-serif;
          color: #606060;
          margin: 0;
          line-height: 1;
          /* position:absolute; */ }
        section.homepage section.facts .graphic span.text1 p {
          -webkit-transform: translate(-260px, -330px);
          -ms-transform: translate(-260px, -330px);
          transform: translate(-260px, -330px); }
        section.homepage section.facts .graphic span.text2 p {
          -webkit-transform: translate(290px, 0px);
          -ms-transform: translate(290px, 0px);
          transform: translate(290px, 0px); }
        section.homepage section.facts .graphic span.text3 p {
          -webkit-transform: translate(-240px, 320px);
          -ms-transform: translate(-240px, 320px);
          transform: translate(-240px, 320px); }
        section.homepage section.facts .graphic span br {
          margin-bottom: 0; }

  /* section.homepage*/
  section.stats li:nth-child(odd) {
    background-color: #6eacec;
    color: white; }
    section.stats li:nth-child(odd) p strong {
      color: white; }
  section.stats li:nth-child(even) {
    color: #232323;
    background-color: #e2eefb; }
    section.stats li:nth-child(even) p strong {
      color: #6eacec; }
	  
/* section.legal */
	section.static.legal br {
		margin-bottom: 0;	
	}
	
	section.static.legal p {
		margin-bottom: 1em;
		line-height: 1.25em;	
		font-size: 1em;
	}
	
	section.static.legal li {
		font-size: 1em;
	}

  /*. stats */
  section.press p {
    margin-left: auto;
    margin-right: auto; }

  section.press .entry:not(:last-child) {
    margin-bottom: 80px; }

  section.partners .logo div img {
    width: 70%; }

  section.quote p {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    font-size: 3em; }

  section.text-blocks .quote p {
    font-size: 2.5em; }

  section.full-width-text h1, section.full-width-text p {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto; }

  section.full-width-text h1, section.full-width-text p {
    margin-bottom: 40px; }

  section.company section.locations h1 {
    margin-bottom: 60px; }

  section.company section.locations .addresses {
    margin-bottom: 0px; }

  section.company section.locations .addresses {
    margin-bottom: 0; }

  section.careers section.jobs i {
    top: 3px; }

  section.careers section.jobs li:nth-child(1) {
    display: block; }

  section.careers section.jobs h2 {
    font-size: 1em; }

  section.company section.locations #map_canvas {
    height: 400px; } }
/* END Medium (min-width: 641px) */
/* =(Min 940px)
----------------------------------------------- */
@media only screen and (min-width: 960px) {
  html.js-nav-active header.main-header .mobile-menu {
    display: none; }

  section.static .generic-hero {
    height: 140px; }

  section.generic {
    margin-top: 140px; } }
/* =L Large Screens (Min 1025px)
----------------------------------------------- */
@media only screen and (min-width: 1025px) {
  section.homepage #bgvid {
    display: block;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    background: url(../images/home-video-placeholder.jpg) no-repeat;
    background-size: cover; }

  section.homepage section.main-hero:after {
    background-color: rgba(42, 42, 42, 0.7); }

  section.homepage section.main-hero {
    background-color: transparent; }

  section.homepage .main-hero .bg-image {
    background: none; }

  section.homepage .main-hero .bg-image-persp {
    display: none; }

  section.homepage > section:not(.main-hero):not(.quote):not(.partners) {
    background-color: white; }

  .wrapper {
    padding-left: 5%;
    padding-right: 5%; }

  h1 {
    font-size: 2.500em;
    letter-spacing: 6px;
    text-transform: uppercase; }

  h2 {
    font-size: 2.500em;
    letter-spacing: 8px;
    text-transform: uppercase; }

  p {
    font-size: 1.250em;
    line-height: 2; }

  li {
    font-size: 1.250em; }

  section.contact .wrapper {
    padding-bottom: 100px;
    padding-top: 100px; }

  form.contact-form {
    width: 50%; }

  form.contact-form div {
    margin: 40px 0 60px 0; }

  form.contact-form label {
    font-size: 1.25em;
    letter-spacing: 5px; }

  form.contact-form br {
    margin-bottom: 1em; }

  form.contact-form input, form.contact-form textarea {
    font-size: 1.875em; }

  form.contact-form textarea {
    height: 350px;
    min-height: 350px;
    max-height: 350px;
    padding: 40px; }

  section.main-hero .table-element h1 {
    font-size: 4.375em;
    letter-spacing: 10px;
    margin-bottom: 30px; }

  section.main-hero .table-element p {
    font-size: 1.375em;
    margin-bottom: 50px;
  }

  section.main-hero .table-element .table-cell {
    padding: 0; }

  section.homepage section.intro .wrapper {
    padding-bottom: 160px;
    padding-top: 160px; }

  section.homepage section.intro p {
    font-size: 1.563rem;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0; }

  /* Large 1025 Facts*/
  section.homepage {
    /*section facts*/ }
    section.homepage section.facts {
      position: relative;
      height: 640px;
      padding: 140px 0;
      /*controls*/
      /* graphic */
      /* New Added now */
      /* END New Added Now */ }
      section.homepage section.facts .wrapper {
        padding-left: 5%;
        padding-right: 5%; }
      section.homepage section.facts ul {
        position: relative; }
      section.homepage section.facts li:not(:last-child) {
        border: none; }
      section.homepage section.facts li {
        left: 0;
        position: absolute;
        top: 0;
        width: 100%; }
      section.homepage section.facts p, section.homepage section.facts section.intro p {
        font-size: 1.25em;
        margin-bottom: 30px; }
      section.homepage section.facts .tablet-graphic {
        display: none; }
      section.homepage section.facts h1 {
        font-size: 2.5rem;
        margin-bottom: 30px; }
      section.homepage section.facts a.btn {
        margin-bottom: 0; }
      section.homepage section.facts .graphic {
        display: block; }
      section.homepage section.facts .controls {
        display: block;
        height: auto; }
        section.homepage section.facts .controls .btn {
          -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
          position: absolute;
          top: 50%;
          font-size: 3em;
          cursor: pointer;
          height: auto;
          z-index: 10;
          color: #6eacec;
          opacity: 0.5; }
        section.homepage section.facts .controls .prev {
          left: 20px; }
        section.homepage section.facts .controls .next {
          right: 20px; }
      section.homepage section.facts .graphic {
        position: relative; }
        section.homepage section.facts .graphic .tri, section.homepage section.facts .graphic .struts {
          width: 600px; }
        section.homepage section.facts .graphic p {
          text-transform: uppercase;
          font-family: "futura-pt", "helvetica Neue", Arial, sans-serif;
          color: #606060;
          margin: 0;
          line-height: 1;
          /* position:absolute; */ }
        section.homepage section.facts .graphic span.text1 p {
          -webkit-transform: translate(-260px, -330px);
          -ms-transform: translate(-260px, -330px);
          transform: translate(-260px, -330px); }
        section.homepage section.facts .graphic span.text2 p {
          -webkit-transform: translate(290px, 0px);
          -ms-transform: translate(290px, 0px);
          transform: translate(290px, 0px); }
        section.homepage section.facts .graphic span.text3 p {
          -webkit-transform: translate(-240px, 320px);
          -ms-transform: translate(-240px, 320px);
          transform: translate(-240px, 320px); }
        section.homepage section.facts .graphic span br {
          margin-bottom: 0; }
      section.homepage section.facts h1 {
        font-size: 1.5em; }
      section.homepage section.facts p, section.homepage section.facts section.intro p {
        font-size: 1em;
        margin-bottom: 30px; }
      section.homepage section.facts .image {
        -webkit-transform: scale(0.6);
        -moz-transform: scale(0.6);
        -o-transform: scale(0.6);
        transform: scale(0.6); }
      section.homepage section.facts .wrapper {
        padding-left: 80px;
        padding-right: 80px; }

  /* section.homepage*/
  section.stats li {
    padding-top: 80px;
    padding-bottom: 20px; }

  section.stats li:last-child {
    display: none; }

  section.stats p:first-of-type {
    line-height: 1.5; }

  section.stats li p strong {
    font-size: 4rem; }

  section.stats li {
    text-align: center; }

  section.homepage section.facts3 .wrapper {
    padding-bottom: 160px;
    padding-top: 100px; }

  section.press .wrapper {
    padding-bottom: 120px;
    padding-top: 120px; }

  section.press .entry {
    padding-left: 20px;
    padding-right: 20px; }

  section.press p {
    max-width: 100%; }

  section.press .entry:not(:last-child) {
    margin-bottom: 0; }

  section.partners h1 {
    margin-bottom: 100px; }
  section.partners h2 {
    position: absolute;
    left: 0;
    padding-right: 20px;
    width: auto;
    margin: auto; }
  section.partners .wrapper {
    padding-top: 100px;
    padding-bottom: 100px; }
  section.partners .logo-row:not(:last-child) {
    margin-bottom: 0px; }
  section.partners .logo {
    height: 200px;
    width: 100%; }
    section.partners .logo div img {
      width: 50%; }
  section.partners .logo-row:last-child h2 {
    top: -9px; }
  section.partners .logo-row > div:not(:last-of-type) {
    border-right: 1px solid #dedede; }

  /* partners*/
  div.text .wrapper, div.quote .wrapper {
    display: table;
    height: 100%; }

  div.text .wrapper > div, div.quote .wrapper > div {
    display: table-cell;
    vertical-align: middle;
    height: 100%; }

  div.text .wrapper > div, div.quote .wrapper > div.button {
    display: block; }

  section.quote .wrapper {
    padding-top: 100px;
    padding-bottom: 100px; }
  section.quote p {
    font-size: 4.375em; }

  /* quote */
  section.text-blocks {
    text-align: left; }
    section.text-blocks .row:before, section.text-blocks .row:after {
      display: block !important;
      content: none; }
    section.text-blocks .row {
      display: -webkit-inline-flex;
      display: -ms-flexbox;
      display: inline-flex; }
    section.text-blocks .text, section.text-blocks .quote {
      display: -webkit-inline-flex;
      display: -ms-flexbox;
      display: inline-flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

  section.text-blocks .text a.btn:not(:last-child) {
    margin-right: 40px;
    margin-bottom: 40px; }

  section.text-blocks .wrapper {
    padding-bottom: 100px;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 100px; }

  section.text-blocks .quote p {
    font-size: 2.5em; }

  div.links .wrapper {
    padding-bottom: 200px;
    padding-top: 200px; }

  div.links .list1 {
    padding-right: 40px; }

  div.links .list2 {
    padding-left: 40px; }

  div.links span {
    float: left;
    padding-right: 20px;
    width: 90%; }

  div.links li a {
    overflow: hidden; }

  div.links li i {
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: inline-block;
    color: #6eacec;
    position: absolute;
    right: 0;
    top: 50%; }

  div.links li a::after {
    display: none; }

  div.links li a {
    padding: 30px 0;
    width: 94%; }

  div.links h1 {
    margin-bottom: 40px; }

  section.full-width-text .wrapper {
    padding-bottom: 200px;
    padding-top: 200px; }

  section.full-width-text h1, section.full-width-text p {
    margin-bottom: 40px;
    max-width: 990px;
    margin-left: auto;
    margin-right: auto; }

  section.company section.leadership .person .title h2 {
    font-size: 1.563em;
    letter-spacing: 1px;
    margin-bottom: 10px; }

  section.company section.leadership .person .title p {
    font-size: 1em; }

  section.company section.leadership .person .title {
    padding: 36px 10px;
    height: 170px; }

  section.company section.leadership .person .title .tri {
    width: 60px;
    height: 60px;
    bottom: -51px; }

  section.company section.leadership h1 {
    padding: 60px 0; }

  section.company section.leadership .loadedbio .wrapper {
    padding-top: 60px;
    padding-bottom: 60px; }

  section.company section.leadership .loadedbio p {
    font-size: 1.25em;
    line-height: 2; }

  section.company section.history .wrapper {
    padding-bottom: 100px;
    padding-top: 100px; }

  section.company section.history .timeline {
    margin-bottom: 200px;
    margin-top: 150px; }

  section.company section.history li {
    padding-left: 20px;
    padding-right: 20px; }

  section.company section.history .circle {
    height: 70px;
    width: 70px; }

  section.company section.history p {
    font-size: 1em;
    margin-top: 40px; }

  section.company section.history hr {
    display: block; }

  section.company section.locations .wrapper {
    padding-top: 100px; }

  section.company section.locations .addresses {
    margin-bottom: 100px;
    margin-top: 150px; }

  section.company section.locations .addresses {
    margin-bottom: 0px; }

  section.company section.locations .addresses .image {
    margin-bottom: 70px;
    width: 60%; }

  section.company section.locations .addresses h2 {
    font-size: 1.563em;
    margin-bottom: 20px; }

  section.company section.locations .addresses p {
    font-size: 1em;
    margin-bottom: 40px; }

  section.company section.locations .addresses a.btn {
    font-size: 1em;
    letter-spacing: 1px;
    padding: 20px 30px; }

  section.company section.locations .addresses .image img {
    -webkit-box-shadow: 0 0 0 20px #6eacec, 0 0 0 40px rgba(110, 172, 236, 0.5);
    -moz-box-shadow: 0 0 0 20px #6eacec, 0 0 0 40px rgba(110, 172, 236, 0.5);
    box-shadow: 0 0 0 20px #6eacec, 0 0 0 40px rgba(110, 172, 236, 0.5); }

  section.company section.locations .addresses .address:not(:last-of-type) {
    margin-bottom: 0; }

  section.careers section.jobs h2 {
    font-size: 1.5em; }

  section.careers .benefits .wrapper {
    padding-bottom: 150px;
    padding-top: 150px; }

  section.careers .benefits .columns:not(:nth-last-of-type(-n+3)) {
    margin-bottom: 130px; }

  section.careers .benefits .single {
    width: 80%; }

  section.careers .benefits h2 {
    font-size: 1.875em;
    margin: 20px 0;
    letter-spacing: 5px; }

  section.careers .benefits p {
    font-size: 1em; }

  section.careers .benefits .columns:nth-child(4) {
    margin-bottom: 0px; }

  section.careers section.jobs .wrapper {
    padding-bottom: 150px;
    padding-top: 150px; }

  section.careers section.jobs h1 {
    font-size: 2.5em;
    margin-bottom: 70px; }

  section.careers section.jobs i {
    top: 7px; }

  section.inform-app section.main-hero h1 {
    font-size: 3.5em; }

  section.inform-app section.main-hero h1, section.inform-app section.main-hero p {
    text-align: left; }

  section.inform-app section.main-hero img.app-store {
    display: inline; }

  section.inform-app section.main-hero .devices {
    display: block; }

  section.inform-app .table-element {
    width: 50%;
    z-index: 2; }

  section.inform-app section.main-hero .table-element {
    margin: 0; }

  section.inform-app section.main-hero .white-bar {
    display: block; }

  section.inform-app section.full-width-text .wrapper {
    padding-bottom: 400px; }

  section.generic {
    margin-top: 160px; }

  section.static h1, section.static p, section.static div.links {
    margin-bottom: 60px; }
  section.static .generic-hero {
    height: 160px; }
  section.static .wrapper {
    padding-top: 100px;
    padding-bottom: 100px; }
  section.static section.links-column {
    float: right;
    right: 30%;
    margin-right: -30%;
    position: relative;
    width: 30%; }
    section.static section.links-column .wrapper {
      padding-left: 10%;
      padding-right: 10%; }
  section.static div.content-wrapper {
    float: left;
    width: 100%;
    border-bottom: 0; }
  section.static section.content {
    margin-right: 30%;
    border-right: 1px solid #b8b8b8; }
  section.static section.contentWide {
    margin-right: 0;
    border-width-right:  0px; }
    section.static section.content .wrapper {
      padding-left: 7%;
      padding-right: 7%; }

  /* static*/
  section.static.blog .image {
    margin-bottom: 100px; }
  section.static.blog h1 {
    margin-bottom: 30px; }
  section.static.blog .info {
    margin-bottom: 20px; }
    section.static.blog .info p {
      font-size: 1em;
      letter-spacing: 1px; }
    section.static.blog .info p:first-child {
      float: left; }
    section.static.blog .info p:last-child {
      float: right;
      margin-bottom: 0; }

  /* static.blog*/
  section.homepage {
    /* facts3 */ }
    section.homepage section.facts3 {
      /* titles */ }
      section.homepage section.facts3 .wrapper {
        max-width: 80%; }
      section.homepage section.facts3 .titles {
        margin-bottom: 20px;
        display: block;
        border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
        section.homepage section.facts3 .titles h2 {
          font-size: 1em;
          letter-spacing: 5px;
          display: block;
          padding: 20px 0;
          cursor: pointer;
          color: rgba(255, 255, 255, 0.3); }
          section.homepage section.facts3 .titles h2 span {
            padding-right: 20px; }
        section.homepage section.facts3 .titles i {
          font-size: 1rem; }
      section.homepage section.facts3 .text h2 {
        display: none; }
      section.homepage section.facts3 .text {
        position: relative;
        min-height: 400px;
        margin-top: 40px; }
      section.homepage section.facts3 .text > div {
        position: absolute;
        top: 0;
        left: 0; }
      section.homepage section.facts3 .copy p.intro {
        font-size: 1.5em; }

  /*homepage*/ }
/* large */
/* =Custom 1300px
----------------------------------------------- */
@media only screen and (min-width: 1300px) {
  section.inform-app section.main-hero .device.ipad {
    width: 43%; }

  section.inform-app section.main-hero .device.iphone {
    width: 27%;
    right: 30%; }

  section.inform-app section.main-hero .devices {
    bottom: 0; } }
/*1300*/
/* =XL XLarge Screens (Min 1441px)
----------------------------------------------- */
@media only screen and (min-width: 1441px) {
  /* XLarge 1441 Facts*/
  section.homepage {
    /*section facts*/ }
    section.homepage section.facts {
      position: relative;
      height: 900px;
      /*controls*/
      /* graphic */ }
      section.homepage section.facts .wrapper {
        padding-left: 5%;
        padding-right: 5%; }
      section.homepage section.facts ul {
        position: relative; }
      section.homepage section.facts li {
        left: 0;
        position: absolute;
        top: 0;
        width: 100%; }
      section.homepage section.facts p, section.homepage section.facts section.intro p {
        font-size: 1.25em;
        margin-bottom: 30px; }
      section.homepage section.facts .tablet-graphic {
        display: none; }
      section.homepage section.facts h1 {
        font-size: 2.5rem;
        margin-bottom: 30px; }
      section.homepage section.facts a.btn {
        margin-bottom: 0; }
      section.homepage section.facts .graphic {
        display: block; }
      section.homepage section.facts .image {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1); }
      section.homepage section.facts .controls {
        display: block;
        height: auto; }
        section.homepage section.facts .controls .btn {
          -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
          position: absolute;
          top: 50%;
          font-size: 3em;
          cursor: pointer;
          height: auto;
          z-index: 10;
          color: #6eacec;
          opacity: 0.5; }
        section.homepage section.facts .controls .prev {
          left: 20px; }
        section.homepage section.facts .controls .next {
          right: 20px; }
      section.homepage section.facts .graphic {
        position: relative; }
        section.homepage section.facts .graphic .tri, section.homepage section.facts .graphic .struts {
          width: 600px; }
        section.homepage section.facts .graphic p {
          text-transform: uppercase;
          font-family: "futura-pt", "helvetica Neue", Arial, sans-serif;
          color: #606060;
          margin: 0;
          line-height: 1;
          /* position:absolute; */ }
        section.homepage section.facts .graphic span.text1 p {
          -webkit-transform: translate(-260px, -330px);
          -ms-transform: translate(-260px, -330px);
          transform: translate(-260px, -330px); }
        section.homepage section.facts .graphic span.text2 p {
          -webkit-transform: translate(300px, 0px);
          -ms-transform: translate(300px, 0px);
          transform: translate(300px, 0px); }
        section.homepage section.facts .graphic span.text3 p {
          -webkit-transform: translate(-240px, 320px);
          -ms-transform: translate(-240px, 320px);
          transform: translate(-240px, 320px); }
        section.homepage section.facts .graphic span br {
          margin-bottom: 0; }

  /* section.homepage*/
  section.text-blocks .wrapper {
    padding-bottom: 250px;
    padding-left: 10%;
    padding-right: 10%;
    padding-top: 250px; }

  section.text-blocks .quote p {
    font-size: 3.125em; }

  section.stats li p strong {
    font-size: 5rem; }

  section.company section.leadership .loadedbio p {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px; }

  section.inform-app section.main-hero h1 {
    font-size: 5em; }

  section.inform-app section.main-hero .device.ipad {
    width: 680px; }

  section.inform-app section.main-hero .device.iphone {
    width: 430px;
    right: 30%; }

  section.inform-app section.main-hero .devices {
    bottom: 0; } }
/* END (min-width: 1441px) */
/* =XXL XLarge Screens (Min 1921px)
----------------------------------------------- */
/* END (min-width 1921px) */
/*site-specific style*/
/* =S Small Screens & Base Rules
----------------------------------------------- */
@media only screen {
  header.main-header::before {
    height: 60px; }

  header.main-header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    padding: 0;
    z-index: 999; }
    header.main-header .wrapper {
      padding-top: 12px;
      padding-bottom: 12px;
      z-index: 2000;
      height: 60px; }
    header.main-header .logo {
      float: left;
      width: 100px; }
    header.main-header ul.desktop-nav {
      display: none; }
    header.main-header div.mobile-nav-btn {
      color: white;
      float: right;
      cursor: pointer;
      margin-top: 10px; }

  /* header.main-header */ }
/* screen */
/* =M Medium Screens (Min 641px)
----------------------------------------------- */
@media only screen and (min-width: 641px) {
  header.main-header::before {
    height: 90px; }

  header.main-header .wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
    height: auto; }

  header.main-header div.mobile-nav-btn {
    margin-top: 17px; }

  header.main-header .logo {
    float: left;
    width: 150px; } }
/* medium */
/* =(Min 940px)
----------------------------------------------- */
@media only screen and (min-width: 960px) {
  header.main-header {
    height: 140px;
    padding: 0 5%; }
    header.main-header .wrapper {
      padding-top: 0px;
      padding-bottom: 0px;
      height: auto; }
    header.main-header .logo {
      float: none;
      top: 34px;
      position: absolute;
      left: 0;
      width: 200px; }
    header.main-header ul.desktop-nav {
      display: block;
      position: absolute;
      right: 0;
      top: 63px;
      color: white;
      font-weight: 100;
      text-transform: uppercase;
      font-size: 0.750em;
      letter-spacing: 2px; }
	header.main-header ul.desktop-nav .login {
		font-size:0.6rem;
		margin-left:4px;
		vertical-align:middle;
	}
      header.main-header ul.desktop-nav li:not(:last-child) {
        margin-right: 20px; }
      header.main-header ul.desktop-nav li:last-child a {
        font-size: 1rem; }
    header.main-header div.mobile-nav-btn, header.main-header div.mobile-menu {
      display: none; }

  /* header.main-header */ }
/* 940 */
/* =M Screens (Min 1024px)
----------------------------------------------- */
@media only screen and (min-width: 1024px) {
  header.main-header::before {
    height: 140px; }

  header.main-header ul.desktop-nav li:last-child a {
    /* font-size: 1.5rem; */}

  header.main-header ul.desktop-nav {
    top: 55px; } }
/* END (min-width: 1024px) */
/* =(Min 960px)
----------------------------------------------- */
@media only screen and (min-width: 960px) {
  header.main-header::before {
    height: 140px; } }
/* END (min-width: 960px) */
/* =(Min 1250px)
----------------------------------------------- */
@media only screen and (min-width: 1250px) {
  header.main-header ul.desktop-nav li:not(:last-child) {
    margin-right: 60px; } }
/* =S Small Screens & Base Rules
----------------------------------------------- */
@media only screen {
  footer {
    text-align: center;
    background: #313130;
    color: #afaeae;
    position: relative;
    z-index: 1;
    /* ts-cs */ }
    footer [class*="l-span"], footer [class*="m-span"] {
      padding: 0; }
    footer [class*="l-span"]:last-child, footer [class*="m-span"]:last-child {
      padding-right: 0;
      padding-left: 20px; }
    footer div.block:not(:last-child) {
      margin-bottom: 30px; }
    footer p, footer a {
      font-size: 0.750rem;
      letter-spacing: 1px;
      font-weight: 100; }
    footer p {
      line-height: 1.5em; }
    footer p > a {
      color: #6eacec; }
    footer li {
      margin-bottom: 9px; }
    footer br {
      margin-bottom: 0; }
    footer h3 {
      margin-bottom: 10px; }
    footer li {
      display: block; }
    footer .wrapper {
      padding-top: 30px;
      padding-bottom: 30px; }
    footer .ts-cs {
      background: #282828;
      /* copyright */ }
      footer .ts-cs div.copyright {
        padding: 20px; }
        footer .ts-cs div.copyright .logo {
          width: 109px;
          margin-bottom: 10px;
          margin-left: auto;
          margin-right: auto; }
        footer .ts-cs div.copyright li {
          font-size: 0.7em;
          display: inline; }
    footer div.zumeo {
      background-color: #242424;
      padding-left: 20px; }
    footer div.zumeo p, footer div.zumeo a {
      font-size: 0.7rem; }
    footer div.zumeo p {
      float: left;
      margin-top: 12px; }
    footer div.up-btn {
      float: right; }
    footer div.up-btn {
      display: none; }

  /* footer */ }
/* screen */
/* =M Medium Screens (Min 641px)
----------------------------------------------- */
@media only screen and (min-width: 641px) {
  footer .small-links li {
    display: inline;
    padding-right: 20px; }

  footer .wrapper {
    padding-bottom: 100px;
    padding-top: 100px; }

  footer div.block.small-links {
    margin-bottom: 60px; } }
/*641 medium*/
/* =L Large Screens (Min 1025px)
----------------------------------------------- */
@media only screen and (min-width: 1025px) {
  footer {
    text-align: left; }

  footer h3 {
    margin-bottom: 30px; }

  footer p {
    line-height: 2.3em; }

  footer [class*="l-span"] {
    padding-left: 0; }

  footer div.block {
    margin-bottom: 0px; }

  footer .small-links {
    padding-left: 5%; }

  footer .ts-cs {
    height: 130px; }

  footer .ts-cs div.copyright {
    float: left;
    padding-left: 5%;
    padding-top: 25px;
    padding-right: 0;
    padding-bottom: 0; }

  footer .ts-cs div.copyright br {
    display: none; }

  footer .ts-cs div.copyright .logo {
    float: left;
    width: 109px;
    margin-bottom: 0;
    margin-left: unset;
    margin-right: unset; }

  footer .ts-cs div.copyright ul {
    float: left;
    margin-top: 9px; }

  footer .ts-cs div.copyright ul:before {
    content: "|";
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 4px;
    padding-top: 0; }
	
  footer .ts-cs div.copyright ul.second {
    float: none;
	clear: both;
	margin: 0 0 0 135px; }
	
  footer .ts-cs div.copyright ul.second:before {
    content: none;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 4px;
    padding-top: 0; }
	
  footer .ts-cs div.copyright .second li {
    display: block;
	margin-bottom: 6px; }

  footer .ts-cs div.copyright li:first-of-type {
    margin-right: 10px; }

  footer .ts-cs div.copyright li {
    margin-top: 5px;
    text-align: left;
    display: inline;
    margin: 0; }

  footer div.up-btn {
    margin-left: 20px; }

  footer div.up-btn {
    display: block; }
    footer div.up-btn a {
      text-align: center;
      padding: 30px;
      background: #6eacec; }
    footer div.up-btn i {
      color: white; }

  footer div.zumeo p {
    margin-top: 50px; }

  footer div.zumeo, footer div.zumeo p, footer div.zumeo div.up-btn {
    float: right; }

  footer div.zumeo {
    background-color: transparent;
    padding-left: 20px; }

  footer div.zumeo a, footer div.zumeo p, footer .ts-cs div.copyright p {
    font-size: 0.75rem; }

  footer div.up-btn i {
    font-size: 2em; }

  footer div.block.small-links {
    margin-bottom: 0px; }

  footer div.block:not(:last-child) {
    margin-bottom: 0px; }

  footer div.up-btn a {
    display: block;
    height: 100%;
    padding: 53px 36px;
    text-align: center;
    width: 100%;
    background: #6eacec; } }
/* 1025 */
/* = Progressive Enhancements
----------------------------------------------- */
@media only screen {
  /******************************/
  /* All Screens waypoints classes - reveals etc */
  /******************************/
  /* main hero image reveal */
  section.main-hero .bg-image-persp {
    -webkit-perspective: 640px;
    -moz-perspective: 640px;
    -ms-perspective: 640px;
    -o-perspective: 640px;
    perspective: 640px;
    height: 100%;
    left: 0;
    perspective: 640px;
    position: absolute;
    top: 0;
    width: 100%; }
  section.main-hero .bg-image {
    -webkit-transition: all 2500ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 2500ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: all 2500ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 2500ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 2500ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transform: translate3d(0, 0, 150px);
    -moz-transform: translate3d(0, 0, 150px);
    -ms-transform: translate3d(0, 0, 150px);
    -o-transform: translate3d(0, 0, 150px);
    transform: translate3d(0, 0, 150px);
    -webkit-transform: translate3d(0, 0, 50px) rotateX(0deg);
    -moz-transform: translate3d(0, 0, 50px) rotateX(0deg);
    -ms-transform: translate3d(0, 0, 50px) rotateX(0deg);
    -o-transform: translate3d(0, 0, 50px) rotateX(0deg);
    transform: translate3d(0, 0, 50px) rotateX(0deg);
    -webkit-filter: blur(10px);
    filter: blur(10px);
    opacity: 0;
    -webkit-backface-visibility: hidden; }
  section.main-hero .bg-image.in-view {
    -webkit-transform: translate3d(0, 0, 0px);
    -moz-transform: translate3d(0, 0, 0px);
    -ms-transform: translate3d(0, 0, 0px);
    -o-transform: translate3d(0, 0, 0px);
    transform: translate3d(0, 0, 0px);
    -webkit-transform: translate3d(0, 0, 0) rotateX(0deg);
    -moz-transform: translate3d(0, 0, 0) rotateX(0deg);
    -ms-transform: translate3d(0, 0, 0) rotateX(0deg);
    -o-transform: translate3d(0, 0, 0) rotateX(0deg);
    transform: translate3d(0, 0, 0) rotateX(0deg);
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
    -webkit-backface-visibility: hidden; }

  /* homepage */
  section.main-hero h1 {
    -webkit-transition: all 1200ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 1200ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: all 1200ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 1200ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 1200ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition-delay: 1200ms;
    transition-delay: 1200ms;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0; }

  section.main-hero h1.in-view {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1; }

  section.main-hero p {
    -webkit-transition: all 1200ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 1200ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: all 1200ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 1200ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 1200ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition-delay: 1800ms;
    transition-delay: 1800ms;
    -webkit-transform: translate(0, 80px);
    -ms-transform: translate(0, 80px);
    transform: translate(0, 80px);
    opacity: 0; }

  section.main-hero p.in-view {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1; }

  section.main-hero div.button {
    -webkit-transition: all 1200ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 1200ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: all 1200ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 1200ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 1200ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition-delay: 2400ms;
    transition-delay: 2400ms;
    opacity: 0; }

  section.main-hero div.button.in-view {
    opacity: 1; }

  /******************************/
  /* Header Nav - Show BG bar */
  /******************************/
  header.main-header:before {
    -webkit-transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -moz-transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -ms-transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%);
    background-color: rgba(42, 42, 42, 0.5);
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden; }

  header.main-header.bgNow:before {
    -webkit-transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -moz-transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -ms-transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -o-transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    transition: all 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    background-color: rgba(42, 42, 42, 0.7); }

  /******************************/
  /* mobile menu reveal/conceal */
  /******************************/
  /* when menu button is clicked */
  html.js-nav-active header.main-header {
    transition-property: none;
    height: 100%; }
    html.js-nav-active header.main-header .mobile-menu {
      background-color: #313130;
      opacity: 1;
      visibility: visible; }
      html.js-nav-active header.main-header .mobile-menu ul {
        visibility: visible; }

  /* html.js-nav-active */
  /* setup mobile menu */
  header.main-header {
    -webkit-perspective: 640px;
    -moz-perspective: 640px;
    -ms-perspective: 640px;
    -o-perspective: 640px;
    perspective: 640px;
    /* mobile-menu */ }
    header.main-header .logo {
      -webkit-transition: all 400ms cubic-bezier(1, 0, 0, 1);
      -moz-transition: all 400ms cubic-bezier(1, 0, 0, 1);
      -ms-transition: all 400ms cubic-bezier(1, 0, 0, 1);
      -o-transition: all 400ms cubic-bezier(1, 0, 0, 1);
      transition: all 400ms cubic-bezier(1, 0, 0, 1);
      -webkit-transform: translate(0, 0) scale(1);
      -ms-transform: translate(0, 0) scale(1);
      transform: translate(0, 0) scale(1);
      position: relative; }
    header.main-header .mobile-nav-btn {
      -webkit-transition: all 400ms cubic-bezier(1, 0, 0, 1);
      -moz-transition: all 400ms cubic-bezier(1, 0, 0, 1);
      -ms-transition: all 400ms cubic-bezier(1, 0, 0, 1);
      -o-transition: all 400ms cubic-bezier(1, 0, 0, 1);
      transition: all 400ms cubic-bezier(1, 0, 0, 1);
      -webkit-transform: translate(0, 0) scale(1) rotate(0deg);
      -ms-transform: translate(0, 0) scale(1) rotate(0deg);
      transform: translate(0, 0) scale(1) rotate(0deg);
      position: relative; }
    header.main-header div.mobile-menu {
      -webkit-transition: all 800ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
      -moz-transition: all 800ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
      -ms-transition: all 800ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
      -o-transition: all 800ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
      transition: all 800ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
      -webkit-perspective: 640px;
      -moz-perspective: 640px;
      -ms-perspective: 640px;
      -o-perspective: 640px;
      perspective: 640px;
      -webkit-transform: scale(0.5) rotateX(80deg) rotateY(-80deg) rotateZ(30deg);
      -moz-transform: scale(0.5) rotateX(80deg) rotateY(-80deg) rotateZ(30deg);
      -o-transform: scale(0.5) rotateX(80deg) rotateY(-80deg) rotateZ(30deg);
      transform: scale(0.5) rotateX(80deg) rotateY(-80deg) rotateZ(30deg);
      display: table;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 1500;
      background-color: rgba(49, 49, 48, 0);
      opacity: 0;
      visibility: hidden;
      overflow: hidden; }
      header.main-header div.mobile-menu ul {
        display: table-cell;
        vertical-align: middle;
        width: 100%;
        color: #fff;
        font-size: 1em;
        font-weight: 100;
        letter-spacing: 4px;
        text-transform: uppercase; }
      header.main-header div.mobile-menu li {
        -webkit-transition: all 800ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
        -moz-transition: all 800ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
        -ms-transition: all 800ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
        -o-transition: all 800ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
        transition: all 800ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
        display: block;
        text-align: center;
        opacity: 0; }
      header.main-header div.mobile-menu li:nth-child(odd) {
        -webkit-transform: translate(70%, 0);
        -ms-transform: translate(70%, 0);
        transform: translate(70%, 0); }
      header.main-header div.mobile-menu li:nth-child(even) {
        -webkit-transform: translate(-70%, 0);
        -ms-transform: translate(-70%, 0);
        transform: translate(-70%, 0); }
      header.main-header div.mobile-menu a {
        display: block;
        padding: 10px 0; }

  /* when mobile menu is activated - entrance */
  html.js-nav-active header.main-header.bgNow::before {
    background-color: rgba(42, 42, 42, 0); }
  html.js-nav-active header.main-header {
    transition-property: none;
    height: 100%;
    /* mobile-menu */ }
    html.js-nav-active header.main-header .logo {
      -webkit-transform: translate(20px, 20px) scale(1.2);
      -ms-transform: translate(20px, 20px) scale(1.2);
      transform: translate(20px, 20px) scale(1.2);
      -webkit-transition-delay: 500ms;
      transition-delay: 500ms; }
    html.js-nav-active header.main-header .mobile-nav-btn {
      -webkit-transform: translate(-20px, 20px) scale(1.2) rotate(45deg);
      -ms-transform: translate(-20px, 20px) scale(1.2) rotate(45deg);
      transform: translate(-20px, 20px) scale(1.2) rotate(45deg);
      -webkit-transition-delay: 500ms;
      transition-delay: 500ms; }
    html.js-nav-active header.main-header .mobile-menu {
      -webkit-transform: scale(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
      -moz-transform: scale(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
      -o-transform: scale(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
      transform: scale(1) rotateX(0deg) rotateY(0deg) rotateZ(0deg);
      background-color: #313130;
      opacity: 1;
      visibility: visible; }
      html.js-nav-active header.main-header .mobile-menu ul {
        visibility: visible; }
      html.js-nav-active header.main-header .mobile-menu li {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1; }

  /* .js-nav-active */
  header.main-header.closing {
    height: 100%; }
    header.main-header.closing .mobile-menu {
      -webkit-transform: scale(0.5) rotateX(-80deg) rotateY(80deg) rotateZ(30deg);
      -moz-transform: scale(0.5) rotateX(-80deg) rotateY(80deg) rotateZ(30deg);
      -o-transform: scale(0.5) rotateX(-80deg) rotateY(80deg) rotateZ(30deg);
      transform: scale(0.5) rotateX(-80deg) rotateY(80deg) rotateZ(30deg); }
      header.main-header.closing .mobile-menu li:nth-child(odd) {
        -webkit-transform: translate(-70%, 0);
        -ms-transform: translate(-70%, 0);
        transform: translate(-70%, 0); }
      header.main-header.closing .mobile-menu li:nth-child(even) {
        -webkit-transform: translate(70%, 0);
        -ms-transform: translate(70%, 0);
        transform: translate(70%, 0); }

  /* header.main-header */ }
/* screen */
/* =M Medium Screens (Min 641px)
----------------------------------------------- */
@media only screen and (min-width: 641px) {
  /* Medium homepage facts carousel */
  section.homepage section.facts {
    /* li */
    /* li.active */
    /* li.closing */ }
    section.homepage section.facts li .main-text {
      -webkit-transition: all 600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
      -moz-transition: all 600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
      -ms-transition: all 600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
      -o-transition: all 600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
      transition: all 600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
      -webkit-transform: translate(0, 80px);
      -ms-transform: translate(0, 80px);
      transform: translate(0, 80px);
      -webkit-transition-delay: 0ms;
      transition-delay: 0ms;
      opacity: 0; }
    section.homepage section.facts li .struts, section.homepage section.facts li .tri {
      -webkit-transition: all 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
      -moz-transition: all 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
      -ms-transition: all 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
      -o-transition: all 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
      transition: all 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
      opacity: 0; }
    section.homepage section.facts li .tablet-graphic {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateY(-50%) translateX(-50%) rotate(0deg) scale(1);
      -ms-transform: translateY(-50%) translateX(-50%) rotate(0deg) scale(1);
      transform: translateY(-50%) translateX(-50%) rotate(0deg) scale(1);
      -webkit-transition: all 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
      -moz-transition: all 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
      -ms-transition: all 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
      -o-transition: all 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
      transition: all 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
      opacity: 0; }
    section.homepage section.facts li .graphic .tri {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateY(-50%) translateX(-50%) rotate(-60deg) scale(0.5);
      -ms-transform: translateY(-50%) translateX(-50%) rotate(-60deg) scale(0.5);
      transform: translateY(-50%) translateX(-50%) rotate(-60deg) scale(0.5); }
    section.homepage section.facts li .graphic .struts {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateY(-50%) translateX(-50%) rotate(0deg) scale(1);
      -ms-transform: translateY(-50%) translateX(-50%) rotate(0deg) scale(1);
      transform: translateY(-50%) translateX(-50%) rotate(0deg) scale(1);
      opacity: 0; }
    section.homepage section.facts li .graphic span {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateY(-50%) translateX(-50%) rotate(0deg) scale(1);
      -ms-transform: translateY(-50%) translateX(-50%) rotate(0deg) scale(1);
      transform: translateY(-50%) translateX(-50%) rotate(0deg) scale(1);
      -webkit-transition: all 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
      -moz-transition: all 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
      -ms-transition: all 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
      -o-transition: all 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
      transition: all 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
      opacity: 0; }
    section.homepage section.facts li.active {
      z-index: 10;
      /*graphic*/ }
      section.homepage section.facts li.active .main-text, section.homepage section.facts li.active .struts, section.homepage section.facts li.active .text1, section.homepage section.facts li.active .text2, section.homepage section.facts li.active .text3, section.homepage section.facts li.active .tri {
        opacity: 1; }
      section.homepage section.facts li.active .main-text {
        -webkit-transform: translate(0, 0px);
        -ms-transform: translate(0, 0px);
        transform: translate(0, 0px);
        -webkit-transition-delay: 500ms;
        transition-delay: 500ms; }
      section.homepage section.facts li.active .tablet-graphic {
        opacity: 1; }
      section.homepage section.facts li.active .graphic .tri {
        -webkit-transition: all 800ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
        -moz-transition: all 800ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
        -ms-transition: all 800ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
        -o-transition: all 800ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
        transition: all 800ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateY(-50%) translateX(-50%) rotate(0deg) scale(1);
        -ms-transform: translateY(-50%) translateX(-50%) rotate(0deg) scale(1);
        transform: translateY(-50%) translateX(-50%) rotate(0deg) scale(1); }
      section.homepage section.facts li.active .graphic .struts {
        opacity: 1;
        -webkit-transition-delay: 800ms;
        transition-delay: 800ms; }
      section.homepage section.facts li.active .graphic span.text1 {
        -webkit-transition-delay: 1400ms;
        transition-delay: 1400ms; }
      section.homepage section.facts li.active .graphic span.text2 {
        -webkit-transition-delay: 1800ms;
        transition-delay: 1800ms; }
      section.homepage section.facts li.active .graphic span.text3 {
        -webkit-transition-delay: 2200ms;
        transition-delay: 2200ms; }
    section.homepage section.facts li.closing .graphic .tri {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateY(-50%) translateX(-50%) rotate(0deg) scale(1);
      -ms-transform: translateY(-50%) translateX(-50%) rotate(0deg) scale(1);
      transform: translateY(-50%) translateX(-50%) rotate(0deg) scale(1); }
    section.homepage section.facts li.closing .main-text {
      -webkit-transform: translate(0, -80px);
      -ms-transform: translate(0, -80px);
      transform: translate(0, -80px);
      -webkit-transition-delay: 300ms;
      transition-delay: 300ms; }

  /* homepage.facts */ }
/* END (min-width: 641px) */
/* =L Large Screens (Min 1025px)
----------------------------------------------- */
@media only screen and (min-width: 1025px) {
  /******************************/
  /* Hover States */
  /******************************/
  a.btn, form.contact-form input.btn {
    -webkit-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -moz-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -ms-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -o-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
    border: 3px solid #6eacec;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }

  a.btn:hover, form.contact-form input.btn:hover {
    background-color: rgba(255, 25, 255, 0);
    color: #6eacec;
    border: 3px solid #6eacec; }

  section.quote a.btn {
    -webkit-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -moz-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -ms-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -o-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1); }

  section.quote a.btn:hover {
    color: #6eacec;
    background: white; }

  section.inform-app section.main-hero img.app-store {
    -webkit-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -moz-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -ms-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -o-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }

  section.inform-app section.main-hero img.app-store:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2); }

  div.up-btn a, div.up-btn i {
    -webkit-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -moz-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -ms-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -o-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1); }

  div.up-btn a:hover {
    opacity: 0.8; }

  div.up-btn a i {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    display: block; }

  div.up-btn a:hover i {
    -webkit-transform: translate(0, -15px);
    -ms-transform: translate(0, -15px);
    transform: translate(0, -15px); }

  footer p > a, footer li > a {
    -webkit-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -moz-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -ms-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -o-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1); }

  footer p > a:hover, footer li > a:hover {
    color: white;
    text-decoration: underline; }

  header li a {
    -webkit-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -moz-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -ms-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -o-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1); }

  header li a:hover {
    color: #6eacec; }

  header .logo img {
    -webkit-transition: all 600ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -moz-transition: all 600ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -ms-transition: all 600ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -o-transition: all 600ms cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: all 600ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }

  header .logo img:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2); }

  section.homepage section.facts .controls .btn {
    -webkit-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -moz-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -ms-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -o-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1); }

  section.homepage section.facts .controls .btn:hover {
    opacity: 1; }

  div.links li a {
    -webkit-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -moz-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -ms-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -o-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }

  div.links li a:hover {
    -webkit-transform: translate(20px, 0);
    -ms-transform: translate(20px, 0);
    transform: translate(20px, 0);
    color: #6eacec; }

  section.company section.leadership .person .image {
    overflow: hidden; }

  section.company section.leadership .person img, section.company section.leadership .person .title {
    -webkit-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -moz-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -ms-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -o-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1); }

  section.company section.leadership .person img {
    -webkit-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -moz-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -ms-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -o-transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
    transition: all 300ms cubic-bezier(0.25, 0.1, 0.25, 1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1; }

  section.company section.leadership .person:hover img, section.company section.leadership .person.active img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.5; }

  section.company section.leadership .person:hover .title {
    background: #6eacec;
    color: white; }

  /******************************/
  /* Homepage 3x text */
  /******************************/
  section.homepage {
    /* facts3 */ }
    section.homepage section.facts3 .titles div h2 {
      -webkit-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1);
      -moz-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1);
      -ms-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1);
      -o-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1);
      transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1);
      position: relative;
      display: inline-block; }
    section.homepage section.facts3 .titles div h2 i {
      -webkit-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1);
      -moz-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1);
      -ms-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1);
      -o-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1);
      transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1);
      display: inline-block; }
    section.homepage section.facts3 .titles div h2.active {
      color: #6eacec; }
      section.homepage section.facts3 .titles div h2.active i {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg); }
    section.homepage section.facts3 .titles div h2::after {
      -webkit-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1);
      -moz-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1);
      -ms-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1);
      -o-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1);
      transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1);
      background: #6eacec;
      content: "";
      display: block;
      height: 4px;
      position: absolute;
      top: 69px;
      left: 0;
      width: 0; }
    section.homepage section.facts3 .titles div h2:not(.active):hover {
      color: rgba(255, 255, 255, 0.7); }
    section.homepage section.facts3 .titles div h2.active:after {
      width: 100%; }
    section.homepage section.facts3 .text > div {
      -webkit-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1);
      -moz-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1);
      -ms-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1);
      -o-transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1);
      transition: all 400ms cubic-bezier(0.25, 0.1, 0.25, 1);
      -webkit-transform: translate(0, 10%);
      -ms-transform: translate(0, 10%);
      transform: translate(0, 10%);
      opacity: 0; }
    section.homepage section.facts3 .text > div.active {
      -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      transform: translate(0, 0);
      opacity: 1;
      z-index: 1; }
    section.homepage section.facts3 .text > div.exit {
      -webkit-transform: translate(0, -10%);
      -ms-transform: translate(0, -10%);
      transform: translate(0, -10%);
      opacity: 0; }

  /* homepage */
  /* Large homepage facts carousel */
  section.homepage section.facts {
    /* Active Controls */
    /* li */
    /* li.active */
    /* li.cosing */ }
    section.homepage section.facts li .main-text {
      -webkit-transition: all 600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
      -moz-transition: all 600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
      -ms-transition: all 600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
      -o-transition: all 600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
      transition: all 600ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
      -webkit-transform: translate(0, 80px);
      -ms-transform: translate(0, 80px);
      transform: translate(0, 80px);
      -webkit-transition-delay: 0ms;
      transition-delay: 0ms;
      opacity: 0; }
    section.homepage section.facts li .struts, section.homepage section.facts li .tri {
      -webkit-transition: all 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
      -moz-transition: all 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
      -ms-transition: all 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
      -o-transition: all 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
      transition: all 400ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
      opacity: 0; }
    section.homepage section.facts li .graphic .tri {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateY(-50%) translateX(-50%) rotate(-60deg) scale(0.5);
      -ms-transform: translateY(-50%) translateX(-50%) rotate(-60deg) scale(0.5);
      transform: translateY(-50%) translateX(-50%) rotate(-60deg) scale(0.5); }
    section.homepage section.facts li .graphic .struts {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateY(-50%) translateX(-50%) rotate(0deg) scale(1);
      -ms-transform: translateY(-50%) translateX(-50%) rotate(0deg) scale(1);
      transform: translateY(-50%) translateX(-50%) rotate(0deg) scale(1);
      opacity: 0; }
    section.homepage section.facts li .graphic span {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateY(-50%) translateX(-50%) rotate(0deg) scale(1);
      -ms-transform: translateY(-50%) translateX(-50%) rotate(0deg) scale(1);
      transform: translateY(-50%) translateX(-50%) rotate(0deg) scale(1);
      -webkit-transition: all 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
      -moz-transition: all 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
      -ms-transition: all 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
      -o-transition: all 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
      transition: all 300ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
      opacity: 0; }
    section.homepage section.facts li.active {
      z-index: 10; }
      section.homepage section.facts li.active .main-text, section.homepage section.facts li.active .struts, section.homepage section.facts li.active .text1, section.homepage section.facts li.active .text2, section.homepage section.facts li.active .text3, section.homepage section.facts li.active .tri {
        opacity: 1; }
      section.homepage section.facts li.active .main-text {
        -webkit-transform: translate(0, 0px);
        -ms-transform: translate(0, 0px);
        transform: translate(0, 0px);
        -webkit-transition-delay: 500ms;
        transition-delay: 500ms; }
      section.homepage section.facts li.active .graphic .tri {
        -webkit-transition: all 800ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
        -moz-transition: all 800ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
        -ms-transition: all 800ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
        -o-transition: all 800ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
        transition: all 800ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateY(-50%) translateX(-50%) rotate(0deg) scale(1);
        -ms-transform: translateY(-50%) translateX(-50%) rotate(0deg) scale(1);
        transform: translateY(-50%) translateX(-50%) rotate(0deg) scale(1); }
      section.homepage section.facts li.active .graphic .struts {
        opacity: 1;
        -webkit-transition-delay: 800ms;
        transition-delay: 800ms; }
      section.homepage section.facts li.active .graphic span.text1 {
        -webkit-transition-delay: 1400ms;
        transition-delay: 1400ms; }
      section.homepage section.facts li.active .graphic span.text2 {
        -webkit-transition-delay: 1800ms;
        transition-delay: 1800ms; }
      section.homepage section.facts li.active .graphic span.text3 {
        -webkit-transition-delay: 2200ms;
        transition-delay: 2200ms; }
    section.homepage section.facts li.closing .graphic .tri {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translateY(-50%) translateX(-50%) rotate(0deg) scale(1);
      -ms-transform: translateY(-50%) translateX(-50%) rotate(0deg) scale(1);
      transform: translateY(-50%) translateX(-50%) rotate(0deg) scale(1); }
    section.homepage section.facts li.closing .main-text {
      -webkit-transform: translate(0, -80px);
      -ms-transform: translate(0, -80px);
      transform: translate(0, -80px);
      -webkit-transition-delay: 300ms;
      transition-delay: 300ms; }

  /* homepage.facts */
  /******************************/
  /* Large Screen waypoints classes - reveals etc */
  /******************************/
  .fadeIn {
    -webkit-transition: all 800ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -moz-transition: all 800ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -ms-transition: all 800ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -o-transition: all 800ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: all 800ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -webkit-transition-delay: 900ms;
    transition-delay: 900ms;
    opacity: 0; }

  .fadeIn.in-view {
    -webkit-transition-delay: 900ms;
    transition-delay: 900ms;
    opacity: 1; }

  .reveal1, .reveal2, .reveal3 {
    -webkit-transition: all 800ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -moz-transition: all 800ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -ms-transition: all 800ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -o-transition: all 800ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: all 800ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -webkit-transform: translate(0, 150px);
    -ms-transform: translate(0, 150px);
    transform: translate(0, 150px);
    opacity: 0; }

  .reveal1.in-view {
    -webkit-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    transform: translate(0, 0px);
    opacity: 1; }

  .reveal2.in-view {
    -webkit-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    transform: translate(0, 0px);
    -webkit-transition-delay: 300ms;
    transition-delay: 300ms;
    opacity: 1; }

  .reveal3.in-view {
    -webkit-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    transform: translate(0, 0px);
    -webkit-transition-delay: 900ms;
    transition-delay: 900ms;
    opacity: 1; }

  .fadeRight {
    -webkit-transition: all 800ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -moz-transition: all 800ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -ms-transition: all 800ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -o-transition: all 800ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: all 800ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -webkit-transform: translate(150px, 0px);
    -ms-transform: translate(150px, 0px);
    transform: translate(150px, 0px);
    -webkit-transition-delay: 900ms;
    transition-delay: 900ms;
    opacity: 0; }

  .fadeRight.in-view {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    opacity: 1; }

  .fadeLeft {
    -webkit-transition: all 800ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -moz-transition: all 800ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -ms-transition: all 800ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -o-transition: all 800ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: all 800ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -webkit-transform: translate(-150px, 0px);
    -ms-transform: translate(-150px, 0px);
    transform: translate(-150px, 0px);
    -webkit-transition-delay: 900ms;
    transition-delay: 900ms;
    opacity: 0; }

  .fadeLeft.in-view {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    opacity: 1; }

  section.stats {
    background: white;
    z-index: 1;
    position: relative; }

  section.stats li:nth-child(odd) {
    -webkit-transition: all 1200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -moz-transition: all 1200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -ms-transition: all 1200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -o-transition: all 1200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: all 1200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -webkit-transition-delay: 900ms;
    transition-delay: 900ms;
    -webkit-transform: translate(0, 75px);
    -ms-transform: translate(0, 75px);
    transform: translate(0, 75px);
    opacity: 0; }

  section.stats li:nth-child(even) {
    -webkit-transition: all 1200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -moz-transition: all 1200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -ms-transition: all 1200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -o-transition: all 1200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: all 1200ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -webkit-transition-delay: 900ms;
    transition-delay: 900ms;
    -webkit-transform: translate(0, 50px);
    -ms-transform: translate(0, 50px);
    transform: translate(0, 50px);
    opacity: 0; }

  section.stats li.in-view {
    -webkit-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    transform: translate(0, 0px);
    opacity: 1; }

  section.partners img, section.partners h1 {
    -webkit-transition: all 800ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -moz-transition: all 800ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -ms-transition: all 800ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -o-transition: all 800ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: all 800ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -webkit-transform: translate(0, 100px);
    -ms-transform: translate(0, 100px);
    transform: translate(0, 100px);
    opacity: 0; }

  section.partners img.in-view, section.partners h1.in-view {
    -webkit-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    transform: translate(0, 0px);
    opacity: 1; }

  section.company section.leadership .person:nth-child(even) {
    -webkit-transition: all 800ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -moz-transition: all 800ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -ms-transition: all 800ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -o-transition: all 800ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: all 800ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -webkit-transform: translate(0, 50px);
    -ms-transform: translate(0, 50px);
    transform: translate(0, 50px);
    opacity: 0;
    z-index: 1; }

  section.company section.leadership .person:nth-child(odd) {
    -webkit-transition: all 800ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -moz-transition: all 800ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -ms-transition: all 800ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -o-transition: all 800ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: all 800ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -webkit-transform: translate(0, 50px);
    -ms-transform: translate(0, 50px);
    transform: translate(0, 50px);
    opacity: 0;
    z-index: 1; }

  section.company section.leadership .person.in-view {
    -webkit-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    transform: translate(0, 0px);
    opacity: 1; }

  section.company section.history hr {
    -webkit-transition: all 800ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -moz-transition: all 800ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -ms-transition: all 800ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    -o-transition: all 800ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: all 800ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    width: 0%; }

  section.company section.history hr.grow-right {
    width: 100%; }

  section.inform-app section.main-hero .device.iphone {
    -webkit-transition-delay: 1500ms;
    transition-delay: 1500ms; }

  section.inform-app section.main-hero .device.ipad {
    -webkit-transition-delay: 1800ms;
    transition-delay: 1800ms; } }
/* Large */

/* Social Icon Section */

.socialIcons {
	width: 100%;
	margin-top: 20px;
}
.socialIcons .square {
	width: 50%;
	float: left;	
	margin-bottom: 10px;
}