/* general for all content pages */

.content-page .title {
  font-size: 34px;
  margin: 0;
}

#manufacturing.content-page .title,
#digital-transformation.content-page .title {
  text-align: center;
}

body#page-manufacturing-index #header,
body#page-platform-index #header,
body#page-digitaltransformation-index #header,
body#page-education-index #header,
body#page-kosmos-gcccasestudy #header,
body#page-landing-index #header {
  z-index: 201;
}

.content-page .button {
  border-radius: 8px;
  padding-top: 6px;
  padding-bottom: 6px;
  transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -webkit-transition: background-color 0.5s;
}

.content-page .section .section-inner {
  position: absolute;
  left: 0;
  right: 0;
}

.content-page .section .section-inner.blue {
  background-color: #42b5e9;
  color: #fff;
}

.content-page .section.menu,
#header-inner.sticky .section.menu {
  height: 60px;
}

.content-page .section.menu {
  margin-bottom: 90px;
}

#header-inner.sticky .section.menu {
  margin-top: 6px;
}

.content-page .section.menu .section-inner,
#header-inner.sticky .section.menu .section-inner {
  background-color: #eee;
  color: #333;
  font-weight: 600;
  text-transform: uppercase;
  height: 26px;
  text-align: center;
  padding: 17px 0;
}

.content-page .section.menu .section-inner {
  width: 100%;
  font-size: 12px;
}

.content-page .section.menu .section-inner .menu-link,
#header-inner.sticky .section.menu .section-inner .menu-link {
  font-size: 18px;
  margin: 0 40px;
  color: #666;
  position: relative;
}

.mobile .content-page .section.menu .section-inner .menu-link,
#header-inner.sticky .section.menu .section-inner .menu-link {
  margin: 0 10px;
}

.content-page .section.menu .section-inner .menu-link.selected:after,
#header-inner.sticky .section.menu .section-inner .menu-link.selected:after {
  content: "";
  transition: width 0.5s ease-out;
  display: block;
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background-color: #999;
  transition: width 0.5s ease-out;
}

.content-page .section.menu .section-inner .menu-link.selected.deselected:after,
#header-inner.sticky
  .section.menu
  .section-inner
  .menu-link.selected.deselected:after {
  width: 0%;
}

.content-page .section.menu .section-inner .menu-link a,
#header-inner.sticky .section.menu .section-inner .menu-link a {
  color: #666;
  font-weight: 600;
  position: relative;
}

.content-page .section.menu .section-inner .menu-link a:after,
#header-inner.sticky .section.menu .section-inner .menu-link a:after {
  content: "";
  transition: width 0.5s ease-out;
  display: block;
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 0%;
  height: 2px;
  background-color: #999;
}

.content-page .section.menu .section-inner .menu-link a:hover,
#header-inner.sticky .section.menu .section-inner .menu-link a:hover {
  color: #333;
}

.content-page .section.menu .section-inner .menu-link a:hover:after,
#header-inner.sticky .section.menu .section-inner .menu-link a:hover:after,
.content-page .section.menu .section-inner .menu-link a.selected:after,
#header-inner.sticky .section.menu .section-inner .menu-link a.selected:after {
  width: 100%;
}

.content-page .section.menu .section-inner .menu-link .love,
#header-inner.sticky .section.menu .section-inner .menu-link .love {
  background-image: url("graphic-marketing-navigation-heart.png");
  background-size: 18px 44px;
  background-repeat: no-repeat;
  padding-left: 18px;
  background-position: left 2px;
}

.content-page .section.menu .section-inner .menu-link a.love:hover,
#header-inner.sticky .section.menu .section-inner .menu-link a.love:hover {
  background-position: left -20px;
}

.content-page .section.list {
  width: 980px;
}

.content-page .section.list .title {
  width: 260px;
  font-size: 34px;
  margin: 0;
}

.mobile .content-page .section.list .title {
  text-align: left;
  margin-bottom: 15px;
  width: 100%;
  padding-right: 0px;
}

.content-page .section.list li {
  font-weight: 300;
  line-height: 24px;
  font-size: 16px;
}

.content-page .section .subtitle {
  text-transform: none;
  font-size: 20px;
  line-height: 30px;
}

/* about page */

#about.page,
#praise.page {
  font-size: 14px;
  text-align: center;
}

.mobile #about.page,
.mobile #praise.page {
  padding: 0 15px;
}

.mobile #about .text-block,
.mobile #praise .text-block {
  margin-left: 0px;
}

#about.page .editable .editable.title,
#contact .editable .editable.title,
#digital-transformation .editable .editable.title {
  z-index: 1;
  position: absolute;
}

#about.content-page .editable .editable.title a,
#digital-transformation .editable .editable.title a {
  color: #fff;
}

#about.content-page .editable form,
#digital-transformation.content-page .editable form {
  z-index: 2;
  position: relative;
}

#digital-transformation.content-page .title .title-content {
  width: 600px;
  margin: auto;
}

.mobile #digital-transformation.content-page .title .title-content {
  width: auto;
}

#contact .contact-container {
  position: relative;
  background: #ffffff;
  width: 486px;
  top: 0px;
  bottom: 0px;
  margin-bottom: 1px;
}

#page-contact-index #contact .contact-container {
  position: relative;
  background: #ffffff;
  width: 100%;
  top: 0px;
  bottom: 0px;
  white-space: nowrap;
}

#page-contact-index.mobile #contact .contact-container {
  padding-bottom: 60px;
}

#contact .contact-container h1 {
  font-weight: normal;
}

#about.page .editable form,
#contact .editable form,
#digital-transformation .editable form {
  position: absolute;
  z-index: 2;
  top: 150px;
}

#contact .contact-container .editable form {
  position: relative;
}

#about.page .section {
  margin: 0 auto 50px;
  text-align: left;
}

.mobile #about.page .section {
  margin: 0 auto 10px;
  text-align: left;
}

.mobile #about.page .section {
  width: auto;
}

#about.page .section.banner,
#praise.content-page .section.banner,
#contact .section.banner {
  height: 417px;
  color: #fff;
  margin: 0;
}

.mobile #about.page .section.banner,
.mobile #praise.content-page .section.banner,
.mobile #contact .section.banner {
	height: 300px;
}

#contact.content-page .section.menu,
#about.content-page .section.menu {
  margin-bottom: 80px;
}

.mobile #contact.content-page .section.menu,
.mobile #about.content-page .section.menu {
  margin-bottom: 40px;
}
/*#contact .section.banner {
	height: 480px;
}*/

#about.page .section.banner .section-inner,
#praise.page .section.banner .section-inner,
#contact .section.banner .section-inner {
  height: 418px;
}

.mobile #about.page .section.banner .section-inner,
.mobile #praise.page .section.banner .section-inner,
.mobile #contact .section.banner .section-inner {
	height: 300px
}

#about.page .section.banner .background,
#praise.page .section.banner .background,
#contact .section.banner .background {
  background-color: #3fa7ea;
  background: -moz-linear-gradient(top, #3fa7ea 0%, #44c4de 100%);
  background: -webkit-linear-gradient(top, #3fa7ea 0%, #44c4de 100%);
  background: linear-gradient(to bottom, #3fa7ea 0%, #44c4de 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3fa7ea', endColorstr='#44c4de',GradientType=0 );
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

#about.page .section.banner .graphic,
#contact .section.banner .graphic {
  background-image: url("graphic-about-header.svg");
  background-position: center 70px;
  background-size: 1280px 418px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  background-repeat: no-repeat;
}

.mobile #about.page .section.banner .graphic,
.mobile #contact .section.banner .graphic {
  background-position: left;
  opacity: 0.5
}

.content-page .section.banner .title {
  margin: 0;
}

#about.page .section.banner .title,
#contact .section.banner .title {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 90px;
  font-size: 44px;
}

.mobile #about.page .section.banner .title,
.mobile #contact .section.banner .title {
	top: 50px;
	font-size: 40px;
}

#about.page .section.list ul.bullets li {
  list-style-type: disc;
  padding-left: 10px;
  color: #999;
  font-size: 21px;
}

#about.page .section.list ul.bullets li span {
  color: #333;
  font-size: 16px;
}

#about.page .section.quote,
#praise.page .section.quote,
#digital-transformation.page .section.quote,
#page.pricing .section.quote {
  padding: 40px 0 40px;
  display: inline-block;
  margin-top: -10px;
  margin-bottom: 40px;
	max-width: 975px;
  border: 1px solid #eee;
  border-radius: 8px;
  box-shadow: 1px 1px 15px 1px rgba(102, 102, 102, 0.2);
  -webkit-box-shadow: 1px 1px 15px 1px rgba(102, 102, 102, 0.2);
  -moz-box-shadow: 1px 1px 15px 1px rgba(102, 102, 102, 0.2);
}


.mobile #about.page .section.quote,
.mobile #praise.page .section.quote,
.mobile #digital-transformation.page .section.quote,
.mobile #page.pricing .section.quote {
  padding: 20px 10px;
  margin-top: 0;
}

#about.page .section.quote {
  margin-bottom: 70px;
}

#about.page .section.quote .quote-text,
#praise.page .section.quote .quote-text,
#digital-transformation.page .section.quote .quote-text,
#page.pricing .section.quote .quote-text {
  font-weight: 300;
  font-size: 30px;
	padding: 0 80px;
  margin: 0 auto;
  text-align: center;
}

.mobile #about.page .section.quote .quote-text,
.mobile #praise.page .section.quote .quote-text,
.mobile #digital-transformation.page .section.quote .quote-text,
.mobile #page.pricing .section.quote .quote-text {
  padding: 20px 10px;
}

.mobile #digital-transformation.page .section.quote .quote-text {
  padding: 20px;
}

#page.pricing .section.quote .quote-text {
  font-size: 30px;
}

#digital-transformation.page .section.quote .quote-text {
  font-size: 18px;
  line-height: 28px;
  text-align: left;
}

#digital-transformation.page .section.quote .quote-logo {
  margin-left: auto;
  margin-right: 0;
}

.mobile #digital-transformation .gear-illustration.both {
  display: none;
}

#about.page .section.quote .quote-text .quote-icon,
#praise.page .section.quote .quote-text .quote-icon,
#digital-transformation.page .section.quote .quote-text .quote-icon,
#page.pricing .section.quote .quote-text .quote-icon {
  vertical-align: top;
}

#about.page .section.quote .quote-text .quote-icon,
#page.pricing .section.quote .quote-text .quote-icon {
  position: relative;
  left: 0;
}

#about.page .section.quote .quote-author-container,
#praise.page .section.quote .quote-author-container,
#digital-transformation.page .section.quote .quote-author-container,
#page.pricing .section.quote .quote-author-container-banner {
  font-size: 21px;
  font-weight: 300;
  text-align: right;
  margin-right: 130px;
}

.mobile #about.page .section.quote .quote-author-container,
.mobile #praise.page .section.quote .quote-author-container,
.mobile #digital-transformation.page .section.quote .quote-author-container,
.mobile #page.pricing .section.quote .quote-author-container-banner {
  margin-top: 10px;
  margin-right: 50px;
}

#about.page .section.quote .quote-author-container .quote-author,
#praise.page .section.quote .quote-author-container .quote-author,
#page.pricing
  .section.quote
  .quote-author-container-banner
  .quote-author-banner {
  font-weight: 500;
}

#about.page .section.map {
  height: 656px;
  margin-bottom: 70px;
}

.mobile #about.page .section.map {
  height: 550px;
}

#about.page .section.map .section-inner {
  background-color: #e9f7fd;
  height: 656px;
  min-width: 1282px;
  background-image: url("graphic-about-map.svg");
  background-repeat: no-repeat;
  background-size: 1282px 717px;
  background-position: center top -30px;
  text-align: center;
}

.mobile #about.page .section.map .section-inner {
  background-size: 150%;
  height: 550px;
  min-width: auto;
}

#about.page .section.map .section-inner .ripple-container {
  position: relative;
  width: 1282px;
  max-height: 717px;
  margin: 0 auto;
}

.mobile #about.page .section.map .section-inner .ripple-container {
  width: auto;
}

#about.page .section.map .section-inner .ripple {
  position: absolute;
  width: 8px;
  height: 8px;
  left: 318.5px;
  top: 300.5px;
}

.mobile #about.page .section.map .section-inner .ripple {
	display: none;
}

#about.page .section.map .section-inner .ripple:before,
#about.page .section.map .section-inner .ripple:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid #2bb5e9;
}

#about.page .section.map .section-inner .ripple:before {
  -webkit-animation: ripple 2s linear infinite;
  animation: ripple 2s linear infinite;
}

#about.page .section.map .section-inner .ripple:after {
  -webkit-animation: ripple 2s linear 1s infinite;
  animation: ripple 2s linear 1s infinite;
}

#about.page .section.map .section-inner .title {
  margin-top: 70px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.mobile #about.page .section.map .section-inner .title {
  max-width: 300px;
  margin: 70px auto 0px;
}

@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(1);
  }
  25% {
    opacity: 0.5;
  }
  100% {
    -webkit-transform: scale(4);
    opacity: 0;
  }
}

@keyframes ripple {
  0% {
    transform: scale(1);
  }
  25% {
    opacity: 0.5;
  }
  100% {
    transform: scale(4);
    opacity: 0;
  }
}

#about.page .section.map .button {
  color: #42b5e9;
  border-color: #42b5e9;
  margin-top: 540px;
  font-size: 20px;
}

.mobile #about.page .section.map .button {
  margin-top: 460px;
}

#about.page .section.map .button:hover {
  color: #0882b6;
  border-color: #0882b6;
}

#about.page .section.map .quote-container {
  position: absolute;
  right: 0;
  top: 190px;
  width: 270px;
  background-color: #2bb5e9;
  opacity: 0.75;
  color: #fff;
  padding: 30px 170px 30px 50px;
  font-weight: 300;
}

.mobile #about.page .section.map .quote-container {
	width: auto;
  opacity: 1;
  padding: 25px 15px;
  top: 230px;
}

#about.page .section.map .quote-container .quote {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 15px;
  text-align: left;
}

#about.page .section.map .quote-container .quote .quote-icon {
  position: absolute;
}

.mobile #about.page .section.map .quote-container .quote .quote-icon {
  position: inherit;
}

#about.page .section.map .quote-container .quote .quote-icon.open {
  top: 30px;
  left: 20px;
}

#about.page .section.map .quote-container .quote .quote-icon.close {
  top: 85px;
  right: 225px;
}

.mobile #about.page .section.map .quote-container .quote .quote-icon.close {
  top: 85px;
  right: 75px;
}

#about.page .section.map .quote-container .quote-author-container-outer {
  text-align: right;
}

#about.page .section.map .quote-container .quote-author-container-inner {
  display: inline-block;
  margin-left: auto;
  text-align: left;
}

#about.page
  .section.map
  .quote-container
  .quote-author-container-inner
  .quote-author {
  font-size: 13px;
  margin-bottom: 3px;
}

#about.page
  .section.map
  .quote-container
  .quote-author-container-inner
  .quote-author
  strong {
  font-weight: 600;
}

#about.page
  .section.map
  .quote-container
  .quote-author-container-inner
  .quote-author-position {
  font-size: 13px;
  margin-left: 9px;
}

#about.page .section.contact {
  margin: 0 auto 30px;
}

#about.page .section.contact .contact-image {
  background-image: url("illustration-about-page.svg");
  background-size: auto;
  background-repeat: no-repeat;
  margin: 0 auto;
  background-position: right bottom;
  width: auto;
  margin-left: 110px;
  height: 400px;
  margin-top: -167px;
}

.mobile #about.page .section.contact .contact-image {
  background-size: 640px;
  background-position: center bottom;
  width: 100vw;
  height: 200px;
	margin-top: -50px;
	margin-left: -15px;
}

.mobile #about.page .section.contact {
  width: auto;
  background-position: bottom;
}

#about.page .section.contact .title {
  margin-bottom: 30px;
}

/* manufacturing */

#manufacturing.content-page .editable .editable.title {
  z-index: 1;
  position: absolute;
}
#about #manufacturing.content-page .editable .editable.title a {
  color: #fff;
}

#manufacturing.content-page .editable form {
  z-index: 2;
  position: relative;
}

#manufacturing.content-page {
  text-align: center;
}

.mobile #manufacturing.content-page {
  overflow: hidden;
  width: auto;
  padding: 15px;
}

#manufacturing.content-page .section {
  text-align: left;
}

#manufacturing.content-page .section.banner,
#education.content-page .section.banner,
#digital-transformation.content-page .section.banner {
  height: 467px;
  margin-bottom: 70px;
  margin-top: -1px;
}

.mobile #manufacturing.content-page .section.banner,
.mobile #education.content-page .section.banner,
.mobile #digital-transformation.content-page .section.banner {
  height: 300px;
  margin-bottom: 30px;
}

#manufacturing.content-page .section.banner .section-inner,
#education.content-page .section.banner .section-inner,
#digital-transformation.content-page .section.banner .section-inner {
  position: absolute;
  height: 540px;
  background-color: #999;
  min-width: 1280px;
  width: 100%;
  top: 0;
  border-bottom: 18px solid #2bb5e9;
}

.mobile #manufacturing.content-page .section.banner .section-inner,
.mobile #education.content-page .section.banner .section-inner,
.mobile #digital-transformation.content-page .section.banner .section-inner {
  height: 340px;
  min-width: auto;
}

#manufacturing.content-page .section.banner .section-inner .background,
#digital-transformation.content-page .section.banner .section-inner .background,
#jobs-page .section.intro .section-inner .background {
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  height: 540px;
  width: 100%;
  opacity: 0;
}

.mobile #manufacturing.content-page .section.banner .section-inner .background,
.mobile #digital-transformation.content-page .section.banner .section-inner .background {
  height: 340px;
  min-width: auto;
  background-size: cover;
}

#jobs-page .section.intro .section-inner .background {
  height: 418px;
}

#manufacturing.content-page .section.banner .section-inner .background {
  background-image: url("graphic-manufacturing-page-featured.png");
}

#digital-transformation.content-page
  .section.banner
  .section-inner
  .background {
  background-image: url("photo-featured-digital-transformation-page.png");
}

#manufacturing.content-page .section.banner .title,
#digital-transformation.content-page .section.banner .title {
  position: absolute;
  left: 0;
  top: 165px;
  width: 600px;
  color: #fff;
  padding: 18px 40px 23px 130px;
  font-weight: 300;
  text-align: left;
}

.mobile #manufacturing.content-page .section.banner .title,
.mobile #digital-transformation.content-page .section.banner .title { 
  padding: 15px;
  font-size: 36px;
  top: 30px;
  width: -webkit-fill-available;
  text-align: center; 
}

#manufacturing.content-page .section.banner .title h1,
#digital-transformation.content-page .section.banner .title h1 {
  font-size: 34px;
}

.mobile #manufacturing.content-page .section.banner .title h1,
.mobile #digital-transformation.content-page .section.banner .title h1 {
  font-size: 24px;
}

#manufacturing.content-page .section.banner .title .button-container,
#education.content-page .section.banner .title .button-container {
  margin-top: 25px;
}

#manufacturing.content-page .section.banner .title .button-container .button,
#education.content-page .section.banner .title .button-container .button,
#digital-transformation.content-page
  .section.banner
  .title
  .button-container
  .button {
  padding-left: 40px;
  padding-right: 40px;
  transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -webkit-transition: background-color 0.5s;
}

#manufacturing.content-page
  .section.banner
  .title
  .button-container
  .button:hover,
#manufacturing.content-page
  .section.banner
  .title
  .button-container
  .button:active,
#education.content-page .section.banner .title .button-container .button:hover,
#education.content-page .section.banner .title .button-container .button:active,
#digital-transformation.content-page
  .section.banner
  .title
  .button-container
  .button:hover,
#digital-transformation.content-page
  .section.banner
  .title
  .button-container
  .button:active,
#jobs-page .section.intro .button:hover,
#jobs-page .section.intro .button:active {
  background-color: rgba(255, 255, 255, 0.5);
  color: #fff;
  border-color: #fff;
  transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -webkit-transition: background-color 0.5s;
}

#manufacturing.content-page .section.list {
  border-bottom: 1px solid #ccc;
  margin: 0 auto;
  padding-bottom: 50px;
}

.mobile #manufacturing.content-page .section.case-studies .case-studies-container {
  width: 100vw;
  margin-left: -15px;  
}

#manufacturing.content-page .section.case-studies {
  text-align: center;
  margin-top: 60px;
}

#manufacturing.content-page .section.case-studies .title {
  margin-bottom: 5px;
}

#manufacturing.content-page .section.case-studies .subtitle {
  margin-bottom: 0;
}

#manufacturing.content-page .section.case-studies .subtitle a {
  font-weight: 600;
  font-size: 18px;
}

#manufacturing.content-page .section.case-studies .case-study {
  display: inline-block;
  border: 1px solid #eee;
  border-radius: 4px;
  padding: 10px;
  margin-bottom: 35px;
  margin-top: 50px;
  margin-left: 20px;
  margin-right: 20px;
  color: #fff;
  opacity: 0;
}

.mobile #manufacturing.content-page .section.case-studies .case-study {
  padding: 0;
  margin-left: 0;
  margin-right: 0;

}

#manufacturing.content-page .section.case-studies .case-study .case-study-text {
  text-align: left;
  position: absolute;
}

.mobile #manufacturing.content-page .section.case-studies .case-study .case-study-text {
  text-align: center;
  width: 100%;
}

#manufacturing.content-page
  .section.case-studies
  .case-study.monginis
  .photo
  .case-study-text {
  margin-left: auto;
  left: 766px;
  padding-top: 100px;
}

.mobile #manufacturing.content-page
  .section.case-studies
  .case-study.monginis
  .photo
  .case-study-text { 
  left: 0;
}

#manufacturing.content-page
  .section.case-studies
  .case-study
  .case-study-title {
  font-weight: 300;
  font-size: 34px;
  margin-bottom: 15px;
}

#manufacturing.content-page .section.case-studies .case-study .polygon {
  position: absolute;
}

.mobile #manufacturing.content-page .section.case-studies .case-study .polygon {
  display: none;
}

#manufacturing.content-page
  .section.case-studies
  .case-study.monginis
  .photo
  .case-study-text {
}

#manufacturing.content-page
  .section.case-studies
  .case-study.ggp
  .photo
  .case-study-text {
  margin-left: 90px;
  padding-top: 80px;
}

.mobile #manufacturing.content-page
  .section.case-studies
  .case-study.ggp
  .photo
  .case-study-text {
  margin-left: 0;
}

#manufacturing.content-page .section.case-studies .case-study .button {
  padding-left: 20px;
  padding-right: 20px;
  transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -webkit-transition: background-color 0.5s;
}

#manufacturing.content-page .section.case-studies .case-study .button:hover,
#manufacturing.content-page .section.case-studies .case-study .button:active {
  border-color: #fff;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  transition: background-color 0.5s;
  -moz-transition: background-color 0.5s;
  -webkit-transition: background-color 0.5s;
}

#manufacturing.content-page .section.case-studies .photo {
  width: 356px;
  height: 235px;
  background-size: 356px 235px;
  background-position: 10px 10px;
  background-repeat: no-repeat;
}


#manufacturing.content-page .section.case-studies .case-study a {
  font-weight: 600;
}

#manufacturing.content-page .section.case-studies .photo {
  background-image: url("image-manufacturing-page-case-study.png");
  background-size: 1112px;
  height: 334px;
  width: 1112px;
  padding: 0;
  position: relative;
}

.mobile #manufacturing.content-page .section.case-studies .photo {
  width: 100vw;
}

#manufacturing.content-page .section.case-studies .case-study.monginis .photo {
  background-position: left -5px;
}

#manufacturing.content-page .section.case-studies .case-study.ggp .photo {
  background-position: left -348px;
}

#manufacturing.content-page
  .section.case-studies
  .case-study.ggp
  .photo
  .polygon {
  left: 0;
}

#manufacturing.content-page
  .section.case-studies
  .case-study
  .photo
  .photo-inner {
  display: none;
}

.mobile #manufacturing.content-page
  .section.case-studies
  .case-study
  .photo
  .photo-inner {
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
#manufacturing.content-page .section.case-studies .case-study .photo .wifi {
  background-size: 100%;
  width: 152px;
  height: 87px;
  background-repeat: no-repeat;
  position: absolute;
}

#manufacturing.content-page
  .section.case-studies
  .case-study.monginis
  .photo
  .wifi.left {
  background-image: url("page-manufacturing-wifi-graphics-small.png");
  left: 100px;
  top: 100px;
  transform: rotate(45deg);
  width: 60px;
  height: 34px;
  background-size: 120px;
  -webkit-animation: wifi-pink-small 1.5s steps(3) forwards;
  -moz-animation: wifi-pink-small 1.5s steps(3) forwards;
  animation: wifi-pink-small 1.5s steps(3) forwards;
}

.mobile #manufacturing.content-page
  .section.case-studies
  .case-study.monginis
  .photo
  .wifi.left {
  left: 75px;
  top: 25px;
}

@keyframes wifi-pink-small {
  from {
    background-position: 0px -103px;
  }
  to {
    background-position: 0px 0px;
  }
}

@-webkit-keyframes wifi-pink-small {
  from {
    background-position: 0px -103px;
  }
  to {
    background-position: 0px 0px;
  }
}

@-moz-keyframes wifi-pink-small {
  from {
    background-position: 0px -103px;
  }
  to {
    background-position: 0px 0px;
  }
}

#manufacturing.content-page
  .section.case-studies
  .case-study.monginis
  .photo
  .wifi.right {
  background-image: url("page-manufacturing-wifi-graphics-large.png");
  left: 400px;
  top: 200px;
  transform: rotate(-30deg);
  width: 120px;
  height: 69px;
  background-size: 240px;
  -webkit-animation: wifi-pink-large 1.5s steps(3) forwards;
  -moz-animation: wifi-pink-large 1.5s steps(3) forwards;
  animation: wifi-pink-large 1.5s steps(3) forwards;
}

.mobile #manufacturing.content-page
  .section.case-studies
  .case-study.monginis
  .photo
  .wifi.right { 
  left: 230px;
  top: 260px;
  width: 60px;
  height: 40px;
  background-size: 120px;
}
@keyframes wifi-pink-large {
  from {
    background-position: 0px -207px;
  }
  to {
    background-position: 0px 0px;
  }
}

@-webkit-keyframes wifi-pink-large {
  from {
    background-position: 0px -207px;
  }
  to {
    background-position: 0px 0px;
  }
}

@-moz-keyframes wifi-pink-large {
  from {
    background-position: 0px -207px;
  }
  to {
    background-position: 0px 0px;
  }
}

#manufacturing.content-page
  .section.case-studies
  .case-study.ggp
  .photo
  .wifi.left {
  background-image: url("page-manufacturing-wifi-graphics-large.png");
  left: 700px;
  top: 180px;
  transform: rotate(60deg);
  width: 120px;
  height: 69px;
  background-size: 240px;
  background-position: -120px -207px;
  -webkit-animation: wifi-green-large 1.5s steps(3) forwards;
  -moz-animation: wifi-green-large 1.5s steps(3) forwards;
  animation: wifi-green-large 1.5s steps(3) forwards;
}

.mobile #manufacturing.content-page
  .section.case-studies
  .case-study.ggp
  .photo
  .wifi.left { 
  display: none;
}

@keyframes wifi-green-large {
  from {
    background-position: -120px -207px;
  }
  to {
    background-position: -120px 0px;
  }
}

@-webkit-keyframes wifi-green-large {
  from {
    background-position: -120px -207px;
  }
  to {
    background-position: -120px 0px;
  }
}

@-moz-keyframes wifi-green-large {
  from {
    background-position: -120px -207px;
  }
  to {
    background-position: -120px 0px;
  }
}

#manufacturing.content-page
  .section.case-studies
  .case-study.ggp
  .photo
  .wifi.right {
  background-image: url("page-manufacturing-wifi-graphics-small.png");
  width: 76px;
  height: 44px;
  top: 30px;
  left: 815px;
  transform: rotate(45deg);
  width: 60px;
  height: 34px;
  background-size: 120px;
  -webkit-animation: wifi-green-small 1.5s steps(3) forwards;
  -moz-animation: wifi-green-small 1.5s steps(3) forwards;
  animation: wifi-green-small 1.5s steps(3) forwards;
}

