/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: rgb(34,34,34);
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection, ::selection {
    background: rgb(28,154,215);
    text-shadow: none;
	color:rgb(255,255,255);
}

/*
 * A better looking default horizontal rule
 */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid rgb(236,236,236);
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
	max-width:100%;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: rgb(204,204,204);
    color: rgb(0,0,0);
    padding: 0.2em 0;
}

/* ==========================================================================
   OpenDoor Conveyancing Site Styles
   ========================================================================== */

/*-------general-------*/
body {
	font-family: 'Ubuntu', sans-serif;
	font-weight:300;
	color:rgb(88,89,91);
	line-height:normal;
	overflow-x:hidden;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Ubuntu', sans-serif;
	color:rgb(28,154,215);
}

h1 {
	font-size:3.750em;
	margin:0;
	line-height:60px;
	text-transform:uppercase;
	text-align:center;
}

h1 em {
	font-size:0.600em;
	text-transform:none;
	font-style:normal;
	color:rgb(147,149,152);
	display:block;
	line-height:1;
	margin-top:10px;
}

h2 {
	font-size:3.000em;
	margin-bottom:30px;
}

h3 {
	font-size:2.250em;
	margin-bottom:30px;
}

p {
	margin-bottom:20px;
}

p a {
	text-transform:none;
}

p.intro {
	font-size:1.500em;
	margin-bottom:25px;
}

a {
	text-decoration:none;
	color:rgb(28,154,215);
	transition: .35s;
		-moz-transition: .35s;
		-webkit-transition: .35s;
}

a:hover, a:active, a:focus {
	color:rgb(27,70,108);
}

a, a:hover, a:active, a:focus {
	outline:none;
}

.button {
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-khtml-border-radius: 5px;
	border-radius: 5px;
	padding:7px 10px 7px 12px;
	background-color:rgb(28,154,215);
	color:rgb(255,255,255);
	text-transform:uppercase;
	text-align:center;
	float:right;
}

.button:hover,
.button:active,
.button:focus {
	color:rgb(255,255,255);
	background-color:rgb(27,70,108);
}

.button i {
	text-indent:5px;
}

.button.pull-right {
	margin:10px 0 0 50px;
}

.button.cirrus {
	text-transform:none;
}

.button.cirrus:hover,
.button.cirrus:active,
.button.cirrus:focus {
	color:rgb(255,255,255);
}

ul li {
	list-style:none;
}

ul.bullets li {
	width:40%;
	float:left;
	margin:0 10% 30px 0;
	min-height:40px;
}

ul.bullets li i {
	color:rgb(28,154,215);
}

.mobile,
.tablet {
	display:none;
	visibility:hidden;
}

.small-print {
	font-size:0.750em;
}

.prime {
	background-color:rgb(28,154,215);
	color:rgb(255,255,255);
}

.prime a {
	color:rgb(255,255,255);
}

.prime a:hover, 
.prime a:active, 
.prime a:focus {
	color:rgb(27,70,108);
}

.mesh {
	background:url(images/mesh.png) repeat transparent;
}

.call-to-action p {
	font-size:1.500em;
}

.fa-quote-left,
.fa-quote-right {
	color:rgb(28,154,215);
	font-size:1.500em !important;
}

/*-------scaffolding-------*/
.wrapper {
	margin-left:auto;
	margin-right:auto;
	padding:60px 0 70px;
	width:93.75%;
	max-width:1170px;
	height:auto;
	clear:both;
	position:relative;
}

.section {
	clear:both;
	width:100%;
}

.column {
	float:left;
	position:relative;
}

.column.left {
	width:60%;
}

.column.right {
	padding-left:4%;
	margin-left:8%;
	width:27%;
	border-left:1px solid rgb(208,210,211);
	text-align:center;
	padding-bottom:20px;
}

a.return {
	font-size:0.875em;
	position:absolute;
	right:0;
	top:20px;
}

a.return i {
	margin-right:5px;
}

.divide {
	clear:both;
	display:block;
	width:100%;
	margin:40px 0 10px;
	padding:20px 0 0;
	border-top:1px dotted rgb(28,154,215);
}

/*Infobox*/
.infobox {
	float:left;
	background-color:rgb(241,242,242);
	-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-khtml-border-radius: 5px;
	border-radius: 5px;
	padding:20px 2%;
	position:relative;
	min-height:220px;
}

