/**************************
@yellow			: #dbbd40;
@black          : #000;
**************************/
/*****************************************************************************************
@import url('https://fonts.googleapis.com/css?family=Roboto:100,200,300,400,700');

.roboto(){ font-family: "Roboto", sans-serif; font-style: normal;}
******************************************************************************************/
h1,
h2,
h3 {
  line-height: 1.1;
}
p {
  font-size: 14px;
  line-height: 1.5;
}
.home-hero {
  position: relative;
  overflow: hidden;
  /*--Standard--*/
  /*--custom--*/
}
.home-hero .rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
}
.home-hero .rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
}
.home-hero .rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}
.home-hero .rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
}
.home-hero .rslides {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
.home-hero .rslides li {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
}
.home-hero #gradient {
  width: 100%;
  height: 100vh;
  position: absolute;
  z-index: 0;
  background-color: #9095ae;
}
@media (max-width: 768px) {
  .home-hero .rslides {
    height: 120vh;
  }
  .home-hero .rslides li {
    height: 120vh;
  }
  .home-hero #gradient {
    height: 120vh;
  }
}
@media (max-width: 570px) {
  .home-hero .rslides {
    height: 150vh;
  }
  .home-hero .rslides li {
    height: 150vh;
  }
  .home-hero #gradient {
    height: 150vh;
  }
}
.home-hero .home-content {
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
  padding: 15% 30px 50px;
  color: #FFF;
  position: relative;
  z-index: 3;
}
.home-hero .home-content .home-content-r1 {
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
}
.home-hero .home-content .home-content-r1 .home-content-header {
  width: 50%;
}
.home-hero .home-content .home-content-r1 .home-content-header h1 {
  font-size: 70px;
}
.home-hero .home-content .home-content-r1 .home-content-description {
  width: 40%;
  margin-top: 100px;
}
.home-hero .home-content .home-content-r1 .home-content-description p {
  margin-bottom: 30px;
}
.home-hero .home-content .home-content-r1 .home-content-description p a {
  font-weight: bold;
  border: 1px solid #FFF;
  border-radius: 50px;
  padding: 15px 45px;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
  text-decoration: none;
  color: #FFF;
  display: block;
  width: fit-content;
  position: relative;
}
.home-hero .home-content .home-content-r1 .home-content-description p a:hover {
  padding: 15px 55px;
}
.home-hero .home-content .home-content-r1 .home-content-description p a:after {
  content: "→";
  position: relative;
  right: -7px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.home-hero .home-content .home-content-r2:after {
  content: "";
  clear: both;
  height: 0;
  visibility: hidden;
  display: block;
}
.home-hero .home-content .home-content-r2 .home-content-subcopy {
  float: right;
  width: 20%;
}
.home-hero .home-content .home-content-r2 .home-content-subcopy img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .home-hero .home-content {
    padding-top: 150px;
  }
  .home-hero .home-content .home-content-r1 {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .home-hero .home-content .home-content-r1 .home-content-header {
    width: 100%;
  }
  .home-hero .home-content .home-content-r1 .home-content-description {
    width: 100%;
    margin-top: 30px;
  }
  .home-hero .home-content .home-content-r2 {
    margin-top: 30px;
  }
  .home-hero .home-content .home-content-r2 .home-content-subcopy {
    float: none;
    width: 40%;
  }
}
@media screen and (max-width: 480px) {
  .home-hero .home-content .home-content-r1 .home-content-header h1 {
    font-size: 50px;
  }
  .home-hero .home-content .home-content-r2 .home-content-subcopy {
    width: 100%;
  }
}

/**************************
@yellow			: #dbbd40;
@black          : #000;
**************************/
/*****************************************************************************************
@import url('https://fonts.googleapis.com/css?family=Roboto:100,200,300,400,700');

.roboto(){ font-family: "Roboto", sans-serif; font-style: normal;}
******************************************************************************************/
h1,
h2,
h3 {
  line-height: 1.1;
}
p {
  font-size: 14px;
  line-height: 1.5;
}
.home-stats {
  padding: 100px 0 100px;
  position: relative;
  overflow: hidden;
}
.home-stats .shape-holder {
  display: none;
  position: absolute;
  z-index: 1;
  top: 27%;
  width: 100%;
  height: 100%;
  right: -15%;
}
.home-stats .shape-holder .graph-one {
  position: absolute;
  right: 0;
}
.home-stats .shape-holder .graph-two {
  position: absolute;
  right: 19%;
  top: 18%;
}
.home-stats .stat-table {
  max-width: 1100px;
  width: 100%;
  padding: 0 30px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.home-stats .stat-table .stat-description p {
  font-size: 18px;
  color: #29b4f4;
  margin-bottom: 25px;
}
.home-stats .stat-table .stat-description h3 {
  color: #000;
  margin-bottom: 10px;
}
.home-stats .stat-table .stat-entry {
  padding-left: 18px;
  position: relative;
}
.home-stats .stat-table .stat-entry:before {
  content: "";
  width: 3px;
  height: 3px;
  background: #29b4f4;
  position: absolute;
  top: 50%;
  left: 0;
  border-radius: 3px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media screen and (min-width: 769px) {
  .home-stats {
    padding: 100px 0 300px;
  }
  .home-stats .shape-holder {
    display: block;
  }
  .home-stats .stat-table .black p {
    font-size: 40px;
    color: #000;
  }
  .home-stats .stat-table .red p {
    font-size: 14px;
    color: #fe6363;
  }
  .home-stats .stat-table .blue p {
    font-size: 14px;
    color: #29b4f4;
  }
  .home-stats .stat-table .stat-entry:before {
    display: none;
  }
  .home-stats .stat-table .stat-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 50px;
  }
  .home-stats .stat-table .stat-row.stat-r1 .stat-description {
    width: 20%;
    margin-right: 20%;
  }
  .home-stats .stat-table .stat-row.stat-r1 .stat-description p {
    color: #000;
    font-size: 14px;
  }
  .home-stats .stat-table .stat-row.stat-r1 .stat-description .mobile-only {
    display: none;
  }
  .home-stats .stat-table .stat-row.stat-r1 .stat-1 {
    width: 30%;
    margin-right: 0;
  }
  .home-stats .stat-table .stat-row.stat-r1 .stat-2 {
    width: 20%;
  }
  .home-stats .stat-table .stat-row.stat-r2 .stat-3 {
    margin-right: 10%;
    margin-left: 9%;
    width: 23%;
  }
  .home-stats .stat-table .stat-row.stat-r2 .stat-4 {
    width: 20%;
  }
  .home-stats .stat-table .stat-row.stat-r3 .stat-5 {
    width: 18%;
  }
  .home-stats .stat-table .stat-row.stat-r4 .stat-6 {
    width: 18%;
    margin-left: 8%;
  }
}

/**************************
@yellow			: #dbbd40;
@black          : #000;
**************************/
/*****************************************************************************************
@import url('https://fonts.googleapis.com/css?family=Roboto:100,200,300,400,700');

.roboto(){ font-family: "Roboto", sans-serif; font-style: normal;}
******************************************************************************************/
h1,
h2,
h3 {
  line-height: 1.1;
}
p {
  font-size: 14px;
  line-height: 1.5;
}
.dm-home-opensource {
  position: relative;
  z-index: 3;
}
.home-opensource {
  max-width: 1100px;
  width: 100%;
  padding: 130px 30px 100px;
  margin: 0 auto;
  background: #FFF;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: flex;
  justify-content: space-between;
}
.home-opensource .os-header {
  width: 30%;
}
.home-opensource .os-logos {
  width: 60%;
  margin-top: -25px;
}
.home-opensource .os-logos ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-lines: multiple;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.home-opensource .os-logos ul li {
  width: 30%;
  height: 120px;
  background: #FFF;
}
.home-opensource .os-logos ul li a {
  height: 60%;
  display: block;
  margin: 2vw;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
@media screen and (max-width: 768px) {
  .home-opensource {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .home-opensource .os-header,
  .home-opensource .os-logos {
    width: 100%;
  }
  .home-opensource .os-header {
    margin-bottom: 50px;
  }
  .home-opensource .os-header h3 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold;
  }
}

/**************************
@yellow			: #dbbd40;
@black          : #000;
**************************/
/*****************************************************************************************
@import url('https://fonts.googleapis.com/css?family=Roboto:100,200,300,400,700');

.roboto(){ font-family: "Roboto", sans-serif; font-style: normal;}
******************************************************************************************/
h1,
h2,
h3 {
  line-height: 1.1;
}
p {
  font-size: 14px;
  line-height: 1.5;
}
#work-with-us {
  background: #f9faf9;
}
#work-with-us .atvi-column-inner-container {
  max-width: 1100px;
  width: 100%;
  padding: 100px 30px;
  margin: 0 auto;
}
#work-with-us .atvi-column-inner-container .work-with-us-child-resource-1-class a {
  font-weight: bold;
  border: 1px solid #FFF;
  border-radius: 50px;
  padding: 15px 45px;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
  text-decoration: none;
  display: block;
  width: fit-content;
  position: relative;
  background: #fe6363;
  color: #FFF;
}
#work-with-us .atvi-column-inner-container .work-with-us-child-resource-1-class a:hover {
  padding: 15px 55px;
}
#work-with-us .atvi-column-inner-container .work-with-us-child-resource-1-class a:after {
  content: "→";
  position: relative;
  right: -7px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#work-with-us .atvi-column-inner-container .work-with-us-child-resource-1-class h3 {
  margin-bottom: 15px;
  font-weight: bold;
}
#work-with-us .atvi-column-inner-container .work-with-us-child-resource-1-class p:last-of-type {
  margin-top: 30px;
}
#work-with-us .atvi-column-inner-container .work-with-us-child-resource-2-class {
  overflow: visible;
  margin-top: 15px;
}
#work-with-us .atvi-column-inner-container .work-with-us-child-resource-2-class .atvi-image {
  width: 70%;
  max-height: none;
}
#work-with-us .atvi-column-inner-container .work-with-us-child-resource-2-class .atvi-image:first-of-type {
  position: relative;
  left: 50%;
  margin-bottom: 15px;
}
#work-with-us .atvi-column-inner-container .work-with-us-child-resource-2-class .atvi-image img {
  max-width: 100%;
  max-height: none;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #work-with-us .atvi-column-inner-container .work-with-us-child-resource-2-class {
    margin-top: 20px;
  }
  #work-with-us .atvi-column-inner-container .work-with-us-child-resource-2-class .atvi-image:first-of-type {
    left: 25%;
  }
}

