/* MS Edge */
input::-ms-clear {
 	display: none;
}

a:link.kosmos,
a:visited.kosmos {
	color:#553bf2;
	text-decoration:none;
	font-weight:600;
	outline: none;
}

a:hover {
	color:#0882b6;
	text-decoration:none;
}

a:active {
	color:#f47925;
	text-decoration:none;
}

a.button {
	display:inline-block;
	color: #fff;
	font-weight:600;
}

a.button.disabled,
a.button.disabled:hover {
	cursor: default;
	pointer-events: none;
}

a img {
	border:0;
}

li a:link, li a:visited, ul a:link, ul a:visited {
	font-weight:normal;
}

body {
	color:#333;
	font-family:"Open Sans", "Trebuchet MS", Arial, sans-serif;
	font-size:12px;
	margin:0px auto;
	min-width:unset!important;
	max-width:unset!important;
	padding:0;
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
 
body.mobile {
	min-width: auto;
	margin: auto;
}

body:after {
	content:url(/assets/button-poll.png) url(/assets/button-poll-hover.png) url(/assets/button-poll-pressed.png) url(/assets/button-cancel-medium.png);
	display:none;
}

body.activity {
	margin: 0px auto 0px;
}

/* Kosmos landing page */
body#page-landing-index {
	min-width: auto;
	max-width: unset;
	margin: 0;
	padding:0;
	overflow-x: hidden;
}

body#page-education-index,
body#page-terms-index {
	min-width: auto;
	max-width: unset;
	margin: 0;
	padding:0;
	overflow-x: hidden;
}

body#page-createaccount-index {
	min-width: auto;
	max-width: unset;
	margin: 0;
	padding:0;
	overflow-x: hidden;
}

body#page-login-index,
body#page-privacy-index {
	min-width: auto;
	max-width: unset;
	margin: 0;
	padding:0;
	overflow-x: hidden;
}

body#job-detail {
	min-width: auto;
	max-width: unset;
	margin: 0;
	padding:0;
	overflow-x: hidden;
}

body#page-contact-index {
	min-width: auto;
	max-width: unset;
	margin: 0;
	padding:0;
	overflow-x: hidden;
}


/* Kosmos Onboarding page */
body#page-kosmos-createapplication {
	min-width: unset;
	max-width: 100%;
	margin-bottom: 0;
}

#page.kosmos.onboarding.mobile,
#page.kosmos.provisioning.mobile {
	height: 98vh;
}

#page.kosmos.onboarding:not(.mobile) {
	min-width: 800px;
}

/* Kosmos Provisioning page */
body[id^="page-kosmos-provisioning-"] {
	max-width: 100%;
}

/* BUTTONS (general) */