.infobox h3 {
	border-bottom:1px dotted rgb(28,154,215);
	padding-bottom:15px;
	margin-bottom:20px;
	text-transform:uppercase;
	font-size:1.500em;
}

.infobox .button {
	margin-top:20px;
}

/*-------header-------*/
header {
	width:100%;
	height:auto;
	display:inline-block;
	position:fixed;
	top:0;
	z-index:999;
	background-color:rgb(255,255,255);
}

header .logo .wrapper {
	padding:30px 0 40px;
}

header .logo a img {
	margin:auto;
	display:block;
}

header .logo a img {
	width:100%;
	max-width:215px;
	opacity:1;
	transition: .25s;
		-moz-transition: .25s;
		-webkit-transition: .25s;
}

/*Main Site Nav*/
header nav {
	clear:both;
	width:93.75%;
	max-width:1170px;
	text-align:center;
	margin:auto;
}

header nav ul {
	display:inline-block;
	padding:15px 0;
	position:relative;
}

header nav ul .shadow {
	position:absolute;
	left:0;
	bottom:-20px;
	height:20px;
}

header nav ul li {
	float:left;
	border-left:1px solid rgb(230,231,232);
	padding:0 25px;
}

header nav ul li.home {
	padding-left:0;
}

header nav ul li.home,
header nav ul li.docs {
	border-left:none;
}

header nav ul li.docs {
	position:absolute;
	right:0;
	top:0;
	padding-top:15px;
	background-color:rgb(241,242,242);
	height:90px;
	z-index:1;
}

header nav ul li.logo-alt {
	border-left:none;
	padding-left:0;
	margin-left:0;
}

a.menu {
	border-left:none;
	display:none;
	visibility:hidden;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		-khtml-border-radius: 3px;
	border-radius: 3px;
	padding:10px 20px;
	text-transform:uppercase;
	font-size:1.125em;
}

header nav ul li.logo-alt img {
	margin-top:-15px;
	width:0;
	transition: .25s;
		-moz-transition: .25s;
		-webkit-transition: .25s;
}

header nav ul li a {
	display:inline-block;
	text-align:center;
	text-transform:uppercase;
	color:rgb(88,89,91);
	line-height:30px;
}

header nav ul li a:hover,
header nav ul li a:focus,
header nav ul li a:active {
	color:rgb(28,154,215);
}

header nav ul li a .fa-stack {
	display:block;
	margin:auto;
}

header nav ul li a .fa-stack .fa-circle {
	color:rgb(28,154,215);
	transition: .35s;
		-moz-transition: .35s;
		-webkit-transition: .35s;
}

header nav ul li a:hover .fa-stack .fa-circle,
header nav ul li a:active .fa-stack .fa-circle,
header nav ul li a:focus .fa-stack .fa-circle {
	color:rgb(27,70,108);
}

a.menu:hover,
a.menu:active,
a.menu:focus {
	color:rgb(255,255,255);
	background-color:rgb(27,70,108);
}

header nav a.parent {
	display:none;
	visibility:hidden;
}

/*header collapse*/
header.header-collapse .section.sub-navigation .wrapper {
	padding:5px 0;
}

header.header-collapse .section.sub-navigation ul li {
	font-size:1em;
	line-height:25px;
	height:25px;
}

header.header-collapse .section.sub-navigation .login .button {
	font-size:1em;
}

header.header-collapse .logo .wrapper {
	padding-bottom:20px;
	padding-top:15px;
}

header.header-collapse .logo img {
	max-width:125px;
}

header.header-collapse nav {
	height:auto;
	width:93.75%;
	max-width:1170px;
}

header.header-collapse nav ul {
	padding:10px 0;
}

header.header-collapse nav ul li {
	padding:0 23px;
}

header.header-collapse nav ul li.home {
	display:none;
	visibility:hidden;
}

header.header-collapse nav ul li.business {
	padding-left:0;
	border-left:none;
}

header.header-collapse nav ul li.docs {
	background-color:transparent;
	position:static;
	right:auto;
	top:auto;
	padding-top:0;
	height:auto;
	border-left:1px solid rgb(230,231,232);
}

header.header-collapse nav ul li a {
	text-transform:none;
	font-size:1em;
}

header.header-collapse nav ul li a .fa-stack {
	float:left;
	margin-right:5px;
}

/*sub-navigation*/
.section.sub-navigation {
	border-bottom:1px solid rgb(255,255,255);
}

.section.sub-navigation .wrapper {
	padding:10px 0;
	transition: .25s;
		-moz-transition: .25s;
		-webkit-transition: .25s;
}