.mobile #manufacturing.content-page
  .section.case-studies
  .case-study.ggp
  .photo
  .wifi.right { 
    left: 20px;
}
@keyframes wifi-green-small {
  from {
    background-position: -60px -103px;
  }
  to {
    background-position: -60px 0px;
  }
}

@-webkit-keyframes wifi-green-small {
  from {
    background-position: -60px -103px;
  }
  to {
    background-position: -60px 0px;
  }
}

@-moz-keyframes wifi-green-small {
  from {
    background-position: -60px -103px;
  }
  to {
    background-position: -60px 0px;
  }
}

#manufacturing.content-page .section.get-started {
  text-align: center;
  padding: 60px 0;
  margin: 0 35px;
}

.mobile #manufacturing.content-page .section.get-started {
  margin: 0;
}

#manufacturing.content-page .section.get-started .title {
  margin-bottom: 25px;
}

#manufacturing.content-page .section.get-started .instructions .title {
  text-align: left;
}

.mobile #manufacturing.content-page .section.get-started .instructions .title {
  text-align: center;
}

#manufacturing.content-page .subtitle,
#digital-transformation.content-page .subtitle {
  font-weight: 300;
  font-size: 22px;
  margin-bottom: 50px;
}

.mobile #digital-transformation.content-page .subtitle br {
  display: none;
}

#manufacturing.content-page .section.get-started .instructions {
  text-align: left;
  display: inline-block;
}

#manufacturing.content-page .section.get-started .column.left {
  margin-right: 65px;
  opacity: 0;
}

.mobile #manufacturing.content-page .section.get-started .column.left {
  margin: 0;
  width: 100%;
}

#manufacturing.content-page .section.get-started .instructions ul {
  font-size: 15px;
  line-height: 24px;
  font-weight: 300;
  width: 600px;
  padding-left: 0;
}

.mobile #manufacturing.content-page .section.get-started .instructions ul {
  width: auto;
}

#manufacturing.content-page .section.get-started .instructions ul li {
  list-style-type: none;
  background-image: url("page-manufacturing-check-marks.png");
  background-repeat: no-repeat;
  background-size: 34px 34px;
  padding-left: 50px;
  margin-bottom: 30px;
  min-height: 35px;
  opacity: 0;
}

#manufacturing.content-page .section.get-started .instructions ul li a {
  font-weight: 600;
}

#manufacturing.content-page .section.get-started .instructions ul li a:hover {
  opacity: 0.8;
}

#manufacturing.content-page .section.video {
  border-bottom: 1px solid #ccc;
  padding: 80px 0;
  width: 1000px;
  margin: 0 auto;
}

#manufacturing.content-page .column {
  display: inline-block;
  vertical-align: top;
}

#manufacturing.content-page .section.video .column.left {
  margin-top: 60px;
  margin-right: 150px;
  margin-left: 35px;
}

#manufacturing.content-page .section.video .title {
  margin-bottom: 45px;
}

#manufacturing.content-page .section.video .video#cloud-controls {
  background-image: url("/assets/homepage-video-tile-overview.png");
  background-size: 372px 262px;
  height: 262px;
  width: 372px;
  background-color: #dadada;
  border-radius: 4px;
  padding: 10px;
  background-position: 10px 10px;
  background-repeat: no-repeat;
  position: relative;
}

#manufacturing.content-page .section.video .video .play-button {
  position: absolute;
  z-index: 200;
  background-image: url("/assets/homepage-video-play-button.png");
  width: 65px;
  height: 65px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto auto;
  background-size: 100%;
}

#manufacturing.content-page .section.video .video:hover {
  cursor: pointer;
}

#manufacturing.content-page .section.video .video:hover .play-button {
  opacity: 0.7;
}

#manufacturing.content-page .section.plc,
#digital-transformation.content-page .section.plc {
  text-align: center;
  margin-top: 70px;
}

.mobile #manufacturing.content-page .section.plc,
.mobile #digital-transformation.content-page .section.plc { 
  margin: 0;
}

#manufacturing.content-page .section.plc .title,
#digital-transformation.content-page .section.plc .title {
  margin-bottom: 65px;
}

#manufacturing.content-page .section.plc .plc-item,
#digital-transformation.content-page .section.plc .plc-item {
  vertical-align: top;
  text-align: left;
  background-repeat: no-repeat;
  margin: 0 30px;
  min-height: 173px;
  white-space: normal;
  margin-bottom: 60px;
  height: 300px;
  opacity: 0;
}

.mobile #manufacturing.content-page .section.plc .plc-item,
.mobile #digital-transformation.content-page .section.plc .plc-item { 
  height: auto;
  margin: 30px 0 0;
}

#manufacturing.content-page .section.plc .plc-item.remote-control,
#digital-transformation.content-page .section.plc .plc-item.remote-control {
  opacity: 1;
}

#manufacturing.content-page .section.plc .plc-item-inner,
#digital-transformation.content-page .section.plc .plc-item-inner {
  position: absolute;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  height: 300px;
}

.mobile #manufacturing.content-page .section.plc .plc-item-inner,
.mobile #digital-transformation.content-page .section.plc .plc-item-inner { 
  position: relative;
  height: auto;
}

#manufacturing.content-page .section.plc .plc-item-inner-inner,
#digital-transformation.content-page .section.plc .plc-item-inner-inner {
  position: relative;
  width: 1100px;
  margin: 0 auto;
  display: none;
}

.mobile #manufacturing.content-page .section.plc .plc-item-inner-inner,
.mobile #digital-transformation.content-page .section.plc .plc-item-inner-inner { 
  width: auto;
}

/* even, odd? */
#manufacturing.content-page
  .section.plc
  .plc-item.visualize-data
  .plc-item-inner,
#manufacturing.content-page .section.plc .plc-item.get-alerts .plc-item-inner,
#digital-transformation.content-page
  .section.plc
  .plc-item.visualize-data
  .plc-item-inner,
#digital-transformation.content-page
  .section.plc
  .plc-item.get-alerts
  .plc-item-inner {
  background-color: #f4f9fa;
}

.mobile #manufacturing.content-page
  .section.plc
  .plc-item.visualize-data
  .plc-item-inner,
.mobile #manufacturing.content-page .section.plc .plc-item.get-alerts .plc-item-inner,
.mobile #digital-transformation.content-page
  .section.plc
  .plc-item.visualize-data
  .plc-item-inner,
.mobile #digital-transformation.content-page
  .section.plc
  .plc-item.get-alerts
  .plc-item-inner {
  position: relative;
  height: auto;
}

#manufacturing.content-page .section.plc .plc-item .plc-item-inner .plc-image,
#digital-transformation.content-page
  .section.plc
  .plc-item
  .plc-item-inner
  .plc-image {
  position: absolute;
  background-size: 100%;
}

.mobile #manufacturing.content-page .section.plc .plc-item .plc-item-inner .plc-image,
.mobile #digital-transformation.content-page 
.section.plc
.plc-item
.plc-item-inner
.plc-image {
  position: relative;
}

#manufacturing.content-page .section.plc .plc-item .plc-item-inner .plc-text,
#digital-transformation.content-page
  .section.plc
  .plc-item
  .plc-item-inner
  .plc-text {
  padding-top: 80px;
}

.mobile #manufacturing.content-page .section.plc .plc-item .plc-item-inner .plc-text,
#digital-transformation.content-page
  .section.plc
  .plc-item
  .plc-item-inner
  .plc-text {
  padding: 0;
  margin-top: 20px;
}

.mobile #manufacturing.content-page .section.plc .plc-item .plc-item-inner .plc-text {
  padding: 0px 20px 20px;
}

/* even, odd? */
#manufacturing.content-page
  .section.plc
  .plc-item.visualize-data
  .plc-item-inner
  .plc-text,
#manufacturing.content-page
  .section.plc
  .plc-item.get-alerts
  .plc-item-inner
  .plc-text,
#digital-transformation.content-page
  .section.plc
  .plc-item.visualize-data
  .plc-item-inner
  .plc-text,
#digital-transformation.content-page
  .section.plc
  .plc-item.get-alerts
  .plc-item-inner
  .plc-text {
  padding-left: 540px;
}

.mobile #manufacturing.content-page
  .section.plc
  .plc-item.visualize-data
  .plc-item-inner
  .plc-text,
.mobile #manufacturing.content-page
  .section.plc
  .plc-item.get-alerts
  .plc-item-inner
  .plc-text,
.mobile #digital-transformation.content-page
  .section.plc
  .plc-item.visualize-data
  .plc-item-inner
  .plc-text,
.mobile #digital-transformation.content-page
  .section.plc
  .plc-item.get-alerts
  .plc-item-inner
  .plc-text { 
  padding: 0px 20px 20px;
}
#manufacturing.content-page
  .section.plc
  .plc-item.visualize-data
  .plc-item-inner
  .plc-image {
  background-image: url("graphic-manufacturing-remote-control.png");
  width: 410px;
  height: 369px;
  top: -40px;
}

#manufacturing.content-page
  .section.plc
  .plc-item.remote-control
  .plc-item-inner
  .plc-image {
  background-image: url("graphic-manufacturing-data-viz.png");
  width: 410px;
  height: 369px;
  right: 0;
  top: -40px;
}

.mobile #manufacturing.content-page
  .section.plc
  .plc-item.remote-control
  .plc-item-inner
  .plc-image,
.mobile #manufacturing.content-page
  .section.plc
  .plc-item.visualize-data
  .plc-item-inner
  .plc-image {
  width: auto;
  background-position-x: center;
  background-repeat: no-repeat;
  height: 270px;
  background-size: contain;    
  top: 0;
}

#manufacturing.content-page
  .section.plc
  .plc-item.get-alerts
  .plc-item-inner
  .plc-image {
  background-image: url("page-manufacturing-graphic-control-plc.png");
  width: 500px;
  height: 400px;
  top: -55px;
}

.mobile #manufacturing.content-page
  .section.plc
  .plc-item.get-alerts
  .plc-item-inner
  .plc-image {
  top: 0;
  height: 240px;
  background-size: contain;
  width: auto;
  background-repeat: no-repeat;
}
#digital-transformation.content-page
  .section.plc
  .plc-item.visualize-data
  .plc-item-inner
  .plc-image {
  background-image: url("graphic-digital-transformation-private-api.png");
  width: 410px;
  height: 369px;
  background-size: 100%;
  top: -40px;
}

#digital-transformation.content-page
  .section.plc
  .plc-item.remote-control
  .plc-item-inner
  .plc-image {
  background-image: url("graphic-digital-transformation-data.png");
  width: 410px;
  height: 369px;
  background-size: 100%;
  right: 0;
  top: -40px;
}

#digital-transformation.content-page
  .section.plc
  .plc-item.get-alerts
  .plc-item-inner
  .plc-image {
  background-image: url("graphic-digital-transformation-language-selector.png");
  width: 410px;
  height: 369px;
  top: -40px;
  background-size: 100%;
}

#manufacturing.content-page .section.plc .plc-item .plc-title,
#digital-transformation.content-page .section.plc .plc-item .plc-title {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 300;
}

#manufacturing.content-page .section.plc .plc-item .plc-description,
#digital-transformation.content-page .section.plc .plc-item .plc-description {
  font-size: 14px;
  line-height: 21px;
  font-weight: 300;
  width: 500px;
}

.mobile #manufacturing.content-page .section.plc .plc-item .plc-description,
.mobile #digital-transformation.content-page .section.plc .plc-item .plc-description {
  width: auto;
}

#manufacturing.content-page .divider {
  height: 5px;
}

#manufacturing.content-page .divider .divider-inner {
  height: 5px;
  position: absolute;
  left: 0;
  right: 0;
  background-color: #f6f6f6;
}

#manufacturing.content-page .section.quotes,
#digital-transformation.content-page .section.quotes {
  display: inline-block;
  white-space: nowrap;
  margin-top: 70px;
  margin-bottom: 50px;
}

.mobile #manufacturing.content-page .section.quotes,
.mobile #digital-transformation.content-page .section.quotes {
  display: block;
  white-space: inherit
}

#manufacturing.content-page .section.quotes .title,
#digital-transformation.content-page .section.quotes .title {
  text-align: center;
  margin-bottom: 85px;
}

.mobile #manufacturing.content-page .section.quotes .title,
.mobile #digital-transformation.content-page .section.quotes .title {
  margin-bottom: 40px;
}

#manufacturing.content-page .section.quotes .quote-column,
#digital-transformation.content-page .section.quotes .quote-column {
  text-align: left;
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

#manufacturing.content-page .section.quotes .quote-column.left,
#digital-transformation.content-page .section.quotes .quote-column.left {
  margin-right: 30px;
}

.mobile #manufacturing.content-page .section.quotes .quote-column.left,
.mobile #digital-transformation.content-page .section.quotes .quote-column.left {
  margin-right: 0;
  display: block;
}

#manufacturing.content-page .section.quotes .quote,
#digital-transformation.content-page .section.quotes .quote {
  width: 500px;
  margin-bottom: 25px;
  padding: 15px;
  box-shadow: 1px 1px 15px 1px rgba(102, 102, 102, 0.2);
  -webkit-box-shadow: 1px 1px 15px 1px rgba(102, 102, 102, 0.2);
  -moz-box-shadow: 1px 1px 15px 1px rgba(102, 102, 102, 0.2);
  border-radius: 6px;
}

.mobile #manufacturing.content-page .section.quotes .quote,
.mobile #digital-transformation.content-page .section.quotes .quote {
  width: auto;
}

#manufacturing.content-page .section.quotes .quote .quote-logo,
#manufacturing.content-page .section.quotes .quote .quote-inner,
#digital-transformation.content-page .section.quotes .quote .quote-logo,
#digital-transformation.content-page .section.quotes .quote .quote-inner {
  display: inline-block;
  vertical-align: top;
}

.mobile #digital-transformation.content-page .section.quotes .quote .quote-logo {
  display: block;
  margin: auto;
}

#manufacturing.content-page .section.quotes .quote .quote-inner,
#digital-transformation.content-page .section.quotes .quote .quote-inner {
  width: 260px;
  margin-left: 15px;
}

.mobile #manufacturing.content-page .section.quotes .quote .quote-inner,
.mobile #digital-transformation.content-page .section.quotes .quote .quote-inner {
  width: auto;
}

#manufacturing.content-page .section.quotes .quote .quote-logo {
  width: 190px;
  background-image: url("graphic-manufacturing-logos.png");
  background-repeat: no-repeat;
  background-size: 190px 540px;
  height: 80px;
}

.mobile #manufacturing.content-page .section.quotes .quote .quote-logo {
  width: 100%;
}

#manufacturing.content-page .section.quotes .quote .quote-logo.monginis {
  background-position: left top;
}

.mobile #manufacturing.content-page .section.quotes .quote .quote-logo.monginis {
  background-position: center top;
}

#manufacturing.content-page .section.quotes .quote .quote-logo.skysmart {
  background-position: left -90px;
}

.mobile #manufacturing.content-page .section.quotes .quote .quote-logo.skysmart {
  background-position: center -90px;
}

#manufacturing.content-page .section.quotes .quote .quote-logo.ti {
  background-position: left -180px;
}

.mobile #manufacturing.content-page .section.quotes .quote .quote-logo.ti {
  background-position: center -180px;
}

#manufacturing.content-page .section.quotes .quote .quote-logo.ggp {
  background-position: left -270px;
}

.mobile #manufacturing.content-page .section.quotes .quote .quote-logo.ggp {
  background-position: center -270px;
}

#manufacturing.content-page .section.quotes .quote .quote-logo.samsung {
  background-position: left -360px;
}

.mobile #manufacturing.content-page .section.quotes .quote .quote-logo.samsung {
  background-position: center -360px;
}

#manufacturing.content-page .section.quotes .quote .quote-logo.forbes {
  background-position: left -450px;
}

.mobile #manufacturing.content-page .section.quotes .quote .quote-logo.forbes {
  background-position: center -450px;
}

#digital-transformation.content-page .quote-logo {
  width: 135px;
  background-image: url("graphics-digital-transformation-logos.png");
  background-repeat: no-repeat;
  background-size: 135px 640px;
  height: 80px;
}

#digital-transformation.content-page .quote-logo.samsung {
  background-position: left top;
}

#digital-transformation.content-page .quote-logo.cisco {
  background-position: left -80px;
}

#digital-transformation.content-page .quote-logo.berkeley {
  background-position: left -160px;
}

#digital-transformation.content-page .quote-logo.monginis {
  background-position: left -240px;
}

#digital-transformation.content-page .quote-logo.amazon {
  background-position: left -320px;
}

#digital-transformation.content-page .quote-logo.hewitt {
  background-position: left -400px;
}

#digital-transformation.content-page .quote-logo.ti {
  background-position: left -480px;
}

#digital-transformation.content-page .quote-logo.harvard {
  background-position: left -560px;
}

#manufacturing.content-page .section.quotes .quote .quote-icon,
#praise.content-page .quote-icon,
#about.content-page .section.quote .quote-icon,
#digital-transformation.content-page .quote-icon,
#page.pricing .quote-icon {
  position: absolute;
  background-image: url("graphic-manufacturing-quotes.png");
  opacity: 1;
}

.mobile #digital-transformation.content-page .quote-icon {
  position: relative;
}

#manufacturing.content-page .section.quotes .quote .quote-icon.open {
  left: -25px;
}

.mobile #manufacturing.content-page .section.quotes .quote .quote-icon.open {
  left: 0;
  position: relative;
}

#manufacturing.content-page .section.quotes .quote .quote-icon.close,
#about.content-page .section.quote .quote-icon.open,
#digital-transformation.content-page .quote-icon.open {
  margin-left: -25px;
}

.mobile #digital-transformation.content-page .quote-icon.open {
  margin-left: 0;
}

#manufacturing.content-page .section.quotes .quote .quote-icon.close {
  margin-left: 5px;
}

#manufacturing.content-page .section.quotes .quote .quote-body,
#praise.content-page .quote-body,
#digital-transformation.content-page .quote-body {
  font-size: 18px;
  margin-bottom: 15px;
  position: relative;
  line-height: 28px;
  font-weight: 300;
}

#manufacturing.content-page
  .section.quotes
  .quote
  .quote-author-container-outer,
#praise.content-page .quote-author-container-outer,
#digital-transformation.content-page .quote-author-container-outer {
  font-size: 13px;
  text-align: right;
}

.mobile
  #manufacturing.content-page
  .section.quotes
  .quote
  .quote-author-container-outer,
.mobile #praise.content-page .quote-author-container-outer,
.mobile #digital-transformation.content-page .quote-author-container-outer {
  padding-right: 30px;
}

#manufacturing.content-page
  .section.quotes
  .quote
  .quote-author-container-inner,
#praise.content-page .quote-author-container-inner,
#digital-transformation.content-page .quote-author-container-inner {
  display: inline-block;
  text-align: left;
}

#manufacturing.content-page
  .section.quotes
  .quote
  .quote-author-container-inner
  .quote-author,
#praise.content-page .quote-author-container-inner .quote-author,
#digital-transformation.content-page
  .quote-author-container-inner
  .quote-author {
  margin-bottom: 3px;
}

#manufacturing.content-page
  .section.quotes
  .quote
  .quote-author-container-inner
  .quote-author-position,
#praise.content-page .quote-author-container-inner .quote-author-position,
#digital-transformation.content-page
  .quote-author-container-inner
  .quote-author-position {
  margin-left: 10px;
}

#manufacturing.content-page .section.contact,
#digital-transformation.content-page .section.contact {
  margin-bottom: 75px;
}

#manufacturing.content-page .section.contact .contact-text,
#digital-transformation.content-page .section.contact .contact-text {
  position: absolute;
}

.mobile #manufacturing.content-page .section.contact .contact-text {
  text-align: center;
  padding-right: 15px;
}

.mobile #digital-transformation.content-page .section.contact .contact-text { 
  padding: 0;
  text-align: center;
}

#digital-transformation.content-page .section.contact .contact-text {
  text-align: left;
}

#manufacturing.content-page .section.contact .gear-container {
  background-image: url("illustration-four-manufacturing-page.png");
  background-size: 1280px;
  height: 485px;
  background-repeat: no-repeat;
  position: relative;
}

.mobile #manufacturing.content-page .section.contact .gear-container {
  background-image: none;
  height: 180px;
}

#digital-transformation.content-page .section.contact .gear-container {
  background-image: url("illustration-four-digital-transformation-page.png");
  background-size: 730px;
  position: relative;
  height: 300px;
  background-repeat: no-repeat;
  background-position: right -19px bottom;
}

.mobile #digital-transformation.content-page .section.contact .gear-container {
  background-image: none;
  height: 150px;
}

#manufacturing.content-page .section.contact .gear-line.left {
  margin-top: 393px;
  border-width: 1px;
  border-color: #7ac9f2;
  height: 67px;
}

#manufacturing.content-page .section.contact .gear-line.right {
  margin-top: 272px;
  border-width: 1px;
  height: 67px;
}

.mobile #manufacturing.content-page .section.contact .gear-line {
  display: none;
}

#manufacturing.content-page .section.contact .section-inner,
#digital-transformation.content-page .section.contact .section-inner {
  padding: 50px 0;
  height: 100px;
}

#manufacturing.content-page .section.contact .title,
#digital-transformation.content-page .section.contact .title {
  margin-bottom: 15px;
  text-align: left;
  padding-top: 90px;
  padding-left: 165px;
}

.mobile #manufacturing.content-page .section.contact .title,
.mobile #digital-transformation.content-page .section.contact .title {
  padding: 0;
  text-align: center;
}

#digital-transformation.content-page .section.contact .title {
  padding-top: 0;
}

#manufacturing.content-page .section.contact .subtitle,
#digital-transformation.content-page .section.contact .subtitle {
  font-weight: 300;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 40px;
  padding-left: 165px;
}

#manufacturing.content-page .section.contact .button,
#digital-transformation.content-page .section.contact .button,
#platform.content-page .section.contact .button {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #12dd6e;
  border: none;
  margin-left: 165px;
  font-weight: 500;
  font-size: 22px;
  margin-top: 30px;
}

.mobile #manufacturing.content-page .section.contact .button, 
.mobile #digital-transformation.content-page .section.contact .button {
  margin-left: 0;
}

#manufacturing.content-page .section.contact .button:hover,
#manufacturing.content-page .section.contact .button:active,
#digital-transformation.content-page .section.contact .button:hover,
#digital-transformation.content-page .section.contact .button:active,
#platform.content-page .section.contact .button:hover,
#platform.content-page .section.contact .button:active {
  background-color: #39ca64;
}

/* press resources page */
#press-resources h2.press-title {
  margin-bottom: 10px;
}

#press-resources h3.press-subtitle {
  margin-top: 30px;
  margin-bottom: -10px;
}

#press-resources td {
  vertical-align: top;
  padding-right: 60px;
}

.mobile #press-resources td {
  display: block;
  padding-right: 0;
}

#press-resources .logo-white {
  background: #e0e0e0;
  height: 56px;
  width: 200px;
  padding: 10px;
  border-radius: 10px;
}

#press-resources .logo-drop {
  float: left;
}

#press-resources #drop-orange {
  margin-right: 40px;
}

/*#signup-fullpage .background {
	background-color: #1bb4eb;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}*/

/*#signup-fullpage .title-large {
	width: 1260px;
	display: block;
}*/

#signup-fullpage #signup {
  position: relative;
}

#page-marketing-press #about,
#page-marketing-pressresources #about {
  margin-left: 20px;
  padding-bottom: 80px;
}

#page-marketing-press.mobile #about,
#page-marketing-pressresources.mobile #about {
  margin: 0px;
  padding: 15px;
}

#page-marketing-press #about,
#page-marketing-pressresources #about {
  white-space: nowrap;
}

#page-marketing-press #about #subnavigation,
#page-marketing-pressresources #about #subnavigation {
  width: 190px;
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

#page-marketing-press.mobile #about #subnavigation,
#page-marketing-pressresources.mobile #about #subnavigation {
  display: none;
}

#page-marketing-press #about #subnavigation ul.navigation,
#page-marketing-pressresources #about #subnavigation ul.navigation {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 18px;
}

#page-marketing-press #about #subnavigation .column-title,
#page-marketing-pressresources #about #subnavigation .column-title {
  margin-left: 10px;
}

#page-marketing-press #about #subnavigation ul.navigation li,
#page-marketing-pressresources #about #subnavigation ul.navigation li {
  margin-bottom: 20px;
  padding: 0 10px;
}

#page-marketing-press #about #subnavigation ul.navigation li a,
#page-marketing-pressresources #about #subnavigation ul.navigation li a {
  color: #666;
}

#page-marketing-press #about #subnavigation ul.navigation li a:hover,
#page-marketing-pressresources #about #subnavigation ul.navigation li a:hover {
  color: #0882b6;
}

#page-marketing-press #about #subnavigation ul.navigation li.nav-item-resources,
#page-marketing-pressresources
  #about
  #subnavigation
  ul.navigation
  li.nav-item-resources {
  padding: 4px 10px;
  margin-top: -4px;
  margin-bottom: 16px;
}

#page-marketing-press
  #about
  #subnavigation
  ul.navigation
  li.nav-item-resources
  a,
#page-marketing-pressresources
  #about
  #subnavigation
  ul.navigation
  li.nav-item-resources
  a {
  color: #fff;
}

#page-marketing-press
  #about
  #subnavigation
  ul.navigation
  li.nav-item-resources
  a:hover,
#page-marketing-pressresources
  #about
  #subnavigation
  ul.navigation
  li.nav-item-resources
  a:hover {
  color: #fff;
  cursor: default;
}

#page-marketing-press #about #press-resources,
#page-marketing-pressresources #about #press-resources {
  display: inline-block;
  padding: 0 30px 0 60px;
  vertical-align: top;
  white-space: normal;
}

#page-marketing-press.mobile #about #press-resources,
#page-marketing-pressresources.mobile #about #press-resources {
  display: block; 
  padding: 0;
}

#page-marketing-press.mobile #about #press-resources h1,
#page-marketing-pressresources.mobile #about #press-resources h1 {
  margin-top: 0;
}
#page-marketing-press .nav-item-resources a,
#page-marketing-pressresources .nav-item-resources a {
  color: white;
}

#page-marketing-press .nav-item-resources,
#page-marketing-pressresources .nav-item-resources {
  background-color: #2bb5e9;
  cursor: default;
}

/* CONTACT page */

#contact {
  background: #ffffff;
}


#page-iotchipsets-index #contact,
#page-iotproducts-index #contact {
  background: #ffffff;
  padding: 0 60px 85px;
  margin-right: 0;
  margin-left: 0;
}

.mobile #page-iotchipsets-index #contact, #page-iotproducts-index #contact {
  width: auto;
}

#contact .contact-container {
  position: relative;
}

#contact h1 {
  font-size: 30px;
  margin-bottom: 20px;
  font-weight: bold;
}

#contact .spinner-container {
  float: right;
  margin: 20px -22px 0 0;
}

.mobile #contact .spinner-container {
  margin: 0;
}

#contact .spinner-container .spinner.right {
  right: 60px;
}

#contact .spinner-container .spinner {
  top: 3px;
}

.mobile #support .spinner-container .spinner {
  top: 30px;
}

#contact #intro h1 {
  font-weight: 300;
}

#contact #intro p {
  margin-top: 5px;
  margin-bottom: -20px;
}

#contact #subnavigation #intro .logged-out .error {
  position: absolute;
  top: -21px;
  right: -18px;
  width: 100%;
  text-align: right;
  font-size: 12px;
}

#contact #subnavigation #intro .logged-in .error {
  position: absolute;
  margin-top: -10px;
}

#contact #details {
  padding-top: 70px;
  display: inline-block;
  vertical-align: top;
  width: 457px;
  margin-left: 123px;
  white-space: normal;
}

.mobile #contact #details {
  display: inline;
}
#contact #details form {
  padding: 0px;
}

#contact #details p {
  margin-bottom: -10px;
}