button {
	background-color:transparent;
	background-repeat: no-repeat;
	outline: 0;
	border: none;
	cursor: pointer;
	padding: 0;
	margin: 0;
	text-align: left;
	color: #2bb5e9;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

button:hover {
	color: #0882b6;
}

button:active {
	color: #f47925;
}

/* Firefox: Remove extra padding from button pseudo-elements */
@-moz-document url-prefix() {
button::-moz-focus-inner {
	padding: 0;
	border: 0 none;
	}
}

@-moz-document url-prefix() {
	.alert-controls .view-rule, 
	.alert-controls .delete-alert{
		vertical-align: top;
		margin-top: -3px;
	}
}

/* BUTTONS (text) */

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

.button.kosmos,
.button.kosmos.large.submit {
	text-align:center;
	display:inline-block;
	background-color: #553BF2;
	border:0px solid #553BF2;
	height: 40px!important;
    padding-left: 26px!important;
    padding-right: 26px!important;
    padding-top: 0px!important;
    padding-bottom:0px!important;
    border-radius: 20px!important;
    color: #ffffff;
    text-transform: uppercase;
    font-family: "Sora", sans-serif;
    letter-spacing: 1.4px;
    font-weight: 600;
    font-size: 14px!important;
    cursor: pointer;
}

.button.kosmos.white,
.button.kosmos.white.cancel.large.kosmos/ {
	border:2px solid #553BF2;
}

#myaccount .column.kosmos h2.subtitle {text-transform:none;}

h1.popup-title.kosmos {
	font-family: "Sora";
	color: #053437;
	font-size: 20px;
    font-weight: 600;
    margin: 0 0 40px 0;
    text-align:center;
    padding-left:36px;
}


.lightbox.kosmos{
	width:300px!important;
	padding:40px;
border-radius: 4px;
    box-shadow: -10px 10px 0 rgba(85,59,242,.1);
}

.lightbox.kosmos p.error{
	color:#ef3f3d;
	font-family:"Work Sans";
	position: relative;
    height: 0;
    top: -15px;
    margin-bottom:0;
}

.lightbox.kosmos div.buttons{
margin-top:20px!important;
text-align:center;
}


.lightbox.kosmos button.icon.close{
background-image: url(/assets/closeX.svg);
    height: 36px;
    width: 36px;
    background-size: 36px;
        position: relative;
    top: -34px;
    right: -34px;
    background-position:center;

}

.lightbox.kosmos button.icon.close:hover{
	background-image: url(/assets/closeXhover.svg);
background-position: center;
}


	

.kosmos .selectBox-options li.selectBox-hover a {background:#f5f4fc!important;
margin-right:0px!important;}

.kosmos .selectBox-options li a {background:none!important;}

.kosmos .selectBox-options LI.selectBox-selected A {background: #edeafd!important}


.kosmos .selectBox-options li.selectBox-selected a,
.kosmos .myaccount .selectBox-options li.selectBox-hover a {margin-right:0px!important;}


.kosmos .temboo .selectBox-dropdown .selectBox-label,
.kosmos span.selectBox-label {
		background-image: url(/assets/green-triangle.svg)!important;
		background-size: 24px!important;
		background-position: center right!important;

}




.button:hover {
	border-color:#2bb5e9;
	color:#fff;
	background-color:#0882b6;
}

.button.kosmos:hover {
	border-color:#715CF4;
	color:#fff;
	background-color:#715CF4;;
}

.button:active {
	border-color:#f9bc91;
	color:#fff;
	background-color:#f47925;
}

.button:disabled,
.button:disabled:hover,
.activity-devices.kosmos.offline .button.save-rule,
.activity-devices.kosmos.offline .button.save-rule:hover,
.button.disabled,
.button.disabled:hover {
	border-color:#95daf4;
	color:#fff;
	background-color:#95daf4;
	cursor:default;
	pointer-events: none;
}

.button:disabled.kosmos,
.button:disabled:hover.kosmos,
.button.disabled.kosmos,
.button.disabled:hover.kosmos {
	color:#fff;
	background-color:rgba(85, 59, 242, .5);
	cursor:default;
	pointer-events: none;
}


/* Icons */

/* default 16 x 16 icon */
.icon {
	background-position: right top;
	background-repeat: no-repeat;
}

.icon:hover {
	background-position: right -16px;
}

.icon:active {
	background-position: right -32px;
}

.icon.right {
	background-position: right top;
	padding-right: 20px;
}

.icon.left {
	background-position: left top;
	padding-left: 20px;
}

.icon.close {
	background-image:url("/assets/closeX.svg");
	height: 36px;
	width: 36px;
	background-size: 36px;
	background-position: center;
}

.icon.close:hover {
	background-image:url("/assets/closeXhover.svg")!important;
	height: 36px;
	width: 36px;
	background-size: 36px;
		background-position: center;

}

.icon.close.small,
button.close.small {
	background-image:url("/assets/button-close-small.png");
	height: 12px;
	width: 12px;
}

.icon.close.small:hover {
	background-position: right -12px;
}

.icon.close.small:active {
	background-position: right -24px;
}

.icon.close.small-gray {
	background-image:url("/assets/button-close-tab.png");
}

.icon.close.small-white-on-blue {
	background-image:url("/assets/graphic-x-cloudcontrols-lib-callout.png");
	background-size: 100%;
}

.icon.delete {
	background-image:url('/assets/button-delete.png');
	width: 12px;
	height: 17px;
	background-position: right -9px top -6px;
}

.icon.delete:hover {
	background-position: right -9px top -36px;
}

.icon.delete:active {
	background-position: right -9px top -66px;
}

.icon.delete-small {
	background-image: url('/assets/button-delete-small.png');
	background-position: left top;
	width: 9px;
	height: 16px;
}

.icon.delete-small:hover {
	background-position: 0px -20px;
}

.icon.delete-small:active {
	background-position: 0px -40px;
}

a.feedback,
button.feedback {
	background-image:url('/assets/button-feedback.png');
}

.icon.minus {
	background-image: url('/assets/button-minus.png');
	background-position: 0 -3px;
	width: 14px;
	height: 14px;
}

.icon.minus:hover {
	background-position: 0 -23px;
}

.icon.minus:active {
	background-position: 0 -43px;
}

.icon.minus:disabled,
.icon.minus.disabled {
	background-position: 0 -63px;
}

.icon.plus {
	background-image: url('/assets/button-plus.png');
	background-position: 0 -6px;
	width: 14px;
	height: 14px;
}

.icon.plus:hover {
	background-position: 0 -31px;
}

.icon.plus:active {
	background-position: 0 -56px;
}

.icon.plus:disabled,
.icon.plus.disabled {
	background-position: 0 -81px;
}


.icon.minus.kosmos {
	background-image: url('/assets/newRemove.svg');
	width: 24px;
	height: 24px;
		background-position: center;
		background-size: 100%;
}

.icon.minus.kosmos:hover {
		background-image: url('/assets/newRemoveHover.svg');

			background-position: center;
				width: 24px;
	height: 24px;
			background-size: 100%;


}

.icon.minus.kosmos:active {
		background-image: url('/assets/newRemoveActivee.svg');

			background-position: center;
				width: 24px;
	height: 24px;
			background-size: 100%;


}

.icon.minus.kosmos:disabled,
.icon.minus.kosmos.disabled {
	opacity: 0.5;
			background-position: center;
					background-size: 100%;


}

.icon.plus.kosmos {
	background-image: url('/assets/newAdd.svg');
	width: 24px;
	height: 24px;
			background-position: center;
					background-size: 100%;


}

.icon.plus.kosmos:hover {
		background-image: url('/assets/newAddHover.svg');
			width: 24px;
	height: 24px;
				background-position: center;
						background-size: 100%;



}

.icon.plus.kosmos:active {
		background-image: url('/assets/newAddActive.svg');
			width: 24px;
	height: 24px;
				background-position: center;
						background-size: 100%;



}

.icon.plus.kosmos:disabled,
.icon.plus.kosmos.disabled {
		width: 24px;
	height: 24px;
	opacity: 0.5;
			background-position: center;
					background-size: 100%;


}

input:-internal-autofill-selected {color: #333 !important;}


.export-container button.export:hover,
.export-container button.export:active,
button.download-link:hover,
button.download-link:active {
	color: #2293bd;
}

.icon.export {
	background-image: url('/assets/button-downloadfile-small.png');
	background-size: 72px;
	height: 20px;
	width: 18px;
	background-position: left top;
}

.icon.export.download,
* > .icon.export.download {
	background-position: left top;
}

.icon.export.download:hover, 
*:hover > .icon.export.download,
.icon.export.download:active, 
*:active > .icon.export.download {
	background-position: left -20px;
}

.icon.export.download.disabled, 
*.disabled > .icon.export.download,
.export-container.disabled .icon.export.download {
	background-position: left -40px;
}

.icon.export.download-source,
* > .icon.export.download-source {
	background-position: -54px top;
}

.icon.export.download-source:hover, 
*:hover > .icon.export.download-source,
.icon.export.download-source:active, 
*:active > .icon.export.download-source {
	background-position: -54px -20px;
}

.icon.export.download-source.disabled, 
*.disabled > .icon.export.download-source,
.export-container.disabled .icon.export.download-source {
	background-position: -54px -40px;
}

.icon.export.github,
* > .icon.export.github {
	background-position: -18px top;
}

.icon.export.github:hover,
*:hover > .icon.export.github,
.icon.export.github:active,
*:active > .icon.export.github {
	background-position: -18px -20px;
}

.icon.export.github.disabled,
*.disabled > .icon.export.github,
.export-container.disabled .icon.export.github {
	background-position: -18px -40px;
}

.icon.export.ccs,
* > .icon.export.ccs {
	background-position: -36px top;
}

.icon.export.ccs:hover,
*:hover > .icon.export.ccs,
.icon.export.ccs:active,
*:active > .icon.export.ccs {
	background-position: -36px -20px;
}

.icon.export.ccs.disabled,
*.disabled > .icon.export.ccs,
.export-container.disabled .icon.export.ccs {
	background-position: -36px -40px;
}

a.switch {
	position: relative;
	background: #2bb5e9;
	border: 1px solid #2bb5e9;
	overflow: hidden;
	text-transform: uppercase;
	color: #2bb5e9;
}

a.switch.kosmos {
	position: relative;
	background: #33D57A;
	border: 0px solid #33D57A!important;
	overflow: hidden;
	text-transform: uppercase;
	color: #33D57A;
}

a.switch.kosmos.off {
		border: 0px solid #ddd!important;
	background: #ddd;
	color: #ddd;
}

a.switch.off {
	background: #ddd;
	border-color:#ddd;
	color: #ddd;
}

a.switch.off:hover.kosmos {
	background: #eee;
	color: #eee;
}

a.switch:hover {
	cursor: pointer;
	border-color: #0882b6;
	background-color: #0882b6;
	color: #0882b6;
}

a.switch:hover.kosmos {
	cursor: pointer;
	border-color: #55DD91;
	background-color: #55DD91;
	color: #55DD91;
}

a.switch:active {
	border-color: #f47925;
	background-color: #f47925;
	color: #f47925;
}

a.switch .slider {
	position: absolute;
	top: 0;
	overflow: hidden;
}

a.switch .slider.left {
	left: 0;
}

a.switch span {
	position: absolute;
	display: block;
	top: 0;	
	background: #fff;
	padding: 0;
	margin: 0;
}

a.switch span.left {
	left: 0;
	text-align: left;
}

a.switch span.right {
	right: 0px;
	text-align: right;	
}

button.copy-all,
button.select-all {
	background-color: #2bb5e9; 
	border: solid 1px #ccc;
	color: white;
	cursor: pointer;
	font-size: 9px;
	font-weight: bold;
	height: 17px;
	line-height: 16px;
	padding: 0px 5px;
	text-transform: uppercase;
}

/* Firefox has longstanding bugs with line-height on inputs. Blah. */
@-moz-document url-prefix() {
button.copy-all,
button.select-all {
	line-height: 9px;
	padding: 2px 5px 6px 5px;
}
}

button.copy-all.zeroclipboard-is-hover {
	background-color:#0882b6;
}

/* end button styles */

/* SPINNERS */

.spinner-container {
	position: relative;
	min-height: 48px;
}

/* for .button.large */
.spinner {
		background: url('/assets/loading-drop.gif') no-repeat center;
	width: 48px;
	height: 48px;
	background-size: contain;
	position: absolute;
	top: 0;
	display: none;
}

.spinner.left {
	left: 0;
}

.spinner.center {
	left: 0;
	right: 0;
	margin: 0 auto;
}

.spinner.right {
	right: 0;
}

em.stylized {
	font-style: normal;
	color: #F47825;
}

form {
	padding:20px 0;
}

form p {
	margin-bottom:0;
	margin-top:0;
}

/* TITLE STYLE */
h1,
.title-large {
	font-size:48px;
	font-weight:200;
}

h2,
.title {
	font-size:30px;
	font-weight:200;
}

h3,
.title-small {
	font-size:21px;
}

h4 {
	font-size:14px;
	font-weight:normal;
}

input[type=radio] {
	margin-bottom:20px;
}

label {
	font-size:15px;
	margin:20px 0 10px;
	text-transform:uppercase;
}

p.body {
	margin:10px 0;
}

pre.prettyprint, pre.uglyprint {
	margin:16px 0; /* affects pre.prettyprint ~ .select-all top, below */
}

@-moz-document url-prefix() {
pre.prettyprint, pre.uglyprint {
	white-space: pre-wrap;
}
}

pre.prettyprint + button.copy-all,
pre.prettyprint + button.select-all,
pre.uglyprint + button.copy-all,
pre.uglyprint + button.select-all {
	float: right;
	position: relative;
	top: -33px;		/* 17px height offset */
}

.mobile pre.prettyprint + button.copy-all,
.mobile pre.prettyprint + button.select-all,
.mobile pre.uglyprint + button.copy-all,
.mobile pre.uglyprint + button.select-all { 
	display: none;
}

pre.run-mode-component.prettyprint, pre.run-mode-component.uglyprint {
	margin:11px 0 0 0; /* affects pre.prettyprint ~ .select-all top, below */	
}

pre.run-mode-component.prettyprint + button.copy-all,
pre.run-mode-component.prettyprint + button.select-all,
pre.run-mode-component.uglyprint + button.copy-all,
pre.run-mode-component.uglyprint + button.select-all {
	float: right;
	position: relative;
	top: -17px;		/* 17px height offset */
}

pre.prettyprint + button.copy-all, pre.uglyprint + button.copy-all {
	box-shadow:-6px -5px 12px 1px #fff;
	-moz-box-shadow:-6px -5px 12px 1px #fff;
	-webkit-box-shadow:-6px -5px 12px 1px #fff;	
}

pre.prettyprint + button.copy-all.tmb-copyable-active, pre.uglyprint + button.copy-all.tmb-copyable-active {
	border-color:#2bb5e9;
}

select.tmb {
	background:#fff url(/assets/dropdown-triangle.png) no-repeat right top;
	border:solid 1px #ccc;
	border-radius:0;
	cursor:pointer;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	color:#333;
	font-size:12px;
	padding:4px 4px 4px 4px;
	outline-color:#2bb5e9;
	/* attempt to remove user agent styling */
	-webkit-appearance:none;
}

select.tmb:hover {
	background-position:right -22px;
}

select.tmb:active {
	background-position:right -44px;
}

select.tmb option.tmb-placeholder {
	display:none;
}

select.tmb option.tmb-placeholder[disabled]{
	color:#eee;	
}

textarea {
	font-family:"Open Sans", "Trebuchet MS", Arial, sans-serif;
	padding:4px;
	overflow:auto;
}

.alert {
	color:#C00 !important;
	text-transform:uppercase !important;
}

.background-pattern {
	background:url('/assets/background-pattern.png') repeat left top; /* !important; */
}

/* BODY STYLE */
.body {
	font-size:12px;
}

/* Reset rules for body-type text */
.body,
.body-large,
.body-small,
.body-xlarge {
	font-style:normal;
	font-weight:normal;
	text-transform:none;
}

.body-large {
	font-size:14px;
}

#old-forgot-lightbox .body-large {
	font-family: 'Work Sans';
	line-height: 19px;
}

.body-small {
	font-size:10px;
}

.body-xlarge {
	font-size:16px;
}

.body-xxlarge {
	font-size:21px;
}

.clr {
	clear:both;
}

.column-title {
	font-size:24px;
	margin:40px 0 20px;
	text-transform:uppercase;
	font-weight:200;
}


/* Position styles */

.centered {
	text-align:center;
}

.left-align {
	text-align: left;
}

.center-align {
	text-align: center;
}

.right-align {
	text-align: right;
}

.full-width {
	min-width:1100px;
	position:absolute;
	left:0;
	right:0;
	padding:20px;
}

.background-blue {
	background-color:#60c7ee;
	color:#fff;	
}


/* DISABLED TEXT */
.disabled {
	color:#777;
}

/* A 75% opacity white mask to cover block elements. Parent must be relative or absolute positioned and have class 'disabled'. */
.disabled-mask {
	background: #fff;
	display: none;
	opacity: 0.75;
	position: absolute;
	top: 120px;
	bottom: 0;
	right: 0;
	left: 0;
}
.disabled > .disabled-mask {
	display: block;
}

.editable-empty {
	border:dotted 1px #F8499B!important;
	overflow:auto!important;
}

.editable-empty a.edit {
	background-color:#D8297B!important;
	border:solid 1px #D8297B!important;
	color:#fff!important;
	display:inline-block!important;
	margin:3px!important;
	padding:0 5px!important;
	font-size:8pt!important;
	font-weight:bold!important;
	float:right!important;
	text-decoration:none!important;
	text-transform:none!important;
	-webkit-border-radius:10px!important;
	-moz-border-radius:10px!important;
	border-radius:10px!important;
}

.editable-empty a.edit:hover {
	background-color:#FFF!important;
	color:#D8297B!important;
}

/* ERROR TEXT */
.error {
	color:#cc0000;
	font-size:12px;
}

.error a {
	color:#cc0000;
	font-weight:bold;
	text-decoration:underline;
}

.error a:hover {color:aa0000}

.hinted {
	position:relative;
}

.hinted input {
	margin-top:0;
}

.hinted label {
	color:#999;
	font-size:12px;
	left:50%;
	margin:0 0 0 -148px;
	padding:0;
	position:absolute;
	text-transform:none;
	top:4px;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:#999;
    opacity: 1;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#999;
    opacity: 1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:#999;
    opacity: 1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:#999 !important;
    opacity: 1;
}

/* Instances of lightbox only need a width and matching margin adjustment */
.lightbox {
	background:#fff;
	left:50%;
	height:auto;
	overflow:auto;
	padding:20px;
	position:fixed;
	top:50%;
	z-index:100002;
	border-radius: 8px;
	box-shadow: 0px 0px 10px 2px rgba(102, 102, 102, 0.35);
}

.lightbox button.close {
	float:right;
}

.lightbox button.delete {
	background-image:url("/assets/button-delete.png");
}

.lightbox form {
	margin:0;
	padding:0;
}

.lightbox .error *:last-child  {
	margin-bottom:20px;
}

.lightbox .popup-title {
	margin-top:0px;
}

.normal {
	font-weight: normal;
}

.bold {
	font-weight: bold;
}

.noborder {
	border:none !important;
}

.orange {
	color:#f47925;
}

.popup-title {
	font-size:21px;
	font-weight: 300;
	margin:0 0 20px 0;
}

.popup-title.kosmos{
		font-size:20px;
	font-weight: 500;
	margin:0;
	font-family: "Sora";
	color:#053436;
}

h3.popup-title.kosmos {
	font-weight: 600!important;
margin-bottom: 20px!important;
text-align:center!important;
}

.kosmos.button.delete {margin-left:20px!important;}

body.kosmos,
p.kosmos {font-weight:300;}

.deleteText.kosmos {text-align:center!important;}

.buttons.kosmos {
	margin: 0 auto;
	margin-top:30px;
}

.description.kosmos {
	color:#333;
	font-family: "Work Sans";
	line-height:22px;
	font-size: 14px;
	margin-bottom:20px;
}

.org-label.description.kosmos {margin-bottom:0px!important}

.removed-members.kosmos,
.promoted-member.kosmos{
	font-weight:500!important;
}

.popup-title > .operation {
    margin-right: 5px;
}

.subtitle {
	font-size:15px;
	font-weight:normal;
	text-transform:uppercase;
}

.subtitle-large {
	font-size:18px;
	font-weight:normal;
	text-transform:uppercase;
}

.subtitle-small {
	font-size:12px;
	font-weight:normal;
	text-transform:uppercase;
}

/* Begin overrides for jQuery SelectBox plugin CSS */
.temboo .selectBox-dropdown {
	background:#fff;
	border-color:#ccc;
	border-radius:0;
	color:#333;
	line-height:12px;
	min-width:0;
	-moz-border-radius:0;
	-webkit-box-shadow:none;
}

.temboo .selectBox-dropdown:focus {
	border-color:#ccc;
}

.temboo .selectBox-dropdown .selectBox-arrow {
	background: none;
	display:none;
}

.temboo .selectBox-dropdown .selectBox-label {
	background:url('/assets/dropdown-triangle.png') no-repeat right top;
	display:block;
	margin-right: 9px;
	padding:5px 25px 5px 5px;
	width:auto;
}

.temboo .selectBox-dropdown .selectBox-label:hover {
	background-position:right -22px;
	color:#0882b6;
	cursor:pointer;
}

.temboo .selectBox-dropdown.selectBox-menuShowing .selectBox-label,
.temboo .selectBox-dropdown.selectBox-menuShowing .selectBox-label:hover {
	background-position:right -44px;
	color:#777;
	cursor:default;
}

.temboo .selectBox-options {
	border-color:#ccc;
	margin-top:-1px;
	/* Remove dropshadow. This is an override, comment out to restore */
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
}

.temboo .selectBox-hover {
	background-color: #E9E9E9;
}

.temboo .selectBox-options li.selectBox-hover a {
	background-position:right 3px;
}

.temboo .selectBox-options li.selectBox-selected a {
	background-position:right -41px;
	color:#333;
	cursor:default;
}

.temboo .selectBox-options li a {
	background:url('/assets/dropdown-check.png') no-repeat -100% -100%;
	background-color:transparent !important;
	color: #333;
	cursor:pointer;
	line-height:16px;
	margin-right: 9px;
	padding:5px 25px 5px 10px;
}

.temboo .selectBox-options li a:active {
	background-position:right -19px;
}

.temboo .selectBox-options li.selectBox-selected a:active {
	background-position:right -41px;
}
/* End overrides for jQuery SelectBox plugin CSS */

#footer a {
	color: #aaa;
}

#footer .icon-container {
	position: absolute;
	top: 235px;
}

#footer-inner {
	position:absolute;
	left:0;
	right:0;
	border-top:1px solid #caecf9;
	background-color: #fff;
}