.section.sub-navigation ul li {
	float:left;
	height:35px;
	line-height:35px;
	border-left:1px solid rgb(27,70,108);
	padding:0 25px;
	font-size:1.125em;
}

.section.sub-navigation ul li:first-child {
	padding-left:0;
	border-left:none !important;
}

.section.sub-navigation ul li i {
	margin-right:5px;
}

.section.sub-navigation .login {
	position:absolute;
	top:0;
	right:0;
	background-color:rgb(28,154,215);
		-moz-border-radius: 0 0 5px 5px;
		-webkit-border-radius: 0 0 5px 5px;
		-khtml-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	padding:10px 10px 0;
	margin-top:0;
	width:22.64957264957265%;
	min-width:190px;
	z-index:2;
}

.section.sub-navigation .login .button {
	background-color:transparent;
	background-image:url(images/mesh.png);
	background-repeat:repeat;
	display:block;
		-moz-border-radius: 5px 5px 0 0;
		-webkit-border-radius: 5px 5px 0 0;
		-khtml-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	padding-bottom:25px;
	padding-top:15px;
	font-size:1.125em;
	float:none;
}

.section.sub-navigation .login:hover .button.cirrus,
.section.sub-navigation .login:active .button.cirrus,
.section.sub-navigation .login:focus .button.cirrus {
	background-color:rgb(27,70,108);
}

.section.sub-navigation .login .button img {
	margin-top:10px;
	width:100%;
	max-width:230px;
}

/*-------sections-------*/
.section.grey {
	background-color:rgb(241,242,242);
}

/*hero*/
.section.hero {
	margin-top:440px;
	overflow:hidden;
	height:100%;
}

.section.hero .wrapper {
	padding:0;
}

.section.hero .wrapper #hero-slides {
	height:500px;
	position:absolute;
	right:0;
	top:0;
}

.section.hero .wrapper #hero-slides .owl-item {
	text-align:center;
	color:rgb(27,70,108);
	font-size:1.625em;
}

.section.hero .wrapper #hero-slides .owl-item p.title {
	text-transform:uppercase;
	font-size:1.846em;
	margin-bottom:30px;
	padding-bottom:30px;
	background:no-repeat center bottom;
}

.section.hero .wrapper #hero-slides .owl-item .moving-home p.title {
	background-image:url(images/hero-moving-home.png);
}

.section.hero .wrapper #hero-slides .owl-item .seventyfive-years p.title {
	background-image:url(images/hero-seventyfive-years.png);
}

.section.hero .wrapper #hero-slides .owl-item .winners p.title {
	background-image:url(images/hero-winners.png);
}

.section.hero .wrapper #hero-slides .owl-item .button.cirrus {
	background-color:rgb(28,154,215);
	padding:20px 5%;
	display:inline-block;
	width:90%;
	max-width:245px;
	float:none;
}

.section.hero .wrapper #hero-slides .owl-item .button.cirrus:hover,
.section.hero .wrapper #hero-slides .owl-item .button.cirrus:active,
.section.hero .wrapper #hero-slides .owl-item .button.cirrus:focus {
	background-color:rgb(27,70,108);
}

.section.hero .wrapper #hero-slides .owl-item .button.cirrus img {
	max-width:245px;
	width:100%;
}

.section.hero .wrapper #hero-slides .owl-controls {
	margin-top:30px;
}

.owl-theme .owl-controls .owl-page span {
	background-color:rgb(27,70,108);
}

/*title*/
.section.title {
	border-top:1px solid rgb(255,255,255);
	margin-top:440px;
}

/*content*/
.section.content {
}

/*key content*/
.section.key-content .wrapper {
	padding:60px 0 70px;
}

.section.key-content .button.cirrus {
	padding:20px 10px;
	width:250px;
}

.section.key-content .button.cirrus img {
	max-width:245px;
	width:100%;
}

.section.key-content .fa-stack {
	font-size:10.625em;
	color:rgb(28,154,215);
}

.section.key-content .fa-stack.pull-left {
	margin:0 12.82051282051282% 0 0;
}

.section.key-content .fa-stack.pull-right {
	margin:0 0 0 12.82051282051282%;
}

.section.key-content h2 {
	margin-top:20px;
}

/*pre-footer*/
.section.pre-footer .infobox {
	width:26%;
	margin:0 5%;
}

.section.pre-footer .infobox:first-child,
.section.pre-footer .infobox:last-child {
	margin-left:0;
	margin-right:0;
}