#contact #details .logged-out .error {
  position: absolute;
  top: -21px;
  right: -18px;
  width: 100%;
  text-align: right;
  font-size: 12px;
}

#signup h1.title-large {
  font-size: 40px;
  text-align: left;
  font-weight: 200;
  width: 400px;
  padding-left: 20px;
  margin-top: 20px;
}

.mobile #signup h1.title-large {
  width: auto;
  padding: 0;
  text-align: center;
}

#signup-fullpage #signup .signup-container .signup-form {
  width: 320px;
  float: right;
}


#page-iotchipsets-index #contact input,
#page-iotproducts-index #contact input,
#page-iotchipsets-index #contact textarea,
#page-iotproducts-index #contact textarea {
  padding: 5px 10px;
}

#contact textarea {
  padding: 5px 10px;
}

#signup-fullpage #signupForm .callout-container.submit {
  margin: 20px 0;
}

.mobile #signup-fullpage #signupForm .callout-container.submit {
  width: 100%;
}

#page.password-reset #passwordAgain {
  margin-bottom: 5px;
}

#support #contact #message {
  height: 100px;
  width: 100%;
  resize: none;
  overflow: auto;
}

.mobile #support #contact #message {
  width: -webkit-fill-available;
}

#page-iotchipsets-index #contact #message,
#page-iotproducts-index #contact #message {
  height: 100px;
  width: 100%;
  resize: none;
  overflow: auto;
}

.mobile #support #contact #message {
  width: -webkit-fill-available;
}

#page-contact-index #contact textarea#message {
  padding: 10px 10px 100px 15px;
}

#contact label {
  display: inline-block;
  margin: 0 0 5px;
  font-size: 12px;
}

#contact #type-of-inquiry {
  width: 467px;
}

.mobile #contact #type-of-inquiry {
  width: 100%;
}

.mobile #contact a.selectBox.selectBox-dropdown,
.mobile #contact a.selectBox.selectBox-dropdown.selectBox-menuShowing {
  padding: 7.5px 2% 7.5px 2%;
  box-sizing: border-box;
  margin-bottom: 7px;
}

#contact a.selectBox.selectBox-dropdown,
#contact a.selectBox.selectBox-dropdown.selectBox-menuShowing {
  padding: 5px;
  padding-left: 10px;
  font-size: 14px;
  font-weight: 300;
  border-radius: 3px;
  margin-bottom: -5px;
}

#contact a.selectBox.selectBox-dropdown:hover,
#contact a.selectBox.selectBox-dropdown.selectBox-menuShowing:hover {
  border-color: #2293bd;
  cursor: pointer;
}

#page-contact-index a.selectBox.selectBox-dropdown > .selectBox-label {
  font-weight: 500;
}

#page-contact-index a.selectBox.selectBox-dropdown:hover > .selectBox-label {
  color: #2293bd;
  background-position: right -22px;
}

#contact .selectBox-label {
  color: #333;
}

#contact .selectBox-label:hover {
  color: #2293bd;
}

#support #contact #email {
  width: 100%;
}

.mobile #support #contact #email {
  width: -webkit-fill-available;
}

#page-iotchipsets-index #contact #email,
#page-iotproducts-index #contact #email {
  margin-top: 0px;
  width: 100%;
}

#signup-fullpage .signup-form #signupForm .signup-hidden {
  max-width: 340px;
}

/*#signup-fullpage .signup-form #signupForm .signup-hidden:last-child{
	height: 20px;
}*/

#old-forgot-lightbox input {
  margin: 20px 0 10px;
}

#contact #share {
  position: relative;
}

#page-iotchipsets-index #contact,
#page-iotproducts-index #contact {
  position: relative;
  width: 500px;
}

#page-contact-index .replacement #contact-success,
#page-support-index .replacement #contact-success {
  font-size: 16px;
}

input.error {
  border-color: #f47925;
}

#page-contact-index #contact .replacement {
  left: 0px;
  margin-left: 80px;
  margin-top: -26px;
  font-weight: 300;
  font-size: 13px;
  top: 6px;
  text-align: center;
}

#page-contact-index.mobile #contact .replacement {
  margin-left: 0px;
}

#education.page .replacement {
  margin: 20px auto 20px auto;
  height: 200px;
}

#education.page .replacement a {
  font-color: #2bb5e9;
  text-align: center;
  font-weight: 100;
  font-size: 21px;
  margin: 0 auto 10px;
  text-transform: none;
}

#education.page .replacement h1 {
  font-weight: 200;
}

#page-contact-index #contact #subnavigation {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

#page-contact-index #contact #subnavigation #intro {
  max-width: 486px;
}

#contact #subnavigation h2 {
  text-transform: uppercase;
  margin-bottom: 10px;
}

#contact #subnavigation p {
  font-size: 14px;
  display: inline-block;
  font-weight: 300;
}

#contact #subnavigation h3 {
  margin-top: 5px;
  font-size: 21px;
  margin-bottom: 10px;
  font-weight: 300;
}

#contact #location {
  position: relative;
  background-image: url("/assets/graphic_contact_map.png");
  width: 486px;
  height: 311px;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}

#contact #location #location-label {
  position: absolute;
  color: #333;
  background: #fff;
  padding: 15px;
  right: 100px;
  bottom: 170px;
  border-radius: 5px;
  width: 150px;
  font-weight: 300;
}
#contact #location #location-label p {
  margin-top: 10px;
  margin-bottom: -15px;
  line-height: 12px;
}

#contact .button.large {
  color: #2bb5e9;
  border-radius: 8px;
  padding: 4px 45px 5px;
  background-color: #ffffff;
}

#page-contact-index #contact .button.large {
  margin-bottom: 80px;
}

#support .button.large {
  font-size: 18px;
  border-width: 2px;
  border-radius: 18px;
  padding: 4px 20px 5px 20px;
  background-color: #2bb5e9;
  font-weight: 600;
  color: #fff;
  border: 2px solid #95daf4;
  text-transform: none;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  height: auto;
}

.mobile #support .button.large {
  margin-top: 30px;
}

#support .button.large:hover {
  background-color: #2293bd;
}

#page-iotchipsets-index #contact .button.large,
#page-iotproducts-index #contact .button.large {
  margin-top: 0px;
  font-size: 18px;
  color: #fff;
  border-radius: 18px;
  padding: 4px 20px 5px;
}

#page-iotchipsets-index #contact .button.green,
#page-iotproducts-index #contact .button.green {
  background-color: #0c0;
  border-color: #72e382;
  color: #fff;
}

#success-message #check-mark {
  background: url("/assets/graphic-success-contact-form.png");
  background-repeat: no-repeat;
  display: block;
  width: 120px;
  height: 120px;
  background-size: 120px 120px;
  text-align: center;
  margin: 0 auto;
  background-position: left 0;
}

#panel-container #success-message {
  display: block;
  text-align: center;
  width: 500px;
  height: 551px;
  font-weight: 300;
  font-size: 22px;
  margin: 0 auto;
  margin-top: 90px;
  transition: all ease-in 1s;
}

.mobile #panel-container #success-message {
  width: auto;
}

#panel-container #check-mark,
#panel-container .replacement,
#panel-container #contact-panel-success {
  opacity: 0;
  transition: all ease-in 1s;
}

#panel-container #success-message #contact-panel-success {
  width: 500px;
  height: 550px;
  margin: 0 auto;
}

.mobile #panel-container #success-message #contact-panel-success {
  width: auto;
}

#do-browse {
  background-position: 5px 5px;
}

#do-browse:hover,
#do-browse.active {
  background-position: -125px 5px;
}

#do-make {
  background-position: 5px -125px;
}

#do-make:hover,
#do-make.active {
  background-position: -125px -125px;
}

#do-learn {
  background-position: 5px -255px;
}

#do-learn:hover,
#do-learn.active {
  background-position: -125px -255px;
}

#job,
#privacy,
#terms {
  background: #ffffff;
  padding: 0 40px;
  margin: auto;
  position: relative;
  max-width: 1080px;
  margin-top: 175px;
  margin-bottom: 150px;
}

#job.mobile {
  margin-top: 125px;
}

.back-button {
  display: block;
  width: 120px;
}

.back-wrapper {
  display: flex;
  align-items: center;
}

.back-wrapper:hover > .back-header {
  color: var(--purple-hover);
}

.back-wrapper:hover .fill {
  fill: var(--purple-hover);
}

.back-wrapper:active .fill {
  fill: var(--purple-pressed);
}

.back-wrapper:active > .back-header{
  color: var(--purple-pressed);
}

.back-header {
  font-family: 'Sora';
  color: var(--purple);
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  margin: 0;
}

.fill {
  fill: var(--purple);
}

#privacy {
  margin-top: 140px;
}

#legal .point {
  display: flex;
  margin: 30px 0;
}

#legal h1 {
  font-family: 'Sora';
  font-size: 48px;
  color: var(--dark-gray);
  font-weight: 400;
  margin-bottom: 36px;
}

#legal h2 {
  font-family: 'Sora';
  color: var(--green);
  font-weight: 600;
  letter-spacing: 0.6px;
  font-size: 20px;
  margin-top: 57px;
}

#legal h3 {
  font-family: 'Work Sans';
  color: var(--dark-gray-2);
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0px;
  margin-top: 0;
  line-height: 18px;
}

#legal h4 {
  color: var(--green);
  font-family: 'Sora';
  font-weight: 600;
  font-size: 14px;
  margin-top: 4px;
  margin-left: 27px;
  margin-right: 10px;
}

@media screen and (max-width: 600px) {
  #legal h4 {
    margin-left: 20px;
  }
}

#legal p {
  font-family: 'Work Sans';
  color: var(--dark-gray-2);
  font-size: 14px;
  font-weight: 300;
  margin-top: 0px;
  margin-bottom: 0;
  line-height: 20px;
}

#job #details {
  padding: 0 0 20px 65px;
  vertical-align: top;
  margin-top: -83px;
}

#job #details h2 {
  margin: 0;
  margin-bottom: 45px;
  line-height: 1;
}

#job #details h2 a {
  pointer-events: none;
  cursor: default;
  color: #333;
  font-weight: normal;
}

#job #details h3 {
  font-family: 'Sora';
  font-size: 20px;
  letter-spacing: 0.6px;
  color: var(--green);
  margin: 55px 0 30px;
  font-weight: 600;
}

#job #details p {
  font-size: 14px;
  font-family: 'Work Sans';
  color: var(--dark-gray-2);
  font-weight: 300;
  line-height: 20px;
  margin-bottom: 28px;
}


#job #details ul {
  margin: 10px 0 34px -20px;
}

#job #details ul li {
  margin-top: 34px;
  font-size: 14px;
  font-family: 'Work Sans';
  color: var(--dark-gray-2);
  font-weight: 300;
  line-height: 20px;
}

#job #details ul li::marker {
  color: var(--green);
}

#job #details a:link,
#job #details a:visited,
#legal a:link,
#legal a:visited {
  font-weight: 500;
  color: var(--purple);
}

#job #details a:link:hover,
#job #details a:visited:hover,
#legal a:link:hover,
#legal a:visited:hover {
  color: var(--purple-hover);
}

#job #details a:link:active,
#job #details a:visited:active,
#legal a:link:active,
#legal a:visited:active {
  color: var(--purple-pressed);
}

#job #details .short h2 a {
  font-family: 'Work Sans';
  color: var(--green);
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 0.84px;
}

#job .content {
  margin-top: 55px;
  position: relative;
  display: flex;
}

#job #subnavigation {
  background: var(--dark-gray);
  width: 300px;
  border-radius: 4px;
  box-sizing: border-box;
  padding: 57px 16px 20px 0;
  height: fit-content;
  vertical-align: top;
  position: relative;
  flex-shrink: 0;
}

#job #subnavigation .background {
  height: 100%;
  position: absolute;
  background: var(--dark-gray);
  width: 70vw;
  top: 0;
  right: 0;
  border-radius: 4px;
}

#job #subnavigation h2 {
  font-size: 24px;
  color: #000;
  font-weight: 300;
  margin-bottom: 30px;
  margin-top: -5px;
}

#job #subnavigation h2:hover {
  color: #0882b6;
}

#job #subnavigation h3 {
  font-size: 16px;
  margin-top: 0px;
  margin-bottom: 30px;
  position: relative;
  font-weight: 300;
}

#job #subnavigation p {
  margin-top: 0px;
  line-height: 1.5em;
  margin-bottom: 30px;
  margin-top: 20px;
  padding-right: 30px;
}

#job #subnavigation a {
  font-family: 'Work Sans';
  font-weight: 500;
  color: var(--white);
}

#job #subnavigation a:hover {
  color: var(--green-hover);
}

#job #subnavigation a:active {
  color: var(--green-pressed);
}

#job .backButton {
  box-sizing: border-box;
  background-color: var(--purple);
  color: var(--white);
  font-family: 'Sora';
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1.4px;
  width: 190px;
  height: 40px;
  text-transform: uppercase;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin: auto;
  margin-top: 80px;
  display: none;
}

@media screen and (max-width: 910px) {
  #job,
  #privacy,
  #terms {
    padding: 0 20px;
  }
}

@media screen and (max-width: 652px) {
  #job #subnavigation {
    display: none;
  }
  #job #details {
    padding: 0;
    margin-top: 0;
  }
  #job .header {
    font-size: 36px;
  }
  #job .content {
    margin-top: 45px;
  }
  #job .backButton {
    display: flex;
  }
  #job,
  #privacy {
    margin-top: 129px;
    margin-bottom: 140px;
  }
  #job #details h2 {
    margin-bottom: 20px;
  }
}

#job #email a:link,
#job #email a:visited {
  color: var(--purple);
}

#job #email a:link:hover,
#job #email a:visited:hover {
  color: var(--purple-hover);
}

#job #email a:link:active,
#job #email a:visited:active {
  color: var(--purple-pressed);
}

#job .backButton:hover {
  background-color: var(--purple-hover);
}

#job .backButton:active {
  background-color: var(--purple-pressed);
}

#jobs {
  margin: 0px;
  margin-top: 30px;
  padding: 0px;
  position: relative;
  font-size: 14px;
}

#jobs h2 {
  margin-bottom: 20px;
}

#jobs h3,
#jobs h3 a {
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  font-size: 14px;
  margin: 2px 0;
  padding: 0;
}
#optout {
  position: relative;
}

#optout .hinted label {
  left: 0px;
  margin-left: 5px;
}

#optout .replacement {
  padding: 30px;
}

#optout form {
  padding: 0px;
}

/*About-Plans Page*/

.plan-block {
  padding: 20px;
  text-align: center;
  width: 165px;
  display: inline-block;
  margin: 12px;
}

.plan-block hr.plan-hr {
  border: 0;
  background-color: #95daf4;
  height: 1px;
  margin: 20px 0 15px;
}

.plan-block .plan-features {
  font-size: 14px;
}

/*Download page*/

#page.download {
  min-height: 500px;
  width: 1000px;
  margin: 50px 20px 70px;
}

.mobile #page.download {
  width: auto;
  margin: 0;
  padding: 15px;
}

.mobile #page.download .body-large {
  display:none;
}

#page.download .body-large.mobile-flag {
  display:none;
}

.mobile #page.download .body-large.mobile-flag {
  display:block;
}

#page.login .content > h2 {
  line-height: 25px;
  padding-right: 15px;
  font-size: 20px;
  letter-spacing: 0.6px;
  font-weight: 600;
  text-align: left;
  color: var(--green);
  font-family: 'Sora';
  margin:0;
  margin-bottom: 27px;
}

#page.login .old-login .button.login,
#old-forgot-lightbox #forgot_submit,
#old-forgot-lightbox #forgot_cancel {
  width: 120px;
  height: 40px;
  padding: 0;
  border-radius: 20px;
  background-color: var(--purple);
  box-sizing: border-box;
  background-image: none;
  justify-content: center;
  align-items: center;
  display: flex;
  font-family: 'Sora';
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1.4px;
  margin: auto;
}

#old-forgot-lightbox #forgot_submit,
#old-forgot-lightbox #forgot_cancel {
  width: 118px;
  margin: 0 10px;
  border: none;
}

#old-forgot-lightbox #forgot_cancel {
  background-color: var(--white);
  color: var(--purple);
  border: 2px solid var(--purple);
}

.mobile #page.login #singlepadding {
  margin: 125px 0 95px;
}

#page.login .old-login .button.login:disabled {
  opacity: 50%;
}

#page.login input:-webkit-autofill, #page.login input:-webkit-autofill:hover, #page.login input:-webkit-autofill:focus {
  -webkit-text-fill-color: var(--dark-gray-2);
}

#page.login .old-login .button.login:hover,
#old-forgot-lightbox #forgot_submit:hover {
  box-shadow: unset;
  background-color: var(--purple-hover);
}

#old-forgot-lightbox #forgot_cancel:hover {
  color: var(--purple-hover);
  border: 2px solid var(--purple-hover);
}

#page.login .old-login .button.login:active,
#old-forgot-lightbox #forgot_submit:active {
  box-shadow: unset;
  background-color: var(--purple-pressed);
}

#old-forgot-lightbox #forgot_cancel:active {
  color: var(--purple-pressed);
  border: 2px solid var(--purple-pressed);
}

#page.login #login_formErrors, .old-login #login_formErrors {
  white-space: nowrap;
}

@media (max-width: 400px) {
  #page.login .content {
    width: auto;
    padding: 0 20px;
  }
  #page.login #login_formErrors {
    max-width: 304px;
    text-align: left;
    width: 100%;
    white-space: normal;
  }
}

#page.login .spinner {
  background: none;
}

#page.login .spinner-container, .old-login .spinner-container {
  margin-top: 46px;
}

#page.download #download-side-block {
  float: right;
  width: 200px;
  min-height: 570px;
  border-left: 1px solid #caecf9;
  padding: 50px 0 0 40px;
  margin: -50px 20px 0 0;
}

.mobile #page.download #download-side-block {
  float: none;
  padding: 0 30px;
  margin: 30px 0 0;
  width: auto;
  min-height: auto;
  text-align: center;
  border-left: none;
}

#download-side-block p.body-xlarge {
  margin-top: 30px;
}
#download-side-block p.body-xlarge:first-child {
  margin-top: 15px;
}

#page.download #details {
  width: 670px;
  display: inline-block;
}

.mobile #page.download #details {
  width: auto;
}

#page.download #details p.body-xlarge {
  padding-right: 50px;
}

.mobile #page.download #details p.body-xlarge {
  padding: 0;
}

#page.download h1.title-large {
  font-size: 42px;
}

.mobile #page.download h1.title-large {
  text-align: center;
}

#page.download #details p.body-large {
  margin: 45px 0 20px;
  font-size: 16px;
}

#page.download .sdk-buttons {
  text-align: left;
}

.mobile #page.download .sdk-buttons {
  display: none;
}

#page.download .sdk-button {
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  height: 40px;
  margin: 0 0 0px -15px;
  padding: 16px 35px 0 70px;
  width: 130px;
}

#page.download .actions a.large.download:hover {
  background-position: left -36px;
}

#page.download .actions a.large.download:active {
  background-position: left -72px;
}

#page.download .download.disableddownload,
#page.download .download.disableddownload:hover,
#page.download .download.disableddownload:active {
  opacity: 0.5;
  cursor: default;
}

/* download twyla page */

#page.download.twyla {
  width: 580px;
  margin: 0 auto;
  padding: 20px 40px 30px;
}

#page.download.twyla h1 {
  font-size: 40px;
}

#page.download.twyla .actions a.large.download {
  width: 400px;
  font-size: 21px;
}

#page.download.twyla .graphic {
  margin-top: 50px;
  margin-bottom: 30px;
  background: url("/assets/twyla-screenshot.png") no-repeat center top;
  height: 288px;
}

#page.download.twyla p#twyla-description {
  margin-bottom: 30px;
}

#page.download.twyla #twyla-download-note {
  font-size: 11px;
  margin-top: 7px;
  width: 400px;
  line-height: 14px;
}

#page.download.twyla #twyla-compatibility {
  color: #777;
  display: none;
}

#page.download.twyla .actions p {
  margin-bottom: 0;
}

#page.download.twyla .actions p:not(#twyla-login):not(#twyla-signup) {
  display: none;
}

#page.download.twyla a.next.large.login-link,
#page.download.twyla #twyla-signup a {
  font-size: 21px;
}

/* Login page */

#page.login #singlepadding {
  margin: 280px auto 140px;
  padding: 0;
}

#page.login .body-large {
  font-family: 'Work Sans';
}

#page.login .inputLabel {
  margin-left: 0;
  font-family: 'Sora';
  color: var(--dark-gray);
  margin-bottom: 8px;
  font-size: 12.5px;
  font-weight: 400;
}

#navigation_login.selected {
  display: none;
}

#page.login #forgot {
  font-family: 'Work Sans';
  font-size: 14px;
  font-weight: 500;
  color: var(--purple);
}

#page.login #forgot:hover {
  color: var(--purple-hover);
}

#page.login #forgot:active {
  color: var(--purple-pressed);
}

.old-login .forgot-container {
  text-align: right;
  margin: 5px 0 24px;
}
.old-login .content > h2 {
  text-align: center;
}

#page.login.login-referral .content {
  margin-top: 40px;
}

#page.login.login-referral h1 {
  text-align: center;
}

#page.login.login-referral h2 {
  text-align: center;
}

#page.login.login-referral p {
  font-size: 16px;
  text-align: center;
}

/* Password reset */

#page.password-reset #singlepadding {
  margin: 80px auto 120px;
  width: 600px;
}

.mobile #page.password-reset #singlepadding {
  width: auto;
}

#page.password-reset .old-login form {
  padding: 0;
}

#page.password-reset .content {
  margin: 0 auto;
}

.mobile #page.password-reset .content {
  max-width: 300px;
}

#page.password-reset .error {
  position: relative;
  margin-top: 15px;
}

#page.password-reset .content.result {
  text-align: center;
  padding: 50px 0;
}

#page.password-reset .spinner-container {
  margin: 25px 0 0;
}

/* Signup form */

#signup form h2 {
  margin-top: 0px;
}

#signupForm input.validated {
  background: url("/assets/icon-signup-fields.gif") right -3px top -2px
    no-repeat #fff;
}

#signupForm input.validating {
  background: url("/assets/icon-signup-fields.gif") right -3px top -43px
    no-repeat #fff;
}

#signupForm .spinner {
  position: absolute;
  bottom: 5px;
  left: 50%;
  margin-left: -15px;
  display: none;
  background: url("/assets/spinner.gif");
  height: 30px;
  width: 30px;
}

#signup h1.title-large {
  font-size: 40px;
  text-align: left;
  font-weight: 200;
  width: 400px;
  padding-left: 20px;
  margin-top: 20px;
}

#signup-fullpage {
  position: relative;
  font-size: 14px;
}

#signup-fullpage #signupForm .hinted label {
  left: 0px;
  margin-left: 80px;
  font-size: 13px;
  top: 6px;
}

#signup-fullpage .replacement {
  position: relative;
  left: 0px;
  top: 0px;
  text-align: center;
  font-size: 16px;
  margin-top: -35px;
  font-weight: bold;
}

#signup-fullpage .replacement-text strong {
  display: block;
}

#signup-fullpage p {
  font-size: 16px;
}

#signup-fullpage p.error {
  right: 0px;
  left: 0px;
  position: absolute;
  top: 90px;
  font-size: 13px;
}

#signup-fullpage p,
#signup-fullpage h1,
#signup-fullpage h2,
#signup-fullpage ul {
  text-align: left;
}

.mobile #signup-fullpage h1 {
  text-align: center;
}

#signup-fullpage .callout-container.submit p {
  text-align: center;
}

#signup-fullpage ul {
  text-align: justify;
}

#signup-fullpage li {
  list-style-type: none;
  background: url("/assets/dropBlue.png") 0px 2px no-repeat;
  padding-left: 25px;
  padding-top: 4px;
  padding-bottom: 4px;
}

#signup-fullpage #captchaOptions {
  width: 240px;
  position: relative;
  left: 50%;
  margin-left: -120px;
  padding: 0px;
}

#signup-fullpage #captchaOptions p {
  text-align: right;
  margin-left: 0px;
  margin-right: 0px;
}

#signup-fullpage #captchaRegenerate {
  float: left;
}

#signup-fullpage #signup {
  position: relative;
}

#signup-fullpage #signup .signup-container {
  margin: 100px auto 200px;
  width: 800px;
  height: 300px;
}

.mobile #signup-fullpage #signup .signup-container {
  margin: 50px 0 0;
  width: auto;
  height: auto;
}

#signup-fullpage #signup .signup-container .signup-title {
  width: 350px;
  float: left;
}

.mobile #signup-fullpage #signup .signup-container .signup-title  {
  width: auto;
  float: none;
}

#signup-fullpage #signup .signup-container .signup-form {
  width: 320px;
  float: right;
}

.mobile #signup-fullpage #signup .signup-container .signup-form {
  float: none; 
  margin: auto;
}

#signupForm .callout-container {
  width: 300px;
}

.mobile #signupForm .callout-container {
  margin: auto;
}

#signupForm .callout-container.submit {
  margin-top: 20px;
}

#page.password-reset #passwordAgain {
  margin-bottom: 5px;
}

#page.password-reset .spinner-container {
  text-align: center;
}

#signupForm input,
#page.login input,
#old-forgot-lightbox input,
#page.password-reset input {
  width: 280px;
  margin: 10px 0 0 0;
  padding: 0 10px;
  height: 30px;
  font-size: 14px;
}

#page.login input,
#old-forgot-lightbox input {
  width: 100%;
  padding: 3px 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
  height: 28px;
  margin: 0;
  border: none;
  border-bottom: 1px solid var(--dark-gray-2);
  font-size: 14px;
  font-family: 'Work Sans';
  outline: none;
}

#page.login input:focus,
#old-forgot-lightbox input:focus {
  border-bottom: 1px solid var(--green);
}

#page.login input.first {
  margin-bottom: 40px;
}

.mobile #page.password-reset input {
  width: 90%;
    height: 40px;
    font-size: 150%;
    padding: 0 5%;
    margin-top: 10px;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
}

#signupForm input {
  width: 260px;
  padding: 0 30px 0 10px;
}

#signupForm input::-ms-clear,
#signupForm input::-ms-reveal {
  display: none;
}

#signupForm input[readonly] {
  background-color: #ddd;
  width: 280px;
  padding-right: 10px;
  cursor: default;
  -webkit-user-select: none; /* Chrome/Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+ */
}

#old-forgot-lightbox input {
  margin: 50px 0 0px;
  -webkit-text-fill-color: var(--dark-gray-2);
}

#old-forgot-lightbox .buttons {
  margin: 35px 0 0 0;
  text-align: center;
  justify-content: center;
  display: flex;
}

#signup #signupForm input.error {
  border-color: #f47925;
}

#signupForm.submitting input.error,
#signupForm input.error.validating,
#signupForm input:focus.error {
  border-color: #999;
}

/* TODO: Delete /signup/finish */
#signup #signupFinish input {
  border-radius: 10px;
  padding: 4px 10px !important;
}

#signup #signupFinish input[type="checkbox"] {
  vertical-align: bottom;
}

#signup-fullpage #signupFinish p {
  font-size: 12px;
}

#signup-fullpage #signupFinish h1,
#signup-fullpage #signupFinish p {
  margin-bottom: 10px;
}

#signup-fullpage #signupFinish h1 {
  font-size: 37px;
}

#signup-fullpage #signupFinish h2 {
  padding-top: 30px;
  margin-bottom: 10px;
}

#signup-fullpage #signupFinish #accountName,
#signup-fullpage #signupFinish #password {
  margin-bottom: 0px;
}

#signup-fullpage #signupFinish p.hinted {
  clear: both;
}

#signup-fullpage p.hinted.referral {
  margin-top: 20px;
}

#signup-fullpage #signupFinish span.error,
#signup-fullpage #signupFinish span.success {
  display: block;
  position: absolute;
  bottom: -30px;
  margin: 0px;
  left: 0px;
  right: 0px;
}

#signup-fullpage #signupFinish span.success {
  color: #333333;
}

#signup-fullpage #signupFinish #captchaContainer span.error {
  bottom: -10px;
}

