

img {
  -webkit-user-drag: none;
  display: block;
}

html, body, div, h1, h2, h6, p, a, img, ul, li, header, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  max-width: 100%;
}

header, nav, section {
  display: block;
}

html {
  box-sizing: border-box;
}

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

body {
  line-height: 1;
}

ul, li {
  list-style: none;
}

a {
  text-decoration: none;
}

a {
  color: #000;
}

p a {
  transition: opacity 0.2s ease;
  font-weight: 400;
}

p a:hover {
  opacity: 0.8;
}

p a:active {
  opacity: 1;
}

body {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -moz-font-feature-settings: "liga", "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  color: #000;
  line-height: 1.5;
}

::-moz-selection {
  background: #00AAFF;
  color: #FFF;
}

::selection {
  background: #00AAFF;
  color: #FFF;
}



p {
  /*font-family: "Open Sans";*/
  font-size: 12px;
  font-weight: 300;
  line-height: 1.6;
}

h1 {
  font-size: 64px;
  font-weight: 600;
}

h2 {
  font-size: 48px;
  font-weight: 600;
}

h6 {
  font-size: 17px;
  font-weight: 600;
}

p, h1, h2, h6 {
  margin-bottom: 25px;
}

li h6 {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  h1, h2 {
    line-height: 1.3;
  }
  h1 {
    font-size: 52px;
  }
  h2 {
    font-size: 42px;
  }
}

.container {
  max-width: 1160px;
  margin: 0 auto;
  position: relative;
}

img.disabled {
    filter: grayscale(100%);
}

.grid-3 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.grid-3>div {
  margin-top: 60px;
}

.grid-3 img {
  max-width: 100%;
}

.grid-3>div:nth-child(-n+3) {
  margin-top: 0;
}

.grid-3>div {
  -ms-flex-preferred-size: 33.33%;
  flex-basis: 33.33%;
}

.container, .grid-3>div {
  padding-left: 40px;
  padding-right: 40px;
}

.container.grid-3 {
  padding-left: 0;
  padding-right: 0;
}

.flex-sidebar {
  position: relative;
}

.flex-sidebar .content {
  width: 75%;
}

.marginauto {
  margin: auto;
}