#footer {
	z-index: 1;
	margin:0 auto;
	border:none;
	/*temporarily constrain width*/
	width:1080px;
	padding:40px 10px 10px;
	background-color: #fff;
	font-weight: 300;
	color: #666;
}

#footer .copyright a {
	font-weight: 300;
	color: #999;
}

#footer .footer-link {
	display: inline-block;
	font-weight: 700;
	text-transform: uppercase;
	margin: 3px 85px 0 0;
}

#footer .footer-link a{
	color: #777;
	font-weight: normal;
}

#footer .copyright {
	text-align:right;
	color:#999;
	margin-right:20px;
	margin-top: 0px;
	clear: both;
	padding-top: 100px;
}

#footer lh {
	margin-bottom: 5px;
	font-weight:bold;
	display: block;
}

#footer ul {
	color:#777;
	float:left;
	list-style:none;
	margin: 0px 0px 0px 0px;
	padding-left:0;
	width: 200px;
}

#footer ul li {
	margin-top: 8px;
	font-weight: normal;
}

#footer .copyright a{
	display: inline-block;
	padding-left: 16px;
}

#footer a:hover,
#footer a:active {
	color: #333;
	transition: color .5s;
	-moz-transition: color .5s;
	-webkit-transition: color .5s;
}

#footer p.follow {
	float: right;
	margin-top: 0px;
	margin-right: 4px;
	vertical-align: top;
}

#footer #mc_embed_signup {
	width: max-content;
	position: relative;
	top: -72px;
	left: 296px;
}

#footer #mc-embedded-subscribe-form {
	padding: unset;
}

#footer #mce-EMAIL {
	font-family: "Open Sans";
	font-weight: 400;
	font-size: 12px;
	padding: 9px 13px;
	width: 210px;
	outline: none;
	color: #4b494b;
	display: inline-block;
	border: 1px solid #b5b5b5;
	border-radius: 5px;
	line-height: 16px;
}

#footer #mce-EMAIL::placeholder {
	color: #b5b5b5;
}

#footer #mc_embed_signup_scroll .clear {
	display: inline-block;
}

#footer .photo-credit {
	color: #aaa;
	font-size: 12px;
	font-family: 'Open Sans';
	font-weight: 200;
	vertical-align: top;
	display: none;
	text-align: right;
	margin-right: 20px;
}

#mc-embedded-subscribe {
	height: 36px;
	width: 89px;
	border-style: solid;
	border-width: 1px;
	border-color: rgba(119, 119, 119, 0.6);
	border-radius: 5px;
	background-color: #fff;
	font-family: "Open Sans";
	font-size: 12px;
	font-weight: 400;
	color: #777777;
	margin-left: 10px;
	outline: none;
}

#mc-embedded-subscribe:hover {
	font-weight: 600;
	border-color: #777777;
	background-color: rgba(119, 119, 119, 0.2);
}

#message-container {
	margin:0;
}

#message-container .message-divider-outer {
	margin-top: 10px;
}

#message-container .message-divider-outer .message-divider {
	border-bottom: 1px solid #caecf9;
	position: absolute;
	left: 0;
	right: 0;
}

/* header styling */

#header {
	position:relative;
	max-width:1100px;
	min-width:1100px;
	margin:0 auto;
	padding:3px 0 6px;
}

body.activity #header-outer {
	padding-top: 10px;
	background: white;
}

body.activity.mobile #header-outer {
	padding-top: unset;
}

#header-outer {
	height:64px;
	z-index: 5;
}

#header-inner {
	left:0;
	right:0;
	border-bottom:1px solid #caecf9;
	position: absolute;
}

.mobile #header-inner {
	position: static;
}

#header	.account-info {
	text-align:right;
	margin: 0 -10px 22px;
	padding: 0 10px;
}

#header .account-info a.logout {
	text-transform:lowercase;
	color: #2bb5e9;
	padding-left: 2px;
	font-weight:normal;
	z-index: 1;
	position: relative;
	margin-left:0px;
}

#header .account-info a.logout:hover { color: #0882b6 }
#header .account-info a.logout:active { color: #f47925 }

#header .account-info .org-name {
	text-transform:none;
}

#header .account-info p {
	margin:0;
}

#header img {
	position:relative;
}

.block#cookie-notice {
	background: rgb(5 52 54 / 80%);
	width: 100%;
	color: #fff;
	padding: 1em 0;
	z-index: 1000;
	position: fixed;
	display: none;
	bottom: 0;
	left: 0;
	font-family: 'Work Sans';
	font-weight: 400;
	font-size: 14px;
	letter-spacing: 0.28px;
}

#cookie-notice .links {
	color: #fff;
	display: inline-block;
	margin: 0 0 0 18px;
}

#cookie-notice span {
	display: inline-block;
	line-height: 16px;
}

#cookie-notice .links .button {
	margin-right: 0.5em;
	border: none;
	box-sizing: border-box;
	height: 30px;
	width: 80px;
	background-color: var(--purple);
	font-family: 'Sora';
	font-weight: 600;
	font-size: 10px;
	text-transform: uppercase;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin-right: 17px;
	letter-spacing: 0.8px;
	padding: 0;
}

#cookie-notice .links .button:hover {
	background-color: var(--purple-hover);
}

#cookie-notice .links .button:active {
	background-color: var(--purple-pressed);
}

#cookie-notice .links a#cookie-learn-more,
#cookie-notice .links a#cookie-learn-more:visited {
	color: #fff;
	font-weight: 400;
	text-decoration: underline;
}

#cookie-notice .links a#cookie-learn-more:hover {
	color: #fff;
	font-weight: 400;
}

#cookie-notice .links a#cookie-learn-more:active {
	color: #fff;
	font-weight: 400;
}

#cookie-notice .cookie-notice-inner {
	width: calc(100% - 20px);
	max-width: 1100px;
	margin: 0 auto;
	text-align: center;
}

@media (max-width: 1054px) {
	#cookie-notice .links {
		margin: 12px 0 0 0;
	}
}

#navigation {
	bottom:0;
	font-size:12px;
	position:absolute;
	right:20px;
	border-bottom: none;
	padding:0px 10px 5px;
}

#navigation.logged-out {
	border:none;
}

#navigation .nav-link {
	padding:2px 4px;
	margin:0 2px 0 30px;
	text-transform:uppercase;
	font-weight: normal;
	color: #666;
}

#navigation .nav-link.button {
	border-color: #0c0;
	border-radius: 5px;
	color: #0c0;
	background-color: transparent;
	padding: 0px 7px 0px 7px;
	font-size: 12px;
}

#navigation .nav-link.button:hover {
	color: #0b0;
	border-color: #0b0;
}


#navigation span.nav-link {
	cursor: pointer;
}

#page-login-index #navigation.logged-out a.login-link {
	display: none;
}

#navigation.logged-out a.bold-signup {
	font-weight: bold;
	color: #0c0;
	border: 1px solid #0c0;
	border-radius: 6px;
	padding: 2px 6px;
}

#navigation.logged-out a.bold-signup:hover {
	border-color: #0b0;
	color: #0b0;
}

#navigation .nav-link#navigation_myaccount {
	text-transform: none;
	color: #2bb5e9;
	font-weight: bold;
}

#nav-links {
	float: right;
	margin-bottom: 8px;
	-moz-animation: headerFade .5s;
	-webkit-animation: headerFade .5s;
    animation: headerFade .5s;
}

@-moz-keyframes headerFade {
	0% { opacity: 0; }
	4% { opacity: 0; }
	100% { opacity: 1; }
}

@-webkit-keyframes headerFade {
    0% { opacity: 0; }
	4% { opacity: 0; }
	100% { opacity: 1; }
}  
@keyframes headerFade {
    0% { opacity: 0; }
	4% { opacity: 0; }
	100% { opacity: 1; }
}

#nav-links .callout.shadow {
	margin: 0px 0px 0px 0px;
}

#nav-links .callout-container {
	display: inline-block;
	position: relative;
	cursor: pointer;
}

#nav-links .callout-container.hidden {
	display: none;
}

#nav-links .callout-container .hover-container {
	position: absolute;
	z-index: 201;
	top: 12px;
	left: 18px;
	display: none;
	cursor: pointer;
}

#nav-links .callout-container.documentation .hover-container {
	left: -95px;
}

#nav-links .callout-container.documentation .hover-container .callout .arrow {
	left: 115px;
}

#nav-links .callout-container .callout {
	padding: 0px 0;
	width: auto;
	min-width: 125px;
	border-radius: 5px;
	position: relative;
	display: block;
	margin-top: 23px;
}

#navigation #nav-links .callout-container.documentation .callout {
	width: 290px;
}

#navigation.logged-out #nav-links .callout-container.documentation .hover-container {
	left: -124px;
}

#navigation #nav-links .callout-container.product .hover-container {
	left: -144px;
}

#navigation.logged-out #nav-links .callout-container.product .hover-container {
	left: -127px;
}

#navigation.logged-out #nav-links .callout-container.documentation .callout .arrow {
	left: 142px;
}

#navigation #nav-links .callout-container.product .callout .arrow {
	left: 162px;
}

#navigation #nav-links .callout-container.company .callout .arrow {
	left: 14px;
}

#nav-links .callout-container.documentation .callout .language-col {
	width: 50%;
	margin-bottom: 10px;
}

#nav-links .callout-container.documentation .callout .language-col.left {
	float: left;
}

#nav-links .callout-container.documentation .callout .language-col.left a li {
	margin-right: 5px;
	padding-right: 5px;
}

#nav-links .callout-container.documentation .callout .language-col.right {
	float: right;
}

#nav-links .callout-container.documentation .callout .language-col.right a li {
	margin-left: 5px;
	padding-left: 5px;
}

#nav-links .callout-container.hover .hover-container {
	display: none;
}

@-moz-keyframes fadeIn {
	from { opacity: 0; }
	to { opacity: 1; }
}

@-webkit-keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}  
@keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}

#nav-links .callout-container .callout .arrow.top {
	width: 60px;
}

/* Header: Kosmos */

#nav-links .callout-container.kosmos .callout .arrow.top {
	left: 12px;
}

#nav-links .callout-container.kosmos .callout ul.subnav a .sdk-icon {
	background: url('/assets/kosmos-header-icons.png') no-repeat;
	background-size: 54px 104px;
	width: 27px;
	height: 26px;
}

#nav-links .callout-container.kosmos .callout ul.subnav a li.dashboard .sdk-icon { background-position: left top }
#nav-links .callout-container.kosmos .callout ul.subnav a:hover li.dashboard .sdk-icon { background-position: -27px top }
#nav-links .callout-container.kosmos .callout ul.subnav a li.create-application .sdk-icon { background-position: left -26px }
#nav-links .callout-container.kosmos .callout ul.subnav a:hover li.create-application .sdk-icon { background-position: -27px -26px }
#nav-links .callout-container.kosmos .callout ul.subnav a li.provisioning .sdk-icon { background-position: left -52px }
#nav-links .callout-container.kosmos .callout ul.subnav a:hover li.provisioning .sdk-icon { background-position: -27px -52px }
#nav-links .callout-container.kosmos .callout ul.subnav a li.email-reports .sdk-icon {
	background: url('/assets/email-reports-icon.png') no-repeat;
	background-position: center;
	background-size: 24px;
	width: 27px;
	height: 27px;
}
#nav-links .callout-container.kosmos .callout ul.subnav a:hover li.email-reports .sdk-icon {
	background: url('/assets/email-reports-icon-hover.png') no-repeat;
	background-position: center;
	background-size: 24px;
	width: 27px;
	height: 27px;
}
#nav-links .callout-container.kosmos .callout ul.subnav a li.kosmos-docs .sdk-icon { background-position: left -78px }
#nav-links .callout-container.kosmos .callout ul.subnav a:hover li.kosmos-docs .sdk-icon { background-position: -27px -78px }

#nav-links .callout-container.kosmos .callout ul.subnav a li.create-application.hidden { display: none; }
#nav-links .callout-container.kosmos .callout ul.subnav a li.provisioning.hidden { display: none; }

/* Header: Product */

#nav-links .callout-container .callout .subnav .sub-container {
	width: 250px;
	display: inline-block;
	margin: 5px 10px 10px 10px;
}

#nav-links .callout-container .callout .subnav .sub-container.left {
	margin: 5px 5px;
}

#nav-links .callout-container .callout .subnav .sub-container.right {
	margin-left: 15px;
	background-color: #FAFAFA;
	padding: 15px 15px 15px 20px;
	margin: 0px 0px 0px 0px;
}

#nav-links .callout-container .callout .subnav .bottom-container {
	height: 50px;
	line-height: 50px;
	margin: 0px auto 0px auto;
	text-align: center;
	vertical-align: middle;
	color: #2bb5e9;
	font-weight: 500;
}

#nav-links .callout-container .callout .subnav .nav-item {
	width: 240px;
	height: 65px;
	margin: 0px 0px 5px 0px;
	padding: 5px 5px 10px 5px;
}