#signup-fullpage #signupFinish #captchaContainer h2 {
  text-transform: uppercase;
}

#signup-fullpage #signupFinish #checkAvailability.checking {
  color: #777;
}

#signup-fullpage #signupFinish #terms {
  margin: 20px 0;
  position: relative;
}

#signup-fullpage #signupFinish p.spinner {
  position: absolute;
  bottom: 40px;
  left: 50%;
  margin-left: -15px;
}

#signupForm #verified #terms {
  font-size: 12px;
}

#signupForm #verified #terms {
  margin: 15px 0 30px;
  font-size: 12px;
}

#signupForm p#terms {
  font-size: 12px;
  color: #706f70;
  font-family: "Open Sans";
  margin: 30px auto;
  text-align: center;
}

#signupForm p#terms a {
  color: #706f70;
  font-weight: 500;
  text-decoration: underline;
}

#signupForm .callout {
  border-color: #f47925;
  padding: 10px;
  font-size: 12px;
  width: auto;
  max-width: 200px;
  text-align: center;
  display: none;
}

#signupForm .callout.shown {
  display: block;
}

.mobile #signupForm .callout.shown {
  position: relative;
  border: none;
  padding: 5px 0 0;
  text-align: left;
  max-width: 100%;
  color: #cc0000;
}

#signupForm.submitting .callout.shown {
  display: none;
}

#signupForm .callout .callout-error-text {
  display: block;
}

#signupForm .arrow-callout {
  border-color: #f47925;
}

#singlepadding {
  padding: 30px;
  overflow-x: hidden;
}

.mobile #singlepadding {
	padding: 15px;
}

#singlepadding .box {
  border-left: 1px solid #caecf9;
  border-right: 1px solid #caecf9;
  margin: 0 auto;
  position: relative;
  padding: 1px 30px 20px 30px;
}

#singlepadding .top {
  position: absolute;
  top: -31px;
  left: -1px;
  right: -1px;
  height: 30px;
  border-left: 1px solid #caecf9;
  border-right: 1px solid #caecf9;
}

#singlepadding .bottom {
  position: absolute;
  bottom: -31px;
  left: -1px;
  right: -1px;
  height: 30px;
  border-left: 1px solid #caecf9;
  border-right: 1px solid #caecf9;
}

#singlepadding .row {
  margin: 0;
  padding: 0;
  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: #caecf9;
}

#singlepadding .row.row-first {
  border-top-width: 1px;
}

#singlepadding.wave {
  padding-bottom: 460px;
}

#singlepadding.wave .bottom {
  bottom: -461px;
  height: 460px;
}

#tracks {
  background-color: #fff;
}

#trackpadding {
  margin: 0px;
  overflow-x: hidden;
}

#trackpadding #tracks > .content {
  min-height: 535px;
}

#trackpadding.mountain {
  padding-bottom: 360px;
  position: relative;
}

#wave {
  position: absolute;
  height: 460px;
  width: 100%;
  background: url("/files/background-wave.png") bottom repeat-x;
  bottom: 0px;
  background-size: 100%;
}

.far-right {
  position: absolute;
  top: 0px;
  bottom: -1px;
  right: -801px;
  width: 800px;
  background: #ffffff;
}

.far-left {
  position: absolute;
  top: 0px;
  bottom: -1px;
  left: -801px;
  width: 800px;
  background: #ffffff;
}

.replacement {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  font-size: 14px;
}

.pleasewait {
  margin-left: 10px;
  color: #777;
}

.pleasewait_small {
  font-size: 12px;
}

/* new account welcome page */
#welcome.page {
  text-align: center;
  padding: 60px 0 80px;
}

#welcome.page h1,
#account-welcome h2 {
  margin: 0;
}

#welcome.page h1 {
  font-size: 58px;
  font-weight: normal;
  color: #95daf4;
  letter-spacing: -2px;
}

#welcome.page h2 {
  font-size: 25px;
  margin: 40px 0 20px;
}

#welcome.page h3 {
  font-size: 18px;
  font-weight: normal;
  margin: 40px auto 10px;
}

#welcome.page #plan-status {
  font-size: 15px;
  border: 1px solid #95daf4;
  padding: 8px 15px;
  position: absolute;
  top: 90px;
  right: 20px;
  color: #333;
  font-weight: normal;
}

#welcome.page #plan-status:hover {
  border-color: #2bb5e9;
}

#welcome.page #plan-status span {
  color: #2bb5e9;
}

#welcome.page #plan-status:hover span {
  color: #0882b6;
}

/* iot page styling */
#page.iot.home {
  width: 100%;
  margin: 0;
}

#iot-page {
  margin: 60px auto 120px;
}

#iot-page .block {
  margin: 40px auto 100px;
}

#iot-page h1,
#iot-page h2,
#iot-page .body-xlarge {
  text-align: center;
  font-weight: normal;
}

#iot-page h2 {
  margin-top: 0;
}

#iot-title h1 {
  font-size: 42px;
  margin: 0;
}

#iot-title h2 {
  font-size: 36px;
  margin: 0 0 10px;
}

#iot-page #iot-feature.block .feature-row {
  height: 130px;
}

#iot-page #iot-topologies.block p.body-xlarge {
  width: 1000px;
  margin: 20px auto;
  font-size: 18px;
}

.mobile #iot-page #iot-topologies.block p.body-xlarge { 
  width: auto;
}

.mobile #iot-page #iot-topologies.block p.body-xlarge br {
  display: none;
}

#iot-page .block .feature-row {
  height: 160px;
  margin: 0 auto;
}

.mobile #iot-page .block .feature-row {
  height: auto;
  padding-right: 0;
}

#iot-page .block .feature-row.features-2 {
  width: 810px;
}

#iot-page .block .feature-row.features-2 .feature {
  width: 250px;
  height: 160px;
  padding-left: 140px;
}

#iot-page .block .feature {
  background: url("/assets/graphic-iot-features.png") no-repeat left top;
  float: left;
  width: 200px;
  height: 100px;
  padding-left: 100px;
  padding-right: 15px;
}

.mobile #iot-page .block .feature {
  float: none;
}

#iot-page .block .feature h4 {
  font-size: 16px;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: -10px;
}

#iot-page .block .feature#codevirtualization {
  background-position: left top;
}
#iot-page .block .feature#datafiltering {
  background-position: left -200px;
}
#iot-page .block .feature#cloudreprogramming {
  background-position: left -400px;
}
#iot-page .block .feature#mcus {
  background-position: left -600px;
}
.mobile #iot-page .block .feature#mcus { 
  margin: 20px 0;
}
#iot-page .block .feature#socs {
  background-position: left -800px;
}
.mobile #iot-page .block .feature#socs {
  margin: 20px 0;
}
#iot-page .block .feature#apps {
  background-position: left -1000px;
}
.mobile #iot-page .block .feature#apps {
  margin: 20px 0;
}
#iot-page .block .feature#arduino {
  background-position: left -1200px;
}
.mobile #iot-page .block .feature#arduino {
  background-position-x: -20px;
}
#iot-page .block .feature#ti {
  background-position: left -1400px;
}
.mobile #iot-page .block .feature#ti{
  background-position-x: -20px;
}
#iot-page .block .feature#samsung {
  background-position: left -1600px;
}
.mobile #iot-page .block .feature#samsung {
  background-position-x: -20px;
}

#iot-page #iot-topologies.block {
  margin-bottom: 50px;
}

#iot-topologies.block h3 {
  font-size: 23px;
  width: 600px;
  margin: 0 auto 20px;
}

#topologies-animation {
  height: 260px;
  width: 820px;
  background: url("/assets/graphic-iot-topologies.gif") no-repeat center top;
  margin: 0 auto;
  background-size: 820px 260px;
}

.mobile #topologies-animation {
  display: none;
}

#iot-scale.block {
  background: url("/assets/graphic-iot-scale.png") no-repeat right top;
  height: 300px;
  width: 280px;
  padding-right: 600px;
  padding-top: 20px;
  background-size: 600px 300px;
}

.mobile #iot-scale.block {
  width: auto;
  height: auto;
  padding-right: 0px; 
  padding-top: 200px;
  background-size: contain;
}

#iot-page #iot-scale.block h2 {
  text-align: left;
  margin-bottom: 20px;
  width: auto;
}

.mobile #iot-page #iot-scale.block h2,
.mobile #iot-page #iot-scale .body-large {
  text-align: center;
}

#iot-triangle {
  margin: -20px 0 40px 85px;
  height: 300px;
  width: 800px;
}

.mobile #iot-triangle {
  width: auto;
  margin: 15px 0;
  height: auto;
}

#iot-triangle .title-feature {
  height: 100px;
  text-align: center;
  position: absolute;
}

.mobile #iot-triangle .title-feature {
  position: relative;
}
#iot-triangle .title-feature h3 {
  margin: 0;
  font-size: 16px;
}

#iot-triangle .title-feature p {
  margin: 0;
}

#iot-triangle .title-feature#block1 {
  width: 280px;
  margin: 30px 0 0 242px;
  padding-top: 10px;
  padding-left: 128px;
  background: url("/assets/graphic-iot-virtualization.svg") no-repeat;
  background-position: top left;
  background-size: 110px;
}

.mobile #iot-triangle .title-feature#block1 {
  width: auto;
  margin: 0;
  padding: 125px 0 0;
  background-position: top center;
}

#iot-triangle .title-feature#block2 {
  width: 240px;
  padding-right: 94px;
  padding-top: 23px;
  margin: 157px 0 0 90px;
  background: url("/assets/graphic-iot-filtering.svg") no-repeat;
  background-position: top right;
  background-size: 110px;
}

.mobile #iot-triangle .title-feature#block2 {
  width: auto;
  margin: 0;
  padding: 125px 0 0;
  background-position: center 30px;
}

#iot-triangle .title-feature#block3 {
  width: 270px;
  margin: 160px 0 0 448px;
  padding-left: 100px;
  padding-top: 20px;
  background: url("/assets/graphic-iot-cloud.svg") no-repeat;
  background-position: top left;
  background-size: 110px;
}

.mobile #iot-triangle .title-feature#block3 {
  width: auto;
  margin: 0;
  padding: 125px 0 0;
  background-position: top center;
}

#iot-page p#learn-more {
  border-top: 1px solid #caecf9;
  margin: 40px auto 50px;
  padding-top: 5px;
  text-align: center;
  width: 250px;
}

/* features-3 row */

#iot-page .block .feature-row.features-3 h2 {
  font-size: 34px;
}

#iot-page .block .feature-row.features-3 ul {
  padding: 5px 0 0 20px;
  font-size: 14px;
}

#iot-page .block .feature-row.features-3 ul p.body {
  margin: 0;
}

#iot-page .block .feature-row.features-3 p.body-xlarge {
  margin: -10px 0 35px;
}

#iot-page .block .feature-row.features-3 .feature {
  padding-left: 126px;
  width: 180px;
  padding-right: 0px;
  height: 125px;
}

#iot-page #iot-ecosystem.block .feature-row.features-3 {
  margin-left: 120px;
}

.mobile #iot-page #iot-ecosystem.block .feature-row.features-3 {
  margin: auto;
  height: auto;
}

#iot-page #iot-devices.block .feature-row.features-2 {
  width: 1000px;
}

.mobile #iot-page #iot-devices.block .feature-row.features-2 {
  width: auto;
}

#iot-page #iot-devices.block .feature {
  width: 172px;
  height: 160px;
  padding-left: 140px;
}

.mobile #iot-page #iot-devices.block .feature {
  width: auto;
  height: auto;
  margin: 10px;
}

#iot-page .block .feature-row.features-3 {
  margin-left: 70px;
  width: 1000px;
}

.mobile #iot-page .block .feature-row.features-3 {
  width: min-content;
}
#iot-page #iot-connectivity {
  border: 1px solid #caecf9;
  margin: 40px auto 0;
  width: 660px;
}

.mobile #iot-page #iot-connectivity {
  width: auto;
}

#iot-page #iot-connectivity h3 {
  text-align: center;
  font-weight: normal;
  margin: 35px 0 10px;
}

#iot-page #iot-connectivity .connection {
  background: url("/assets/graphic-connectivity.png") no-repeat left top;
  width: 95px;
  height: 30px;
  padding: 80px 0 0;
  text-align: center;
  float: left;
  margin: 0 15px;
}

.mobile #iot-page #iot-connectivity .connection {
  float: none;
  display: inline-block;
}

#iot-page #iot-connectivity .feature-row {
  width: 500px;
  height: 150px;
}

.mobile #iot-page #iot-connectivity .feature-row {
  width: auto;
  height: auto;
  text-align: center;
  padding: 10px;
}

#iot-page #iot-connectivity .connection p {
  margin-bottom: -12px;
}

#iot-page #iot-connectivity .connection#bluetooth {
  background-position: left 0;
}
#iot-page #iot-connectivity .connection#ethernet {
  background-position: left -100px;
}
#iot-page #iot-connectivity .connection#gsm {
  background-position: left -200px;
}
#iot-page #iot-connectivity .connection#wifi {
  background-position: left -400px;
}

/* IOT APPS general */

#iot-page .block#iotapps h2 {
  margin-bottom: 35px;
}

#iot-page .block#iotapps .feature-row .iotapp {
  background: url("/assets/button-iotapps-large.png") no-repeat left top;
  display: inline-block;
  padding-left: 100px;
  width: 245px;
  height: 150px;
  color: #333;
  font-size: 14px;
  font-weight: normal;
  margin-right: 10px;
}

#iot-page .block#iotapps a:hover .iotapp {
  color: #333;
}

#iot-page .block#iotapps .feature-row {
  width: 1100px;
}
#iot-page .block#iotapps .feature-row.features-2 {
  margin-left: 205px;
}
#iot-page .block#iotapps .feature-row.features-3 {
  margin-left: 5px;
}

/* IOT APPS images */

#iot-page .block#iotapps .iotapp#water {
  background-position: left 0px;
}
#iot-page .block#iotapps .iotapp#environment {
  background-position: left -200px;
}
#iot-page .block#iotapps .iotapp#farming {
  background-position: left -400px;
}
#iot-page .block#iotapps .iotapp#cities {
  background-position: left -600px;
}
#iot-page .block#iotapps .iotapp#energy {
  background-position: left -800px;
}
#iot-page .block#iotapps .iotapp#manufacturing {
  background-position: left -1000px;
}
#iot-page .block#iotapps .iotapp#logistics {
  background-position: left -1200px;
}
#iot-page .block#iotapps .iotapp#building {
  background-position: left -1400px;
}

#iot-page .block#iotapps .iotapp#water:hover {
  background-position: -400px 0px;
}
#iot-page .block#iotapps .iotapp#environment:hover {
  background-position: -400px -200px;
}
#iot-page .block#iotapps .iotapp#farming:hover {
  background-position: -400px -400px;
}
#iot-page .block#iotapps .iotapp#cities:hover {
  background-position: -400px -600px;
}
#iot-page .block#iotapps .iotapp#energy:hover {
  background-position: -400px -800px;
}
#iot-page .block#iotapps .iotapp#manufacturing:hover {
  background-position: -400px -1000px;
}
#iot-page .block#iotapps .iotapp#logistics:hover {
  background-position: -400px -1200px;
}
#iot-page .block#iotapps .iotapp#building:hover {
  background-position: -400px -1400px;
}

/* IOT APPS text */

#iot-page .block#iotapps .iotapp h4 {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 2px;
}

#iot-page .block#iotapps .iotapp h4 {
  color: #2bb5e9;
}
#iot-page .block#iotapps a:hover .iotapp h4 {
  color: #0882b6;
}

/* iot subpage styling */
#page.iot-example-page {
  margin: 80px auto;
  width: 900px;
}

#page.iot-example-page h3,
#page.iot-example-page h4,
#page.iot-example-page ul,
#page.iot-example-page p {
  padding: 0 100px;
}

#page.iot-example-page .header {
  background: url("/assets/graphic-header-iotexamples.png") no-repeat left top;
  width: 900px;
  height: 200px;
}

#page.iot-example-page .header#freightmanagement {
  background-position: left 0px;
}
#page.iot-example-page .header#beemonitoring {
  background-position: left -200px;
}
#page.iot-example-page .header#watertankmaintenance {
  background-position: left -400px;
}
#page.iot-example-page .header#retailoptimization {
  background-position: left -600px;
}

#page.iot-example-page h1 {
  font-size: 42px;
  text-align: center;
  font-weight: 200;
  margin-bottom: 0;
}

#page.iot-example-page h2 {
  font-size: 18px;
  text-align: center;
  font-weight: normal;
}

#page.iot-example-page h3 {
  font-size: 15px;
  font-weight: bold;
  margin-top: 50px;
}

#page.iot-example-page .iotexample-choreo {
  min-height: 50px;
  background: url("/assets/graphic-iotexamples-choreos.png") no-repeat 100px top;
  margin: 0 10px 25px 0;
  padding-left: 110px;
}

#page.iot-example-page .iotexample-choreo#pagerduty {
  background-position: 100px 0px;
}
#page.iot-example-page .iotexample-choreo#amazons3 {
  background-position: 100px -100px;
}
#page.iot-example-page .iotexample-choreo#parse {
  background-position: 100px -200px;
}
#page.iot-example-page .iotexample-choreo#yahooweather {
  background-position: 100px -300px;
}
#page.iot-example-page .iotexample-choreo#nexmo {
  background-position: 100px -400px;
}
#page.iot-example-page .iotexample-choreo#zendesk {
  background-position: 100px -500px;
}
#page.iot-example-page .iotexample-choreo#googlecalendar {
  background-position: 100px -600px;
}
#page.iot-example-page .iotexample-choreo#twilio {
  background-position: 100px -700px;
}
#page.iot-example-page .iotexample-choreo#gmail {
  background-position: 100px -800px;
}
#page.iot-example-page .iotexample-choreo#temboo {
  background-position: 100px -900px;
}

#page.iot-example-page ul.iot-example-hardware {
  min-height: 120px;
}

#page.iot-example-page ul.iot-example-hardware li {
  width: 100px;
  background: url("/assets/graphic-iotexamples-hardware.png") no-repeat left top;
  list-style: none;
  float: left;
  padding-top: 100px;
  margin-right: 10px;
}

#page.iot-example-page ul.iot-example-hardware li#hardware-tilaunchpad {
  background-position: left 0px;
}
#page.iot-example-page ul.iot-example-hardware li#hardware-tisensorhub {
  background-position: left -100px;
}
#page.iot-example-page ul.iot-example-hardware li#hardware-anaren {
  background-position: left -200px;
  width: 140px;
}
#page.iot-example-page ul.iot-example-hardware li#hardware-weightsensor {
  background-position: left -300px;
}
#page.iot-example-page ul.iot-example-hardware li#hardware-soundsensor {
  background-position: left -400px;
}
#page.iot-example-page ul.iot-example-hardware li#hardware-humiditysensor {
  background-position: left -500px;
}
#page.iot-example-page ul.iot-example-hardware li#hardware-temperaturesensor {
  background-position: left -600px;
}
#page.iot-example-page ul.iot-example-hardware li#hardware-androiddevice {
  background-position: left -700px;
}
#page.iot-example-page ul.iot-example-hardware li#hardware-accelerometer {
  background-position: left -800px;
}
#page.iot-example-page ul.iot-example-hardware li#hardware-tisensortag {
  background-position: left -900px;
}
#page.iot-example-page ul.iot-example-hardware li#hardware-liquidsensor {
  background-position: left -1000px;
  width: 120px;
}
#page.iot-example-page ul.iot-example-hardware li#hardware-waterpump {
  background-position: left -1100px;
}

#page.iot-example-page ul.iot-example-hardware p {
  padding: 0;
  background: #fff;
  margin: 0;
}

#page.iot-example-page ul.iot-example-hardware li.hardware-label-list {
  background: none;
  padding: 0;
  width: 250px;
  margin-left: -20px;
  text-align: left;
}

#page.iot-example-page ul.iot-example-hardware li.hardware-label-list ul {
  margin-top: 3px;
}

#page.iot-example-page ul.iot-example-hardware li.hardware-label-list p {
  font-weight: bold;
}

#page.iot-example-page ul.iot-example-hardware li.hardware-label-list li {
  background: none;
  padding: 0;
  margin: 0 0 0 -100px;
  float: none;
  width: 250px;
  list-style: initial;
  list-style-position: inside;
}

/* JOBS page */

body#page-jobs-index {
  min-width: 100%;
}

#jobs-page.content-page .title {
  z-index: 1;
}

#jobs-page .section {
  margin-bottom: 80px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.mobile #jobs-page .section {
  margin-bottom: 40px;
}

#jobs-page .section.menu {
  margin-top: -1px;
}

#jobs-page .section .section-title {
  font-size: 34px;
  font-weight: 300;
  text-align: center;
}

#jobs-page .section .section-text {
  font-size: 20px;
  font-weight: 300;
  text-align: left;
  line-height: 28px;
  margin-bottom: 30px;
}

#jobs-page .section.intro {
  color: #fff;
  font-weight: 300;
  text-align: center;
  height: 418px;
  margin-bottom: 0;
}

.mobile #jobs-page .section.intro {
	height: 300px;
}

#jobs-page .section.intro .section-inner {
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  /*background-image: url('photo-jobs-banner.png');
	background-size: 100%;
	height: 418px;
	background-repeat: no-repeat;
	width: 100%;
	background-position: center center;*/
  background-color: #2bb5e9;
}

.mobile #jobs-page .section.intro .section-inner {
  width: 100%;
}

#jobs-page .section.intro .section-inner .background {
  background-image: url("photo-jobs-banner.png");
  background-size: 100%;
  height: 418px;
  background-repeat: no-repeat;
  width: 100%;
  background-position: center center;
}

.mobile #jobs-page .section.intro .section-inner .background {
  width: 100vw;
	background-size: cover;
	height: 300px;
}

#jobs-page .section.intro .jobs-title-text {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.mobile #jobs-page .section.intro .jobs-title-text {
  padding: 0 15px;
}

#jobs-page .section.intro .jobs-title {
  font-size: 44px;
  margin-top: 89px;
  margin-bottom: 31px;
}

.mobile #jobs-page .section.intro .jobs-title {
	margin-top: 50px;
	margin-bottom: 0px;
	font-size: 38px;
}

#jobs-page .section.intro .jobs-description {
  max-width: 500px;
  font-size: 20px;
  margin: 0px auto 50px;
}

.mobile #jobs-page .section.intro .jobs-description {
	margin-bottom: 20px;
	font-size: 18px;
}

#jobs-page .section.intro button {
  font-weight: normal;
  border-radius: 8px;
  width: 200px;
  padding: 10px 0;
}

body#page-manufacturing-index,
/*body#page-marketing-platform,*/
/*body#page-platform-index,*/
body#page-digitaltransformation-index,
body#page-kosmos-gcccasestudy {
  min-width: 100%;
}

#jobs-page .section.text-blocks .text-block,
#platform.page .section.text-blocks .text-block,
#manufacturing.page .section.text-blocks .text-block,
#digital-transformation.page .section.text-blocks .text-block {
  display: inline-block;
  vertical-align: top;
}

.mobile #platform.page .section.text-blocks .text-block,
.mobile #platform.page .section.text-blocks .text-block:first-of-type {
  width: auto;
  display: block;
  overflow: hidden;
  margin: 30px 15px;
}

.mobile #manufacturing.page .section.text-blocks .text-block,
.mobile #digital-transformation.page .section.text-blocks .text-block {
  margin: 0 0 30px 0;
  width: auto;
}

#jobs-page .section.text-blocks .text-block {
  margin: 0 20px;
}

.mobile #jobs-page .section.text-blocks .text-block {
  margin: 10px 20px;
}
#platform.page .section.text-blocks .text-block {
  margin: 0 30px;
}

#platform.page .section.text-blocks .text-block:first-of-type,
#manufacturing.page .section.text-blocks .text-block:first-of-type,
#digital-transformation.page .section.text-blocks .text-block:first-of-type {
  margin-left: 0;
}

#platform.page .section.text-blocks .text-block:last-of-type,
#manufacturing.page .section.text-blocks .text-block:last-of-type,
#digital-transformation.page .section.text-blocks .text-block:first-of-type {
  margin-right: 0;
}

#jobs-page .section.text-blocks .text-block {
  width: 325px;
}

.mobile #jobs-page .section.text-blocks .text-block {
	width: auto;
}

#platform.page .section.text-blocks,
#manufacturing.page .section.text-blocks,
#digital-transformation.page .section.text-blocks {
  white-space: nowrap;
}

#manufacturing.page .section.text-blocks,
#digital-transformation.page .section.text-blocks {
  display: inline-block;
  margin: 150px auto 100px;
}

.mobile #manufacturing.page .section.text-blocks,
.mobile #digital-transformation.page .section.text-blocks { 
  margin: 20px 0px;
  white-space: inherit;
}

#digital-transformation.page .section.text-blocks {
  margin-bottom: 80px;
}

#manufacturing.page .section.text-blocks .title,
#digital-transformation.page .section.text-blocks .title {
  margin-bottom: 100px;
}

#platform.page .section.text-blocks .text-block,
#manufacturing.page .section.text-blocks .text-block,
#digital-transformation.page .section.text-blocks .text-block {
  width: 230px;
  white-space: normal;
  font-weight: normal;
}

#manufacturing.page .section.text-blocks .text-block,
#digital-transformation.page .section.text-blocks .text-block {
  width: 270px;
  margin: 0 15px;
}

#jobs-page .section.text-blocks .text-block-title,
#platform.page .section.text-blocks .text-block-title,
#manufacturing.page .section.text-blocks .text-block-title,
#digital-transformation.page .section.text-blocks .text-block-title {
  font-size: 20px;
  font-weight: 300;
  text-align: left;
  margin-bottom: 10px;
}

#manufacturing.page .section.text-blocks .text-block-title,
#digital-transformation.page .section.text-blocks .text-block-title {
  font-size: 18px;
  font-weight: 600;
}

#jobs-page .section.text-blocks .text-block-title > *,
#platform.page .section.text-blocks .text-block-title > *,
#manufacturing.page .section.text-blocks .text-block-title > *,
#digital-transformation.page .section.text-blocks .text-block-title > * {
  vertical-align: middle;
}

#jobs-page .section.text-blocks .text-block-title .text-block-icon {
  background-image: url("icons-jobs-top.png");
  background-repeat: no-repeat;
  background-size: 120px 180px;
  width: 60px;
  height: 60px;
  display: inline-block;
}

#jobs-page .section.text-blocks .text-block-title .text-block-icon.potential {
  background-position: left top;
}

#jobs-page .section.text-blocks .text-block-title .text-block-icon.product {
  background-position: left -60px;
}

#jobs-page .section.text-blocks .text-block-title .text-block-icon.people {
  background-position: left -120px;
}

#platform.page .section.text-blocks .text-block-title .text-block-icon {
  background-image: url("graphic-platform-diagram-four-s.png");
  background-repeat: no-repeat;
  background-size: 63px 219px;
  width: 63px;
  height: 55px;
  display: inline-block;
}

#platform.page
  .section.text-blocks
  .text-block-title
  .text-block-icon.scalable {
  background-position: left top;
}

#platform.page .section.text-blocks .text-block-title .text-block-icon.secure {
  background-position: left -55px;
}

#platform.page .section.text-blocks .text-block-title .text-block-icon.stable {
  background-position: left -110px;
}

#platform.page .section.text-blocks .text-block-title .text-block-icon.support {
  background-position: left -165px;
}

#platform.page .divider-container {
  width: 950px;
  margin: 0 auto;
}

.mobile #platform.page .divider-container {
  width: auto;
}

#platform.page .divider-container .divider {
  height: 2px;
  background-color: #95daf4;
  width: 0%;
}

#platform.page .divider-container .divider.full {
  width: 100%;
  transition: width 2.5s linear;
  -moz-transition: width 2.5s linear;
  -webkit-transition: width 2.5s linear;
}

#manufacturing.page .section.text-blocks .text-block-title .text-block-icon {
  background-image: url("icons-manufacturing-page-styles.png");
  background-repeat: no-repeat;
  display: inline-block;
  width: 65px;
  height: 65px;
  background-size: 100%;
}