/*-------home-------*/
body#hom {
	background-image:url(images/hero-bg.jpg);
	background-repeat:repeat-x;
	background-position:center 400px;
}

#hom .section.title {
	margin-top:0;
}

/*-------services business-------*/
#bus .section.key-content ul.bullets {
}

/*-------services business-------*/
.column.right .team-member {
	margin:0 0 100px;
	width:100%;
}

/*-------testimonials-------*/
#tes .column {
	width:44.871794871794873%;
}

#tes .column.right {
	border:none;
	padding:0;
	margin-left:	10.256410256410256%;
	text-align:left;
}

.section.testimonials .testimonial {
	border-bottom:1px dotted rgb(28,154,215);
	margin-bottom:60px;
}

.section.testimonials h2 {
	font-size:2.250em;
}

.section.testimonials .fa-stack {
	font-size:4.500em;
	margin-right:30px;
}

.section.testimonials .fa-stack .fa-circle {
	color:rgb(28,154,215);
}

/*-------meet the team-------*/
.team-member {
	width:48%;
	min-width:48%;
	margin:0 1% 100px;
	text-align:center !important;
	float:left;
}

.team-member a img {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
	width:100%;
	max-width:255px;
    -ms-transform: scale(.9); /* IE 9 */
    -webkit-transform: scale(.9); /* Safari */
    transform: scale(.9);
	transition: .5s;
	-moz-transition: .5s;
	-webkit-transition: .5s;
}

.team-member a:hover img,
.team-member a:active img,
.team-member a:focus img {
	filter: none;
	-webkit-filter: grayscale(0%);
    -ms-transform: scale(1); /* IE 9 */
    -webkit-transform: scale(1); /* Safari */
    transform: scale(1);
}

.team-member h2 {
	margin-bottom:0;
	font-size:2.250em;
}

.team-member p {
	margin-bottom:10px;
}

.team-member ul {
	border-top:1px dotted rgb(28,154,215);
	padding-top:20px;
	border-bottom:1px dotted rgb(28,154,215);
	padding-bottom:20px;
	margin-bottom:15px;
}

.team-member ul li {
	margin-bottom:10px;
	color:rgb(28,154,215);
}

.team-member ul li .fa-stack {
	display:block;
	margin:auto;
}

.team-member .button {
	float:none;
}

/*-------team member bio-------*/
.section.team-member-bio .column.left {
	width:48%;
}

.section.team-member-bio .column.right {
	border:none;
	width:60%;
	text-align:left;
}

.section.team-member-bio img {
	width:100%;
	max-width:290px;
	margin:0 auto;
}

.section.team-member-bio h2 {
	margin-bottom:0;
}

.section.team-member-bio ul {
	margin-bottom:40px;
}

.section.team-member-bio ul li {
	float:left;
	padding:0 23px;
	color:rgb(28,154,215);
}

.section.team-member-bio ul li:first-child {
	padding-left:0;
}

.section.team-member-bio ul li.email {
	border-left:1px solid rgb(230,231,232);
	padding-left:25px;
}

.section.team-member-bio .column.right .button {
	margin-top:30px;
}

/*-------contact us-------*/
#con .section.content .wrapper {
	text-align:center;
}

#con ul.contact {
	display:inline-block;
	width:90%;
}

#con ul.contact li {
	text-align:center;
	width:23%;
	font-size:1.500em;
	margin:0 5%;
	float:left;
	color:rgb(28,154,215);
}

#con ul.contact li .fa-stack {
	font-size:4.583em;
	display:block;
	margin:0 auto 20px;
}

#con ul.contact li:hover .fa-stack {
	-webkit-animation-duration: .75s;
	-webkit-animation-name: pulse;
	-webkit-animation-iteration-count: 1;
	-moz-animation-duration: .75s;
	-moz-animation-name: pulse;
	-moz-animation-iteration-count: 1;
	animation-duration: .75s;
	animation-name: pulse;
	animation-iteration-count: 1;
}

#con ul.contact li div a {
	float:left;
}

.section.map {
	height:521px;
	background:url(images/map.jpg) no-repeat center bottom;
}

.section.map .wrapper {
	background:url(images/shadow-up.png) no-repeat top center;
	height:521px;
}

.section.map .wrapper a {
	width:100%;
	height:501px;
	margin-top:20px;
	display:block;
}

/*-------footer-------*/
#footer {
	width:100%;
	text-align:center;
	background:rgb(28,154,215);
	border-top:8px solid rgb(27,70,108);
}