/**************************
@yellow			: #dbbd40;
@black          : #000;
**************************/
/*****************************************************************************************
@import url('https://fonts.googleapis.com/css?family=Roboto:100,200,300,400,700');

.roboto(){ font-family: "Roboto", sans-serif; font-style: normal;}
******************************************************************************************/
h1,
h2,
h3 {
  line-height: 1.1;
}
p {
  font-size: 14px;
  line-height: 1.5;
}
.home-studios {
  max-width: 1100px;
  width: 100%;
  padding: 100px 30px;
  margin: 0 auto;
}
.home-studios .st-header {
  margin-bottom: 50px;
  width: 250px;
}
.home-studios .st-logos {
  width: 80%;
  margin: 0 auto;
}
.home-studios .st-logos ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-box-lines: multiple;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.home-studios .st-logos ul li {
  width: 30%;
  height: 120px;
  background: #FFF;
  position: relative;
}
.home-studios .st-logos ul li a {
  height: 60%;
  display: block;
  margin: 2vw;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.home-studios .st-logos ul li a:after {
  content: 'i';
  background: #dddfdd;
  color: white;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  position: absolute;
  bottom: -17%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  font-size: 9px;
  font-weight: bolder;
  text-align: center;
  line-height: 15px;
}
.home-studios .st-logos ul li:hover .tooltip {
  display: block;
}
.home-studios .st-logos ul li:hover .tooltip.above:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #333333 transparent transparent transparent;
  position: absolute;
  bottom: -14px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.home-studios .st-logos ul li:hover .tooltip.below:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #333333 transparent;
  position: absolute;
  top: -4px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.home-studios .st-logos ul li .tooltip {
  width: 270px;
  padding: 10px 10px 15px;
  text-align: left;
  background: #333333;
  border-radius: 10px;
  color: #FFF;
  position: absolute;
  z-index: 3;
  left: 50%;
  display: none;
  top: 0;
  -webkit-transform: translate(-50%, -100%);
  -moz-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  -o-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}
.home-studios .st-logos ul li .tooltip .studio-header {
  font-size: 14px;
  margin-bottom: 5px;
}
.home-studios .st-logos ul li .tooltip .studio-location {
  font-size: 14px;
  margin-bottom: 15px;
}
.home-studios .st-logos ul li .tooltip .studio-description p {
  font-size: 12px;
  line-height: 1.3;
}
.home-studios .st-logos ul li .tooltip.above {
  top: 0;
  -webkit-transform: translate(-50%, -100%);
  -moz-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  -o-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
}
.home-studios .st-logos ul li .tooltip.below {
  top: 100%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media screen and (max-width: 768px) {
  .home-studios {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .home-studios .st-header,
  .home-studios .st-logos {
    width: 100%;
  }
  .home-studios .st-header {
    margin-bottom: 50px;
    width: 100%;
  }
  .home-studios .st-header h3 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold;
  }
  .home-studios .st-logos ul li:nth-child(1) .tooltip,
  .home-studios .st-logos ul li:nth-child(4) .tooltip,
  .home-studios .st-logos ul li:nth-child(7) .tooltip,
  .home-studios .st-logos ul li:nth-child(10) .tooltip {
    left: 90%;
  }
  .home-studios .st-logos ul li:nth-child(1):hover .tooltip.below:before,
  .home-studios .st-logos ul li:nth-child(4):hover .tooltip.below:before,
  .home-studios .st-logos ul li:nth-child(7):hover .tooltip.below:before,
  .home-studios .st-logos ul li:nth-child(10):hover .tooltip.below:before,
  .home-studios .st-logos ul li:nth-child(1):hover .tooltip.above:before,
  .home-studios .st-logos ul li:nth-child(4):hover .tooltip.above:before,
  .home-studios .st-logos ul li:nth-child(7):hover .tooltip.above:before,
  .home-studios .st-logos ul li:nth-child(10):hover .tooltip.above:before {
    left: 20%;
  }
  .home-studios .st-logos ul li:nth-child(3) .tooltip,
  .home-studios .st-logos ul li:nth-child(6) .tooltip,
  .home-studios .st-logos ul li:nth-child(9) .tooltip {
    left: 25%;
  }
  .home-studios .st-logos ul li:nth-child(3):hover .tooltip.below:before,
  .home-studios .st-logos ul li:nth-child(6):hover .tooltip.below:before,
  .home-studios .st-logos ul li:nth-child(9):hover .tooltip.below:before,
  .home-studios .st-logos ul li:nth-child(3):hover .tooltip.above:before,
  .home-studios .st-logos ul li:nth-child(6):hover .tooltip.above:before,
  .home-studios .st-logos ul li:nth-child(9):hover .tooltip.above:before {
    left: 70%;
  }
}

/**************************
@yellow			: #dbbd40;
@black          : #000;
**************************/
/*****************************************************************************************
@import url('https://fonts.googleapis.com/css?family=Roboto:100,200,300,400,700');

.roboto(){ font-family: "Roboto", sans-serif; font-style: normal;}
******************************************************************************************/
h1,
h2,
h3 {
  line-height: 1.1;
}
p {
  font-size: 14px;
  line-height: 1.5;
}
#home-social-widgets {
  background: #29b4f4;
  padding: 100px 0;
}
#home-social-widgets .atvi-column-inner-container {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 30px;
}
#home-social-widgets #home-social-widgets-child-resource-1 .timeline-Header {
  display: none !important;
}
#home-social-widgets #home-social-widgets-child-resource-2 {
  padding-left: 45px;
}
#home-social-widgets #home-social-widgets-child-resource-2 h3 {
  font-size: 21px;
  line-height: 1.3;
  margin-bottom: 15px;
}
#home-social-widgets #home-social-widgets-child-resource-2 img {
  width: 85%;
  margin-bottom: 15px;
}
#home-social-widgets #home-social-widgets-child-resource-2 p a {
  font-size: 11px;
  color: #FFF;
  text-decoration: none;
  letter-spacing: .04em;
}
@media screen and (max-width: 768px) {
  #home-social-widgets #home-social-widgets-child-resource-2 {
    margin-top: 30px;
    padding-left: 0;
  }
  #home-social-widgets #home-social-widgets-child-resource-2 img {
    width: 100%;
  }
}

