body {
	color: #1d4588;
	background: rgb(132,161,190);
	background: -moz-linear-gradient(-25deg, rgba(132,161,190,1) 0%, rgba(255,255,255,1) 70%);
	background: -webkit-linear-gradient(-25deg, rgba(132,161,190,1) 0%,rgba(255,255,255,1) 70%);
	background: linear-gradient(115deg, rgba(132,161,190,1) 0%,rgba(255,255,255,1) 70%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#84a1be', endColorstr='#ffffff',GradientType=1 );
	background-repeat:no-repeat;
	background-size:cover;
	height:100%;
	overflow-x:hidden;

}

#body {
	background-color:transparent;
	/*height:100%;*/
}

#swirl-holder {
	z-index:-1000;
	width:100%;
	height:100%;
	position:fixed;
	top:0;
	left:0;
	overflow:hidden;
	background: -moz-linear-gradient(-25deg, rgba(132,161,190,1) 0%, rgba(255,255,255,1) 70%);
	background: -webkit-linear-gradient(-25deg, rgba(132,161,190,1) 0%,rgba(255,255,255,1) 70%);
	background: linear-gradient(115deg, rgba(132,161,190,1) 0%,rgba(255,255,255,1) 70%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#84a1be', endColorstr='#ffffff',GradientType=1 );
	background-repeat:no-repeat;
	background-size:cover;
}

.device-col-l {
	width: 32.9%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
.device-col-c {
	width: 32.9%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
.device-col-r {
	width: 31.8%;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
.device-col-r p {
	margin-top:0;
}
.device-col-r img {

    height: 30rem;
    width: auto;
}
#swirl-holder img {
	width: 100%;
	height:100%;
	position:absolute;
	right:-1rem;
	
}
#swirl-holder p {
	width: calc(100% + 3rem);
	height:100%;
}
#badges p {
	padding:0;
	margin:0;
}

#top-content {
	position:relative;
	/*height:100%;*/
	margin:1rem 1.5rem;
}
#devices-holder p{
	text-align:center;
}

.buttons {
	margin-top:1rem;
}
/* Needed for leanModal */
#lean_overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}
#form-box {
	display:none;
	position:sticky;
	opacity: 1;
	z-index:11000;
	margin:1rem;
	background-color: white;
	padding: 1rem;
	border-radius:1rem;

}

.modal_close  {
	text-align:right;
	float:right;
}
.modal_close i {
	
}
#form-header {
	border-bottom:thin solid #144b8e;
	margin-bottom: 2rem;
}
#form-header h2 {
	margin:0
}
#form-result, #form-success, #form-error {
	display:none;
}
#form-result p {
	margin:1.7rem 0;
}
#message {
	width:100%;
}
/* end */
.header {
	/*margin: 1rem;*/
}

.header sup {
	top: -0.3rem;
}
.pure-button-hover, .pure-button:focus, .pure-button:hover {
	filter: alpha(opacity=90);
    background-image: -webkit-linear-gradient(transparent,rgba(0,0,0,.05) 40%,rgba(0,0,0,.1));
    background-image: linear-gradient(transparent,rgba(0,0,0,.05) 40%,rgba(0,0,0,.1));
}

.lightbox {
	display:none;

}
input.custom-form, #contact textarea,#contact .form-field:nth-child(5) {
	width:100%;
}
.button-success {
	background: rgb(28, 184, 65); /* this is a green */
	color: white;
	border-radius: 0.25rem;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
	
}

#contact-us {
	font-size:1.5rem;
	margin-top:2rem;
}
#contact-us:hover {
	color:white;
}
#content-holder {
	padding:0;
	margin:0;
	height:auto;
	width:100%;
}
#content-holder h2{
	font-weight:bold;
	margin:0;
}
#content-holder p {
	margin-top:1rem;
}
#ipad-img {
	text-align:center;
	padding-top:1rem;
}
#left-column {
	margin-bottom:2rem;
}
#right-column {
	
	margin-bottom:2rem;
	padding-left:1rem;
	position:relative;
	/*height:100%;*/
}
/*
#brand-holder {
	position:relative;
	height:100%;
	width:100%;
}*/
#brands-v {
	display:block;
	text-align:center;
	height:auto;
	margin:2rem 0;
}
#brands-h,#brands-mid {
	display:none;
	text-align:center;
	height:auto;
	margin:2rem 0;
}
#brands-mid {
	margin:2rem;
}
/*#brands-v img {
	height:100%;
}
#brands-v p {
	
    position: absolute;
    bottom: 0;
    height: auto;
	width:100%;
}*/
#highlights {
	text-align:left;
	color:#144b8e;
	font-size:1.25rem;
	margin-bottom:0;
    }

#highlights ul {
	color: #144b8e;
	list-style-image: none;
	list-style-position:outside;
	list-style-type: none;
	font-size:1.25rem;
	font-weight:400;
	text-align:left;
	margin:0;

}

#highlights li{
	padding: 0.75rem 0  0.75rem 0.25rem;
	border-bottom: 0.125rem solid #144b8e;
}
#highlights li:first-child {
	padding-top:0;
}
#ipad-holder p {
	text-align:center;
	width:100%;
}
.propertylogo {
		margin-top:0rem;
	}
	
/* from media screen max-width: 35.5 */
	/*#brands-v {
		position:relative;
		margin-top:4rem;
	}*/
	#top-content {
		margin: 1rem 1rem;
	}
	#contact-holder {
		text-align:center;
		width:100%;

	}
	#contact-us {
		float:none;
		margin-right:0;
		margin-top:1rem;
	}
	#logo-holder {
		text-align:center;
		height:auto;
		line-height:normal;
		vertical-align:middle;
		margin:0 1rem;
	}