#manufacturing.page
  .section.text-blocks
  .text-block-title
  .text-block-icon.costs {
  background-position: left top;
}

#manufacturing.page
  .section.text-blocks
  .text-block-title
  .text-block-icon.data {
  background-position: left -65px;
}

#manufacturing.page
  .section.text-blocks
  .text-block-title
  .text-block-icon.insights {
  background-position: left -130px;
}

#manufacturing.page
  .section.text-blocks
  .text-block-title
  .text-block-icon.implement {
  background-position: left -195px;
}

#digital-transformation.page
  .section.text-blocks
  .text-block-title
  .text-block-icon {
  background-image: url("icons-digital-transformation-page.png");
  background-repeat: no-repeat;
  display: inline-block;
  width: 65px;
  height: 65px;
  background-size: 100%;
}

#digital-transformation.page
  .section.text-blocks
  .text-block-title
  .text-block-icon.api {
  background-position: left top;
}

#digital-transformation.page
  .section.text-blocks
  .text-block-title
  .text-block-icon.interoperability {
  background-position: left -65px;
}

#digital-transformation.page
  .section.text-blocks
  .text-block-title
  .text-block-icon.workforce {
  background-position: left -130px;
}

#digital-transformation.page
  .section.text-blocks
  .text-block-title
  .text-block-icon.innovation {
  background-position: left -195px;
}

#manufacturing.page .gear-illustration.right,
#digital-transformation.page .gear-illustration.right {
  position: absolute;
  left: 0;
  right: 0;
  margin: 10px auto 0;
}

.mobile #manufacturing.page .gear-illustration.right,
.mobile #digital-transformation.page .gear-illustration.right { 
  position: relative;
}

#manufacturing.page .gear-illustration.right .title,
#digital-transformation.page .gear-illustration.right .title {
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
}

.mobile #manufacturing.page .gear-illustration.right .title,
.mobile #digital-transformation.page .gear-illustration.right .title { 
  margin-top: 30px;
  position: relative;
}

.mobile .mobile #digital-transformation.page .gear-illustration.right .title br {
  display: none;
}

#manufacturing.page .gear-container,
#digital-transformation.page .gear-container {
  position: relative;
  width: 1280px;
  margin: 0 auto;
  background-color: #fff;
}

.mobile #manufacturing.page .gear-container { 
  width: auto;
  margin-right: -15px;
}

.mobile #digital-transformation.page .gear-container {
  width: auto;
}

#manufacturing.page
  .gear-illustration.right
  .gear-container
  .gear-container-inner {
  background-image: url("illustration-one-manufacturing-page.png");
  background-size: 100%;
  height: 70px;
  width: 250px;
  background-repeat: no-repeat;
  position: relative;
  margin-left: auto;
  background-position: right -7px top;
}

#digital-transformation.page
  .gear-illustration.right
  .gear-container
  .gear-container-inner {
  background-image: url("illustration-one-digital-transformation-page.png");
  background-size: 100%;
  height: 110px;
  width: 290px;
  background-repeat: no-repeat;
  right: -10px;
  position: relative;
  margin-left: auto;
}

#manufacturing.page .gear-illustration.left {
  margin-left: -11px;
}

#manufacturing.page .gear-illustration.left .gear-container {
  height: 70px;
}

#digital-transformation.page .gear-illustration.left .gear-container {
  height: 110px;
  margin-bottom: 30px;
}

#manufacturing.page
  .gear-illustration.left
  .gear-container
  .gear-container-inner {
  background-image: url("illustration-two-manufacturing-page.png");
  background-size: 100%;
  height: 70px;
  width: 650px;
  background-repeat: no-repeat;
  position: relative;
  margin-left: -12px;
}

.mobile #manufacturing.page
.gear-illustration.left
.gear-container
.gear-container-inner {
  width: auto;
  background-size: 310px 70px;
}

#digital-transformation.page
  .gear-illustration.left
  .gear-container
  .gear-container-inner {
  background-image: url("illustration-two-digital-transformation-page.png");
  background-size: 100%;
  height: 110px;
  width: 650px;
  background-repeat: no-repeat;
  position: relative;
  left: -11px;
}

.mobile #digital-transformation.page
  .gear-illustration.left
  .gear-container
  .gear-container-inner {
  width: auto;  
}

#manufacturing.page .gear-illustration.left .gear-line {
  height: 66px;
  border-color: #bbe4f8;
}

#digital-transformation.page .gear-illustration.right .gear-line {
  border-bottom: 2px solid #7ac8f0;
  position: absolute;
  margin-top: 48px;
}

#manufacturing.page .gear-illustration.both .gear-container {
  background-image: url("illustration-three-manufacturing-page.png");
  background-size: 1280px;
  position: relative;
  height: 250px;
  background-repeat: no-repeat;
  width: 1278px;
  background-position: -1px top;
}

.mobile #manufacturing.page .gear-illustration.both .gear-container {
  width: 100vw;
}

#digital-transformation.page .gear-illustration.both .gear-container {
  background-image: url("illustration-three-digital-transformation-page.png");
  background-size: 1280px;
  position: relative;
  height: 300px;
  background-repeat: no-repeat;
  width: 1279px;
  background-position: -2px top;
}

.mobile #digital-transformation.page .gear-illustration.both .gear-container {
  width: auto;
}

#manufacturing.page .gear {
  background-image: url("graphic-manufacturing-gear.png");
  width: 41px;
  height: 41px;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
}

#manufacturing.page .gear-illustration.right .gear {
  top: 15px;
  left: 25px;
}

#manufacturing.page .gear-illustration.left .gear {
  top: 15px;
  right: 25px;
}

.mobile #manufacturing.page .gear-illustration.left .gear {
  left: 250px;
}

#manufacturing.page .gear-illustration.both .gear.left {
  top: 88px;
  left: 614px;
}

.mobile #manufacturing.page .gear-illustration.both .gear.left {
  left: 0;
}

#manufacturing.page .gear-illustration.both .gear.right {
  top: 193px;
  right: 519px;
}

#manufacturing.page .section.contact .gear.left {
  top: 407px;
  left: 541px;
}

.mobile #manufacturing.page .section.contact .gear.left {
  left: 0;
}

#manufacturing.page .section.contact .gear.right {
  top: 285px;
  right: 617px;
}

#manufacturing.page .gear-line {
  border-top: 2px solid #7ac9f2;
  border-bottom: 2px solid #7ac9f2;
  height: 66px;
  position: absolute;
}

#manufacturing.page .gear-illustration.right .gear-line {
  border-width: 1px;
  margin-top: 1px;
  height: 67px;
}

#digital-transformation.page .gear-line {
  position: absolute;
}

.mobile #digital-transformation.page .gear-line {
  display: none;
}

#manufacturing.page .gear-line.left,
#digital-transformation.page .gear-line.left {
  left: 0;
  right: 50%;
}

#manufacturing.page .gear-line.right,
#digital-transformation.page .gear-line.right {
  left: 50%;
  right: 0;
}

#digital-transformation.page .gear-illustration.left .gear-line.left {
  border-bottom: 2px solid #7ac8f0;
  margin-top: 54px;
}

.mobile #digital-transformation.page .gear-illustration.left .gear-line.left {
  display: none;
}

#manufacturing.page .gear-illustration.both .gear-line.left {
  margin-top: 73px;
  border-color: #bae4f8;
}

#manufacturing.page .gear-illustration.both .gear-line.right {
  margin-top: 179px;
  border-width: 1px;
  height: 67px;
}

#digital-transformation.page .gear-illustration.both .gear-line.left {
  margin-top: 106px;
  border-color: #bae4f8;
  border-top: 2px solid #7ac8f0;
  border-bottom: 2px solid #7ac8f0;
  height: 105px;
}

#digital-transformation.page .gear-illustration.both .gear-line.right {
  margin-top: 136px;
  height: 76px;
  border-top: 2px solid #7ac8f0;
}

#digital-transformation.page .gear-line.right {
  border-bottom: 2px solid #7ac8f0;
}

#digital-transformation.page .section.contact .gear-line.right {
  border-top: 2px solid #7ac8f0;
  height: 105px;
  margin-top: 112px;
}

#manufacturing.page .gear.animated {
  animation-duration: 2s;
  animation-name: gear-rotate;
  animation-timing-function: linear;
}

#manufacturing.page .gear-illustration.left .gear.animated,
#manufacturing.page .gear-illustration.right .gear.animated {
  animation-name: gear-rotate-counter;
}

@keyframes gear-rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(180deg);
  }
}

@keyframes gear-rotate-counter {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-180deg);
  }
}

#jobs-page .section.text-blocks .text-block-text,
#platform.page .section.text-blocks .text-block-text,
#manufacturing.page .section.text-blocks .text-block-text,
#digital-transformation.page .section.text-blocks .text-block-text {
  font-size: 14px;
  line-height: 22px;
  text-align: left;
}

#manufacturing.page .section.text-blocks .text-block-text,
#digital-transformation.page .section.text-blocks .text-block-text {
  font-weight: 300;
}

#jobs-page .section.grid .grid-block {
  width: 308px;
  height: 239px;
  display: inline-block;
  vertical-align: top;
  margin: 4px 3px 4px 2px;
}

#jobs-page .section.grid .grid-row {
  white-space: nowrap;
}

.mobile #jobs-page .section.grid .grid-row {
  white-space: normal;
}

#jobs-page .section.grid .grid-row * {
  white-space: normal;
}

#jobs-page .section.grid .grid-block.photo {
  background-size: 100%;
}

#jobs-page .section.grid .grid-block.photo#engineer {
  background-image: url("photo-jobs-engineer.png");
}

#jobs-page .section.grid .grid-block.photo#hardware {
  background-image: url("photo-jobs-hardware.png");
}

#jobs-page .section.grid .grid-block.photo#ny {
  background-image: url("icons-jobs-temboo-heart-ny.png");
  border: 1px solid #aaa;
  width: 306px;
  height: 237px;
  background-size: 130px 130px;
  background-repeat: no-repeat;
  background-position: 92px;
}

#jobs-page .section.grid .grid-block.photo#tribeca {
  background-image: url("photo-jobs-tribeca.png");
}

#jobs-page .section.grid .grid-block.photo#picnic {
  background-image: url("photo-jobs-picnic.png");
}

#jobs-page .section.grid .grid-block.text {
  color: #fff;
  text-align: left;
}

#jobs-page .section.grid .grid-block.text.quote {
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  padding: 25px 35px;
  width: 238px;
  height: 189px;
}

.quote-icon {
  background-image: url("graphics-jobs-quotes.png");
  background-size: 22px 44px;
  height: 22px;
  width: 22px;
  display: inline-block;
  opacity: 0.5;
}

.quote-icon.open {
  background-position: left top;
}

.quote-icon.close {
  background-position: left -22px;
}

#jobs-page .section.grid .grid-block.text.quote .author {
  text-align: right;
  margin-top: 10px;
}

#jobs-page .section.grid .grid-block.text.quote .author strong {
  font-weight: 600;
}

#jobs-page .section.grid .grid-block.text#quote1 {
  background-color: #3cc897;
}

#jobs-page .section.grid .grid-block.text#quote2 {
  background-color: #3fafe3;
}

#jobs-page .section.grid .grid-block.text#location {
  background-color: #f8c308;
  font-weight: 600;
  font-size: 26px;
  padding: 50px 35px;
  height: 139px;
  width: 238px;
}

#jobs-page .section.paragraph {
  margin-bottom: 100px;
  background-color: #f6f6f6;
}

.mobile #jobs-page .section.paragraph {
  margin-bottom: 30px;
}

#jobs-page .section.paragraph .section-inner {
  margin: 0 auto;
  padding: 60px 0 10px;
  position: relative;
}

#jobs-page .section.paragraph .section-title {
  margin-bottom: 60px;
}

.mobile #jobs-page .section.paragraph .section-title {
  font-size: 44px;
  font-weight: 300;
}

#jobs-page .section.paragraph .section.list {
  margin-bottom: 10px;
}

#jobs-page .section.jobs {
  font-weight: 300;
}

.mobile #jobs-page .section.jobs {
  padding: 15px;
}

#jobs-page .section.jobs a {
  font-weight: 300;
}

#jobs-page .section.jobs .positions-grid {
  max-width: 1080px;
  margin: 40px auto 0;
}

.mobile #jobs-page .section.jobs .positions-grid {
  margin: auto;
}

#jobs-page .section.jobs .positions-grid .positions-row {
  border-bottom: 1px solid #ccc;
  text-align: left;
  padding-top: 40px;
}

.mobile #jobs-page .section.jobs .positions-grid .positions-row {
  text-align: center;
}

#jobs-page .section.jobs .position-category {
  font-size: 26px;
  display: inline-block;
  width: 200px;
  vertical-align: top;
  margin-top: -3px;
}

#jobs-page .section.jobs .positions {
  display: inline-block;
}

#jobs-page .section.jobs .position {
  display: inline-block;
  width: 285px;
  margin-bottom: 30px;
}

#jobs-page .section.jobs .position .job-title {
  font-size: 18px;
}

#jobs-page .section.jobs .position .position-location {
  font-size: 14px;
  font-weight: normal;
}

#jobs-page .section.team {
  width: 1080px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 60px;
}

#page.team {
  width: 930px;
  margin: 50px auto 60px;
  text-align: left;
}

#page.team h1,
#page.team h2 {
  text-align: center;
}

#page.team h1 {
  font-size: 40px;
  font-weight: bold;
  margin-top: 10px;
}

#page.team h2 {
  font-size: 20px;
  margin: -20px auto 20px;
  width: 550px;
}

#page.team h2 a {
  font-weight: normal;
}

#jobs-page #team-photos,
#page.team #team-photos {
  margin-top: 10px;
  width: 930px;
  margin: 50px auto 30px;
  text-align: left;
}

#jobs-page .team-profile,
#page.team .team-profile {
  min-width: 100px;
  padding: 20px 15px 40px;
  text-align: left;
  display: inline-block;
  position: relative;
  background: none;
}

#jobs-page .team-profile.blank,
#page.team .team-profile.blank {
  visibility: hidden;
}

#jobs-page .team-profile .body-large,
#page.team .team-profile .body-large {
  font-weight: bold;
  margin: 10px 0 -10px;
}

#jobs-page .team-profile .subtitle-small,
#page.team .team-profile .subtitle-small {
  font-size: 10px;
  position: absolute;
}

#jobs-page .team-photo,
#page.team .team-photo {
  width: 100px;
  height: 100px;
  border-radius: 10px;
}

#team-aaron {
  background: url("/assets/team-aaron.png");
}
#team-briana {
  background: url("/assets/team-briana.png");
}
#team-brett {
  background: url("/assets/team-brett.png");
}
#team-cormac {
  background: url("/assets/team-cormac.png");
}
#team-eric {
  background: url("/assets/team-eric.png");
}
#team-jeffrey {
  background: url("/assets/team-jeffrey.png");
}
#team-jessica {
  background: url("/assets/team-jessica.png");
}
#team-ladan {
  background: url("/assets/team-ladan.png");
}
#team-mike {
  background: url("/assets/team-mike.png");
}
#team-noelle {
  background: url("/assets/team-noelle.png");
}
#team-sara {
  background: url("/assets/team-sara.png");
}
#team-sarah {
  background: url("/assets/team-sarah.png");
}
#team-savraj {
  background: url("/assets/team-savraj.png");
}
#team-trisala {
  background: url("/assets/team-trisala.png");
}
#team-vaughn {
  background: url("/assets/team-vaughn.png");
}
#team-massimo {
  background: url("/assets/team-massimo.png");
}

#jobs-page .team-blurb,
#page.team .team-blurb {
  visibility: hidden;
  text-align: center;
  border: 3px solid #caecf9;
  padding: 8px 12px;
  border-radius: 10px;
  font-size: 12px;
  position: absolute;
  bottom: 173px;
  background: #fff;
  opacity: 0;
  transition: opacity 100ms linear;
  width: 210px;
  margin-left: -72px;
}

#jobs-page .team-blurb p,
#page.team .team-blurb p {
  margin: 4px 0;
  line-height: 14px;
}

#jobs-page .team-profile:hover .team-photo,
#page.team .team-profile:hover .team-photo {
  border: 3px solid #caecf9;
  margin: -3px;
  border-radius: 13px;
}

#jobs-page .team-profile:hover,
#page.team .team-profile:hover {
  background-position: 55px -17px;
  background-repeat: no-repeat;
  background-image: url("/assets/graphic-pointer-lightblue.png");
  transition: background-image 200ms linear;
}

#jobs-page .team-profile:hover .team-blurb,
#page.team .team-profile:hover .team-blurb {
  visibility: visible;
  opacity: 1;
  transition: opacity 100ms linear;
}

#jobs-page .section.contact {
  max-width: 900px;
}

.mobile #jobs-page .section.contact {
  padding: 20px;
}
#jobs-page .section.contact .section-title {
  margin-bottom: 40px;
}

/* White text header */

#page-platform-index #header-inner,
#page-manufacturing-index #header-inner,
#page-education-index #header-inner,
#page-digitaltransformation-index #header-inner,
#page-kosmos-gcccasestudy #header-inner,
#page-landing-index #header-inner {
  border-bottom: none;
}

#page-pricing-index #header-inner.white {
  border-bottom: none;
}

#page-landing-index #header-inner .nav-link.button {
	border-color: #fff;
}

#page-landing-index #header-inner .nav-link.button:hover {
	background-color: rgba(255, 255, 255, .35);
	transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
}

/* Sticky header */

#header-inner.sticky.blue {
  background-color: #2bb5e9;
  position: fixed;
  padding-top: 10px;
  padding-bottom: 6px;
  margin-top: -10px;
  z-index: 2;
  top: -69px;
  box-shadow: 1px 6px 15px -3px rgba(102, 102, 102, 0.3);
  -webkit-box-shadow: 1px 6px 15px -3px rgba(102, 102, 102, 0.3);
  -moz-box-shadow: 1px 6px 15px -3px rgba(102, 102, 102, 0.3);
  border-bottom: none;
}

#header-inner.sticky.blue.animated {
  transition: top 0.25s ease-in-out;
  -moz-transition: top 0.25s ease-in-out;
  -webkit-transition: top 0.25s ease-in-out;
}

#header-inner.sticky.blue.animated.shown {
  transition: top 0.75s ease-in-out;
  -moz-transition: top 0.75s ease-in-out;
  -webkit-transition: top 0.75s ease-in-out;
}

#header-inner.sticky.blue.has-menu {
  padding-bottom: 0;
}

#page-platform-index #header-inner.sticky.blue {
  z-index: 3;
}

#header-inner.sticky.blue.has-menu {
  top: -129px;
}

#header-inner.sticky.blue.shown {
  top: 10px;
  z-index: 5;
}

#page-platform-index #logo,
#page-education-index #logo,
#page-digitaltransformation-index #logo,
#page-manufacturing-index #logo,
#header-inner.blue #logo,
#page-kosmos-gcccasestudy #logo,
#page-landing-index #logo {
  width: 181px;
  height: 50px;
}

#page-platform-index #logo a,
#page-education-index #logo a,
#page-digitaltransformation-index #logo a,
#page-manufacturing-index #logo a,
#header-inner.blue #logo a,
#page-kosmos-gcccasestudy #logo a,
#page-landing-index #logo a {
  background-image: url("logo-header-white.png");
  width: 185px;
  height: 60px;
  margin-left: 19px;
  background-size: 100%;
  position: absolute;
  margin-top: -5px;
}

#page-platform-index #logo img,
#page-education-index #logo img,
#page-digitaltransformation-index #logo img,
#page-manufacturing-index #logo img,
#header-inner.blue #logo img,
#page-kosmos-gcccasestudy img,
#page-landing-index #logo img {
  visibility: hidden;
}

#page-platform-index #navigation,
#page-education-index #navigation,
#page-digitaltransformation-index #navigation,
#page-manufacturing-index #navigation,
#header-inner.blue #navigation,
#page-kosmos-gcccasestudy #navigation,
#page-landing-index #navigation {
  bottom: -4px;
}

#page-platform-index #navigation .nav-link,
#page-education-index #navigation .nav-link,
#page-digitaltransformation-index #navigation .nav-link,
#page-manufacturing-index #navigation .nav-link,
#header-inner.blue #navigation .nav-link,
#page-kosmos-gcccasestudy #navigation .nav-link,
#page-landing-index #navigation .nav-link {
  color: #fff;
}

#navigation .callout-container:hover .nav-link,
#page-platform-index #navigation .callout-container:hover .nav-link,
#page-education-index #navigation .callout-container:hover .nav-link,
#page-digitaltransformation-index
  #navigation
  .callout-container:hover
  .nav-link,
#page-manufacturing-index #navigation .callout-container:hover .nav-link,
#header-inner.blue #navigation .callout-container:hover .nav-link,
#page-kosmos-gcccasestudy #navigation .callout-container:hover .nav-link,
#page-landing-index #navigation .callout-container:hover .nav-link {
  opacity: 0.75;
  transition: opacity 0.5s ease-in-out;
  -webkit-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  -ms-transition: opacity 0.5s ease-in-out;
}

#navigation .callout-container:hover .nav-link {
  color: #2293bd;
}

/*#header-inner.sticky.is-over-panel {
	background: transparent;
	pointer-events: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	z-index: 10;
}*/

/* platform page styling */

#platform.page {
  height: 4250px;
  font-size: 14px;
}

.mobile #platform.page {
  height: auto;
  overflow: hidden;
}

#platform.page .platform-page-inner {
  position: absolute;
  left: 0;
  right: 0;
}

.mobile #platform.page .platform-page-inner { 
  position: relative;
}

#page-platform-index .background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3093px;
  background: #3fa7ea;
  background: -moz-linear-gradient(top, #3fa7ea 0%, #42bde1 33%, #48dcd5 100%);
  background: -webkit-linear-gradient(
    top,
    #3fa7ea 0%,
    #42bde1 33%,
    #48dcd5 100%
  );
  background: linear-gradient(to bottom, #3fa7ea 0%, #42bde1 33%, #48dcd5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3fa7ea', endColorstr='#48dcd5',GradientType=0 );
  z-index: -1;
  min-width: 1280px;
}

#page-platform-index.mobile .background {
  min-width: auto;
}

#page-platform-index .background .kosmos-background {
  background-image: linear-gradient(-51deg, #72e382 -80%, #2bb5e9 100%);
  width: 100%;
  height: 640px;
}

#page-platform-index #navigation #nav-links {
  height: 19px;
}

#page-platform-index #navigation #sign-up {
  background-color: #fff;
  border-radius: 15px;
  width: 66px;
  margin-top: -6px;
  padding: 5px 15px;
  font-family: "Open Sans";
  font-weight: 500;
  font-size: 14px;
  color: #2bb5e9;
}

.grid-item {
  display: inline-block;
}

.mobile .grid-item {
  display: flex;
  flex-flow: column; 
  margin: 30px 0;
}

.mobile #map.grid-item,
.mobile #manufacturing.grid-item {
  flex-flow: column-reverse;
}

#platform.page .title {
  font-size: 34px;
  white-space: nowrap;
}

.mobile #platform.page .title {
  white-space: inherit;
}

#platform.page .subtitle {
  text-transform: none;
  font-weight: 300;
  font-size: 18px;
  margin-bottom: 30px;
}

.content-page .section-outer {
  padding: 80px 0;
  position: relative;
}

#platform.page .section-outer.white {
  background: #fff;
  min-width: 1280px;
}

.mobile #platform.page .section-outer.white {
  min-width: auto;
  padding: 50px 0 20px;
}

#platform.page .section-outer.white.list-outer {
  padding: 0;
}

.mobile #platform.page .section-outer.white.list-outer {
  min-width: auto;
}

#platform.page .section-outer.white.list-outer.expanded .section.list {
  opacity: 1;
}

#platform.page .section-outer.gray {
  background: #f6f6f6;
}

.mobile #platform.page .section-outer.gray {
  padding: 80px 15px 15px;
}

#platform.page .section {
  width: 1100px;
  margin: 0 auto;
}

.mobile #platform.page .section  {
  width: auto;
}

#platform.page .section.intro {
  color: #fff;
  height: 500px;
  margin: 60px auto 0;
  position: relative;
  z-index: 1;
}

.mobile #platform.page .section.intro {
  text-align: center;
  height: auto;
}

#platform.page .section.intro .intro-graphic {
  background: url("graphic-featured-platform.png");
  background-repeat: no-repeat;
  width: 1041px;
  height: 400px;
  background-size: 100%;
  position: absolute;
  top: 185px;
  left: 155px;
  opacity: 0;
  z-index: -1;
}

.mobile #platform.page .section.intro .intro-graphic {
  width: 98%;
  position: relative;
  left: 0;
  top: 0;
  height: 163px;
  margin: auto 4px;
  margin-top: 40px;
}

#platform.page .section.intro .title {
  margin-bottom: 30px;
}

.content-page .section.list {
  width: 1000px;
  text-align: left;
}

#platform.page .section.list {
  padding: 140px 0 40px;
}

.mobile #platform.page .section.list {
  padding: 40px 15px;
}

.content-page .section.list .title {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}

#platform.page.content-page .section.list .title,
#platform.page.content-page#platform .section.list li {
  opacity: 0;
}

.content-page .section.list ul {
  padding-left: 0;
  display: inline-block;
  max-width: 625px;
  margin: 3px 0 0 60px;
}

.mobile .content-page .section.list ul {
  margin: 3px 0 0 30px;
}

.mobile #platform.content-page .section.list ul {
  margin: 0;
}

.content-page .section.list li {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 35px;
  text-align: left;
}

.content-page#platform .section.list li {
  margin-bottom: 50px;
}

.content-page .section.list li .list-title,
#manufacturing.content-page .section.get-started li .list-title {
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 40px;
  line-height: 30px;
}

#manufacturing.content-page .section.get-started li .list-title,
.content-page#platform .section.list li .list-title {
  margin-bottom: 20px;
}

.content-page .section.list li .list-description {
  line-height: 26px;
}

#platform.page .create-account-button {
  width: 290px;
  text-transform: uppercase;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  background-color: #1f9cbd;
  margin: 0px auto;
  border-radius: 20px;
  color: #fff;
  font-size: 20px;
  font-family: "Open Sans";
  font-weight: 600;
  letter-spacing: 0.5pt;
  text-align: center;
  -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}

#platform.page .create-account-button:hover {
  -webkit-box-shadow: 1px 2px 6px #354951;
  box-shadow: 1px 2px 6px #354951;
  -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}

#platform.page .section.contact .create-account-button {
  border: unset;
  border-radius: 25px;
  font-weight: 400;
  margin-top: 30px;
}

#platform.page .section.customers .create-account-button {
  position: relative;
  background-image: linear-gradient(315deg, #2bb5e9 0%, #72e382 100%);
  background-image: -webkit-linear-gradient(315deg, #2bb5e9 0%, #72e382 100%);
  border-radius: 22.5px;
  width: 300px;
  height: 50px;
  font-family: 'Montserrat', 'Open Sans';
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
}

.mobile #platform.page .section.customers .create-account-button {
  width: 210px;
  height: 45px;
  font-size: 14px;
  line-height: 45px;
}

.mobile #platform.page .section.contact .create-account-button {
  margin: 20px;
  margin-bottom: 60px;
}

#platform.page .section-outer.diagram-outer {
  padding-bottom: 0;
  background: linear-gradient(to bottom, #42C1DF 0%, #45CEDA 33%, #48dcd5 100%);
}

#platform.page .section.diagram {
  color: #fff;
  background-image: url("graphic-platform-diagram-code-window.png");
  background-position: left 360px bottom -7px;
  background-size: 504px 328px;
  background-repeat: no-repeat;
  padding-bottom: 151px;
  position: relative;
}

.mobile #platform.page .section.diagram {
  background: none; 
  padding-bottom: 25px;
}

#platform.page .section.diagram .title {
  text-align: center;
  margin-bottom: 80px;
}

.mobile #platform.page .section.diagram .title {
  font-size: 36px;
  margin-bottom: 70px;
}

#platform.page .section.diagram .diagram-container .list-item {
  width: 260px;
  padding-left: 40px;
  display: inline-block;
  vertical-align: top;
}