#nav-links .callout-container .callout .subnav.logged-out .nav-item {
	margin: 0 0;
	padding: 5px 5px 5px 5px;
}

#nav-links .callout-container .callout .subnav h3.nav-item {
	font-size: 20px;
	font-weight: 200;
	padding-left: 10px;
}

#nav-links .callout-container .callout .subnav h3.nav-item:hover {
	background-color: white;
}

#nav-links .callout-container .callout .subnav .icon {
	width: 60px;
	height: 50px;
	margin-right: 5px;
	background-image: url('/assets/header-buttons-product.png');
	background-repeat: no-repeat;
	background-size: 120px 250px;
	display: inline-block;
	vertical-align: top;
}

#nav-links .callout-container .callout .subnav .icon#code-gen { background-position: left top; }
#nav-links .callout-container .callout .subnav a:hover .icon#code-gen { background-position: -60px top; }
#nav-links .callout-container .callout .subnav .icon#iot { background-position: left -50px; }
#nav-links .callout-container .callout .subnav a:hover .icon#iot { background-position: -60px -50px; }
#nav-links .callout-container .callout .subnav .icon#platform { background-position: left -100px; }
#nav-links .callout-container .callout .subnav a:hover .icon#platform { background-position: -60px -100px; }
#nav-links .callout-container .callout .subnav .icon#digital { background-position: left -150px; }
#nav-links .callout-container .callout .subnav a:hover .icon#digital { background-position: -60px -150px; }
#nav-links .callout-container .callout .subnav .icon#manufacturing { background-position: left -200px; }
#nav-links .callout-container .callout .subnav a:hover .icon#manufacturing { background-position: -60px -200px; }

#nav-links .callout-container .callout .subnav .link-container {
	width: 170px;
	height: 65px;
	display: inline-block;
	vertical-align: top;
}

#nav-links .callout-container .callout .subnav .link-title {
	width: 170px;
	height: 25px;
	color: #2bb5e9;
	font-weight: 400;
	font-size: 15px;
}

#nav-links .callout-container .callout .subnav a:hover .link-title {
	color: #2293BD;
}

#nav-links .callout-container .callout .subnav .link-description {
	width: 170px;
	height: 40px;
	font-weight: 200;
	font-size: 12px;
}

#nav-links .callout-container .callout .subnav.logged-in#product { 
	margin: 15px 10px 5px 10px;
}

#nav-links .callout-container .callout .subnav .nav-item .link-description {
	color: black;
}

#nav-links .callout-container .callout ul.subnav {
	list-style-type: none;
	padding: 5px 0;
	margin: 5px 10px 5px 10px;
}

#nav-links .callout-container .callout ul.subnav a {
	text-transform: none;
	padding: 10px 0;
	margin: 0;
	color: black;
}

#nav-links .callout-container .callout ul.subnav a:hover {
	color: #2293BD;
}

#nav-links .callout-container .callout ul.subnav a.hover {
	position: relative;
}

#nav-links .callout-container.activity .callout ul.subnav a.hover .arrow-green {
	background: url('/assets/icon-arrow-blue.png') no-repeat; /* placeholder */
	transform: rotate(180deg);
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	position: absolute;
	right: -162px;
	top: -32px;
}

#nav-links .callout-container .callout ul.subnav a li {
	margin: 0 10px;
	padding: 9px 10px;
	white-space: nowrap;
}

#nav-links .callout-container.documentation .callout ul.subnav a li {
	padding: 0 5px;
}

#nav-links .callout-container.company .callout ul.subnav a li {
	padding: 10px 5px;
}

#nav-links .callout-container .callout ul.subnav a li.samsung {
	padding-left: 3px;
}

#nav-links .callout-container .callout ul.subnav a li.samsung .sdk-text {
	margin-left: 0;
}

#nav-links .callout-container .callout ul.subnav a:hover li,
#nav-links .callout-container .callout ul.subnav a.hover li,
#nav-links .callout-container .callout .subnav .nav-item:hover {
	background-color: #e4f5fc;
}

#nav-links .callout-container .callout .subnav hr {
	border-top: 1px solid #ddd;
	border-left: none;
	border-right: none;
	border-bottom: none;
	margin: 10px;
	clear: both;
}

#nav-links .callout-container.product .callout .subnav hr {
	margin-top: 0px;
	margin-left: 25px;
	margin-right: 25px;
}

#nav-links .callout-container.product .callout .subnav.logged-in hr {
	margin-left: 10px;
	margin-right: 10px;
}

#nav-links .callout-container .callout ul.subnav a .sdk-icon {
	background: url('/assets/button-sdks-small-blue-retina.png') no-repeat;
	background-size: 140px;
	width: 35px;
	height: 35px;
	left: 0;
	top: 0;
	display: inline-block;
	vertical-align: middle;
}

#nav-links .callout-container .callout ul.subnav a .sdk-text {
	display: inline-block;
	vertical-align: middle;
	margin-left: 3px;
}
.mobile #page.quickstart  pre.prettyprint {
	margin-left: -29px;
}

#nav-links .callout-container .callout ul.subnav a li.quickstart .sdk-text {
	font-size: 15px;
	color: #2bb5e9;
	font-weight: 400;
	margin-left: 10px;
}

#nav-links .callout-container .callout ul.subnav a:hover li.quickstart .sdk-text {
	color: #2293BD;
}

#nav-links .callout-container .callout ul.subnav a li.quickstart {
	margin-top: 10px;
}


#nav-links .callout-container .callout ul.subnav a:hover li.samsung .sdk-icon { background-position: left -14px }

/* Company Menu */

#nav-links .callout-container .callout ul.subnav a li {
	padding: 3px 5px 3px 5px;
}

#nav-links .callout-container.company .callout ul.subnav a .sdk-icon {
	background: url('/assets/header-buttons-company.png') no-repeat;
	background-size: 44px;
	width: 22px;
	height: 23px;
}

#nav-links .callout-container.company .callout ul.subnav a .sdk-text {
	margin-left: 5px;
	font-size: 15px;
	color: #2bb5e9;
	font-weight: 400;
}

#nav-links .callout-container.company .callout ul.subnav a:hover .sdk-text {
	color: #2293BD;
}


#logo img {
	width:181px;
	height:50px;
	margin-left:20px;
}

#header .happy-2016-link {
	position: absolute;
	top: -10px;
	left: 0;
	right: 0;
	background-color: #2bb5e9;
	color: #fff;
	display: inline-block;
	font-weight: normal;
	width: 160px;
	margin: 0 auto;
	text-align: center;
	padding: 4px 20px 4px 12px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

#page-landing-index #header .happy-2016-link {
	top: 0;
}


/* end header styling */

#message-container {
	padding:10px 0;
}
#message-container.empty {
	display:none;
}

.alert.body,
#message-container .message {
	list-style-type:none;
	padding:4px 0 2px 26px;
}

.alert.body,
#message-container .message.critical,
#message-container .message.warning {
	background:url('/assets/messaging-critical.png') no-repeat left center;
}

body#page-library-index #message-container.just-calls, 
body#page-library-index #message-container #calls-near-limit,
body#page-library-index #message-container #calls-over-limit {
	display: none !important; /* valid use! I swear! */
}

.alert-container.alert-box {
	margin: 20px 0;
	position: relative;
	border: 1px solid #C00;
  	padding: 0 10px 10px 100px;
}

.alert-container.alert-box#limit-warning-credentials {
	margin:5px 0 10px;
}

.alert-container.alert-box .alert.body {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 80px;
	background: #C00;
	color: #fff !important;
	text-transform: uppercase;	
}

.alert-container.alert-box .alert.body p {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	margin-top: -9px;
	font-weight:bold;
}

.alert-container.alert-box .alert.body .exclaim {
	display: inline-block;
	font-weight: bold;
	background: #fff;
	color: #C00 !important;
	line-height: 18px;
	height: 18px;
	width: 18px;
	border-radius: 9px;
}

.alert-container.alert-box .body a {
	font-weight: bold;
}

#message-container .messages {
	margin:0;
	padding:0 20px;
}

#message-container .messages .close {
	float:right;
}


#tmb-copyable-mask.tmb-copyable-pre.tmb-copyable-prettyprint,
#tmb-copyable-mask.tmb-copyable-pre.tmb-copyable-uglyprint {
	border:solid 1px #2bb5e9;
	box-shadow: 0px 0px 12px 1px #2bb5e9;
	-moz-box-shadow: 0px 0px 12px 1px #2bb5e9;
	-webkit-box-shadow: 0px 0px 12px 1px #2bb5e9;
	z-index: 3;
}

.tmb-flashable-mask {
	border:solid 1px #2bb5e9;
	box-shadow: 0px 0px 12px 1px #2bb5e9;
	-moz-box-shadow: 0px 0px 12px 1px #2bb5e9;
	-webkit-box-shadow: 0px 0px 12px 1px #2bb5e9;
	position:absolute;
}

.status-alert {
	left: 0;
	right: 0;
	text-align: center;
	position: fixed;
	z-index: 100001;
	margin:0;
	padding:0;
	top: 20px;
}

.status-alert.large {
	top: 0;
	border: 3px solid #13de6e;
	border-top: none;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	text-align: left;
	width: 330px;
	margin: 0 auto;
	padding: 20px 25px 20px 160px;
	background-color: #fff;
}

.status-alert.large .status-title {
	color: #13de6e;
	font-weight: bold;
	font-size: 22px;
}

.status-alert.large .status-description {
	margin-top: 10px;
	font-size: 14px;
}

.status-alert.large button.close {
	position: absolute;
	top: 10px;
	right: 10px;
}

.status-alert p {
	display: inline-block;
	padding: 7px 14px;
	color: #fff;
	background-color: #0c0;
	font-size: 16px;
	opacity: .85;
	margin: 0;
}



.status-alert.success p {
	background:#0c0;
}

.status-alert.error p {
	background:#c00;
}




/* Override default browser font */
input, textarea, keygen, select, button {
	font-family: "Work Sans", sans-serif;
}

/* Indent input text so left edge isn't cut off */
input {
	text-indent: 1px;
}

/* Callouts */

.callout {
	width:170px;
	padding:15px;
	border:1px solid #95daf4;
	border-radius:5px;
	position: absolute;
	background-color: #fff;
	z-index: 1;
	display: none;
}

.callout.gray {
	border-color: #ddd;
}

.callout-container {
	position: relative;
}

.callout .callout-error {
	display: none;
}

.arrow-callout {
	border-color: #95daf4;
	border-width: 1px;
	position: absolute;
}

.callout.gray .arrow-callout {
	border-color: #ddd;
}

.head-callout {
	position: absolute;
}


/* <| right line */
.arrow-callout.line-right {
	left: 0px;
	border-color: #fff;
	border-width: 2px;
	border-right-style: solid;
	height: 15px;
}

/* < top line */
.arrow-callout.line-right-down {
	left: 0px;
	border-right-style: solid;
	height: 15px;
	transform-origin: top right;
	transform: rotate(60deg);
	-webkit-transform-origin: top right;
	-webkit-transform: rotate(60deg);
	-ms-transform-origin: top right;
	-ms-transform: rotate(60deg);
	margin-top: 1px;
}

/* < bottom line */
.arrow-callout.line-right-up {
	left: -14px;
	border-top-style: solid;
	width: 15px;
	transform-origin: bottom right;
	transform: rotate(30deg);
	transform: rotate(30deg);
	-webkit-transform-origin: bottom right;
	-webkit-transform: rotate(30deg);
	-ms-transform-origin: bottom right;
	-ms-transform: rotate(30deg);
	top: 15px;
}

/* |> left line */
.arrow-callout.line-left {
	display:none;
	left: -1px;
	top: 1px;
	border-color: #fff;
	border-width: 2px;
	border-left-style: solid;
	height: 12px;
}

.head-callout.left,
.arrow-bg,
.arrow-callout.line-left-down,
.arrow-callout.line-left-up
  {display:none!important;}

@media screen and (min-width:0\0) { 
.arrow-callout.line-left {
	left: -2px;
}
}

/* > top line */
.arrow-callout.line-left-down {
	border-top-style: solid;
	width: 15px;
	left: -1px;
	transform-origin: left top;
	transform: rotate(30deg);
	-webkit-transform-origin: left top;
	-webkit-transform: rotate(30deg);
	-ms-transform-origin: left top;
	-ms-transform: rotate(30deg);
}

/* > bottom line */
.arrow-callout.line-left-up {
	height: 15px;
	border-left-style: solid;
	transform-origin: left bottom;
	transform: rotate(60deg);
	-webkit-transform-origin: left bottom;
	-webkit-transform: rotate(60deg);
	-ms-transform-origin: left bottom;
	-ms-transform: rotate(60deg);
	left: -1px;
}