#img-holder h2 {
	font-weight:bold;
	text-align:center;
}
/*	.header div {
		width:100%;
	} */
	.header {
		margin: 0 0 1rem 0;
	}
	.sqlogo {
		max-height:4rem;
	}
	.propertylogo {
		float:none;
		margin-top:1rem;
		/*width:75%;*/
		max-height:4rem;
	}
	.header h3 {
		font-size: 1.125rem;
		margin-left:0;
		text-align:center;
		width:100%;
		margin:0 0 1rem 0;
	}
	.header h1 {
		font-size: 1.4rem;
		margin-top:0.5rem;
		margin:auto;
		text-align:center;
		width:100%;
	}

	#content-holder h2 {
		margin-bottom:0rem;
		margin-top:0rem;
	}
	#content-holder h3 {
		margin-bottom:0rem;
		margin-top:1.5rem;
	}
	#highlights {
		padding:0.5rem 0;
	}
	
	#ipad-img {
		padding:0 2rem;
	}
	#ipad-h-holder {
		display:none;
	}
	#ipad-v-holder {
		display:block;
	}
	.footer {
		background-color: #007dc3;
		color:white;
		width:100%;

		position:relative;
		bottom:0;
		left:0;

		padding:1rem;
		font-size: 1.1rem;
	}
	.footer i {
		font-size:1.3rem;
		padding-right: 0.25rem;
	}
	#wbenc-holder, #supplier-holder {
		height: 4rem;
	}
	#wbenc-holder img, #supplier-holder img {
		height:3.5rem;
	}
	#supplier-holder  {
		padding-left: 0rem;
	}
	
	.footer #badges p {
		line-height:normal;
		vertical-align:middle;
		text-align:center;
	}
	#highlights ul {
		font-size:1rem;
	}


.footer a{
	color:white;
}

.footer .disclaimer {
	font-size:0.25rem;
	font-style: italic;
}
.footer p{
	line-height: 1.75rem;
	vertical-align:middle;
	margin:0.5rem 0.5rem 0.5rem 0;
}

.footer p img {
	max-height:6.25rem;
	
	
}
/* end */
#sqlogo-holder {
		text-align:center;
	}
@media screen and (min-width: 35.5em) {
	#badges {
		height: 8rem;
	}
	.propertylogo {
		margin-top:2rem;
		float:none;
	}
	#contact-holder {
		text-align:center;
		margin-right:auto;
		float:none;
	}
	/*.header h1, .header h3 {
		margin-left:1rem;
	}*/
	#ipad-h-holder {
		display:none;
	}
	#ipad-v-holder {
		display:block;
	}
	#ipad-img {
		max-width:45%;
	}
	#content-holder {
	/*	padding: 0 0 0 1rem; */
	}
	#brands-v {
		position:relative;
		display:block;
	}
	#brands-h {
		display:none;
	}
	#brands-mid {
		display:none;
	}

	#swirl-holder img {
		width: 100%;
		height:auto;
		position:absolute;
		right:-2rem;
		
	}
	
}
@media screen and (min-width: 48em) {
	#brands-h {
		display:none;
	}
	#brands-mid {
		display:block;
	}
	#brands-v {
		display:none;

	}
	#supplier-holder  {
		padding-left:1.5rem;
	}
	#content-holder {
	/*	padding: 0;
		margin:0 */
	}
/*	#form-box {
		width: 65%;
		padding: 1rem 1.5rem;
		left:50%;
	} */
	#ipad-h-holder {
		display:block;
	}
	#ipad-v-holder {
		display:none;
	}
	#wbenc-holder, #supplier-holder {
		height: auto;
	}
	#wbenc-holder img, #supplier-holder img {
		height:auto;
	}
	#badges {
		height: auto;
	}
	.footer i{
	vertical-align:middle;
	font-size:1.5rem;
	padding-right:0.5rem;
	min-width:2.25rem;
	
}
	.footer {
		font-size: 1.5rem;
	}

	.pure-u-md-2-5 {
		width: calc(40% - 1rem);
	}
	.pure-u-md-3-5 {
		width: calc(60% - 1rem);
	}
	.propertylogo {
		margin-top:0rem;
	}
	#top-content {
		margin:1rem 2rem 0;
	}
	#ipad-img {
		max-width:60%;
	}
	
	.footer #badges p {
		line-height:8.25rem;
		
	}
	#right-column {
		padding-left:1rem;
	}
	#swirl-holder img {
		width: 100%;
		height:auto;
		position:absolute;
		right:-4rem;
		
	}

	.header h1, .header h3 {
		text-align:left;
		margin:0 0 0 1rem ;
	}
	#sqlogo-holder {
		text-align:left;
	}
/*	#brands-h {
		display:block;
	}
	#brands-v {
		display:none;
	}
*/
}
@media screen and (max-width: 35.5em) { 
	
	
}
@media screen and (min-width: 64em) {
	#brands-h {
		display:block;
	}
	#brands-mid {
		display:none;
	}
	#brands-v {
		display:none;
		position:absolute;
		margin-top:auto;
	}
/*	#form-box {
		width: 50%;
		padding: 1rem 2.5rem;
		top: 8rem;
	} */
	#top-content {
		margin:1rem 2.5rem;
	}
	#highlights ul {
		font-size:1.25rem;
	}
	#ipad-img {
		padding: 0 0;
		max-width: 100%;
	}
	
	#ipad-h-holder {
		display:none;
	}
	#ipad-v-holder {
		display:block;
	}
	#content-holder h3 {
		margin-bottom:3rem;
		margin-top:3rem;
		text-align:left;
		
	}
	#right-column {
		padding-left:2rem;
	}
	#left-column {
		font-size:1.25rem;
	}
	.header h1, .header h3 {
		text-align:left;
		margin:0 0 0 4.3rem ;
	}
}