.mobile #platform.page .section.diagram .diagram-container .list-item { 
  padding-left: 60px;
  width: auto;
  padding-right: 10px;
}

#platform.page .section.diagram .diagram-container .list-item .list-item-check {
  background-image: url("graphic-platform-diagram-check.png");
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: left top;
  position: absolute;
  width: 24px;
  height: 24px;
  left: 0;
  opacity: 0;
  transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
}

.mobile #platform.page .section.diagram .diagram-container .list-item .list-item-check {
  left: 20px;
}

#platform.page
  .section.diagram
  .diagram-container
  .list-item
  .list-item-check.visible {
  opacity: 1;
}

#platform.page .section.diagram .diagram-container .list-item-title {
  font-size: 18px;
  margin-bottom: 10px;
}

#platform.page .section.diagram .diagram-container .list-item-description {
  font-weight: 300;
  line-height: 22px;
}

#platform.page .section.diagram .diagram-container .diagram-row {
  margin-bottom: 50px;
}

#platform.page .section.diagram .diagram-container .diagram-row#private-apis {
  margin-bottom: 110px;
}

#platform.page .section.diagram .diagram-container .diagram-row .circles {
  display: inline-block;
  vertical-align: top;
  width: 600px;
  text-align: center;
  position: relative;
  margin-left: 25px;
}

.mobile #platform.page .section.diagram .diagram-container .diagram-row .circles {
  width: 100%;
  margin-left: 0;
  margin-top: 20px;
}

#platform.page .section.diagram .diagram-container .diagram-row .circle {
  height: 90px;
  width: 90px;
  border-radius: 45px;
  display: inline-block;
  vertical-align: top;
  margin: 0 3px;
  position: relative;
  z-index: 2;
}

.mobile #platform.page .section.diagram .diagram-container .diagram-row .circle {
  margin: 10px;
}

#platform.page
  .section.diagram
  .diagram-container
  .diagram-row#industry
  .circle {
  background-color: #65d6e9;
}

#platform.page .section.diagram .diagram-container .diagram-row#device .circle {
  background-color: #52dbdc;
}

#platform.page
  .section.diagram
  .diagram-container
  .diagram-row
  .circle
  .circle-icon {
  background-repeat: no-repeat;
  background-size: 100%;
}

#platform.page
  .section.diagram
  .diagram-container
  .diagram-row#device
  .circle
  .circle-icon {
  background-image: url("graphic-platform-diagram-multi-device.png");
  width: 70px;
  height: 70px;
  margin: 10px;
}

#platform.page
  .section.diagram
  .diagram-container
  .diagram-row#device
  .circle
  .circle-icon.individual {
  background-position: left top;
}

#platform.page
  .section.diagram
  .diagram-container
  .diagram-row#device
  .circle
  .circle-icon.m2m {
  background-position: left -60px;
}

#platform.page
  .section.diagram
  .diagram-container
  .diagram-row#device
  .circle
  .circle-icon.network {
  background-position: left -130px;
}

#platform.page .section.diagram .diagram-container .diagram-row .circle-label {
  position: absolute;
  left: 0;
  right: 0;
}

#platform.page
  .section.diagram
  .diagram-container
  .diagram-row
  .circle-label.outer {
  bottom: -25px;
}

#platform.page
  .section.diagram
  .diagram-container
  .diagram-row
  .circle-label.inner {
  bottom: 15px;
  font-size: 10px;
  font-weight: 400;
}

#platform.page
  .section.diagram
  .diagram-container
  .diagram-row#hardware
  .circle {
  background-color: #4ae7cd;
}

#platform.page
  .section.diagram
  .diagram-container
  .diagram-row#hardware
  .circle
  .circle-icon {
  background-image: url("graphic-platform-diagram-hardware.png");
  background-size: 80px 150px;
  height: 50px;
  width: 80px;
  background-size: 100%;
  margin: 20px 5px;
}

#platform.page
  .section.diagram
  .diagram-container
  .diagram-row#hardware
  .circle
  .circle-icon.arduino {
  background-position: left top;
}

#platform.page
  .section.diagram
  .diagram-container
  .diagram-row#hardware
  .circle
  .circle-icon.ti {
  background-position: left -50px;
}

#platform.page
  .section.diagram
  .diagram-container
  .diagram-row#hardware
  .circle
  .circle-icon.samsung {
  background-position: left -100px;
}

#platform.page
  .section.diagram
  .diagram-container
  .diagram-row#hardware
  .circle
  .circle-icon.siemens {
  background-image: url("graphic-platform-diagram-hardware-2.png");
  background-size: 80px 100px;
  background-position: left top;
}

#platform.page
  .section.diagram
  .diagram-container
  .diagram-row#hardware
  .circle
  .circle-icon.ge {
  background-image: url("graphic-platform-diagram-hardware-2.png");
  background-size: 80px 100px;
  background-position: left -50px;
}

#platform.page .section.diagram .diagram-container .diagram-row#code {
  margin-bottom: 93px;
}

#platform.page .section.diagram .diagram-container .diagram-row .circle-text {
  line-height: 18px;
  margin-top: 27px;
  font-weight: 300;
}

#platform.page
  .section.diagram
  .diagram-container
  .diagram-row#private-apis
  .circle-text {
  font-size: 24px;
  font-weight: normal;
  margin-top: 35px;
}

#platform.page
  .section.diagram
  .diagram-container
  .diagram-row
  .circle-text#last {
  font-weight: 400;
}

#platform.page
  .section.diagram
  .diagram-container
  .diagram-row
  .circle-text
  .number {
  font-weight: normal;
  font-size: 18px;
}

#platform.page
  .section.diagram
  .diagram-container
  .diagram-row
  .circle-text
  .plus {
  font-weight: normal;
  font-size: 24px;
  vertical-align: -4px;
}

#platform.page
  .section.diagram
  .diagram-container
  .diagram-row#language
  .circle-text
  .plus,
#platform.page
  .section.diagram
  .diagram-container
  .diagram-row#cloud-services
  .circle-text
  .plus {
  vertical-align: -2px;
}

#platform.page
  .section.diagram
  .diagram-container
  .diagram-row#language
  .circle {
  background-color: #44dbb5;
}

#platform.page
  .section.diagram
  .diagram-container
  .diagram-row#language
  .circle
  .circle-icon {
  background-image: url("graphic-platform-diagram-language.png");
  width: 55px;
  height: 55px;
  margin: 17px 18px 18px 17px;
}

#platform.page
  .section.diagram
  .diagram-container
  .diagram-row#language
  .circle
  .circle-icon.linux {
  background-position: left top;
}

#platform.page
  .section.diagram
  .diagram-container
  .diagram-row#language
  .circle
  .circle-icon.c {
  background-position: left -55px;
}

#platform.page
  .section.diagram
  .diagram-container
  .diagram-row#language
  .circle
  .circle-icon.python {
  background-position: left -110px;
}

#platform.page
  .section.diagram
  .diagram-container
  .diagram-row#language
  .circle
  .circle-icon.ios {
  background-position: left -165px;
}

#jobs-page .section .section-title {
  font-size: 34px;
  font-weight: 300;
  text-align: center;
}

.mobile #jobs-page .section .section-title {
  font-size: 40px;
}

#platform.page .section.diagram .diagram-container .diagram-row#sensor .circle {
  background-color: #40cbb9;
  width: 80px;
  height: 80px;
}

#platform.page
  .section.diagram
  .diagram-container
  .diagram-row#sensor
  .circle
  .circle-text,
#platform.page
  .section.diagram
  .diagram-container
  .diagram-row#remote-control
  .circle
  .circle-text {
  margin-top: 23px;
}

#platform.page
  .section.diagram
  .diagram-container
  .diagram-row#sensor
  .circle
  .circle-icon {
  background-image: url("graphic-platform-diagram-sensors.png");
  width: 45px;
  height: 40px;
  margin: 12px 17px 28px 18px;
}

#platform.page
  .section.diagram
  .diagram-container
  .diagram-row#sensor
  .circle
  .circle-icon.temperature {
  background-position: left top;
}

#platform.page
  .section.diagram
  .diagram-container
  .diagram-row#sensor
  .circle
  .circle-icon.gas {
  background-position: left -40px;
}

#platform.page
  .section.diagram
  .diagram-container
  .diagram-row#sensor
  .circle
  .circle-icon.distance {
  background-position: left -80px;
}

#platform.page
  .section.diagram
  .diagram-container
  .diagram-row#sensor
  .circle
  .circle-icon.water {
  background-position: left -120px;
}

#platform.page
  .section.diagram
  .diagram-container
  .diagram-row#sensor
  .circle
  .circle-icon.motion {
  background-position: left -160px;
}

#platform.page
  .section.diagram
  .diagram-container
  .diagram-row#cloud-services
  .circle {
  background-color: #3ab5b2;
}

#platform.page
  .section.diagram
  .diagram-container
  .diagram-row#cloud-services
  .circle
  .circle-icon {
  background-image: url("graphic-platform-diagram-cloud-services.png");
  width: 55px;
  height: 55px;
  margin: 8px 17px 27px 18px;
}

#platform.page
  .section.diagram
  .diagram-container
  .diagram-row#cloud-services
  .circle
  .circle-icon.twilio {
  background-position: left top;
}

#platform.page
  .section.diagram
  .diagram-container
  .diagram-row#cloud-services
  .circle
  .circle-icon.gmail {
  background-position: left -55px;
}

#platform.page
  .section.diagram
  .diagram-container
  .diagram-row#cloud-services
  .circle
  .circle-icon.aws {
  background-position: left -110px;
}

#platform.page
  .section.diagram
  .diagram-container
  .diagram-row#cloud-services
  .circle
  .circle-icon.other {
  background-position: left -165px;
  margin-top: 18px;
}

#platform.page
  .section.diagram
  .diagram-container
  .diagram-row#cloud-services
  .circle
  .circle-icon.azure,
#platform.page
  .section.diagram
  .diagram-container
  .diagram-row#cloud-services
  .circle
  .circle-icon.weather {
  background-image: url("graphic-platform-diagram-cloud-services-2.png");
  background-size: 80px 100px;
  width: 80px;
  height: 50px;
  margin-left: 5px;
  margin-top: 12px;
}

#platform.page
  .section.diagram
  .diagram-container
  .diagram-row#cloud-services
  .circle
  .circle-icon.azure {
  background-position: left -50px;
}

#platform.page
  .section.diagram
  .diagram-container
  .diagram-row#cloud-services
  .circle
  .circle-icon.weather {
  background-position: left top;
}

#platform.page
  .section.diagram
  .diagram-container
  .diagram-row#cloud-services
  .circle
  .circle-label {
  font-size: 10px;
}

#platform.page
  .section.diagram
  .diagram-container
  .diagram-row#private-apis
  .circle {
  background-color: #41c3ce;
}

#platform.page
  .section.diagram
  .diagram-container
  .diagram-row#private-apis
  .circle
  .circle-icon {
  height: 50px;
  width: 50px;
  background-size: 100%;
  background-position: center;
  margin: auto;
}

#platform.page
  .section.diagram
  .diagram-container
  .diagram-row#private-apis
  .circle
  .circle-icon.excel {
  background-image: url("graphic-platform-excel.png");
  margin-top: 19px;
}

#platform.page
  .section.diagram
  .diagram-container
  .diagram-row#private-apis
  .circle
  .circle-icon.reports {
  background-image: url("icon-reports-platform.png");
  margin-top: 10px;
}

#platform.page
  .section.diagram
  .diagram-container
  .diagram-row#private-apis
  .circle
  .circle-label.inner {
  font-size: 14px;
}

#platform.page
  .section.diagram
  .diagram-container
  .diagram-row#remote-control
  .circle {
  background-color: #3ebbc9;
  width: 80px;
  height: 80px;
}

#platform.page
  .section.diagram
  .diagram-container
  .diagram-row#remote-control
  .circle
  .circle-icon {
  background-image: url("graphic-platform-diagram-actuators.png");
  width: 40px;
  height: 40px;
  margin: 12px 20px 28px;
}

#platform.page
  .section.diagram
  .diagram-container
  .diagram-row#remote-control
  .circle
  .circle-icon.motor {
  background-position: left top;
}

#platform.page
  .section.diagram
  .diagram-container
  .diagram-row#remote-control
  .circle
  .circle-icon.fan {
  background-position: left -40px;
}

#platform.page
  .section.diagram
  .diagram-container
  .diagram-row#remote-control
  .circle
  .circle-icon.pump {
  background-position: left -80px;
}

#platform.page
  .section.diagram
  .diagram-container
  .diagram-row#remote-control
  .circle
  .circle-icon.led {
  background-position: left -120px;
}

#platform.page
  .section.diagram
  .diagram-container
  .diagram-row#remote-control
  .circle
  .circle-icon.solenoid {
  background-position: left -160px;
}

#platform.page
  .section.diagram
  .diagram-container
  .diagram-row#industry
  .circle
  .circle-text {
  margin-top: 27px;
  font-weight: normal;
}

#platform.page .section.diagram .snippet {
  position: absolute;
  bottom: 0;
  font-size: 11px;
  width: 440px;
  left: 390px;
  height: 294px;
  overflow: hidden;
  -ms-overflow-style: none;
}

.mobile #platform.page .section.diagram .snippet {
  position: relative;
  width: auto;
  left: 0;
  display: none;
}
#platform.page .section.diagram .snippet .snippet-scroller {
  width: 455px;
  height: 264px;
  overflow-y: scroll;
  padding: 15px 0;
  pointer-events: none;
}

.mobile #platform.page .section.diagram .snippet .snippet-scroller {
  width: auto;
  overflow: hidden;
}

/*firefox only styling*/
@-moz-document url-prefix() {
}

#platform.page .section.diagram .snippet .faded {
  opacity: 0.5;
}

#platform.page .section.diagram .diagram-container .line {
  position: absolute;
}

.mobile #platform.page .section.diagram .diagram-container .line {
  display: none;
}

#platform.page .section.diagram .diagram-container .line.h {
  border-bottom: 1px solid #fff;
  height: 1px;
  top: 0;
  bottom: 0;
  width: 156px;
  margin: auto 0;
  z-index: 1;
}

#jobs-page .section.grid .grid-block.text.quote .quote-icon,
#page.pricing .section.quotes .quote-icon {
  background-image: url("graphics-jobs-quotes.png");
  background-size: 22px 44px;
  height: 22px;
  width: 22px;
  display: inline-block;
}

#jobs-page .section.grid .grid-block.text.quote .quote-icon {
  opacity: 0.5;
}

#page.pricing .quote-inner {
  position: relative;
}

.mobile #page.pricing .quote-inner {
  margin-top: 70px;
}

#page.pricing .quote-icon {
  position: absolute;
}

#page.pricing .quote-icon.open {
  left: -25px;
}

#jobs-page .section.grid .grid-block.text.quote .quote-icon.open,
#page.pricing .section.quotes .quote-icon.open {
  background-position: left top;
}

#page.pricing .section.quotes .quote-icon.open {
  left: -25px;
}

#page.pricing .section.quotes .quote-icon.close {
  margin-left: 5px;
}

#jobs-page .section.grid .grid-block.text.quote .quote-icon.close,
#page.pricing .quote-icon.close {
  background-position: left -22px;
}

#platform.page .section.diagram .diagram-container .line.left {
  left: 0;
  right: auto;
}

#platform.page .section.diagram .diagram-container .line.right {
  right: 0;
  left: auto;
}

#jobs-page .section.grid .grid-block.text.quote .author strong,
#page.pricing .quote-author strong {
  font-weight: 600;
}

#platform.page .section.diagram .diagram-container .line.h.short {
  width: 56px;
}

#platform.page .section.diagram .diagram-container .line.h.short.extended {
  width: 86px;
  right: -50px;
}

#platform.page
  .section.diagram
  .diagram-container
  .diagram-row#private-apis
  .line.h.short.extended {
  width: 106px;
}

#platform.page .section.diagram .diagram-container .line.v {
  border-right: 1px solid #fff;
  width: 1px;
}

#platform.page .section.diagram .diagram-container .line.v.right.top {
  height: 421px;
  top: 45px;
}

#platform.page .section.diagram .diagram-container .line.v.left {
  left: -1px;
}

#platform.page .section.diagram .diagram-container .line.v.left.top {
  height: 426px;
  top: 45px;
}

#jobs-page .section.paragraph .section-inner {
  margin: 0 auto;
  padding: 60px 0 10px;
  position: relative;
}

.mobile #jobs-page .section.paragraph .section-inner {
  margin: 0 auto;
  padding: 60px 20px 10px;
  position: relative;
}

#jobs-page .section.paragraph .section-title {
  margin-bottom: 60px;
}

#jobs-page .section.paragraph .section-title {
  margin-bottom: 20px;
}

#jobs-page .section.paragraph .section.list {
  margin-bottom: 10px;
  text-align: left;
}

#jobs-page .section.list .title {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}

#jobs-page .section.list {
  width: 980px;
}

.mobile #jobs-page .section.list {
  width: 100%;
}

#jobs-page .section.list .title {
  width: 260px;
  font-size: 34px;
}

#jobs-page .section.list ul {
  padding-left: 0;
  display: inline-block;
  width: 625px;
  margin: 3px 0 0 60px;
}

.mobile #jobs-page .section.list ul {
  width: 100%;
  margin: 0px;
}

#jobs-page .section.list li {
  font-weight: 300;
  line-height: 24px;
  font-size: 16px;
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 35px;
  text-align: left;
}

#jobs-page .section.list li .list-title {
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 40px;
  line-height: 30px;
}

.mobile #jobs-page .section.list li .list-title,
.mobile #about .section.list li .list-title,
.mobile #praise .section.list li .list-title {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 400;
}

#platform.page .section.diagram .diagram-container .line.v.left.middle {
  height: 28px;
  top: 32px;
}

#platform.page .section.diagram .diagram-container .line.v.right.bottom {
  height: 306px;
  top: 40px;
}

/*firefox only styling*/
@-moz-document url-prefix() {
  #platform.page .section.diagram .diagram-container .line.v.right.bottom {
    height: 309px;
  }
}

#platform.page .section.diagram .diagram-container .line.v.left.bottom {
  height: 200px;
  top: 28px;
}

#platform.page .section.diagram .diagram-container .cc-feature {
  position: absolute;
  border: 1px solid #fff;
  border-radius: 6px;
  background-image: url("graphic-platform-diagram-cc-features.png");
  background-size: 100%;
  width: 160px;
  height: 170px;
  right: -213px;
  top: -75px;
}

.mobile #platform.page .section.diagram .diagram-container .cc-feature {
  position: relative;
  left: 0;
  top: 0;
  margin: 30px auto 0;
}
#platform.page .section.diagram .diagram-container .cc-feature .cc-label {
  position: absolute;
  bottom: -50px;
  text-transform: uppercase;
  left: 0;
  right: 0;
}

#platform.page
  .section.diagram
  .diagram-container
  .cc-feature.data-visualization {
  background-position: left top;
}

.mobile #platform.page
  .section.diagram
  .diagram-container
  .cc-feature.data-visualization { 
  margin-bottom: 40px;
}

#platform.page
  .section.diagram
  .diagram-container
  .cc-feature.machine-learning {
  background-image: url("graphic-platform-machine-learning.png");
  background-size: 90px 90px;
  background-repeat: no-repeat;
  background-position: center;
  height: 132px;
  top: -21px;
}

#platform.page .section.diagram .diagram-container .cc-feature.remote-control {
  background-position: left -170px;
  top: 0;
}

.mobile #platform.page .section.diagram .diagram-container .cc-feature.remote-control {
  margin-bottom: 40px;
}

.mobile #platform.page .section.diagram .diagram-container .cc-feature.machine-learning {
  top: 0;
}

#platform.page .section.diagram .diagram-container .logic-gates {
  position: absolute;
  left: -10px;
}

.mobile #platform.page .section.diagram .diagram-container .logic-gates {
  display: none;
}

#platform.page .section.diagram .diagram-container .logic-gates.top {
  top: 65px;
}

#platform.page .section.diagram .diagram-container .logic-gates.bottom {
  top: 67px;
}

#platform.page .section.diagram .diagram-container .logic-gate {
  background-image: url("graphic-platform-diagram-logic-gates.png");
  width: 32px;
  height: 17px;
  background-size: 100%;
}

#platform.page .section.diagram .diagram-container .logic-gate.and {
  background-position: left top;
}

#platform.page .section.diagram .diagram-container .logic-gate.or {
  background-position: left -17px;
}

#platform.page .section.diagram .diagram-container .logic-gate.not {
  background-position: left -35px;
}

#platform.page .section.diagram .diagram-container .logic-gate.nand {
  background-position: left -52px;
}

#platform.page .section.diagram .diagram-container .logic-gate.nor {
  background-position: left -70px;
}

#platform.page .section.diagram .diagram-container .logic-gate.xor {
  background-position: left -87px;
}

#platform.page .section.diagram .diagram-container .logic-gate-container {
  margin-bottom: 7px;
}

#platform.page
  .section.diagram
  .diagram-container
  .logic-gate-container
  .label {
  font-size: 9px;
}

#platform.page .section-outer.white.contact {
  margin-top: 90px;
  padding-top: 30px;
}

.mobile #platform.page .section-outer.white.contact {
  margin-top: 50%;
}

#platform.page .section.customers {
  text-align: center;
  margin-top: 185px;
}

.mobile #platform.page .section.customers {
  position: relative;
  margin: auto;
  margin-top: 100px;
}

#platform.page .section.customers .title {
  text-align: center;
  white-space: unset;
  font-family: 'Open Sans';
  font-size: 22px;
  line-height: 32px;
  font-weight: 300;
  color: #333;
  width: 500px;
  margin: auto;
  margin-bottom: 40px;
  position: relative;
}

.mobile #platform.page .section.customers .title {
  font-size: 16px;
  line-height: 24px;
  width: 95%;
  max-width: 320px;
  margin-bottom: 24px;
}

.mobile .hide-when-mobile {
  display:none;
}

#platform.page .section.customers .title strong {
  font-weight: 400;
}

#platform.page .gcc {
  background: url("/assets/gcc-platform.svg") no-repeat;
  background-size: 2000px 500px;
  background-position: center;
  width: 100%;
  height: 500px;
  position: absolute;
  margin: auto;
  top: 130px;
}

.mobile #platform.page .gcc {
  background: url("/assets/gcc-platform-mobile.svg") no-repeat;
  width: 100%;
  height: 500px;
  background-size: 1000px 500px;
  background-position: center;
  position: absolute;
  margin: auto;
  left: 0;
  top: 0;
}


#team-aaron {
  background: url("/assets/team-aaron.png");
}
#team-briana {
  background: url("/assets/team-briana.png");
}
#team-brett {
  background: url("/assets/team-brett.png");
}
#team-cormac {
  background: url("/assets/team-cormac.png");
}
#team-eric {
  background: url("/assets/team-eric.png");
}
#team-jeffrey {
  background: url("/assets/team-jeffrey.png");
}
#team-jessica {
  background: url("/assets/team-jessica.png");
}
#team-ladan {
  background: url("/assets/team-ladan.png");
}
#team-mike {
  background: url("/assets/team-mike.png");
}
#team-noelle {
  background: url("/assets/team-noelle.png");
}
#team-sarah {
  background: url("/assets/team-sarah.png");
}
#team-savraj {
  background: url("/assets/team-savraj.png");
}
#team-trisala {
  background: url("/assets/team-trisala.png");
}
#team-vaughn {
  background: url("/assets/team-vaughn.png");
}
#team-massimo {
  background: url("/assets/team-massimo.png");
}

#jobs-page .team-blurb,
#page.team .team-blurb {
  visibility: hidden;
  text-align: center;
  border: 3px solid #caecf9;
  padding: 8px 12px;
  border-radius: 10px;
  font-size: 12px;
  position: absolute;
  bottom: 173px;
  background: #fff;
  opacity: 0;
  transition: opacity 100ms linear;
  width: 210px;
  margin-left: -72px;
}


#platform.page .section.contact {
  text-align: center;
  font-size: 22px;
  font-weight: 300;
}

#platform.page .section.contact .button {
  margin-left: 30px;
  margin-top: 0;
}

/* Pricing Page */

#page-pricing-index {
  min-width: 100%;
}

#page.pricing {
  text-align: center;
  margin: 0 auto 60px;
  font-size: 14px;
}

#page.pricing .editable .editable.title {
  z-index: 1;
  position: absolute;
}

#page.pricing .editable .editable.title a {
  color: #fff;
}

#page.pricing .editable form {
  z-index: 2;
  position: relative;
}

#page.pricing .section.banner {
  height: 455px;
  margin: 0;
  position: relative;
}

.mobile #page.pricing .section.banner {
  height: auto;
}

#page.pricing .section.banner .subtitle {
  text-transform: none;
  font-weight: 300;
  font-size: 18px;
  margin-top: 10px;
}

#page.pricing .section.banner .title-content {
  margin-top: 114px;
  position: relative;
}

.mobile #page.pricing .section.banner .title-content {
  margin: 0;
  display: table-cell;
  vertical-align: middle;
}

#page.pricing .section.banner .title-content .title {
  font-size: 44px;
}

#page.pricing .section.banner .title-content .subtitle {
  font-size: 20px;
}

#page.pricing .section.banner .button {
  border-radius: 4px;
  margin-top: 35px;
  font-size: 22px;
  padding: 6px 20px;
}

#page.pricing .section .section-inner,
#page.pricing .block .section-inner {
  position: absolute;
  left: 0;
  right: 0;
}

.mobile #page.pricing .section .section-inner,
.mobile #page.pricing .block .section-inner {
  position: relative;
}

#page.pricing .block#contact-button .section-inner {
  /*padding: 60px 0;*/
  padding: 0 0;
}

#page.pricing .section .section-inner {
  color: #fff;
}

#page.pricing .section.banner .section-inner {
  top: 0;
  bottom: 66px;
  height: 416px;
}

.mobile #page.pricing .section.banner .section-inner { 
  height: 400px;
  display: table;
  width: -webkit-fill-available;
}

#page.pricing .section.plans {
  width: 1060px;
  margin-top: 30px;
  margin-bottom: 70px;
}

#page.pricing .section.plans .plan-row {
  margin-bottom: 30px;
  padding: 15px 0;
  white-space: nowrap;
}

#page.pricing .section.plans .plan-row.featured {
  border: 2px solid #00cc00;
  margin: 0 10px;
}

#page.pricing .section.plans .plan-row .col {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin: 0 20px;
  white-space: normal;
}

#page.pricing .section.plans .plan-row .col.plan-title {
  font-weight: 300;
  font-size: 34px;
  width: 216px;
}

#page.pricing .section.plans .plan-row .col.plan-description {
  width: 520px;
}

#page.pricing .section.plans .plan-row .col.plan-description p {
  line-height: 22px;
  margin-bottom: 10px;
  font-size: 14px;
}

#page.pricing .section.plans .plan-row .col.plan-description ul {
  padding: 0;
}

#page.pricing .section.plans .plan-row .col.plan-description ul li {
  display: inline-block;
  margin-right: 15px;
  font-size: 12px;
}

#page.pricing .section.plans .plan-row .col.plan-cost {
  font-weight: 300;
  font-size: 14px;
  width: 170px;
}

#page.pricing .section.plans .plan-row .col.plan-cost .plan-cost {
  vertical-align: bottom;
}

#page.pricing .section.plans .plan-row .col.plan-cost .plan-cost-number {
  color: #2bb5e9;
  font-weight: 300;
  font-size: 36px;
  display: inline-block;
}

#page.pricing .section.plans .plan-row .col.plan-cost .button {
  border-radius: 4px;
  font-size: 14px;
  padding: 5px 30px;
  margin-top: 5px;
}

#page.pricing .section.plans .plan-row .col.plan-cost .button.blue {
  border-color: #2bb5e9;
}

#page.pricing .section.plans .plan-row .col.plan-cost .button.blue:hover,
#page.pricing .section.plans .plan-row .col.plan-cost .button.blue:active {
  border-color: #0882b6;
  background-color: #0882b6;
}

#page.pricing .section.plans .plan-row .col.plan-cost .button.white:active {
  border-color: #2bb5e9;
  color: #0882b6;
}