/* ^ left line */
.arrow-callout.line-up-left {
	border-top-style: solid;
	width: 15px;
	left: -1px;
	transform-origin: left top;
	transform: rotate(120deg);
	-webkit-transform-origin: left top;
	-webkit-transform: rotate(120deg);
	-ms-transform-origin: left top;
	-ms-transform: rotate(120deg);
}

/* ^ right line */
.arrow-callout.line-up-right {
	height: 15px;
	border-left-style: solid;
	transform-origin: left bottom;
	transform: rotate(150deg);
	-webkit-transform-origin: left bottom;
	-webkit-transform: rotate(150deg);
	-ms-transform-origin: left bottom;
	-ms-transform: rotate(150deg);
	left: -1px;
	top: -15px;
}

/* v left line */
.arrow-callout.line-down-left {
	border-top-style: solid;
	width: 15px;
	left: -1px;
	transform-origin: left top;
	transform: rotate(300deg);
	-webkit-transform-origin: left top;
	-webkit-transform: rotate(300deg);
	-ms-transform-origin: left top;
	-ms-transform: rotate(300deg);
}

/* v right line */
.arrow-callout.line-down-right {
	height: 15px;
	border-left-style: solid;
	transform-origin: left bottom;
	transform: rotate(330deg);
	-webkit-transform-origin: left bottom;
	-webkit-transform: rotate(330deg);
	-ms-transform-origin: left bottom;
	-ms-transform: rotate(330deg);
	left: -1px;
	top: -15px;
}

.callout .arrow-bg {
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
  position: absolute;
  z-index: -1;
  left: -1px;
} 

/* > background */
.callout .head-callout.left .arrow-bg {
  border-left: 13px solid #fff;
} 

/* < background */
.callout .head-callout.right .arrow-bg {
  border-right: 13px solid #fff;
} 

/* ^ background */
.callout .head-callout.up .arrow-bg {
  border-bottom: 13px solid #fff;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
} 

/* v background */
.callout .head-callout.down .arrow-bg {
  border-top: 13px solid #fff;
} 

/* New callout style */

.callout .arrow {
	height: 40px;
	position: absolute;
	overflow: hidden;
	top: 0;
	width: 15px;
}

.callout .arrow:after {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	background: #fff;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	top: 10px;
}

.breadcrumbs .callout .arrow:after {
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	top: 10px;
}

.callout .arrow.left {
	left: -15px;
}

.callout .arrow.right {
	right: -15px;
}

.callout .arrow.left:after {
	left: 10px;
	border-bottom: 1px solid #95daf4;
	border-left: 1px solid #95daf4;
}

.callout .arrow.right:after {
	left: -15px;
	border-top: 1px solid #95daf4;
	border-right: 1px solid #95daf4;
}

/* Colors */

.callout.warning {
	border-color: #f47925;
}

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

/* Shadow */

.callout.shadow {
	border-color: #ddd;
	box-shadow: 2px 2px 15px rgba(102, 102, 102, 0.35);
}

.callout.shadow .arrow {
	width: 20px;
}

.callout.shadow .arrow:after {
	border-color: rgba(102, 102, 102, 0.2);
}

.callout.shadow .arrow.left {
	left: -20px;
}

.callout.shadow .arrow.right {
	right: -20px;
}

.callout.shadow .arrow.top {
	top: -18px;
	height: 18px;	
}

.callout.shadow .arrow.bottom {
	bottom: -18px;
	top: auto;
	height: 18px;
}

.callout.shadow .arrow.left:after {
	left: 14px;
	box-shadow: -5px 7px 10px -3px rgba(102, 102, 102, 0.2);
}

.callout.shadow .arrow.right:after {
	left: -10px;
	width: 14px;
	box-shadow: 7px -7px 10px -3px rgba(102, 102, 102, 0.2);
}

.callout.shadow .arrow.top:after {
	left: 20px;
	box-shadow: 9px 6px 10px 9px rgba(102, 102, 102, 0.2);
}

.callout.shadow .arrow.bottom:after {
	left: 20px;
	top: -11px;
	box-shadow: 9px 6px 10px 9px rgba(102, 102, 102, 0.2);
}

.callout button.close {
	position: absolute;
	top: 5px;
	right: 5px;
}

/* Overriding default font on these elements */
input, textarea, keygen, select, button {
	font-family: "Open Sans", "Trebuchet MS", Arial, sans-serif;
}

/* Login lightbox */

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

#page.login #login_formErrors,
.old-login #login_formErrors {
	color: var(--error-red);
	font-family: 'Work Sans';
	font-weight: 400;
	font-size: 14px;
}

#page-login-index #tmb-lightbox {
	box-shadow: var(--box-shadow-2);
	border-radius: 4px;
	margin: 0 !important;
	transform: translateX(-50%);
	top: 150px;
	box-sizing: border-box;
	max-width: 400px !important;
	width: calc(100% - 20px) !important;
}


.old-login .forgot-container {
	margin-bottom: 24px;
}

#page.login .content,
#page.password-reset form {
	width:300px;
	margin:0 auto;
}

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

#page.login .content .links .error {
	margin-top:15px;
}

#page.login .lightbox {
	margin:-130px 0 0 -180px;
	width:320px;
}

#old-forgot-lightbox {
	max-width: 400px;
	width: 100%;
}

#page.login .lightbox input[type=text] {
	width:300px;
}

#page.login .spinner-container,
.old-login .spinner-container {
	text-align:center;
	margin:10px 0 0;
}

#page.login .spinner-container .signup,
.old-login .spinner-container .signup {
	display:block;
	margin: -2px 0 15px -10px;
	font-weight:normal;
}

#page.login form,
.old-login form {
	padding-left:0px;
}

#page.login .content > h2,
#page.password-reset h2 {
	text-align: center;
  	margin: 5px 0 10px;
  	font-weight: 200;
  	font-size: 29px;
}

#page.password-reset .error {
	font-size:12px;
	color:#f47925;
	width: 300px;
}

#page.login #login_formErrors,
.old-login #login_formErrors {
	text-align:center;
	margin-bottom:10px;
}

.mobile #page.login #login_formErrors,
.mobile .old-login #login_formErrors { 
	width: auto;
}

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

.input-module-container {
	margin-bottom: 20px;
	white-space: nowrap;
}

.input-module-input {
	display: inline-block;
	margin-right: 9px;
}

.input-module-input input.input-start-address {
	width: 21px;
}

.input-module-container label {
	text-transform: none;
	font-size: 14px;
	line-height: 24px;
	font-size: 14px;
	vertical-align: middle;
	position: relative;
	display: inline-block;
	margin: 0;
}

/* Input alerts */

#page-iotapplications-index-iotapp-plc-data-insights-and-alerts .input-alert,
.activity.plc .input-alert {
	font-size: 12px;
	color: #ff1700;
	margin-top: -5px;
	display: none;
}

#page.iot-applications .input-alert#gateway-name-alert {
	position: absolute;
}

#page-iotapplications-index-iotapp-plc-data-insights-and-alerts .input-alert.visible,
.activity.plc .input-alert.visible {
	display: block;
}

#page-iotapplications-index-iotapp-plc-data-insights-and-alerts .input-alert.multi-device {
	text-align: center;
	margin-top: 10px;
}

#page.iot-applications .input-alert#gateway-creation-alert {
	text-align: center;
	width: 626px;
}

#page.iot-applications .input-alert.start-address-alert,
.activity.plc .input-alert.start-address-alert,
#page.iot-applications .input-alert.start-address-interval-alert,
.activity.plc .input-alert.start-address-interval-alert {
	margin-top: 10px;
}

.editable-link {
	font-weight: bold;
	font-size: 30px;
	display: block;
}

.editable-link .prod-warning {
	color: #ff1700;
}





input:-webkit-autofill {-webkit-text-fill-color: rgba(52,51,51,.5)!important;
color: rgba(52,51,51,.5)!important;}


input:-webkit-autofill:focus {-webkit-text-fill-color: #333!important;
color: #333!important;}



/* start ai subdomain css */

.work12 {
	font-family: Work Sans;
	font-weight: 400;
	color: #333;
	line-height: 18px;
	font-size: 12px;
}

.work14 {
	font-family: Work Sans;
	font-weight: 400;
	color: #333;
	line-height: 21px;
	font-size: 14px;
}


.work16 {
	font-family: Work Sans;
	font-weight: 400;
	color: #333;
	line-height: 24px;
	font-size: 16px;
}

.work18 {
		font-family: Work Sans;
	font-weight: 400;
	color: #333;
	line-height: 26px;
	font-size: 18px;
}

.work22 {
	font-family: Work Sans;
	font-weight: 400;
	color: #333;
	line-height: 30px;
	font-size: 22px;	
}

.work36 {
    font-family: Work Sans;
    font-weight: 400;
    color: #fff;
    line-height: 48px;
    font-size: 36px;    
}

.sora14 {
	font-family: Sora;
	font-weight: 400;
	color: #33d67b;
	line-height: 18px;
	font-size: 14px;
}

.sora20 {
	font-family: Sora;
	font-weight: 500;
	color: #053436;
	line-height: 28px;
	font-size: 20px;
}

.sora22 {
		font-family: Sora;
	font-weight: 500;
	color: #053436;
	line-height: 30px;
	font-size: 22px;
}

.sora24 {
	font-family: Sora;
	font-weight: 600;
	color: #053437;
	line-height: 34px;
	font-size: 24px;	
}

.sora28 {
	font-family: Sora;
	font-weight: 600;
	color: #053437;
	line-height: 36px;
	font-size: 28px;	
}

.sora48 {
	font-family: Sora;
	font-weight: 600;
	color: #33d67b;
	line-height: 64px;
	font-size: 48px;	
}


.work18 a {
	color: #33d67b;
font-weight: 500;
}


.purple-button {
  font-family: Sora;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .1em;
  color: #fff;
  text-transform: uppercase;
  background-color: #553bf2;
  border: 1px solid #553bf2;
  border-radius: 20px;
  padding-left: 25px;
  padding-right: 25px;
  margin: 0 auto;
  text-align: center;
  cursor: pointer;
  display:inline-block;
  padding-top:10px;
  padding-bottom:10px;
}

.purple-button:hover,
a.purple-button:hover {
  background-color: #715CF4;
  border-color: #715CF4;
  color: white;

}

.purple-button:active,
a.purple-button:active {
  background-color: #4731CA;
  border-color: #4731CA;
  color: white;
}

.purple-button:disabled,
.purple-button.disabled,
a.purple-button.disabled {
    cursor: not-allowed;
    opacity: 0.5;
    pointer-events: none;
}

.letstalk {
	margin: 0 auto;
	width: 540px;
	margin-bottom: 62px;
	text-align: center;
}

.letstalk .sora28 {
	margin-bottom: 40px;
}

.body {
	max-width: 1080px;
	margin: 0 auto;
}

.banner {
	margin-top: 120px;
	margin-bottom: 110px;
	height: calc(100vh - 120px);
	max-height: 600px;
	background-color: #053437;
	text-align: center;
	display : flex;
	align-items : center;
	justify-content: center;
	 background-image: url("/assets/ai-banner-bg.svg");
	background-position: center;
	background-repeat: repeat-x;
	background-size: cover;

}

#home-banner {
	margin-bottom: 0px; 
	min-height:600px;
}

.banner .sora48,
.banner .work22{
	max-width: 780px;
	margin: 0 auto;
}


.banner .sora48 {
	margin-bottom: 20px;
}

.banner .work22 {
	margin-bottom: 40px;
}

.approach,
.focus {
	text-align: center;
	margin-bottom: 140px;
}

.approach .sora14,
.approach .sora28,
.approach .work16 {
	max-width: 720px;
	margin: 0 auto;
}

.home-illus {
	width: 540px;
	height: 380px;
	box-shadow: rgba(51, 214, 123, .10) -10px 10px;
	border: 1px solid #33d67b;
	border-radius: 10px;
	overflow: hidden;
}

.focus,
.blueprints {
	text-align: center;
	display: flex;
	gap:90px;
}

.blueprints {
	margin-bottom: 100px;
}

.approach .sora14,
.focus .sora14,
.blueprints .sora14,
.work .sora14,
.why-its-different .sora14 {
	margin-bottom: 10px;
}

.approach .sora28,
.focus .sora28,
.blueprints .sora28,
.work .sora28,
 {
	margin-bottom: 20px;
}

.why-its-different .sora28 {margin-bototm: 60px;}

.focus .work16,
.blueprints .work16 {
	margin-bottom: 40px;
}

.quote {
	display : flex;
	align-items : center;
	height: 300px;
	background-color: #053437;
	margin-bottom: 140px;
}

.quote .sora28 {
	text-align: center;
	margin: 0 auto;
	width:720px;
	color: #33d67b;
	vertical-align:middle;
}

.work {
	text-align: center;
}

.work .work16 {
	margin-bottom: 60px;
}

.three-icons {
	display: flex;
	margin-bottom: 140px;
	justify-content: center;
}