#footer .wrapper {
	padding:40px 0 60px;
}

#footer img.logo {
	width:100%;
	max-width:130px;
}

#footer .wrapper ul {
	margin:40px auto 0;
	display:inline-block;
	background:url(images/dbl-line.png) repeat-x top;
	padding-top:30px;
}

#footer ul li {
	text-align:center;
	float:left;
	padding:0 25px;
	max-width:330px;
}

#footer ul li i {
	display:block;
	margin-bottom:10px;
}

#footer .disclaimer .wrapper {
	padding:30px 0;
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Media Queries for Responsive Design.
   ========================================================================== */
@media screen and (max-width : 1260px) {
header nav ul li a {
	text-transform:none;
}

header.header-collapse nav ul li {
	padding:0 10px;
}
}

@media screen and (max-width : 1200px) {
header.header-collapse nav ul li.home {
	display:none;
	visibility:hidden;
}
}

@media screen and (max-width : 1100px) {
header nav ul li.home {
	display:none;
	visibility:hidden;
}

header nav ul li.services.business {
	padding-left:0;
	border-left:none;
}

header.header-collapse nav ul li {
	padding:0 10px;
}
}

@media screen and (max-width : 1080px) {
header.header-collapse nav ul li {
	padding:0 20px;
}

header.header-collapse nav ul li a .fa-stack {
	display:none;
	visibility:hidden;
}

.section.hero .wrapper #hero-slides {
	width:40%;
	top:50px;
}

#con ul.contact {
	width:100%;
}
}

@media screen and (max-width : 1000px) {
header nav ul li {
	padding:0 15px;
}
}

@media screen and (max-width : 990px) {
header.header-collapse nav ul li {
	padding:0 15px;
}

header.header-collapse nav ul li a .fa-stack {
	display:none;
	visibility:hidden;
}

#footer ul li {
	margin:0 15px;
}
}

/* Small Tablet (landscape and down) ----------- */
@media screen and (max-width : 900px) {
body#hom {
	background-position:center 253px;
}

header {
	position:relative;
}

header .logo a img {
	max-width:150px;
	margin:0;
	position:relative;
	z-index:2;
}

.section.navigation {
	position:absolute;
	top:253px;
	z-index:1;
	background-color:rgb(28,154,215);
	height:0;
	overflow:hidden;
	transition: .25s;
		-moz-transition: .25s;
		-webkit-transition: .25s;
}

.section.navigation.visible {
	height:650px;
}

a.menu {
	display:block;
	visibility:visible;
	position:absolute;
	right:80px;
	bottom:50px;
}

.section.navigation nav ul li {
	float:none;
	padding:0 0 15px;
	margin:0 0 15px;
	border-left:none;
	border-bottom:1px dotted rgb(27,70,108);
}

.section.navigation nav ul li.docs {
	position:relative;
	background-color:transparent;
	height:auto;
	right:auto;
	top:auto;
	border-bottom:none;
}

.section.navigation nav ul li a {
	text-transform:uppercase;
	font-size:1.313em;
	color:rgb(255,255,255);
}

.section.navigation nav ul li a:hover,
.section.navigation nav ul li a:active,
.section.navigation nav ul li a:focus {
	color:rgb(27,70,108);
}

.section.navigation nav ul li a .fa-stack .fa-circle {
	color:rgb(27,70,108);
}

header nav ul .shadow {
	display:none;
	visibility:hidden;
}

.section.title,
.section.hero {
	margin-top:0;
}

.section.title {
	background-color:rgb(255,255,255);
}

.section.title .wrapper {
	border-bottom:1px dotted rgb(28,154,215);
}

.team-member {
	width:43%;
}

.section.team-member-bio ul li {
	float:none;
}

.section.team-member-bio ul li.email {
	border-left:none;
	padding-left:0;
}

#tes .section.testimonials .column.left,
#tes .section.testimonials .column.right {
	width:100%;
}

#tes .column.right {
	margin-left:0;
}

#con ul.contact li {
	font-size:1.313em;
}

.section.pre-footer .infobox {
	margin:0;
	width:40%;
}

.section.pre-footer .infobox:first-child {
	margin-right:10%;
}

.section.pre-footer .infobox:last-child {
	display:none;
	visibility:hidden;
}

#footer .wrapper {
	padding:50px 0 60px;
}

#footer img.shadow {
	margin:40px 0 0;
}

#footer ul li {
	float:none;
}