#page.pricing .section.plans .plan-row .col.plan-cost .button.custom {
  margin-top: 15px;
  background-color: #e3f6fd;
  border-color: #e3f6fd;
  color: #2bb5e9;
  padding-left: 25px;
  padding-right: 25px;
}

#page.pricing .section.plans .plan-row .col.plan-cost .button.custom:hover,
#page.pricing .section.plans .plan-row .col.plan-cost .button.custom:active {
  background-color: #2bb5e9;
  border-color: #2bb5e9;
  color: #fff;
}

#page.pricing .section.plans .custom-title {
  position: relative;
  text-align: center;
  border-bottom: 2px solid #ddd;
  margin: 60px 40px 50px;
}

#page.pricing .section.plans .custom-title .custom-title-text {
  font-size: 24px;
  background-color: #fff;
  width: 400px;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: -16px;
}

#page.pricing .section.plans .workers {
  text-align: center;
  margin-top: -20px;
  margin-bottom: 20px;
}

#page.pricing .section.plans .workers .worker {
  background-image: url("graphic-upskilling-worker.png");
  width: 80px;
  height: 80px;
  background-size: 100%;
  display: inline-block;
  margin: 0 2px;
}

#page.pricing .section.plans .workers .worker.light {
  opacity: 0.65;
  margin-bottom: 8px;
}

#page.pricing .section.quotes {
  height: 225px;
}

.mobile #page.pricing .section.quotes {
  height: auto;
}

#page.pricing .section.quotes .quote {
  width: 260px;
  text-align: left;
  display: inline-block;
  vertical-align: top;
  padding-left: 200px;
  margin-top: 30px;
  font-weight: 300;
  background-image: url("logos-pricing-white.png");
  background-size: 180px;
  background-repeat: no-repeat;
  height: 70px;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 18px;
  line-height: 28px;
}

.mobile #page.pricing .section.quotes .quote {
  margin: auto;
  background-position-x: center;
}

.mobile #page.pricing .section.quotes .quote.monginis {
  padding: 0px;
}

#page.pricing .section.quotes .quote.monginis {
  padding-left: 200px;
}

#page.pricing .section.quotes .quote.ti {
  background-position: left -70px;
  padding-left: 220px;
}

.mobile #page.pricing .section.quotes .quote.ti {
  background-position: center -70px;
}

.mobile #page.pricing .section.quotes .quote.ti {
  padding: 0px;
  margin-top: 170px;
}

#page.pricing .section.quotes .section-inner {
  height: 225px;
}

.mobile #page.pricing .section.quotes .section-inner {
  height: 450px;
  padding: 60px 0px;
}

#page.pricing .section .section-inner .background,
#page.pricing .block .section-inner .background {
  background-color: #2bb6ea;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

#page.pricing .block#contact-button .section-inner .background {
  /*background-color: #eee;*/
  background-color: #fff;
}

#page.pricing .section.banner .section-inner .background {
  background-color: #2bb5e9;
}

#page.pricing .section.quotes .section-inner {
  background-color: #3fa7ea;
  background: -moz-linear-gradient(top, #3fa7ea 0%, #44c7dc 100%);
  background: -webkit-linear-gradient(top, #3fa7ea 0%, #44c7dc 100%);
  background: linear-gradient(to bottom, #3fa7ea 0%, #44c7dc 100%);
}

#page.pricing .section.banner .section-inner .graphic {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-image: url("graphic-about-header.svg");
  background-position: center 70px;
  background-repeat: no-repeat;
  background-size: 1280px 418px;
}

.mobile #page.pricing .section.banner .section-inner .graphic {
  background-position: -450px top;
}

#page.pricing .block {
  margin: 40px auto;
  width: auto;
}

#page.pricing .block#companies-block {
  width: auto;
  padding-bottom: 110px;
  margin-top: 90px;
}

.mobile #page.pricing .block#companies-block {
  margin: 60px 0;
  padding-bottom: 50px;
}

#page.pricing h1,
#page.pricing h2 {
  text-align: center;
}

#page.pricing p {
  text-align: left;
  font-size: 14px;
}

#page.pricing .background {
  position: absolute;
  background-color: #eee;
  left: 0;
  right: 0;
  z-index: -1;
}
#page.pricing .faq * {
  text-align: left;
}

#page.pricing .faq h3 {
  font-size: 18px;
}

#page.pricing #pricing-faqs {
  max-width: 872px;
  border: 2px solid #95daf4;
  padding: 60px;
  margin-top: 80px;
}

.mobile #page.pricing #pricing-faqs {
	width: auto;
  padding: 60px 20px;
  margin-top: 40px;
}

#page.pricing .faq-row {
  white-space: nowrap;
}

#page.pricing .faq {
  margin: 15px 20px;
	display: inline-block;
	width: 100%;
  vertical-align: top;
  white-space: normal;
}

.mobile #page.pricing .faq {
  margin: 15px 0;
}

#page.pricing #pricing-faqs h3 {
  margin-bottom: 10px;
  font-weight: normal;
}

#page.pricing #pricing-faqs h2,
#page.pricing #contact-button h4 {
  background: #fff;
  padding: 10px 40px;
  width: 400px;
}

#page.pricing #pricing-faqs h2 {
  width: 400px;
  margin: -90px auto 10px auto;
}

.mobile #page.pricing #pricing-faqs h2 {
  width: 100%;
  padding: 10px 0;
}
#page.pricing .faq p {
  font-size: 14px;
  line-height: 24px;
  max-width: 832px;
}

#page.pricing #contact-button {
  margin-top: 70px;
  height: 110px;
  margin-bottom: 100px;
}

.mobile #page.pricing #contact-button {
  margin-bottom: 120px;
}

#page.pricing #contact-button h4 {
  width: 420px;
  margin-top: -70px;
  text-align: left;
}

#page.pricing #contact-button a {
  margin-left: 10px;
  margin-top: 30px;
  border: 0;
  border-radius: 8px;
  padding: 8px 50px;
}

.mobile #page.pricing #contact-button a {
  margin-top: 0px;
}

#page.pricing #contact-button a:active {
  background-color: #0882b6;
}

#page.pricing .block#companies-block {
  border-bottom: 2px solid #ddd;
}

#page.pricing .block#companies-block .company#ti {
  background-image: url("graphic-manufacturing-logos.png");
  background-size: 190px 540px;
  height: 70px;
  width: 190px;
  background-position: left -190px;
}

#page.pricing .block#support-block .icon#support {
  display: inline-block;
  background: url("/assets/icon-pricing-support.png") no-repeat;
  width: 45px;
  height: 45px;
  background-size: 100%;
  vertical-align: -12px;
  margin: 0 20px;
}

.mobile #page.pricing .block#support-block .icon#support {
  display: none;
}

#page.pricing .block#support-block {
	max-width: 780px;
  margin-bottom: 115px;
  margin-top: 80px;
}

.mobile #page.pricing .block#support-block {
  margin: 60px 0;
	padding: 0 20px;
	width: auto;
}

#page.pricing .block#support-block h2 {
  margin-bottom: 45px;
}

#page.pricing .block#support-block p {
  margin-bottom: 30px;
}

#page.pricing .block#support-block .quote {
  display: inline;
  position: relative;
}

#page.pricing .block#support-block .quote .quote-icon.open {
  left: -30px;
}

#page.pricing .block#support-block .quote .quote-icon.close {
  margin-left: 5px;
}

#page.pricing .quote .quote-author-container {
  text-align: right;
}

#page.pricing .quote .quote-author {
  font-weight: normal;
  font-size: 12px;
  margin-top: 20px;
  line-height: 20px;
  display: inline-block;
  text-align: left;
}

#page.pricing .quote .quote-author .quote-company {
  margin-left: 9px;
}

/* Trust page */

#trust.page {
  margin: 90px 70px 140px;
}

.mobile #trust.page {
  margin: 0;
  padding: 15px;
}

#trust.page .block {
  margin: 40px auto 80px;
}

#trust.page .block .column.left {
  float: left;
  background: url("/assets/graphic-trust.png") no-repeat left -40px;
  height: 130px;
  padding-left: 115px;
}

.mobile #trust.page .block .column.left {
  float: none; 
  height: auto;
}

#trust.page .block#security .column.left {
  background-position: left -40px;
}
#trust.page .block#scalability .column.left {
  background-position: left -240px;
}
#trust.page .block#reliability .column.left {
  background-position: left -440px;
}
#trust.page .block#support .column.left {
  background-position: left -640px;
}

#trust.page .column.right {
  margin-left: 370px;
  padding-top: 5px;
}

.mobile #trust.page .column.right {
  margin-left: 0;
  margin-top: 20px;
}

#trust.page h1 {
  font-size: 38px;
  text-align: center;
  margin: 0 auto 45px;
  width: 860px;
}

.mobile #trust.page h1 {
  width: auto;
  font-size: 32px;
}

#trust.page h3 {
  font-size: 25px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
}

#trust.page ul {
  padding: 0;
  margin-top: 10px;
}

#trust.page li {
  font-size: 16px;
  list-style-type: none;
  background: url("/assets/list-check-blue.png") no-repeat left top;
  padding-left: 25px;
  margin-bottom: 4px;
}

#trust.page p {
  font-size: 14px;
  margin: 0 0 10px;
}

/* MARKETING landing pages */

.marketing.page {
  margin: 60px auto 80px;
  padding: 0 30px;
}

.mobile .marketing.page {
  padding: 15px;
  margin: 0;
}

.marketing.page #twitter-link {
  position: absolute;
  right: 30px;
  top: 90px;
}

.marketing.page h1 {
  text-align: center;
  width: 1040px;
  margin: 0 auto;
  font-size: 50px;
}

.mobile .marketing.page h1 {
  width: auto;
  font-size: 40px;
  margin-top: 40px;
}

.marketing.page #center-block {
  margin: 35px auto 10px;
  position: absolute;
}

.mobile .marketing.page #center-block {
  position: relative;
}

.marketing.page .mobile-video {
  display: none;
}
.mobile .marketing.page .mobile-video {
  display: block;
}

.marketing.page #features-block {
  float: left;
  margin-top: -5px;
}

#conditions.marketing.page #features-block {
  margin-top: -20px;
}

.mobile #conditions.marketing.page #features-block{
  margin-bottom: 20px;
}

.marketing.page #features-block .feature {
  background-size: 100px 600px;
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
  margin: 5px 0 35px;
}

#samsungartik.marketing.page #features-block .feature {
  background-image: url("/assets/graphic-features-samsung.png");
}
#conditions.marketing.page #features-block .feature {
  background-image: url("/assets/graphic-features-conditions.png");
}
#amazon.marketing.page #features-block .feature {
  background-image: url("/assets/graphic-features-amazon.png");
}
#m2m.marketing.page #features-block .feature {
  background-image: url("/assets/graphic-features-m2m.png");
}
#cloud-controls.marketing.page #features-block .feature {
  background-image: url("/assets/graphic-tutorials-cloud-controls.png");
}

.marketing.page #features-block .feature#one {
  background-position: left 0;
}
.marketing.page #features-block .feature#two {
  background-position: left -200px;
}
.marketing.page #features-block .feature#three {
  background-position: left -400px;
}

.marketing.page.collab .feature h2,
.marketing.page .feature h3,
.marketing.page .feature p {
  margin-left: 115px;
  position: absolute;
  width: 235px;
}

.mobile .marketing.page.collab .feature h2,
.mobile .marketing.page .feature h3,
.mobile .marketing.page .feature p {
  width: auto;
}

.marketing.page .feature h3,
.marketing.page.collab #features-block .feature h2 {
  font-size: 18px;
  margin-top: 10px;
}

.marketing.page.collab .feature h2 {
  font-weight: bold;
}

.marketing.page .feature p {
  margin-top: 35px;
}

.marketing.page a #video-block {
  width: 620px;
  height: 350px;
  border: 2px solid #95daf4;
  background-size: 100%;
  background-color: #2bb5e9;
  position: absolute;
  left: 380px;
  margin-top: 5px;
}

#samsungartik.marketing.page a.video #video-block {
  background-image: url("/assets/graphic-video-samsung.png");
}
#conditions.marketing.page a.video #video-block {
  background-image: url("/assets/graphic-video-conditions.png");
}
.mobile #conditions.marketing.page a.video #video-block {
  display: none;
}
#amazon.marketing.page a.video #video-block {
  background-image: url("/assets/graphic-video-amazon.png");
}
#m2m.marketing.page a.video #video-block {
  background-image: url("/assets/graphic-video-m2m.png");
}
#collaboration.marketing.page a.video #video-block {
  background-image: url("/assets/video-title-collaboration.png");
}
#github.marketing.page a.video #video-block {
  background-image: url("/assets/page-github-integration-titlecard.png");
}
#cloud-controls.marketing.page a.video #video-block {
  background-image: url("/assets/video-cloud-controls-titlecard_v2.png");
  border: none;
}

.marketing.page a.video #video-block #video-mask,
.marketing.page a.video #video-block #video-button {
  width: 620px;
  height: 85px;
  position: absolute;
  margin-top: 265px;
}

.marketing.page a.video #video-block #video-mask {
  background: #95daf4;
  opacity: 0.5;
}

#cloud-controls.marketing.page a.video #video-block #video-mask {
  background: #fff;
}

.marketing.page a.video #video-block #video-button {
  background: url("/assets/button-video-play-large.png") no-repeat center center;
}

.marketing.page .button.xlarge {
  width: 260px;
  margin: 440px auto 0;
  display: block;
}

#page-marketing-conditions.mobile .marketing.page .button.xlarge {
  width: auto;
  margin: 40px auto 0;
  padding: 6px;
  font-size: 26px;
}

#m2m.marketing.page .button.xlarge {
  margin: 0 auto;
}

/* M2M Marketing Page */

#m2m.marketing.page {
  margin-top: 25px;
}

#m2m.marketing.page #twitter-link {
  top: -10px;
  right: 0;
  z-index: 2;
}

#m2m.marketing.page #features-block {
  float: none;
  width: 1100px;
  margin-top: 50px;
}

#m2m.marketing.page #features-block .feature {
  background-size: 50px 300px;
  width: 50px;
  height: 50px;
  display: inline-block;
  width: 33%;
}

#m2m.marketing.page #features-block .feature#one {
  background-position: left 0;
}
#m2m.marketing.page #features-block .feature#two {
  background-position: left -100px;
}
#m2m.marketing.page #features-block .feature#three {
  background-position: left -200px;
}

#m2m.marketing.page .feature h3,
#m2m.marketing.page .feature p {
  margin-left: 60px;
}

#m2m.marketing.page #container {
  position: relative;
}

#m2m.marketing.page #m2m-video-container {
  position: relative;
  height: 725px;
}

#m2m.marketing.page #center-block {
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  animation: button-up 2s 29.5s forwards;
  -webkit-animation: button-up 2s 29.5s forwards;
}

#m2m.marketing.page .left-block {
  width: 250px;
  position: absolute;
  z-index: 1;
  left: 0px;
  top: 150px;
  opacity: 0;
}

#m2m.marketing.page .left-block h3.left-title {
  margin: 0;
  font-weight: normal;
  font-size: 24px;
}

#m2m.marketing.page .left-block p.left-description {
  font-size: 16px;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes headline-up {
  0% {
    top: 85px;
  }
  100% {
    top: 20px;
  }
}

@keyframes headline-down {
  0% {
    top: 20px;
  }
  100% {
    top: 85px;
  }
}

@keyframes button-up {
  0% {
    bottom: 0px;
  }
  100% {
    bottom: 275px;
  }
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes headline-up {
  0% {
    top: 85px;
  }
  100% {
    top: 0px;
  }
}

@-webkit-keyframes headline-down {
  0% {
    top: 0px;
  }
  100% {
    top: 85px;
  }
}

@-webkit-keyframes button-up {
  0% {
    bottom: 0px;
  }
  100% {
    bottom: 275px;
  }
}

#m2m.marketing.page #m2m-video {
  margin: 0 auto;
  width: 925px; /*1040px;*/
  height: 400px; /*450px;*/
  opacity: 1;
  animation: fade-out 1s 28.5s forwards;
  -webkit-animation: fade-out 1s 28.5s forwards;
  position: absolute;
  top: 100px;
  z-index: -1;
  left: 0;
  right: 0;
  background-color: #fff !important;
}

#m2m.marketing.page h1#headline {
  font-size: 34px;
  margin-bottom: 15px;
  position: absolute;
  text-align: center;
  top: 85px;
  z-index: 2;
  animation: headline-up 2s 3s forwards, headline-down 2s 29.5s forwards;
  -webkit-animation: headline-up 2s 3s forwards, headline-down 2s 29.5s forwards;
}

#m2m.marketing.page #description {
  text-align: center;
  font-size: 20px;
  opacity: 1;
  position: absolute;
  left: 0;
  right: 0;
  top: 150px;
  animation: fade-out 1s 3s forwards, fade-in 1s 29.5s forwards;
  -webkit-animation: fade-out 1s 3s forwards, fade-in 1s 29.5s forwards;
  z-index: 2;
}

#m2m.marketing.page .left-block.intro {
  animation: fade-in 1s 7s forwards, fade-out 1s 12s forwards;
  -webkit-animation: fade-in 1s 7s forwards, fade-out 1s 12s forwards;
}

#m2m.marketing.page .left-block.protocol {
  animation: fade-in 1s 13s forwards, fade-out 1s 16.5s forwards;
  -webkit-animation: fade-in 1s 13s forwards, fade-out 1s 16.5s forwards;
}

#m2m.marketing.page .left-block.devices {
  animation: fade-in 1s 17.5s forwards, fade-out 1s 21.5s forwards;
  -webkit-animation: fade-in 1s 17.5s forwards, fade-out 1s 21.5s forwards;
}

#m2m.marketing.page .left-block.apis {
  animation: fade-in 1s 22.5s forwards, fade-out 1s 25.5s forwards;
  -webkit-animation: fade-in 1s 22.5s forwards, fade-out 1s 25.5s forwards;
}

#m2m.marketing.page .left-block.code {
  animation: fade-in 1s 26.5s forwards, fade-out 1s 28.5s forwards;
  -webkit-animation: fade-in 1s 26.5s forwards, fade-out 1s 28.5s forwards;
}

/* Slightly different formatting for the collab pages. */
.marketing.page.collab h1 {
  font-size: 34px;
  text-align: left;
  width: 474px;
  height: 90px;
  padding-left: 120px;
  padding-top: 5px;
  background-image: url("/assets/graphics-collaboration-thirdparty.png");
  background-size: 100px;
  background-repeat: no-repeat;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}

#page-marketing-github h1 {
  background-position: 0px -100px;
  font-size: 38px;
  width: 482px;
}

#page-marketing-github .button.xlarge {
  margin-top: 190px;
}

.marketing.page.collab h1 .subtitle.collab {
  display: block;
  font-size: 19px;
  color: #999;
  font-weight: bold;
  text-transform: none;
  padding-left: 3px;
}

#page-marketing-github h1 .subtitle.collab {
  font-size: 21px;
  display: block;
}

.collab-container {
  width: 100%;
}

.marketing.page.collab .collab-container #video-block {
  position: relative;
  left: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: -10px;
}

.marketing.page.collab .collab-container #features-block {
  margin-top: 50px;
  width: 100%;
}

.marketing.page.collab .collab-container #features-block .feature {
  float: left;
  width: 33.333%;
}

.marketing.page.collab .collab-container #features-block .feature h2 {
  margin-left: 5%;
}

.marketing.page.collab .collab-container #features-block .feature p {
  margin-left: 5%;
}

/* Collaboration marketing landing-page */

#collaboration.marketing.page h1 {
  background-image: none;
  padding-left: 0px;
  margin-top: 0;
  margin-bottom: 0px;
  text-align: center;
  width: 500px;
}

#collaboration.marketing.page #features-block {
  margin-top: 35px;
}

#collaboration.marketing.page #features-block .feature {
  background-image: url("/assets/tutorials-third-party-integrations.png");
  background-repeat: no-repeat;
  background-size: 80px 240px;
  height: 80px;
  margin-bottom: 60px;
}

#collaboration.marketing.page #features-block .feature h2,
#collaboration.marketing.page #features-block .feature p {
  line-height: 24px;
}

#collaboration.marketing.page #features-block .feature#one {
  background-position: center 0px;
}
#collaboration.marketing.page #features-block .feature#two {
  background-position: center -80px;
}

/* ToS prompt */

#tos-prompt {
  text-align: center;
}

#tos-prompt h1 {
  font-size: 40px;
}

#tos-prompt img {
  margin-left: 15px;
}

#tos-prompt .error {
  position: absolute;
  margin: 35px auto;
  width: 500px;
}

#tos-prompt form {
  margin-top: -10px;
}

#two-buttons {
  margin-top: 70px;
}

#tos-outer {
  background: url("/assets/background-pattern.png");
  position: absolute;
  left: 0;
  right: 0;
  top: 50px;
  border-top: 1px solid #95daf4;
  border-bottom: 1px solid #95daf4;
}

#tos-inner {
  border: 1px solid #95daf4;
  background-color: #fff;
  margin: 50px auto;
  padding: 20px 50px;
  width: 500px;
  height: 420px;
}

.copyright {
  color: #777;
  margin-top: 10px;
}

#tos-check,
#newsletter-check {
  float: left;
  margin: 3px 0 0 83px;
}

#tos-label,
#newsletter-label {
  float: left;
  margin-left: 5px;
}

/* IoT Marketing Pages */

.iotmarketing#page {
  min-width: 1100px;
}

.mobile .iotmarketing#page {
  min-width: auto;
  padding: 0 15px;
  overflow-x: hidden;
}

.iotmarketing#page .block {
  margin: 30px auto;
  min-height: 60px;
  padding: 20px;
}

.iotmarketing#page .block > * {
  vertical-align: top;
}

.mobile .iotmarketing#page .block > * {
  min-width: auto;
  position: relative;
}

.iotmarketing#page #headline.block {
  height: 200px;
}

.mobile .iotmarketing#page #headline.block {
  height: auto;
  margin: 0;
  padding: 0;
  margin-left: -15px;
}

.iotmarketing#page #headline.block .full-width.background-blue {
  padding: 40px;
}

.mobile .iotmarketing#page #headline.block .full-width.background-blue {
  min-width: auto;
  width: calc(100vw - 30px);
  position: relative; 
  padding: 15px;
}

.iotchipsets#page #features.block {
  margin-top: 60px;
}

.iotproducts#page #features.block {
  margin-top: 20px;
}

.mobile .iotproducts#page #features.block {
  margin: 0;
  padding: 0;
}

.iotchipsets#page .full-width {
  text-align: center;
}

/*.iotmarketing#page .block#companies {
	width: 1260px;
}*/

.iotmarketing#page .block#companies,
.iotmarketing#page .block#tembooclient {
  text-align: center;
}

.iotmarketing#page .block#iotapps .full-width {
  padding: 30px;
}

.mobile .iotmarketing#page .block {
  padding: 0;
}

.iotproducts#page .block#iotapps .block-content {
  margin-top: 60px;
}

.iotproducts#page .block#iotapps .list {
  width: 500px;
}

.mobile .iotproducts#page .block#iotapps .list {
  width: auto;
}

.iotproducts#page .block#iotapps ul li {
  margin-bottom: 5px;
}

.iotmarketing.iotproducts#page #iotapps.block,
.iotmarketing.iotproducts#page #iotapps.block .full-width {
  height: 670px;
}

.mobile .iotmarketing.iotproducts#page #iotapps.block,
.mobile .iotmarketing.iotproducts#page #iotapps.block .full-width {
  min-width: auto;
  width: calc(100vw - 60px);
  height: auto;
  position: relative;
}

.mobile .iotmarketing.iotproducts#page #iotapps.block {
  padding: 0;
  margin: 0 0 0 -15px;

}

.iotmarketing#page #iotapps.block {
  text-align: center;
}

.iotchipsets#page #iotapps.block {
  height: 325px;
}

.mobile .iotchipsets#page #iotapps.block {
  height: auto;
  width: 100vw;
  margin-left: -15px;
}

.iotmarketing#page .contact-block.block {
  height: 400px;
  text-align: center;
}

.mobile .iotmarketing#page .contact-block.block {
  width: 100vw;
  margin-left: -15px;
}

.iotmarketing#page .contact-block.block #success-message {
  text-align: center;
}

.iotmarketing#page .contact-block.block p.error {
  margin-bottom: 15px;
}

.iotmarketing#page .contact-block.block .spinner {
  background-image: url("/assets/spinner-white-blue.gif");
  height: 39px;
  width: 39px;
}

.iotmarketing#page .contact-block.block #success-message #contact-refresh a {
  color: #fff;
}

.iotmarketing#page
  .contact-block.block
  #success-message
  #contact-refresh
  a:hover {
  color: #caecf9;
}

.iotmarketing#page .block#tembooclient {
  height: 550px;
}

.iotmarketing#page .block#tembooclient .block-content {
  display: inline-block;
  margin: 25px auto;
}

.mobile .iotmarketing#page .block#tembooclient .block-content {
  display: block;
}


.iotmarketing#page .block#companies .block-content {
  text-align: center;
  margin: 50px auto 40px;
}

.iotproducts#page .block#companies #companies-block-container {
  padding: 40px 0;
  width: 1200px;
  margin-left: -80px;
}

.mobile .iotproducts#page .block#companies #companies-block-container {
  width: auto;
  margin: 0;
}

.iotmarketing#page .block-column {
  display: inline-block;
  vertical-align: top;
}

.iotmarketing#page #tembooclient .block-column {
  margin-left: 70px;
}

.mobile .iotmarketing#page #tembooclient .block-column {
  margin-left: 0;
}

.iotmarketing#page #tembooclient h2 {
  text-align: left;
}

.iotmarketing#page #tembooclient .list {
  width: 450px;
}

.mobile .iotmarketing#page #tembooclient .list {
  width: auto;
}
#page.iotproducts .block#companies h4 {
  font-weight: bold;
  font-size: 16px;
}

/* GRAPHICS */

.iotmarketing#page .graphic {
  background-size: 100%;
  background-repeat: no-repeat;
  /*position: absolute;*/
  display: inline-block;
}

.iotproducts#page #features.block .graphic {
  width: 450px;
  height: 800px;
  background-image: url("/assets/graphic-iotapps-page-productsandservices.png");
  background-size: auto 100%;
  margin-left: 50px;
}

.mobile .iotproducts#page #features.block .graphic {
  width: 100%;
  height: 500px;
  background-size: contain;
  margin: 0;
}

.iotchipsets#page #features.block .graphic {
  width: 500px;
  height: 700px;
  background-image: url("/assets/graphic-iotapps-page-chipsets.png");
}

.mobile .iotchipsets#page #features.block .graphic {
  width: 100%;
  height: 450px;
}
.iotmarketing#page #tembooclient.block .graphic {
  width: 400px;
  height: 400px;
  background-image: url("/assets/graphic-iotapps-tembooclient.png");
}

.mobile .iotmarketing#page #tembooclient.block .graphic {
  width: 100%;
  display: block;
}

.iotmarketing#page #hardwarebundle.block .graphic {
  background-image: url("/assets/graphic-iotapps-hardwarebundle.png");
}

.iotchipsets#page #hardwarebundle.block .graphic {
  width: 500px;
  height: 500px;
  margin-top: 100px;
}

.mobile .iotchipsets#page #hardwarebundle.block .graphic {
  width: 100%;
}

.iotproducts#page #hardwarebundle.block .graphic {
  width: 450px;
  height: 450px;
  margin-top: 20px;
}

.mobile .iotproducts#page #hardwarebundle.block .graphic {
  width: -webkit-fill-available;
  height: 350px;
}

/* TEXT */
.iotmarketing#page h1,
.iotmarketing#page h2 {
  font-weight: 600;
  text-align: center;
  margin: 10px 0;
}

.iotmarketing#page h1 {
  font-size: 50px;
}

.iotmarketing#page h2 {
  font-size: 38px;
  font-weight: bold;
  margin-bottom: 20px;
}

.iotmarketing#page p {
  max-width: 600px;
}