.icon-container {
	text-align: center;
	max-width: 300px;
}

.icon-container .icon96 {
	margin-bottom: 20px;
}

.icon-container .sora24 {
	margin-bottom: 20px;
}

.icon96 {
	width: 96px;
	height: 96px;
	margin: 0 auto;
}

.line-seperator {
	width: 90px;
	height: 180px;
	margin-top: 120px;
}

.discover {
	text-align: center;
	height: 600px;
	background: #053437;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.discover .sora48,
.discover .work22 {
	width: 780px;
	margin: 0 auto;
	margin-bottom: 40px;
}

#white {
	color: white;
}

#margin60 {
	margin-bottom: 60px;
}

#gap90 {
	gap: 90px;
	flex-wrap: wrap;
}

.footer {
	background-color: #053437;
	height: 160px;
	padding-top: 80px;
	margin: 0 auto;
	text-align: center;
}

.approach-illus {
	display: flex;
	height: 500px;
	background-color: #f6fdf8;
	text-align: center;
	justify-content: center;

}

.approach-illus-text {
	width: 260px;
	margin: 0 auto;
	margin-top: 200px;
}

.approach-illus-text .sora22 {
margin-bottom: 10px;
}

.approach-illus-text .work18 {

}

.quote-ai {
	display: inline-block;
	top: -5px;
    position: relative;
}

.quote-ai:nth-child(1) {margin-right: 5px;}

.quote-ai:nth-child(2) {margin-left: 5px;}


.approach-illus-1,
.approach-illus-2,
.approach-illus-3,
.supported-platforms-1,
.supported-platforms-2,
.supported-platforms-3 {
	width: 360px;
	opacity: 50%;
background-repeat: no-repeat;
background-size: cover;
}

#active {opacity: 100%;}


.approach-illus-1 {
	 background-image: url("/assets/our-approach-1.svg");
}

.approach-illus-2 {
		 background-image: url("/assets/our-approach-2.svg");
}

.approach-illus-3 {
		 background-image: url("/assets/our-approach-3.svg");
}

.supported-platforms-1 {background-image: url("/assets/supported-platforms-1.svg");}
.supported-platforms-2 {background-image: url("/assets/supported-platforms-2.svg");}
.supported-platforms-3 {background-image: url("/assets/supported-platforms-3.svg");}

#approach-banner .work22 {
	margin-bottom: 0px;
}


.vscodelogo-button {
	width: 24px;
	height: 24px;
	margin-right: 7px;
	display:inline-block;
}



.greenbg {
background-image:none;
 background-color: #d6f7e5;
	padding-top: 80px;
	padding-bottom: 80px;
}


.greenbg-container {
    box-shadow: rgba(51, 214, 123, .10) -10px 10px;
    border: 1px solid #33d67b;
    border-radius: 10px;
    max-width: 720px;
    padding-left: 180px;
    padding-right: 180px;
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: white;
    margin: 0 auto;
    text-align: center;
}

.greenbg-container .sora14,
.body .sora14  {margin-bottom:10px;}


.greenbg-container .sora28,
.body .sora28 {margin-bottom: 20px;}


.greenbg-container .sora22,
.body .sora22 {margin-bottom: 20px;}

.install-button{
	margin: 0 auto;
	margin-top:-60px;
	    text-align: center;
}


.vscodelogo-button {margin-top:-2px;}

#vscode-button {height: 20px;}

#vscode-button span {
	top:-7px;
position: relative;
}


.work18 .codefont {
	font-family: "Courier New", Courier, monospace;
	font-weight:600;
}



.prompt {
	height: 240px;
	width: calc(100% - 80px);
	max-width: 720px;
	text-align: center;
	align-items: center;
    display: flex;
white-space: wrap;
padding-left:40px;
padding-right:40px;
margin: 0 auto!important;
background-color: #053436;
}

/*

.prompt:nth-child(4) {
	min-width:260px;
	width: 260px;
	max-width:260px;
	padding-left:50px;
padding-right:50px;
}

.prompt:nth-child(10) {
	min-width:250px;
	width: 250px;
	max-width:250px;
	padding-left:55px;
padding-right:55px;
}
*/

.what-can-it-do {
	display: flex;
	gap: 20px;
	margin-bottom: 40px;
}


.what-can-it-do-icon {
	width: 48px;
float:left;
}


.what-can-it-do-text {
	text-align: left;
}


.ideas {
	padding-top: 260px;
	 padding-bottom: 100px; 
	 background-color: #053436; 
	 margin-top:-160px;
}

.team-illus {
	height:140px;
width: 360px;
	margin: 0 auto;
	margin-top:-40px;
	margin-bottom:20px;
	overflow: hidden;
	background-image: url(/assets/meet-the-team.svg);
background-position: center;
background-repeat: no-repeat;
background-size: 360px 140px;
}


.greenbg {
background-image: url(/assets/light-green-bg.svg);
background-position: center;
background-repeat: repeat;
background-size: 1280px 560px;
}


.download-flex {
  display: flex;
  flex-wrap:wrap;
    align-items: center;
  justify-content: center;
  column-gap: 40px;
  row-gap: 80px;

}

.download-container {
  text-align:center;
  border-radius: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
   flex-basis: 0;
  flex-grow: 1;
  max-width: 120px;
}

.download-box-full .download-container {max-width: 180px;}

.download-vendor-icon {
  widtH: 48px;
  height: 48px;
  margin: 0 auto;
  margin-bottom: 12px;
}


.sdk-container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}

.download-sdk-icon {
  width: 24px;
  height: 24px;
    margin-right: 10px;
}


.download-box-white {
	max-width: 760px;
	margin: 0 auto;
	border-radius: 10px;
	background-color:white;
	box-shadow: -10px 10px rgba(5, 52, 55, 0.4);
	border: 1px solid #33d67b;
	text-align: center;
	padding-bottom: 20px;
	padding-top: 40px;
	padding-left: 20px;
	padding-right: 20px;
	margin-top:-160px;
	position: relative;
}


.download-box-full {
	max-width: 760px;
	margin: 0 auto;
	border-radius: 10px;
	background-color:white;
	box-shadow: none;
	border: 0px solid #33d67b;
	text-align: center;
	padding-bottom: 20px;
	padding-top: 40px;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 0px;
	position: relative;
}


.dw-box-ltgreen {
	background-color: #f6fdf8;
height: 160px;
width: 100%;
    position: relative;
}



a:link,
a,
 a:-webkit-any-link {
	text-decoration: none!important;
}


input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, textarea:-webkit-autofill, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus, select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus, input:-webkit-autofill {
    background: none !important;
    border: none;
    color:#333!important;
    border-bottom: 1px solid #333!important;
    -webkit-text-fill-color: #333!important;
        -webkit-box-shadow: 0 0 0 1000px white inset;
    -webkit-transition: background-color 0s 
ease-in-out 0s;
    transition: background-color 0s 
ease-in-out 0s;
}

input:-webkit-autofill {
    -webkit-text-fill-color: #333 !important;
    color: #333 !important;
        border-bottom: 1px solid #333!important;
        -webkit-box-shadow: 0 0 0 1000px white inset;
}




.fill-space {display:none;}


.agent-video {
	overflow: hidden;
background-color:#D6F7E5;
text-align:center;
}

.agent-video video {margin: 0 auto;}


   @media screen and (max-width: 600px) {
   	.agent-video video {
   		width: 100%;
   	 height: auto;
   	}
}

  @media screen and (min-height: 946px) {
.fill-space {
  display:block;
  height: calc(100vh - 946px);
}
}


 @media screen and (max-width: 1199px) {



 	.greenbg-container {
 		padding-left: 120px;
 		padding-right: 120px;
 		width: 720px;
 	}

.approach-illus-1,
.approach-illus-2,
.approach-illus-3 {display: none;}

#active {display: block;}

 	#approach-banner .work22 {
max-width: 720px!important;
 	}
 

    .body,
    .blueprints,
    .work,
    .discover .sora48, .discover .work22,
    .three-icons,
    .quote .sora28,
    .banner .sora48, .banner .work22  {
    	max-width: unset!important;
        padding:0px;
        width:960px;
    }
  }




.work18 a {
	color:#553BF2;
}

.work18 a:hover {
color: #715CF4;
}

.work18 a:active {
	color: #4731CA;

}

#margin40 {margin-bottom: 40px;}


.code-container {
	position: relative;
	background-color: #eee;
	border-radius: 4px;
	padding: 10px 40px 10px 40px;
	font-family: Courier;
	font-size:18px;
	line-height:28px;
	text-align: left;
	width:min-content;
	margin: 0 auto;
}

.code-container pre {
	margin-block:0px; margin: 0px;
}





.copy-button {
	width: 24px;
	height: 24px;
	border-radius:12px;
	position: absolute;
	 top: 10px;
	  right: 10px; 
	  z-index: 2;
	  background-color:#eee;
}



.copy-button-container {
	    z-index: 999999;
    position: relative;
    left: -148px;
}

.copy-button:hover {
	background-color:#f6f6f6;
}


.copy-button:active {
	background-color:#dddddd;
}

#copy-message {
position: absolute;
 top: 40px;
  right: 12px;
   z-index: 2; 
   color: #33D57A; 
font-family: Sora;
    font-weight: 400!important;
    color: #33d67b;
    line-height: 18px;
    font-size: 14px;
}

#need-help {
	margin-top:80px;
}



.outline-button {
font-family: 'Sora';
    font-weight: 600;
    height: 40px;
    border-radius: 20px;
    font-size: 14px;
    letter-spacing: 1.4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    color: var(--purple);
    border: 2px solid var(--purple);
    background-color: var(--light-purple);
    width: 169px !important;
    padding-left: 23px;
    padding-right: 23px;
    text-transform: uppercase;
        box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.outline-button:hover {
	color: #715CF4;
	border-color: #715CF4;
	background-color: #f5f4fc;
}

.outline-button:active {
	color: #4731CA;
	border-color: #4731CA;
	background-color: #edeafd;
}


.tutorial-pic {
	    box-shadow: rgba(51, 214, 123, .10) -10px 10px;
    border: 1px solid #33d67b;
    border-radius: 10px;
    width: 360px;
   height: 240px;
        box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    overflow: hidden;
}


.tutorial-pic img {
	max-width: 360px;
}
.tutorial-flex-container {
	  display: flex;
  flex-wrap:wrap;
    align-items: start;
  justify-content: center;
  column-gap: 40px;
  row-gap: 20px;
  margin-bottom: 80px;
  margin-top: 40px;
}


.tutorial-flex-item { 
   flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  min-width: 360px;
  width: 360px;
  max-width: 360px;
    text-align: left;

}



.tutorial-flex-item .sora24 {margin-bottom: 10px;}

.tutorial-flex-item .work16 {margin-bottom: 20px;}


.allowance-outline {
	width: 300px;
	height: 12px;
	border: 2px solid #ddd;
	border-radius: 12px;
	margin: 0 auto;
	overflow: hidden;
}


.allowance-fill {
	background-color:#33D57A;
	height: 12px;
}

.free-plan {display:block;}

.pro-plan {
    display: block;
}


/* start feb pages */

.about-img {
	overflow-x:hidden;
	 margin: 0 auto; 
	 text-align: center;
	  position:relative;
	   height: 260px;
width: 100vw;
background-image: url(/assets/about-img.svg);
background-position: center bottom;
background-size: 1280px 260px;
background-repeat: repeat-x;
background-color: #d6f7e5;
}


.customer-quote {
	text-align: center;
	background-color:#053437;
	align-items: center;
	padding-top:80px;
	padding-bottom:80px;
	margin: 0 auto;
}

.customer-quote .work36 {
	margin: 0 auto;
	max-width:720px;
	margin-top: 10px;
	margin-bottom: 20px;
}

.customer-quote .work16 {
	margin-bottom:20px;
}


.about-logo-container {
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 60px;
	row-gap: 40px;
	flex-basis: 0;
	flex-grow: 1;
	flex-shrink: 1;
	margin-bottom: 80px;
	flex-wrap: wrap;
}


.about-logo {
}

li.work16,
.work16 li ,
ol li .work16{
	text-align: left;
	margin-bottom: 10px;
}

li {
	.work16 {
	margin-bottom: 10px;
}
}


li.work16::marker,
.work16 li::marker,
li::marker {
	color:#33d67b;
	font-family: Sora;
}

ul.work16,
 ul,
 ol.work16,
  ol {
	margin: 0 auto!important;
	width: fit-content!important;
	max-width: 480px!important;
	margin-block-start: 20px!important;
	margin-block-end: 20px!important;
	padding-inline-start:20px!important;
	padding-left:20px;
}

 ol.work16,
  ol {max-width: unset!important;}

 .body ol li .sora22 {margin-bottom: 10px;}

  ol li .work16,
  .work16 ol li {margin-bottom: 20px;}

    ol li:last-child ,
  .work16 ol li:last-child  {margin-bottom: 40px;}

.roots {
		align-items: top;
	justify-content: center;
	margin: 0 auto;
	display: flex;
	gap: 20px;
	margin-bottom: 40px;
	margin-top:20px;
		   flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  	flex-wrap: wrap;

}

.roots-item {
		   flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
width: 220px;
min-width:220px;
max-width:220px;
}

#margin200 {margin-top:200px;}



.documentation-container {
	align-items: top;
	justify-content: center;
	margin: 0 auto;
	display: flex;
	gap: 90px;
	row-gap: 60px;
	margin-bottom: 80px;
		   flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  	flex-wrap: wrap;
}

.documentation-item {
	text-align: center;
	flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
width: 360px;
min-width:360px;
max-width:360px;
}

.documentation-item .sora24 {
	margin-bottom: 10px;
	text-align:center;
}


.documentation-item .work16 {
	margin-bottom: 20px;
	text-align:center;
}

.docs-img {
	width: 360px;
	height: 240px;
	border: 1px solid #33d67b;
	box-shadow: rgba(51, 214, 123, .10) -10px 10px;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 20px;
}



a#purple {color:#553BF2;
font-weight:500;}

