html {
	font-size: 16px;
}

body {
	background:#f6f6f6;
	font-family: 'Source Sans Pro', sans-serif;
}

.iframe, .iframe:active {
	outline: 0;
}

.no-t-margin, .sub-heading.no-t-margin {
	margin-top: 0;
}

.btn.blue {
	color: #FFF;
	background-color: #0099cc;
}

.blue {
	color: #0099cc;
}

.btn.grey {
	color: #FFF;
	background-color: #343434;
}


.btn.blue:hover {
	background-color: #237dac;
}

.btn.grey:hover {
	background-color: #535353;
}

.container-fluid {
	max-width: 1170px;
}

header {
	padding: 1.25rem 0 1.875rem;
	background: #0099cc;
	box-shadow: 0 2px 1px #eee;
}

nav {
	margin-top: 1.75rem;
}

nav ul {
	list-style: none;
	text-align: right;
}

nav ul li {
	display: inline;
}

nav ul li:not(:last-of-type):after {
	content: '';
	width: 6px;
	height: 6px;
	display: inline-block;
	border-radius: 50%;
	background: #237dac;
	vertical-align: middle;
}

nav ul li a {
	color: #fff;
	font-size: 1rem;
	font-weight: 600;
	margin: 0 10px;
	padding-bottom: 3px;
	border-bottom: 2px solid transparent;
}

nav ul li a:hover {
	color: #fff;
	text-decoration: none;
	border-bottom: 2px solid #237dac;
}

nav ul li:first-of-type a {
	margin-left: 0;
}
nav ul li:last-of-type a {
	margin-right: 0;
}

.content {
	min-height: 760px;
}

.content.home {
	position: relative;
}

.content.home .color-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}


.mac {
	background: #78767C;
	border-radius: 30px;
	opacity: 1;
	padding: 2.5rem 2.625rem 7.9375rem;
	max-width: 910px;
	margin: 0 auto;
	margin-bottom: 81px;
	position: relative;
	-webkit-transform: scale(1) translate(0, 0);
	-moz-transform: scale(1) translate(0, 0);
	-ms-transform: scale(1) translate(0, 0);
	-o-transform: scale(1) translate(0, 0);
	transform: scale(1) translate(0, 0);
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}

.mac .bottom {
	background: #cac8cf;
	bottom: 0;
	height: 5.25rem;
	left: 0;
	position: absolute;
	right: 0;
	z-index: 1;
	border-bottom-left-radius: 1.625rem;
	border-bottom-right-radius: 1.625rem;
}

.mac .mac-stand {
	background: #cac8cf;
	bottom: -5rem;
	box-shadow: inset 0 7px 0 #B9B6C0;
	height: 5.25rem;
	width: 16.875rem;
	left: 50%;
	margin-left: -8.440rem;
	position: absolute;
	-webkit-transform: perspective(600px) rotateX(16deg);
	-moz-transform: perspective(600px) rotateX(16deg);
	-ms-transform: perspective(600px) rotateX(16deg);
	-o-transform: perspective(600px) rotateX(16deg);
	transform: perspective(600px) rotateX(16deg);
}

.box {
	margin: 2rem 0 0;
	padding: 2rem;
	background: #fff;
	box-shadow: 0 2px 1px #d5d5d5;
}

.box:last-of-type {
	margin-bottom:2rem;
}

.text {
	font-family: 'Droid Serif', Serif;
	font-size: 1.125rem;
	line-height: 2rem;
}

.home-hero-desc {
	padding: 6.5rem 0;
}

.home-hero-desc h1 {
	color: #343434;
	font-size: 5rem;
	font-weight: 700;
	text-transform: uppercase;
	text-shadow: 0 1px 2px #fff;
}

.home-hero-desc p {
	font-size: 1.25rem;
}

.button-group {
	margin-top: 2rem;
}

.button-group a{
	font-size: 1rem;
	margin: 0 0.5rem;
}

p {
	font-family: 'Droid Serif', Serif;
}