#footer ul li i {
	margin:20px 0 10px;
	font-size:1.5em;
}
}

/* Small Tablet (landscape and down) ----------- */
@media screen and (max-width : 800px) {
/*-------scaffolding-------*/
.tablet {
	display:block !important;
	visibility:visible !important;
}
}

/* iPads (portrait and down) ----------- */
@media screen and (max-width : 730px) {
body#hom {
	background-position:right 157px;
}

.wrapper {
	width:90%;
}

.section.hero {
	height:400px;
}

.section.hero .wrapper #hero-slides {
	width:100%;
}

.section.sub-navigation ul li {
	font-size:1em;
	padding:0 15px;
}

.column.left,
.column.right {
	width:100% !important;
	text-align:center !important;
}

.column.right {
	margin-left:0;
	padding-left:0;
	border-left:none;
	margin-top:30px;
	padding-top:30px;
	border-top:1px solid #ddd;
}

#hom .column.right {
	border-top:none;
}

.section.testimonials .testimonial {
	border-bottom:none;
}

.section.testimonials .fa-stack {
	display:block;
	float:none;
	margin:auto;
}

.section.team-member-bio img {
	float:none;
}

.section.team-member-bio ul li .fa-stack {
	display:block;
	margin:auto;
}

.section.team-member-bio .column.right {
	padding-top:0;
}

.section.team-member-bio .column.right .button {
	float:none;
	margin:30px auto 0;
	display:inline-block;
}

.section.key-content .fa-stack {
	font-size:6.875em;
}

.section.key-content .fa-stack.pull-left {
	margin-right:5%;
}

.section.key-content .fa-stack.pull-right {
	margin-left:5%;
}

#con ul.contact li {
	width:100%;
	margin:0 0 40px;
	float:none;
}

ul.bullets li {
	text-align:left;
	float:none;
	margin-right:0;
	width:100%;
	min-height:inherit;
}
}

/* Bens phone and down ----------- */
@media screen and (max-width : 670px) {
.section.sub-navigation ul li {
	font-size:1.125em;
}

.section.sub-navigation ul li.email {
	display:none;
	visibility:hidden;
}
}

/* Small tablets (portrait) and larger smart phones (landscape and down) ----------- */
@media screen and (max-width : 600px) {
.team-member {
	width:90%;
	margin:0 auto 100px;
	float:none;
}
}

/* smart phones (landscape and down) ----------- */
@media screen and (max-width : 600px)
and (orientation : landscape) {
}

/* Smartphones (landscape and down) ----------- */
@media only screen and (max-width : 480px) {
h1 {
	font-size:2.500em;
	line-height:normal;
}

.section.key-content {
	text-align:center;
}

.section.key-content .fa-stack,
.section.key-content .fa-stack.pull-left,
.section.key-content .fa-stack.pull-right {
	float:none;
	margin-right:0;
	margin-left:0;
}

.section.pre-footer .infobox {
	width:80%;
	padding-left:5%;
	padding-right:5%;
	margin:20px 5% !important;
}

.section.pre-footer .infobox:last-child {
	display:block;
	visibility:visible;
}

.section.key-content .button.cirrus {
	float:none;
	margin:20px auto;
	display:inline-block;
}
}

@media only screen and (max-width : 400px) {
body#hom {
	background-position:right 287px;
}

.section.sub-navigation .wrapper ul {
	display:none;
	visibility:hidden;
}

.section.sub-navigation .login {
	left: 50%;
    margin-left: -110px;
    width: 200px;
}

header .logo a img {
	margin:auto;
}

header .logo .wrapper {
	padding:100px 0 80px;
}

a.menu {
	width:70px;
	bottom:20px;
	left:50%;
	margin-left:-55px;
}

.section.navigation {
	top:328px;
}

.section.hero {
	height:450px;
}
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
}

/* Smartphones (landscape and up) ----------- */
@media only screen 
and (min-width : 321px) {
}

/* Smartphones (portrait and down) ----------- */
@media only screen and (max-width : 320px) {
/*-------scaffolding-------*/
.mobile {
	display:block !important;
	visibility:visible !important;
}
}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
}

/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
}

/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
}

/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1224px) {
}

/* Large screens ----------- */
@media only screen 
and (min-width : 1824px) {
}

/* iPhone 4 ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
}

/* iPhone 5 ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 2),
only screen and (min-device-pixel-ratio : 2) {
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: rgb(0,0,0) !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid rgb(153,153,153);
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