a#purple:hover {color:#715CF4;}

a#purple:active {color:#4731CA;}

.white-button {
  font-family: Sora;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .1em;
  color: #553bf2;
  text-transform: uppercase;
  background-color: #fff;
  border: 2px solid #553bf2;
  border-radius: 20px;
  padding-left: 24px;
  padding-right: 24px;
  margin: 0 auto;
  text-align: center;
  cursor: pointer;
  display:inline-block;
  padding-top:9px;
  padding-bottom:9px;
}

.white-button:hover {
  background-color: #fff;
  border-color: #715CF4;
  color: #715CF4;

}

.white-button:active {
  background-color: #eee;
  border-color: #4731CA;
  color: #4731CA;
}

.light-purple-button {
	  font-family: Sora;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .1em;
  color: #553bf2;
  text-transform: uppercase;
  background-color: #edeafd;
  border: 2px solid #553bf2;
  border-radius: 20px;
  padding-left: 24px;
  padding-right: 24px;
  margin: 0 auto;
  text-align: center;
  cursor: pointer;
  display:inline-block;
  padding-top:9px;
  padding-bottom:9px;
}

.light-purple-button:hover {
  background-color: #f5f4fc;
  border-color: #715CF4;
  color: #715CF4;
}

.light-purple-button:active {
  background-color: #edeafd;
  border-color: #4731CA;
  color: #4731CA;	
}

.light-purple-button:disabled,
.light-purple-button.disabled,
a.light-purple-button.disabled {
    cursor: not-allowed;
    opacity: 0.5;
    pointer-events: none;
}

a.work16 {font-weight:600;}

.product-container {
	margin: 0 auto;
	margin-bottom: 120px;}

.product-item {
	display:flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	gap: 90px;
	row-gap: 30px;
	margin-bottom: 80px;
}


.product-item-text {
	min-width:360px;
	max-width: 630px;
}



.product-item .sora24 {margin-bottom: 20px;}

.product-item .work16 {margin-bottom: 20px;}

.product-item-image {
	box-sizing: border-box;
	width: 360px;
	min-width: 360px;
	max-width: 360px;
	height: 260px;
	min-height: 260px;
	max-height: 260px;
	border: 1px solid #33d67b;
	box-shadow: rgba(51, 214, 123, .10) -10px 10px;
	border-radius: 10px;
	overflow: hidden;
	flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
}


/* product graphics */


.product-graphic {
    box-sizing: border-box;
  margin: 0;
  height: 260px;
  font-family: Work Sans;
  font-weight:400;
  font-size: 10px;
  line-height: 14px;
  background: unset;
  color: #fff;
  display: grid;
  place-items: center;
  padding: 0px;
}