.heading {
	color: #343434;
	font-size: 3rem;
	font-weight: 700;
	text-transform: uppercase;
}

.box .heading {
	font-size: 2rem;
	margin: 0;
}

.sub-heading {
	margin: 2rem 0;
	font-weight: 700;
}

.box .heading span {
	border-left: 6px solid #0099cc;
  	padding-left: 1.5rem;
}

.steps .step-wrapper, .videos .video-wrapper {
	padding: 2rem;
	margin: 1rem 0;
	background: #fafbfc;
	border: 1px solid #eee;
	text-align: center;
}

.steps .step-badge {
	display: inline-block;
	margin-bottom: 1rem;
	text-transform: uppercase;
	font-size: 1rem;
	line-height: 1.25;
	font-family: 'Source Sans Pro', sans-serif;
	color: #FFF;
	background: #343434;
	padding: 0.25rem 1rem;
	border-radius: 0.25rem;
}

.steps .step-desc, .video-desc {
	margin-bottom: 1rem;
}

.steps img{
	height: auto;
	margin: 0 auto;
}

.parent-ul {
	list-style: none;
}

.parent-ul > li{
	margin-bottom: 1rem;
}

.list-circle {
	list-style: none;
}
.list-circle li:before {
	content: '';
	position: relative;
	top: -1px;
	width: 6px;
	height: 6px;
	margin-right: 16px;
	display: inline-block;
	border-radius: 50%;
	background: #0099cc;
	vertical-align: middle;
}

.no-list-style li:before {
	content: none;
}

.info-box {
	margin: 4rem 0 0;
	padding: 2rem;
	background: #eee;
	font-family: 'Source Sans Pro', sans-serif;
}

.info-box h1 {
	text-transform: uppercase;
	margin: 0.325rem 0 0 0;
	font-weight: 600;
	font-size: 1.5rem;
	color: #454545;
}

.contact, .trial {
	padding: 2rem;
	background: #fafbfc;
	border: 1px solid #eee;
}

.gmap {
	margin-bottom: 2rem;
}

.contact {
	margin-bottom: 2rem;
	min-height: 450px;
}

.margin-p {
	margin-top: 1rem;
	margin-bottom: 0;
}

footer {
	padding: 1rem 0;
	background: #FFF;
	color: #abacad;
}

footer .copy {
	margin-top: 0.625rem;
	display: inline-block;
}

.redgleed {
	margin-top: .25rem;
}

.redgleed a {
	color: #0099cc;
}

@media (max-width : 1024px) {
	html {
		font-size: 14px;
	}
}

@media (max-width : 768px) {
	header {
		padding: 1.5rem 0;
	}
	.logo-wrapper {
		text-align: center;
	}
	.logo-wrapper a {
		display: inline-block;
	}
	nav ul {
		text-align: center;
		padding-left: 0;
		margin-bottom: 0;
	}
	nav ul li a {
		font-size: 1.125rem;
	}

	.home-hero-desc h1 {
		font-size: 4rem;
	}

	.info-box {
		text-align: center;
	}

	.info-box .text-right {
		margin-top: 1rem;
		text-align: center;
	}
	.contact {
		min-height: 1px;
	}
	footer .copy {
		margin-top: 0;
	}
	footer, footer .text-right {
		text-align: center;
	}
	footer .text-right {
		margin-top: 1rem;
	}
}

@media (max-width : 580px) {
	.mac {
		display: none;
	}
}

@media (max-width : 500px) {
	.content.home {
		min-height: 350px;
		background-position: center 230px;
		background-size: contain;
	}
	.home-hero-desc {
	  padding: 2rem 0;
	}

	ul {
		padding-left: 0;
	}
	nav ul li {
		display: inline-block;
		margin-bottom: 0.25rem;
	}

	.home-hero-desc h1 {
		font-size: 2rem;
	}

	.box {
		padding: 1rem;
		margin: 1rem 0;
	}

	.box:first-of-type {
		margin-top: 2rem;
	}
}