.iotmarketing#page p.body-xxlarge {
  text-align: center;
  margin: 5px auto;
  font-weight: 300;
  line-height: 32px;
}

.iotmarketing#page p.body-xlarge {
  font-size: 18px;
  text-align: center;
  font-weight: 300;
}

.iotmarketing#page .block#topology p {
  max-width: 750px;
  margin: 0 auto;
}

.iotmarketing#page .block#topology #topologies-animation {
  margin-top: 30px;
}

.iotmarketing#page #iotapps.block p.body-xxlarge {
  max-width: 1040px;
  font-size: 20px;
  font-weight: 300;
}

.iotproducts#page #iotapps.block .list p.body-xxlarge {
  line-height: normal;
  margin-bottom: 10px;
}

.iotmarketing#page #iotapps.block .iotapp-block.small .text-block .title {
  color: #000;
  font-weight: 600;
}

.iotmarketing#page strong {
  font-weight: 600;
}

.iotmarketing#page #contact form {
  padding: 10px;
  width: 480px;
}

.mobile .iotmarketing#page #contact form {
  width: auto;
}

.iotmarketing#page #contact form #message,
.iotmarketing#page #contact form #email {
  font-size: 16px;
  font-weight: 300;
}

.mobile .iotmarketing#page #contact form #message,
.mobile .iotmarketing#page #contact form #email {
  width: -webkit-fill-available;
}

.iotmarketing#page #contact form #message {
  margin-bottom: 15px;
}

.iotmarketing#page .block#companies .divider {
  border-top: #ddd dotted 6px;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
}

.iotmarketing#page #companies-container .company#qualcomm {
  background-position: left top 10px;
}

.iotproducts#page .block#hardwarebundle {
  margin-top: 100px;
}

.mobile .iotproducts#page .block#hardwarebundle {
  padding: 0;
}

/* LISTS */

.iotmarketing#page .list {
  max-width: 550px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
}

.iotmarketing#page .block#features h2 {
  margin-bottom: 25px;
}

.iotmarketing#page .block#features .list {
  margin-top: 50px;
}

.iotmarketing#page .block#features .list ul li {
  margin-left: -40px;
}

.mobile .iotmarketing#page .block#features .list ul li {
  margin: 0;
}

.iotchipsets#page .block#hardwarebundle .list {
  max-width: 450px;
  margin-top: 10px;
  margin-right: 100px;
}

.mobile .iotchipsets#page .block#hardwarebundle .list {
  margin-right: 0;
}

.iotproducts#page .block#hardwarebundle .list {
  margin-right: 50px;
}

.mobile .iotproducts#page .block#hardwarebundle .list {
  margin: 0;
}

.iotmarketing#page .list ul {
  list-style-type: none;
  padding: 0px;
  /*margin: 0px;*/
}

.iotmarketing#page ul p.body-xxlarge {
  text-align: left;
}

.iotmarketing#page ul li {
  font-size: 18px;
  background-repeat: no-repeat;
  background-position: 0px -2px;
  padding-left: 45px;
  margin-bottom: 15px;
  font-weight: 300;
  line-height: 26px;
}

.iotmarketing#page .block#features ul li,
.iotmarketing#page .block#hardwarebundle ul li {
  margin-bottom: 25px;
}

.iotmarketing#page .block#tembooclient ul li {
  padding-left: 40px;
}

.mobile .iotmarketing#page .block#tembooclient {
  padding: 20px 0px;
  width: 100vw;
  margin: 0 0 0 -15px;
  height: auto;
}

.mobile .iotmarketing#page .block#topology {
  margin: 20px 0;
}

.iotmarketing#page ul ul {
  margin-bottom: 20px;
}

.iotmarketing#page ul ul li {
  margin-left: 45px;
  margin-bottom: 0;
}

.iotproducts#page #iotapps.block ul {
  margin-bottom: 50px;
}

.iotmarketing#page ul.check-gray li {
  background-image: url("/assets/icon-check-gray.png");
}
.iotmarketing#page ul.check-blue li {
  background-image: url("/assets/icon-check-blue.png");
}
.iotmarketing#page ul.list-gray li {
  background-image: url("/assets/icon-list-gray.png");
}
.iotmarketing#page ul.list-blue li {
  background-image: url("/assets/icon-list-blue.png");
}
.iotmarketing#page ul.arrow-blue li {
  background-image: url("/assets/icon-arrow-blue.png");
}

/* SPECIAL IOT APPS SECTION */

.iotmarketing#page #iotapps.block #iotapps-links {
  display: inline-block;
  text-align: right;
}

.iotproducts#page #iotapps.block #iotapps-links {
  width: 575px;
}

.mobile .iotproducts#page #iotapps.block #iotapps-links {
  width: auto;
  text-align: center;
}

.iotproducts#page #iotapps.block #iotapps-links .iotapp-block.small {
  margin-bottom: 20px;
}

.iotproducts#page #iotapps.block #iotapps-links .iotapp-block.small .image {
  width: 256px;
  height: 144px;
}

.iotchipsets a#iotapp-link {
  text-align: right;
  width: 945px;
  margin: 10px auto;
  display: block;
}

.iotmarketing a #iotapp-more {
  width: 150px;
  white-space: nowrap;
  font-size: 16px;
}

/* CONTACT FORM */
.iotmarketing#page #contact {
  background: none;
  margin: 0 auto;
  padding: 0;
}

.mobile .iotmarketing#page #contact { 
  width: auto;
}

.iotmarketing#page #contact-envelope {
  background: url("/assets/icon-envelope-large-white.png") no-repeat right top;
  width: 50px;
  height: 30px;
  display: inline-block;
  padding-left: 5px;
}

.iotmarketing#page #contact .spinner-container {
  margin: 0 auto;
  text-align: center;
  float: none;
}

/* Happy 2016 */

#page-marketing-happy2016 {
  overflow-x: hidden;
}

#page-marketing-happy2016 #header-outer {
  display: none;
}

#page-marketing-happy2016 #footer-inner {
  border-color: #fff;
}

#page-marketing-happy2016 #footer {
  background-color: transparent;
}

#page-marketing-happy2016 #footer ul {
  color: #fff;
}

#page-marketing-happy2016 #footer ul li a {
  color: #fff;
}

#page-marketing-happy2016 #footer ul li a:hover {
  opacity: 0.6;
}

#page-marketing-happy2016 #footer a#footer-twitter {
  background-position: left -88px;
}

#page-marketing-happy2016 #footer a#footer-youtube {
  background-position: left -88px;
}

#page-marketing-happy2016 #footer .copyright {
  color: #fff;
}

.happy2016 {
  height: 5444px;
}

.happy2016 .background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 5700px;
  background: #0882b6;
  background: -moz-linear-gradient(
    top,
    #0882b6 0%,
    #2bb5e9 16%,
    #80c5c1 61%,
    #d1b6a2 84%,
    #ebb389 92%,
    #eb9b86 100%
  );
  background: -webkit-linear-gradient(
    top,
    #0882b6 0%,
    #2bb5e9 16%,
    #80c5c1 61%,
    #d1b6a2 84%,
    #ebb389 92%,
    #eb9b86 100%
  );
  background: linear-gradient(
    to bottom,
    #0882b6 0%,
    #2bb5e9 16%,
    #80c5c1 61%,
    #d1b6a2 84%,
    #ebb389 92%,
    #eb9b86 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0882b6', endColorstr='#eb9b86',GradientType=0 );
  z-index: 0;
}

.happy2016 .section {
  text-align: center;
}

.happy2016 .section.transparent {
  color: #fff;
  font-size: 36px;
  font-weight: 200;
}

.happy2016 .intertitle {
  position: relative;
  height: 120px;
  margin: 100px 0;
  color: #fff;
  font-size: 36px;
  font-weight: 200;
  opacity: 0;
}

.happy2016 .intertitle .intertitle-bg {
  background: #fff;
  opacity: 0.25;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.happy2016 .intertitle .intertitle-bg.arrow:before {
  content: "";
  position: absolute;
  left: -10px;
  width: 50%;
  height: 20px;
  top: -20px;
  background: #fff;
  -webkit-transform: skew(50deg);
  -moz-transform: skew(50deg);
  -o-transform: skew(50deg);
  -ms-transform: skew(50deg);
  transform: skew(50deg);
}

.happy2016 .intertitle .intertitle-bg.arrow:after {
  content: "";
  position: absolute;
  right: -10px;
  width: 50%;
  height: 20px;
  top: -20px;
  background: #fff;
  -webkit-transform: skew(-50deg);
  -moz-transform: skew(-50deg);
  -o-transform: skew(-50deg);
  -ms-transform: skew(-50deg);
  transform: skew(-50deg);
}

.happy2016 .intertitle .intertitle-text {
  padding-top: 35px; /* todo: vertical center */
  text-align: center;
}

.happy2016 .section.white {
  background: #fff;
  padding: 60px 0;
  position: relative;
}

.happy2016 .section.year-2015 .temboo-logo-white {
  background: url("/assets/temboo-logo-white.png") no-repeat;
  background-size: 100%;
  height: 53px;
  width: 181px;
  height: 50px;
  opacity: 0.5;
  left: 50px;
  top: 25px;
  position: absolute;
}

.happy2016 .year-text {
  margin-top: 170px;
  margin-bottom: 270px;
}

.happy2016 .section.year-2015 .year-text .year-star {
  height: 36px;
  width: 36px;
  background: url("/assets/year2016-star-yellow.png") no-repeat;
  background-size: 100%;
  margin: auto;
  display: inline-block;
  transform: rotate(30deg);
  margin-bottom: 5px;
}

.happy2016 .section.year-2015 .year-text .year-above {
  margin-bottom: -30px;
}

.happy2016 .year-text .year {
  font-size: 120px;
}

.happy2016 .section.year-2016 .year-text .button {
  border-width: 2px;
  width: 150px;
  font-weight: normal;
  margin-top: 50px;
}

.happy2016 .section.year-2016 .year-text .button:hover {
  opacity: 0.6;
  border-color: #fff;
  color: #fff;
}

.happy2016 .section.companies .company {
  height: 350px;
  margin-bottom: 50px;
}

.happy2016 .section.companies .company .company-block {
  display: inline-block;
  border: 4px solid #ccc;
  border-radius: 4px;
  text-align: left;
  height: 100%;
  vertical-align: top;
  margin: 0 20px;
}

.happy2016 .section.companies .company .company-block .company-name {
  text-transform: uppercase;
  font-weight: 600;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  margin-top: 20px;
  padding: 5px 20px;
}

.happy2016 .section.companies .company.company-1 .company-block .company-name {
  background-color: #5bb318;
}

.happy2016 .section.companies .company.company-2 .company-block .company-name {
  background-color: #5b7fac;
}

.happy2016 .section.companies .company.company-3 .company-block .company-name {
  background-color: #812219;
}

.happy2016 .section.companies .company .company-block .logo {
  background: url("/assets/year2016-exampleLogos.png") no-repeat;
  height: 75px;
  width: 75px;
  background-size: 100%;
  position: absolute;
  bottom: 15px;
  right: 15px;
}

.happy2016 .section.companies .company.company-1 .company-block .logo {
  background-position: left top;
}

.happy2016 .section.companies .company.company-2 .company-block .logo {
  background-position: left -75px;
}

.happy2016 .section.companies .company.company-3 .company-block .logo {
  background-position: left -150px;
}

.happy2016 .section.companies .company .company-block .company-description {
  font-size: 16px;
  padding: 25px;
  margin: 30px;
  height: 190px;
  position: relative;
  opacity: 0;
}

.happy2016
  .section.companies
  .company
  .company-block
  .company-description
  .description-overlay {
  background-color: #fff;
  opacity: 0.9;
  top: 0;
  left: 0;
  right: 0;
  bottom: 80px;
  position: absolute;
}

.happy2016
  .section.companies
  .company
  .company-block
  .company-description
  .description-text {
  position: absolute;
  left: 20px;
  right: 20px;
}

.happy2016 .section.companies .company .company-block.photo-block {
  width: 625px;
  background-size: 100%;
}

.happy2016 .section.companies .company.company-1 .company-block.photo-block {
  background-image: url("/assets/year2016-variance.png");
}

.happy2016 .section.companies .company.company-2 .company-block.photo-block {
  background-image: url("/assets/year2016-avionics.png");
}

.happy2016 .section.companies .company.company-3 .company-block.photo-block {
  background-image: url("/assets/year2016-formula1.png");
}

.happy2016 .section.companies .company .company-block.quote-block {
  width: 290px;
  height: 290px;
  background-color: #2bb5e9;
  border-color: #2bb5e9;
  color: #fff;
  padding: 30px;
  position: relative;
}

.happy2016 .section .quote-block .quote {
  font-weight: 300;
}

.happy2016 .section.companies .quote-block .quote {
  font-size: 30px;
}

.happy2016 .section.partners .quote-block .quote {
  font-size: 24px;
}

.happy2016 .section.companies .company .company-block.quote-block .author {
  font-size: 16px;
  font-weight: 300;
  margin-left: 100px;
  margin-top: 15px;
}

.happy2016 .section.iot-applications .iotapp-block {
  margin: 0 11px;
}

.happy2016 .section.iot-applications .iotapp-block.medium .text-block {
  padding: 15px;
  height: 120px;
  text-align: left;
}

.happy2016 .section.iot-applications .iotapp-block .title {
  font-size: 18px;
  margin-bottom: 10px;
  color: #666;
  font-weight: normal;
}

.happy2016 .section.iot-applications .iotapp-block .devices {
  color: #999;
  padding-left: 55px;
  padding-top: 15px;
  height: 40px;
  background-repeat: no-repeat;
}

.happy2016 .section.iot-applications .iotapp-block .devices.single {
  background-image: url("/assets/icon-board-single.png");
}

.happy2016 .section.iot-applications .iotapp-block .devices.multiple {
  background-image: url("/assets/icon-board-multiple.png");
}

.happy2016 .section.iot-applications .iotapp-block .description {
  margin-top: 10px;
  white-space: normal;
}

.happy2016 .section.iot-applications .iotapp-block .categories {
  position: absolute;
}

.happy2016 .section.iot-applications .iotapp-block.medium .categories {
  right: 5px;
  bottom: 5px;
}

.happy2016 .section.iot-applications .iotapp-container {
  display: inline-block;
}

.happy2016 .section.iot-applications a #iotapp-more {
  display: block;
  margin-left: auto;
  margin-right: 10px;
  margin-top: 10px;
}

.happy2016 .section.partners .quote-row:first-of-type {
  margin-bottom: 60px;
}

.happy2016 .section.partners .quote-row > * {
  vertical-align: top;
}

.happy2016 .section.partners .samsung-quotes {
  text-align: left;
  width: 513px;
  margin: 0 auto;
  display: inline-block;
}

.happy2016 .section.partners .quote-block {
  display: inline-block;
  text-align: left;
  width: 513px;
  margin: 0 30px;
}

.happy2016 .section.partners .quote-block .author-row {
  margin: 20px 0;
}

.happy2016 .section.partners .quote-block .author-row > * {
  vertical-align: top;
}

.happy2016 .section.partners .quote-block .author {
  font-size: 18px;
  display: inline-block;
  text-align: left;
  color: #666;
}

.happy2016 .section.partners .logo {
  background: url("/assets/year2016-partners-logos.png");
  background-size: 100%;
  width: 220px;
  height: 60px;
  display: inline-block;
}

.happy2016 .section.partners .logo.samsung {
  background-position: left top;
}

.happy2016 .section.partners .logo.microsoft {
  background-position: left 120px;
}

.happy2016 .section.partners .logo.qualcomm {
  background-position: left 60px;
}

.happy2016 .section.partners .samsung-photo {
  background: url("/assets/year2016-partner-samsungEvent.png") no-repeat;
  height: 333px;
  width: 507px;
  background-size: 100%;
  display: inline-block;
  border: 3px solid #95daf4;
}

.happy2016 .section.features .feature {
  display: inline-block;
  margin: 0 20px;
}

.happy2016 .section.features .feature .feature-circle {
  height: 220px;
  width: 220px;
  border: 10px solid #eee;
  border-radius: 120px;
  background-size: 100%;
  transition: border-color 0.4s ease-in-out;
  -moz-transition: border-color 0.4s ease-in-out;
  -feature-transition: border-color 0.4s ease-in-out;
}

.happy2016 .section.features .feature .feature-circle:hover {
  border-color: #2bb5e9;
}

.happy2016 .section.features .feature.m2m .feature-circle {
  background-image: url("/assets/year2016-feature-m2m.png");
}

.happy2016 .section.features .feature.conditions .feature-circle {
  background-image: url("/assets/year2016-feature-conditions.png");
}

.happy2016 .section.features .feature.streaming .feature-circle {
  background-image: url("/assets/year2016-feature-streaming.png");
}

.happy2016 .section.features .feature .feature-name {
  font-size: 22px;
  margin-top: 25px;
}

.happy2016 .section.features .feature .feature-name a {
  font-weight: normal;
}

.happy2016 .snowflake-container {
  opacity: 0.25;
}

.happy2016 .snowflake {
  -webkit-animation: spin 10s linear infinite;
  -moz-animation: spin 10s linear infinite;
  animation: spin 10s linear infinite;
  position: fixed;
  color: #fff;
  background-size: 100%;
  height: 32px;
  width: 32px;
}

.happy2016 .snowflake.circle {
  background-image: url("/assets/year2016-circle.png");
}

.happy2016 .snowflake.square {
  background-image: url("/assets/year2016-square.png");
}

.happy2016 .snowflake.star {
  background-image: url("/assets/year2016-star.png");
}

.happy2016 .snowflake.triangle {
  background-image: url("/assets/year2016-triangle.png");
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*		HAPPY 2017		*/

body#page-marketing-happy2017 {
  max-width: none;
  margin-top: -20px;
}

#page.happy2017 #introBlock .logo-container {
  width: 1100px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

#page.happy2017 #logo {
  background-image: url("/stable/temboo-logo-white.png");
  background-size: 100%;
  background-repeat: no-repeat;
  width: 181px;
  height: 50px;
  position: absolute;
  top: 13px;
  left: 20px;
  z-index: 10;
}

#page.happy2017 #logo:hover {
  cursor: pointer;
}

#page.happy2017 #container {
  background: -moz-linear-gradient(
    270deg,
    rgba(43, 181, 233, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  ); /* ff3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, rgba(43, 181, 233, 1)),
    color-stop(100%, rgba(255, 255, 255, 1))
  ); /* safari4+,chrome */
  background: -webkit-linear-gradient(
    270deg,
    rgba(43, 181, 233, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  ); /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(
    270deg,
    rgba(43, 181, 233, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  ); /* opera 11.10+ */
  background: -ms-linear-gradient(
    270deg,
    rgba(43, 181, 233, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  ); /* ie10+ */
  background: linear-gradient(
    180deg,
    rgba(43, 181, 233, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  ); /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2BB5E9', endColorstr='#FFFFFF',GradientType=0 ); /* ie6-9 */
}

#page.happy2017 #introBlock {
  position: relative;
}

#page.happy2017 .greetings {
  padding: 10em 0;
  height: 650px;
}

#page.happy2017 #goodbye p {
  color: #6acbef;
}

#page.happy2017 .greetings p {
  font-weight: 300;
  text-align: center;
  font-size: 100px;
  margin: 0;
}

#page.happy2017 .greetings#hello p {
  font-size: 140px;
}

#page.happy2017 #year,
#page.happy2017 #helloYear {
  display: block;
  font-size: 300px;
  font-weight: 700;
  margin-top: -0.2em;
}

#page.happy2017 .banner {
  position: absolute;
  background-color: white;
  height: 10em;
  width: 100%;
  left: 0;
}

#page.happy2017 .banner p {
  font-size: 3em;
  color: #2bb5e9;
  text-align: center;
  font-weight: 300;
}

#page.happy2017 #introBanner {
  bottom: 100px;
}

#page.happy2017 #arrow {
  width: 50px;
  height: 50px;
  position: absolute;
  -ms-transform: rotate(45deg); /* IE 9 */
  -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
  transform: rotate(45deg);
  background-color: #49bfec;
  bottom: 210px;
  left: 45%;
  z-index: 100;
}

/********** map*/
#page.happy2017 .map {
  top: 40px;
}

#page.happy2017 #mapBlock {
  background-color: white;
  position: relative;
}

#page.happy2017 #mapBlock,
#page.happy2017 .sidebar {
  height: 765px !important;
}

#page.happy2017 .sidebar {
  top: 0 !important;
}

#page.happy2017 .headline {
  top: 30px !important;
}

#page.happy2017 .quote-container {
  z-index: 10 !important;
}

/********** industry*/
#page.happy2017 #industryBlock {
  height: 1330px;
  position: relative;
}

#page.happy2017 #industryBanner,
#page.happy2017 #statsBanner {
  top: 100px;
}

#page.happy2017 #industries {
  position: absolute;
  margin-top: 315px;
  width: 100%;
}

#page.happy2017 .industrySingle {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 3em;
  border: 10px solid white;
  background-color: white;
  border-radius: 5px;
  height: 25em;
  position: relative;
}

#page.happy2017 .industryPic {
  width: 65%;
  background-color: white;
}

#page.happy2017 .industryText {
  width: 35%;
}

#page.happy2017 .industryText,
#page.happy2017 .industryPic {
  position: absolute;
  height: 100%;
}

#page.happy2017 #ggpPic,
#page.happy2017 #monginiText,
#page.happy2017 #uviText {
  left: 0;
}

#page.happy2017 #ggpText,
#page.happy2017 #monginiPic,
#page.happy2017 #uviPic {
  right: 0;
}

#page.happy2017 .industryText p {
  color: white;
}

#page.happy2017 .industryHeader {
  font-weight: 700;
  font-size: 2em;
  padding: 1em 2rem 0 2rem;
}

#page.happy2017 .industryCopy {
  font-weight: 200;
  font-size: 1.25em;
  padding: 1em 2rem 0 2rem;
  margin-top: -1.5em;
}

#page.happy2017 #monginiText {
  background-color: #fe0655;
  border-radius: 5px 0 0 5px;
}

#page.happy2017 #monginiPic {
  background-image: url("/stable/happy-2017-smart-cakes.png");
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 0 5px 5px 0;
}

#page.happy2017 #mongini:hover #monginiWifi_1 {
  display: block;
}

#page.happy2017 #mongini:hover #monginiWifi_2 {
  display: block;
}

#page.happy2017 .wifiLogo {
  display: none;
  position: absolute;
}

#page.happy2017 #monginiWifi_1 {
  top: 200px;
  left: 75px;
  width: 75px;
  -ms-transform: rotate(-30deg); /* IE 9 */
  -webkit-transform: rotate(-30deg); /* Chrome, Safari, Opera */
  transform: rotate(-30deg);
  display: none;
}

#page.happy2017 #monginiWifi_2 {
  width: 40px;
  top: 125px;
  right: 63px;
  -ms-transform: rotate(10deg); /* IE 9 */
  -webkit-transform: rotate(10deg); /* Chrome, Safari, Opera */
  transform: rotate(10deg);
}

#page.happy2017 #ggpText {
  background-color: #21f5bc;
  border-radius: 0 5px 5px 0;
}

#page.happy2017 #ggpPic {
  background-image: url("/stable/happy-2017-smart-mowers.png");
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 5px 0 0 5px;
}

#page.happy2017 #ggpWifi_1 {
  width: 100px;
  top: 112px;
  left: 184px;
  -ms-transform: rotate(35deg); /* IE 9 */
  -webkit-transform: rotate(35deg); /* Chrome, Safari, Opera */
  transform: rotate(35deg);
}

#page.happy2017 #ggpWifi_2 {
  width: 65px;
  top: 54px;
  right: 111px;
  -ms-transform: rotate(35deg); /* IE 9 */
  -webkit-transform: rotate(35deg); /* Chrome, Safari, Opera */
  transform: rotate(35deg);
}

#page.happy2017 #ggp:hover #ggpWifi_1 {
  display: block;
}

#page.happy2017 #ggp:hover #ggpWifi_2 {
  display: block;
}

#page.happy2017 #uviText {
  background-color: #2bb5e9;
  border-radius: 5px 0 0 5px;
}

#page.happy2017 #uviPic {
  background-image: url("/stable/happy-2017-smart-farm.png");
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 0 5px 5px 0;
}

#page.happy2017 #uviWifi_1 {
  width: 100px;
  top: 100px;
  left: 98px;
  -ms-transform: rotate(34deg); /* IE 9 */
  -webkit-transform: rotate(34deg); /* Chrome, Safari, Opera */
  transform: rotate(34deg);
}

#page.happy2017 #uviWifi_2 {
  width: 60px;
  top: 93px;
  right: 150px;
  -ms-transform: rotate(-37deg); /* IE 9 */
  -webkit-transform: rotate(-37deg); /* Chrome, Safari, Opera */
  transform: rotate(-37deg);
}

#page.happy2017 #uvi:hover #uviWifi_1 {
  display: block;
}

#page.happy2017 #uvi:hover #uviWifi_2 {
  display: block;
}

#page.happy2017 .readButton {
  display: block;
  border: 1px solid white;
  border-radius: 2px;
  width: 10em;
  height: 2.5em;
  color: white;
  text-align: center;
  margin: 2em 0 0 2.5em;
}

#page.happy2017 .readButton p {
  margin-top: 7px;
  font-weight: 200;
}

#page.happy2017 #monginiText .readButton:hover {
  background-color: white;
  cursor: pointer;
}

#page.happy2017 #monginiText .readButton:hover p {
  color: #fe0655;
}

#page.happy2017 #ggpText .readButton:hover {
  background-color: white;
  cursor: pointer;
}

#page.happy2017 #ggpText .readButton:hover p {
  color: #21f5bc;
}

/********** stats*/
#page.happy2017 #statsBlock {
  height: 925px;
  position: relative;
}

#page.happy2017 #infographic {
  position: absolute;
  margin-top: 21em !important;
}

#page.happy2017 #infographic .headline {
  display: none;
}

#page.happy2017 .tile {
  background-color: white;
}

/* Overwriting a bunch of the .implementation rules */
#page.implementations.happy2017 #infographic .tile {
  width: 350px !important;
}

#page.implementations.happy2017 #infographic {
  left: 0;
  right: 0;
}

#page.implementations.happy2017 #infographic .tile {
  border-color: #6ac6ea;
}

#page.implementations.happy2017 #infographic .tile.medium#vaccine {
  background-position: 0px -237px !important;
}

#page.implementations.happy2017 #infographic .tile.medium#food {
  background-position: 0px 9px !important;
}

#page.implementations.happy2017 #infographic .tile.large#gas {
  background-position: -12px -338px !important;
}

#page.implementations.happy2017 #infographic .tile.large#gas .stat {
  top: 56px !important;
  left: 187px !important;
}

#page.implementations.happy2017 #infographic .grid {
  width: 1068px;
  margin: 40px auto;
}

#page.implementations.happy2017 .headline {
  top: 12px !important;
}

/********** end*/
#page.happy2017 #endBlock {
  height: 900px;
  position: relative;
  width: 100%;
}

#page.happy2017 #endBlock > .greetings {
  padding-top: 25em;
}

#page.happy2017 .greetings {
  position: relative;
}

#page.happy2017 #hello p {
  color: #2bb5e9;
}

#page.happy2017 #endButton {
  display: block;
  border: 1px solid #2bb5e9;
  border-radius: 5px;
  width: 22%;
  height: 2.5em;
  color: #2bb5e9;
  text-align: center;
  margin: 0 auto;
  font-weight: 700;
  font-size: 1em;
  z-index: 100;
}

#page.happy2017 .greetings#hello #endButton p {
  padding: 0.3em;
  font-weight: 700;
  font-size: 16px;
}

#page.happy2017 #endButton:hover {
  background-color: #2bb5e9;
  cursor: pointer;
}

#page.happy2017 #endButton:hover p {
  color: white;
}

/* Digital Transformation */

#digital-transformation.content-page {
  text-align: center;
}

.mobile #digital-transformation.content-page {
  padding: 15px;
  overflow: hidden;
}

#digital-transformation.content-page .section.empower {
  text-align: center;
}

#digital-transformation.content-page .section.empower .title {
  margin-bottom: 25px;
}