.product-graphic {

:root {
  --bg-0: #333333!important;
  --panel: #053437!important;
  --border: #808080!important;
  --text-main: #ffffff!important;
  --text-muted: #dddddd!important;
  --accent-2: #2bb5e9!important;
  --prompt: #808080!important;
  --agent: #ffffff!important;
  --shadow: rgba(0, 0, 0, 0);
}

.asset-shell {
  box-sizing: border-box;
  width: 360px;
  height: 260px;
  border: 0px solid white;
  border-radius: 0px;
  overflow: hidden;
  background-color: #053437;
}

.asset-header {
  box-sizing: border-box;
  height: 20px;
  padding: 0px;
  background: #dddddd;
  border-bottom: 0px solid #808080;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0px;
  padding-left: 7px;
}

.title-row {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 0rem;
  min-width: 0;
}

.dot {
  box-sizing: border-box;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  border: 1px solid #808080;
  margin-right: 4px;
}

.red { background: #f0403d; }
.yellow { background: #f7ce05; }
.green { background: #33d67b; }

.chat-shell {
  box-sizing: border-box;
  height: 240px;
  display: flex;
  flex-direction: column;
  background: #053437;
}


.message.user {
  height:82px;
box-sizing: border-box;
}

.button {
  box-sizing: border-box;
  font-family: "Sora", sans-serif;
    font-size: 6px;
    line-height: 6px;
    font-weight: 600;
    letter-spacing: .1em;
    color: #fff;
    text-transform: uppercase;
    background: none;
    border: 1px solid #fff;
    border-radius: 50px;
    padding-left: 9px;
    padding-right: 9px;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 5px;
    position: relative;
    top:-26px;
    left:260px;
}

.button:hover {background-color: #aaa;}

.response-pane {
  box-sizing: border-box;
  flex: 1 1 auto;
height: 54px;
padding: 12px;
  overflow-y: hidden;
  overflow-x: hidden;
}

.prompt-dock {background-color: #808080;}

.prompt-dock .message {padding: 12px;}

.bubble {
  box-sizing: border-box;
  width: 100%;
  height: 59px;
  padding: 12px;
  padding-right: 60px;
  background-color: #808080;
  border: 1px solid #aaa;
  border-radius:4px;
  padding-top:8px;
  padding-bottom: 8px;
}

.message.user .bubble,
.message.agent .bubble {background: none;}

.message-text {
  box-sizing: border-box;
  margin: 0px;
  color: #fff;
  font-size: 10px;
  line-height: 14px;
  white-space: pre-wrap;
}

.status {
  box-sizing: border-box;
  color: #33d67b;
  padding: 12px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  width: 336px;
}

.code-output {
  box-sizing: border-box;
  margin: 0px;
  padding: 12px;
  max-height: none;
  overflow: visible;
  border: 0px solid #3c3c3c;
  border-radius: 0px;
  font-family: Courier New;
  font-size: 10px;
  line-height: 14px;
  color: #ffffff;
  background: none;
  white-space: pre-wrap;
  word-break: break-word;
  padding-bottom:0px;
}

.cursor::after {
  box-sizing: border-box;
  content: "_";
  display: inline-block;
  margin-left: 2px;
  animation: blink 0.9s steps(2, start) infinite;
}

@keyframes blink {
  50% {
    opacity: 0;
  }
}

.kw { color: #33d67b; }
.type { color: #d6f7e5; }
.fn { color: #ddd; }
.com { color: #aaa; }

/* popup */

.build-error-toast {
  box-sizing: border-box;
  height:240px;
  width: 360px;
  background-color:rgba(51, 51, 51, 0.5);
    position: absolute;
    left: 50%;
    transform: translate(-150%, 0);
      opacity: 0;
      padding: 12px;
      transition: opacity 500ms ease, transform 500ms ease;
}

@media screen and (max-width: 991px) {
	  .build-error-toast {
	  	left:50%;
	  	top:unset;
	  	transform: translate(-50%, 0px);}

}
.toast-container {
  box-sizing: border-box;
  text-align: center;
  width: 312px;
  height:86px;
  position:relative;
  top:65px;
  left:12px;
  border-radius: 4px;
  background: #333;
  box-shadow: -5px 5px rgba(51, 51, 51, 0.25);
  padding: 12px;
  border: 1px solid #808080;
}

.build-error-toast.visible {
  opacity: 1;
  pointer-events: auto;
}

.toast-title {
  box-sizing: border-box;
  margin: 0;
  color: #EF3F3D;
  font-family: Sora;
  font-size: 10px;
  line-height: 10px;
  font-weight: 500;
  letter-spacing: 0px;
  margin-bottom: 5px;
  margin-top:3px;
}

.toast-copy {
  box-sizing: border-box;
  margin: 0px;
  color: #ffffff;
  font-size: 10px;
  line-height: 14px;
  margin-bottom:;
}

.toast-actions {
  box-sizing: border-box;
float: right;
  margin-top: 10px;
}

.toast-btn {
  font-family: Sora;
    font-size: 6px;
    line-height: 6px;
    font-weight: 600;
    letter-spacing: .1em;
    color: #fff;
    text-transform: uppercase;
    background: none;
    border: 1px solid #fff;
    border-radius: 50px;
    padding-left: 9px;
    padding-right: 9px;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 5px;
    box-sizing: border-box;
}

.toast-btn.primary {
  background: #fff;
  border-color: #fff;
  color: #333;
}

.toast-btn.primary:hover {
  background: #eee;
  border-color:#eee;
}

.toast-btn.ghost {
  margin-left:7px;
  background: none;
  border-color: #aaa;
  color: #aaa;
}

.toast-btn.ghost:hover {
  color: #ddd;
  border-color: #ddd;
  background: #808080;
}

}
/* popup */

/* product graphics */



/* end feb pages  */



/* start autofill error */

#page.login input:-webkit-autofill,
#page.login input:-webkit-autofill:hover,
#page.login input:-webkit-autofill:focus {
    -webkit-text-fill-color: #333!important;}


    .page.login input {
        -webkit-box-sizing: border-box!important;
    border-bottom: 1px solid #333!important;
    }


    input:-webkit-autofill,
     input:-webkit-autofill:hover,
      input:-webkit-autofill:focus,
       textarea:-webkit-autofill,
       textarea:-webkit-autofill:hover,
       textarea:-webkit-autofill:focus,
        select:-webkit-autofill,
        select:-webkit-autofill:hover,
        select:-webkit-autofill:focus,
        input:-webkit-autofill {
    color: #333!important;
    -webkit-text-fill-color: #333!important;
    }

    input:-webkit-autofill,
     input:-webkit-autofill:hover,
        select:-webkit-autofill,
        select:-webkit-autofill:hover,
        #page.login input,
        #page.login input:hover {border-bottom: 1px solid #333!important;}

      input:-webkit-autofill:focus,
        select:-webkit-autofill:focus,
        #page.login input:focus {border-bottom: 1px solid #33D57A!important;}

       textarea:-webkit-autofill,
       textarea:-webkit-autofill:hover {border: 1px solid #333!important;}


               textarea:-webkit-autofill:focus {border: 1px solid #33D57A!important;}

/* end autofill error */

.plan-greenbg {
	background-color:#f6fdf8;
 padding-top:80px;
 padding-bottom:80px;
 margin-bottom: 80px;
}


.plan-container {
	width: 1080px;
		display:flex;
	align-items: stretch;
	justify-content: center;
	margin: 0 auto;
	gap: 30px;
	row-gap: 40px;

}

.plan-item {
	box-sizing: border-box;
	margin: 0 auto;
	background-color:#fff;
	width: 340px;
	min-width: 340px;
	max-width: 340px;
	text-align: center;
	    border: 1px solid #33d67b;
    box-shadow: rgba(51, 214, 123, .1) -10px 10px;
    border-radius: 10px;
    	flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding-top:50px;
  padding-left:20px;
  padding-right:20px;
  padding-bottom: 30px;

}


.plan-item:hover {border-color:#715CF4;
box-shadow:rgba(85, 59, 242, 0.1) -10px 10px;}

.work16 a:hover,
.work18 a:hover {color:#715CF4;}


    .plan-item .sora28,
    {margin-bottom:20px;}

.plan-item .sora22,
.plan-item .work18{margin-bottom:10px;}

    .plan-item .work16{margin-bottom:5px;}

    .plan-item ul.work16 {margin-top:10px!important;
    	margin-bottom:30px!important;}


#enterprise-button {margin-top:79px;}

#pro-button {margin-top:21px;}

/* start accordion */



    .faq-container {
      max-width: 720px;
      background: #fff;
      margin: 0 auto;
      margin-bottom: 80px;
    }

.faq-container {

    .faq-question {
      width: 100%;
      background: #fff;
      color: #333;
      border: none;
      padding: 12px 0px;
      padding-left:20px;
      padding-right: 10px;
      font-size: 18px;
      font-family: Work Sans;
      line-height:24px;
      font-weight: 400;
      text-align: left;
      display: flex;
      align-items: center;
      cursor: pointer;
      position: relative;
      border-radius: 4px;
    }



.faq-item.open .faq-question {
  border-radius: 4px 4px 0px 0px;
}

.faq-item.open .faq-answer-wrapper {
  border-radius: 0px 0px 4px 4px;
}
    .faq-item:hover > .faq-question,
.faq-item:hover > .faq-answer-wrapper{
  background: #f3f3f9;}

  .faq-item {border-radius:4px;
    
    }

    .chevron {
      width: 0;
      height: 0;
      border-top: 6px solid transparent;
      border-bottom: 6px solid transparent;
      border-left: 8px solid #33D57A;
      transition: transform 0.5s ease;
      flex-shrink: 0;
      margin-right:20px;
    }

    .faq-item.open .chevron {
      transform: rotate(90deg);
    }

    .faq-answer-wrapper {
      overflow: hidden;
      transition: height 0.5s ease, opacity 0.5s ease;
      height: 0;
      opacity: 0;
    }

    .faq-item.open .faq-answer-wrapper {
      opacity: 1;
    }

    .faq-answer {
      margin-top:-5px;
      font-size: 18px;
      font-family: Work Sans;
      line-height:24px;
      font-weight: 300;
      color: #333;
      padding-left:48px;
            padding-bottom: 15px;
          padding-right: 10px;
          text-align: left;

    }
}

/* end accordion */


.tab {
	margin: 0 auto;
box-shadow: rgba(51, 214, 123, .10) -10px 10px;
    border: 1px solid #33d67b;
    border-radius: 10px;
    padding-left:40px;
padding-right:40px;
padding-bottom: 40px;
padding-top: 40px;
margin-bottom: 80px;
max-width: 640px;
box-sizing: border-box;
}



.tab-logo-container {
	      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom:15px;
}

.tab-logo {margin-right: 20px;}

.tab-logo-container .sora28 {margin-bottom:0px!important;}

.tab-info-container {
		      display: flex;
      align-items: start;
      justify-content: center;
      margin-bottom: 20px;
      text-align:center;
}

.tab-info {
max-width:240px;
flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  text-align:center;
}

.tab ul.work16 {margin-block-end:30px!important;}


.tab-info .sora20 {margin-bottom:0px;}

.tab-button-container {
	width: fit-content;
    margin: 0 auto;
	margin-top: 40px;
		margin-bottom:40px;
		display: flex;
    	align-items: center;
    	justify-content: center;
    	flex-direction: row;
    	gap: 20px;
    	flex-basis: 0;
    	flex-grow: 1;
    	flex-shrink: 1;
	}

	label.tab-button {
		margin: 0 auto;
		height: 40px;
		min-height:40px;
		opacity: 0.5;
		display: inline-flex;
		width:fit-content;
    	align-items: center;
    	justify-content: center;
    	flex-direction: row;
    	border-radius:20px;
    	gap:10px;
    	padding-left:23px;
    	padding-right:23px;
    	text-transform:none!important;
	}

	label.tab-button:hover {
		opacity: 1;
		cursor: pointer;
	}

	.tab-button-logo img {
		width:24px;
		height: 24px;
	}
	.tab-button-logo {
		flex-basis: 0;
    	flex-grow: 1;
    	flex-shrink: 1;
    	width:24px;
		height: 24px;
	}

	.tab-button-text {
		text-wrap: nowrap;
		font-family: Work Sans;
		font-size:14px!important;
		line-height: 21px;
		font-weight: 500;
		color:#553bf2;
		flex-basis: 0;
    	flex-grow: 1;
    	width: fit-content;
	}

	@media screen and (max-width: 991px) {
		.tab-button-container {
			flex-direction: column;
			row-gap: 10px;
		}
	}

.tab-button-container{user-select: none;}

.tab-button input{display: none;}

.tab-button:has(input:checked){
	background: #edeafd;
		opacity:1;
		display:flex;
	}

.tab{display: none;}

.tabs-wrapper:has(#tab-a-toggle:checked) #tab-a-content{display: block;}

.tabs-wrapper:has(#tab-b-toggle:checked) #tab-b-content{display: block;}

.tabs-wrapper:has(#tab-c-toggle:checked) #tab-c-content{display: block;}



.tab {

	#code-title {margin-bottom:40px;}

	.copy-button-container {
		position: static;
		margin-top: -25px;
	}

	.copy-button-container .copy-button {

	}

	#copy-message-1,
	#copy-message-2,
	#copy-message-3 {
		font-size:12px!important; 
		line-height:14px!important;
		 position: relative!important;
		  margin-top:5px!important;
		  left:0px!important;
		   text-align: 
		   right!important; 
		   float:right!important;
		   font-family: Sora;

	}

	.code-container {
		font-size:14px;
		line-height: 21px;
		width:100%;
		box-sizing: border-box;
		padding-top:13px;
		padding-bottom:13px;
	}

	#setup-code {}
}

@media screen and (min-width: 1200px) {
	.copy-button-container {left:-209px;}
}

@media screen and (max-width: 1200px)  {
	.about-logo-container  {width: 720px;}
}

   @media screen and (max-width: 1080px) {
.plan-container {
	width:720px;
flex-direction: column;
}

#enterprise-button {margin-top:0px;}

#pro-button {margin-top:0px;}


.plan-item {
		width: 540px;
	min-width: 540px;
	max-width: 540px;
}


   		.about-logo-container {
   		width:720px;
   		flex-wrap:wrap;
		row-gap: 20px;
   	}


.approach-illus{ 
	flex-direction: column;
height: auto;
align-items:center;
justify-content: center;
}

.approach-illus-1,
.approach-illus-2,
.approach-illus-3 ,
.supported-platforms-1,
.supported-platforms-2,
.supported-platforms-3 {height:500px;}

.approach-illus-2,
.approach-illus-3,
.supported-platforms-2,
.supported-platforms-3 {margin-top:-80px;}

}

  @media screen and (max-width: 991px) {

  	.tab-container,
  	.tab {width:720px;}

.product-item .work16 {margin-bottom: 0px;}

  		.product-container {width: 540px;}

	.product-item:nth-child(odd) {flex-direction: column-reverse;}

	.product-item:nth-child(even) {flex-direction: column;}

	.product-item-text {text-align: center;}

	.product-item {
		width: 540px;
		flex-wrap: wrap;
	}

  	.tutorial-flex-item {
  		text-align:  center;
  		min-width: 360px;
  		width: auto;
  		max-width: 480px;
  	}

  	.tutorial-flex-item .outline-button {margin: 0 auto;}

  	.tutorial-pic {margin: 0 auto;}


  	.copy-button-container {left:-28px;}

  	.fill-space {margin-bottom:30px;}


 	.greenbg-container {
 		padding-left: 80px;
 		padding-right: 80px;
 		width: 560px;
 	}

  	 	.mobile-aproach-illus-1,
.mobile-approach-illus-2,
.mobile-aproach-illus-3 {max-width: 720px;}

  	 	#approach-banner .work22 {max-width: unset;}
 	

  	  	.focus {
  		flex-direction: column;
  		gap: 40px;
  	}

  	.blueprints {
  		flex-direction: column-reverse;
  		gap: 40px;
  	}

  	.float-left,
  	.float-right {margin: 0 auto;}

    .body,
    .blueprints,
    .work,
    .discover .sora48, .discover .work22,
    .three-icons,
    .quote .sora28,
    .banner .sora48, .banner .work22  {
    	max-width: unset!important;
        padding:0px;
        width:720px;
    }
  }

  @media screen and (max-width: 910px) {
      #contactBanner.banner {margin-top: 0px;}
}




  @media screen and (max-width: 767px) {


.customer-quote .work36,
.about-logo-container,
.plan-container,
.tab-container,
.tab  {width: 540px;}


#margin200 {margin-top:140px;}

.customer-quote .work36 {
	font-size:22px;
	line-height:30px;
}
  	

  	.copy-button-container {left:0px;}



  	.download-box-white,
  	.download-box-full { width: 520px; }

  	.download-container {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 10px;
}


  	.download-container .work16 {
position: relative;
top:-6px;
margin-bottom: 0px!important;
  	display: inline-block;
  }


  	.download-flex {
  column-gap: 20px;
  row-gap: 40px;
}

  	.download-vendor-icon {
	height: 36px;
width:36px;
display:block;
margin: 0 auto;
margin-bottom: 10px;

}

.download-vendor-icon img {
	height: 36px;
width:36px;
}


  	  	#quote-padding {
  		padding-left:10px;
  		padding-right: 10px;
  	}


  	.prompt .work36 {
font-size: 22px;
line-height: 30px;
  	}

  	.quote-ai img {width:24px!important;}

  	.ideas {
  		padding-top: 240px;
  		padding-bottom: 40px;
  	}

  	 	.greenbg-container {
 		padding-left: 20px;
 		padding-right: 20px;
 		width: 500px;
 		padding-top:60px;
 		padding-bottom:60px;
 	}

  	  	.quote {
  		height: auto;
  		padding-top:80px;
  		padding-bottom: 80px;
  	}
  	.discover {
  		min-height: 600px;
  		height: auto!important;
  		padding-top:80px;
  		padding-bottom: 80px;
  	}
  	.three-icons {
  		margin: 0 auto;
  		flex-direction: column;
  		gap: 80px;
  		margin-bottom: 140px;
  	} 
  	.line-seperator {
  		display:none;
  	}

   .body,
   .blueprints,
   .work,
   .discover .sora48, .discover .work22,
   .three-icons,
   .quote .sora28,
   .banner .sora48, .banner .work22,
   .icon-container  {
   	max-width: unset!important;
        padding:0px;
        width:540px;
    } 

  }

  @media screen and (max-width: 574px) {

  	.plan-item {
		width: 360px;
	min-width: 360px;
	max-width: 360px;
}

#homebanner {min-height:unset;}


  	  	.product-item .sora24 {margin-bottom: 10px;}


  	  		.product-container,
  	  		.plan-container,
  	  		.tab-container,
  	  		.tab {width: 360px;}



	.product-item {
		width: 360px;
		flex-wrap: wrap;
	}

  		.customer-quote {
  		padding-top: 60px;
  		padding-bottom: 60px;
  	}

  	.customer-quote .work36,
  	.about-logo-container  {
	width: 365px;
}


  	#need-help {
  		margin-top:80px;
  		margin-bottom:80px;
  	}



  	.download-box-white,
  	.download-box-full {
  		border: 0px solid white;
  		border-radius: 0px;
  		width: calc(100vw - 40px);
  		box-shadow:none;
  	}

  	.sdk-container {margin-bottom:10px;}

  	.banner {
  		height: calc(100vh - 140px);
		max-height: calc(100vh - 140px);
		min-height: calc(100vh - 140px);
		}

		.banner#pagebanner {
		height:  300px;
		max-height: 300px;
		min-height: 300px;
		}

  	.download-flex {
  		row-gap: 30px;
  		margin-top: 25px;
  		  		margin-bottom: 5px;

	}
  	.banner {margin-top:80px;}

  	.prompt {
  		width: 244px;
  		max-width: 244px;
  		min-width: 244px;
  	}

.team-illus {width:320px;}

  	  .letstalk {
          max-width: unset!important;
        padding:0px;
        width:365px;
  }

  .greenbg {
  	padding-top: 80px;
  	padding-bottom: 80px;
  }

 	.greenbg-container {
 		padding-left: 10px;
 		padding-right: 10px;
 		padding-top: 60px;
 		padding-bottom: 60px;
 		width: 345px;
 	}


  	.focus .work16,
  	 .blueprints .work16 {margin-bottom: 20px;}

  	.banner,
  	.approach,
  	.quote,
  	.focus {margin-bottom: 80px;}

  	.discover .sora48, 
  	.discover .work22,
  	  	.banner .sora48, 
  	.banner .work22 {margin-bottom: 20px;}

  	.discover{min-height: unset;}

  	.sora48 {
  		font-size:28px;
  		line-height:36px;
  	}
  	.work22 {
  	line-height: 24px;
    font-size: 16px;
  	}

  	.work18 {
  		line-height: 21px;
  		font-size:14px;
  	}

  	    .home-illus img,
  	    .home-illus {
  	    	width: auto;
    	max-width:540px;
		height: auto;
		min-width:365px;
    }

    .body,
    .blueprints,
    .work,
    .discover .sora48, .discover .work22,
    .three-icons,
    .quote .sora28,
    .banner .sora48, .banner .work22,
    .icon-container  {
    	max-width: unset!important;
        padding:0px;
        width:365px;
    }   

.banner .work22 {margin-bottom: 20px!important;}

  .banner .purple-button {margin-bottom:20px;}

  .tab li.work16 {
  		font-size:14px;
  		line-height:21px;
  	}

  	.tab-logo {.sora28 {text-align:left!important;}}
  
  .tab .sora28 {text-align:left!important;}

  .tab .code-container {
  	font-size: 12px;
  	line-height: 16px;
  	padding-left: 30px;
  	padding-right:30px;
  }
}