.content .grid-3 {
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.content .grid-3>div {
  padding: 0;
  max-width: 210px;
}

.flex-sidebar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 1024px) {
  .content .grid-3>div {
    max-width: 30%;
  }
  .grid-3>div {
    margin-top: 40px;
  }
  .grid-3>div:first-child {
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .content {
    padding-left: 5%;
    padding-right: 5%;
  }
  .flex-sidebar .content {
    margin: auto;
    max-width: 100%;
    width: 100% !important;
  }
  .content .grid-3>div {
    max-width: 45%;
  }
  .grid-3>div {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .grid-3>div:nth-child(3) {
    margin-top: 40px;
  }
  .grid-3>div:first-child {
    margin-top: 0;
  }
  .container, .grid-3>div {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media screen and (max-width: 425px) {
  .content .grid-3>div:first-child {
    margin-top: 0;
  }
  .content .grid-3>div {
    max-width: 100%;
  }
  .grid-3>div {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .grid-3>div, .grid-3>div:nth-child(2), .grid-3>div:nth-child(3) {
    margin-top: 40px;
  }
  .grid-3>div:first-child {
    margin-top: 0;
  }
}

.padding-m-top {
  padding-top: 80px;
}

.padding-l-bottom {
  padding-bottom: 20px;
}

@media screen and (max-width: 425px) {
  .padding-l-bottom {
    padding-bottom: 80px;
  }
  .padding-m-top {
    padding-top: 40px;
  }
}

.strip {
  padding: 0 !important;
  margin: 0 !important;
}

/* Background colors ---------------------------------------------------------*/

.card img {
  border-radius: 10px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 5px 15px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.5s ease;
}

.card:hover img {
  box-shadow: 0 10px 12px rgba(0, 0, 0, 0.15);
}

.card a {
  color: #000;
}

.card img {
  width: 100%;
  object-fit: fill;
}

.card h6 {
  margin: 20px 0 10px 0;
}

@media screen and (max-width: 425px) {
  .card a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 0;
    margin-left: 0;
    max-width: 100%;
  }
  .card img {
    margin-right: 20px;
  }
  .card img {
    max-width: 125px;
    max-height: 125px;
  }
  .card-info {
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .card h6, .content .card h6 {
    margin-top: 0;
    margin-bottom: 5px;
    padding-top: 0;
  }
}

@media screen and (max-width: 375px) {
  .card img {
    max-width: 100px;
    max-height: 100px;
  }
}

@media screen and (max-width: 320px) {
  .card h6 {
    font-size: 17px;
  }
  .card .small {
    font-size: 15px;
  }
}

.content a[id] {
  display: block;
  position: relative;
  top: -15px;
}

.content a.first-link[id] {
  top: -240px;
}

.content h2, .content h6, .content p, .content ul li {
  max-width: 75%;
}

.content h2 {
  margin-bottom: 30px;
}

.content h6 {
  margin-bottom: 5px;
}

.content .card p, .content .card h6 {
  max-width: 100%;
}

@media screen and (max-width: 1024px) {
  .getstarted .content h2, .getstarted .content h6, .getstarted .content p, .getstarted .content ul li {
    max-width: 100%;
  }
}


@media screen and (max-width: 768px) {
  nav a {
    font-size: 14px;
  }
}

@charset "UTF-8";
html, body {
  height: 100%;
}

img {
  -webkit-user-drag: none;
  display: block;
}

html, body, div, span, h6, a, img, ul, li, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  max-width: 100%;
}

nav, section {
  display: block;
}

html {
  box-sizing: border-box;
}

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

body {
  line-height: 1;
}

ul, li {
  list-style: none;
}

a {
  text-decoration: none;
}

a {
  color: #000;
}

h6 a {
  transition: opacity 0.2s ease;
  font-weight: 600;
}

body {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  -moz-font-feature-settings: "liga", "kern";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  color: #000;
  line-height: 1.5;
}

::-moz-selection {
  background: #00AAFF;
  color: #FFF;
}

::selection {
  background: #00AAFF;
  color: #FFF;
}

h6 {
  font-size: 15px;
  font-weight: 600;
}

h6 {
  margin-bottom: 25px;
}

.container {
  max-width: 1160px;
  margin: 0 auto;
  position: relative;
}

.container {
  padding-left: 40px;
  padding-right: 40px;
}

.flex-sidebar {
  position: relative;
}

.flex-sidebar .content {
  width: 75%;
}

.flex-sidebar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .flex-sidebar .content {
    margin: auto;
    max-width: 100%;
    width: 100% !important;
  }
  .container {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media screen and (max-width: 768px) {
  .maxwidth-xs-tablet {
    max-width: 550px !important;
  }
}

.padding-m-top {
  padding-top: 80px;
}

.padding-l-bottom {
  padding-bottom: 20px;
}

@media screen and (max-width: 425px) {
  .padding-l-bottom {
    padding-bottom: 80px;
  }
  .padding-m-top {
    padding-top: 40px;
  }
}

@media screen and (max-width: 600px) {
  .hide-tablet-s {
    display: none !important;
  }
}

@media screen and (max-width: 320px) {
  .hide-mobile-s {
    display: none !important;
  }
}

/* Background colors ---------------------------------------------------------*/

.content a[id] {
  display: block;
  position: relative;
  top: -15px;
}

.content a.first-link[id] {
  top: -240px;
}

nav a {
  font-size: 15px;
  transition: color 0.2s ease;
}

nav a:hover {
  text-decoration: underline;
}

nav ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

nav li {
  line-height: 1;
}

.navigation-sub {
  top: 0px;
  position: fixed;
  width: 100%;
  height: 50px;
  box-shadow: 0 1px 0 #EEE;
  z-index: 1;
  background: white;
}

.navigation-sub a {
  font-weight: 400;
}

.navigation-sub .active a {
  color: #AAA;
}

.navigation-sub ul {
  margin: 0 auto;

  padding-top: 15px;
  max-width: 90%;
}

@media screen and (max-width: 768px) {
  nav a {
    font-size: 14px;
  }
  .navigation-sub {
    top: 0px;
  }
  
}

.navigation-sub {
  top: 0px;
}

h3.timeline {
 
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  font-family: Montserrat;
  color: #55B7FA;
}

h2.company {
  font-size: 24px;
  font-weight: 800;
  line-height: 32px;
  margin-bottom: 40px;
}

section.grid-3 {
  margin-bottom: 120px;
  margin-top: 20px;
}