body {
	font-family: 'Open Sans', sans-serif;
	background: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	color: #333;
	text-rendering: auto;
	-webkit-text-stroke: 0.45px;
	// or
	-webkit-text-stroke: 0.45px rgba(51, 51, 51, 0.1);
	// or
	text-shadow: #fff 0px 1px 1px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

p {
	line-height: 1.8;	
}

hr {
	border: none;
}

h2 {
	font-size: 1.8rem;
}

h3 {
	font-size: 1.6rem;
}

h4 {
	font-size: 1.4rem;
	font-weight: 600;
}

.row {
  max-width: 1200px; }
  
.module {
  stroke-linecap: round;
}

/* TOP BAR */

.contact-highlight {
	background: #ed9e00;
	font-weight: 800;
	padding: 8px 15px;
	color: white;
	position: absolute;
	z-index: 30;
	top: 0px;
	right: 0px;
}

.contact-highlight i {
	margin-right: 10px;
}

.contact-highlight i:nth-child(2) {
	margin-left: 10px;
	margin-right: 10px;
}

@media screen and (max-width: 39.9375em) {

	.contact-highlight {
		text-align: center;
		width: 100%;
	}

}

.logo {
	height: 60px;
}


/* Mobile Nav */

.title-bar {
	background: white;
	padding: 30px 20px;
	position: relative;
}

@media screen and (max-width: 39.9375em) {
	
	.title-bar .logo {
		text-align: center;
		margin-left: 20px;
	}
	
	.title-bar .menu-wrap {
		position: absolute;
		top: 0px;
		left: 0px;
		background: #275050;
		padding: 10px;
	}
}

/* Nav */

.top-bar, .top-bar ul {
	background: white;
}

.top-bar-right, .top-bar-right a {
	margin-top: 25px;
	color: #525252;
	font-weight: 700;
}


a.logo-link, a.logo-link:hover, a.logo-link:active, a.logo-link:visited {
	border: none!important;	
}

.menu a {
	border-bottom: 4px solid transparent;
	padding-left: 2px!important;
	padding-right: 2px!important;
	padding-bottom: 4px!important;
	margin: 14px 10px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.menu a:hover {
	border-bottom: 4px solid #275050;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.menu a:active {
	border-bottom: 4px solid #ed9e00;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

@media screen and (max-width: 39.9375em) {
  
  .menu a {
  	border-bottom: none;
  	margin: 24px 10px;
  	text-align: center;
  	font-size: 1.2rem;
  }
  
  .menu a:hover {
  	border-bottom: none;
  	color: #121212;
  	margin: 24px 10px;
    text-align: center;
  	font-size: 1.2rem;
  }
  
  .menu a:active {
  	border-bottom: none;
  	color: #121212;
  	margin: 24px 10px;
  	text-align: center;
  	font-size: 1.2rem;
  }
  
}

/* HEADER VARIATIONS */

.about {
	background: #275050 url('../img/header-bg.jpg') no-repeat left center;
}
.residential {
	background: #275050 url('../img/residential-header-bg.jpg') no-repeat left center;
}
.planthire {
	background: #275050 url('../img/planthire-header-bg.jpg') no-repeat left center;
}
.scaffold {
	background: #275050 url('../img/scaffolding-header-bg.jpg') no-repeat left center;
}
.commercial {
	background: #275050 url('../img/commercial-header-bg.jpg') no-repeat left center;
}
.civil {
	background: #275050 url('../img/civil-header-bg.jpg') no-repeat left center;
}
.careers {
	background: #275050 url('../img/careers-header-bg.jpg') no-repeat left center;
}
/* ABOUT PAGE - TOP TEXT */

.top {
	margin-bottom: 4.0rem;		
}

.top-text p {
	color: #fff;
	padding: 6rem 0;
	font-size: 2.2rem;
	line-height: 1.8;
}


/* FEATURES */

.feature {
	color: #525252;
	margin: 3rem auto;
}

.feature-text-left {
	padding-right: 40px;	
}

.feature-text-right {
	padding-left: 40px;	
}

.feature-text h3 {
	margin: 0 0 15px 0;
	font-size: 2.0rem;
	margin-bottom: 30px;
	font-weight: 700;
	font-size: 1.5rem;
	border-left: 5px solid #ed9e00;
	padding-left: 10px;
}

.feature-text h3 u {
	border-bottom: 5px solid #ed9e00;
	text-decoration: none;
	padding-bottom: 5px;
}

.noleft {
	border-left: none!important;
	padding-left: none!important;
}

.feature-text .button {
	margin-top: 5px;
}

.big-feature {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e9f1f4+25,ffffff+100 */
	background: #e9f1f4; /* Old browsers */
	background: -moz-linear-gradient(left,  #e9f1f4 25%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #e9f1f4 25%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #e9f1f4 25%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9f1f4', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
	padding: 40px 0px;
	margin: 40px 0px;
}

.checklist ul {
	padding: 20px 0px;
	padding-bottom: 0px;
}

.whatwedo {
	border: 1px solid #efefef;
	padding: 20px 20px;
	margin: 10px 0px;
}

.job {
	border: 1px solid #efefef;
	padding: 40px 20px;
	padding-bottom: 25px;
	margin: 10px 0px;
	background: #fafafa;
	margin-bottom: 25px;
}

.job h4 {
	margin-bottom: 20px;
}
.job p {
	color: #606060;
}
.job a, a:visited {
	font-weight: 600;
	color: #275050;
}

.job a:hover {
	text-decoration: underline;
}

.feature hr {
	border: 1px solid #f9f9f9;
}

.feature li {
	list-style: none;
	text-align: center;
	font-size: 1.0rem;
	margin-bottom: 10px;
	display: inline;
	margin-right: 10px;
	border-right: 1px solid #efefef;
	padding-right: 10px;
	line-height: 2.6;
}

li.last {
	border-right: none!important;
	padding-right: 0px!important;
}

.feature i {
	margin-right: 10px;
	color: #009900;
}


/* TESTIMONIALS */



.full-width-testimonial {
  background: linear-gradient(rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.2)), url("../img/testimonial.jpg");
  background-position: center center;
}

.full-width-testimonial-icon .quote-path {
  fill: none;
  stroke: #ffae00;
  stroke-width: 2.5192;
  stroke-miterlimit: 10;
}

.full-width-testimonial-content,
.full-width-testimonial-icon {
  text-align: center;
}

.full-width-testimonial-section {
  padding-top: 3.5rem;
  padding-bottom: 1.0rem;
}

.full-width-testimonial-section .full-width-testimonial-text {
  font-weight: 300;
  color: #ffffff;
  padding-left: 30px;
  padding-right: 30px;
  margin-top: -5px;
  padding-left: 50px;
  padding-right: 50px;
  font-size: 1.5em;
}

@media print, screen and (min-width: 40em) {
  .full-width-testimonial-section .full-width-testimonial-text {
    padding-left: 100px;
    padding-right: 100px;
  }
}

@media print, screen and (min-width: 64em) {
  .full-width-testimonial-section .full-width-testimonial-text {
    padding-left: 180px;
    padding-right: 180px;
    font-size: 1.8em;
  }
}

@media screen and (min-width: 75em) {
  .full-width-testimonial-section .full-width-testimonial-text {
    padding-left: 300px;
    padding-right: 300px;
  }
}

.full-width-testimonial-section .full-width-testimonial-source {
  font-size: 1.2em;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding-bottom: 0;
  margin-bottom: 0.2em;
  font-size: 1.0em;
}

.full-width-testimonial-section .full-width-testimonial-source-context {
  display: block;
  font-size: 0.9em;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 0.8em;
}

.full-width-testimonial-section .slick-slider {
  margin-bottom: 0px;
}

.full-width-testimonial-text,
.full-width-testimonial-content,
.full-width-testimonial-source,
.full-width-testimonial-icon {
  padding-bottom: 2rem;
}

.full-width-testimonial-content {
  width: 100%;
}


/* PROJECT GALLERY */


.featured-image-block-grid-header {
  margin-left: auto;
  margin-right: auto;
}

.featured-image-block {
  padding: 0;
  position: relative;
  overflow: hidden;
}

.featured-image-block .featured-image-block-title {
  font-weight: 600;
  margin-top: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1em;
  color: #404040;
  position: absolute;
  bottom: 0px;
}

.featured-image-block a:hover p {
  color: #1779ba;
}

.featured-image-block img {
	max-width: 100%;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.featured-image-block img:hover {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}


/* SERVICES */

.services {
	background: #275050;
	padding: 30px 0px;
	color: white;
	text-align: center;
	position: relative;
	z-index: -2;
}

.services h3 {
	font-size: 1.1rem;
	font-weight: 700;
	margin-top: 15px;
	color: #fff;
}

.circle {
	background: #1c3c3c;
	width: 110px;
	height: 110px;
	margin: 0 auto;
	border-radius: 70px;
	margin-top: 15px;
	z-index: 1;
}

.circle i {
	color: #ed9e00;
	margin-top: 30px;
	z-index: 1;
}

.line {
	border-top: 3px solid #1c3c3c;
	padding: 0px;
	min-width: 100%;
	margin: 0 auto;
	z-index: -1;
	position: relative;
	top: 75px;		
}

/* WHY */

.why {
	margin: 40px auto;
}

.whybox {
	margin: 20px 0px;	
}

.whybox h3 {
	border-left: 5px solid #ed9e00;
	padding-left: 10px;
	margin-bottom: 20px;
	font-weight: 700;
	font-size: 1.5rem;
}

/* CONTACT BAR */

.contact-bar {
	background: #ed9e00;
}


/* NOTICE BAR */

.notice-bar {
	background: #ed9e00;
}

.notice-bar p {
	padding: 1.5rem 0 0.5rem 0;
	color: #275050;
	font-size: 1.2rem;
	font-weight: 600;
}

.notice-bar p a {
	color: #275050;
}

.notice-bar p a:hover {
	color: #1c3c3c;
}

.notice-bar p a:visited {
	color: #275050;
}

@media screen and (max-width: 39.9375em) {

	.notice-bar {
		margin-bottom: -60px;
	}
	
}


/* CONTACT */



.contact-us-section {
  padding: 2rem;
  background: #fefefe;
}

.contact-us-section i {
	color:  #275050!important;	
}

.contact-us-section text-area {
  border: 1px solid #eaeaea;
  box-shadow: none;
}

.contact-us-section .button:hover {
	background: #ed9e03;
	border: 1px solid #ed9e03;
	border-radius: 6px!important;
	color: white;
}

.contact-us-section .button {
	color: #275050;
	border-color: #275050;
	border-radius: 6px!important;
	font-weight: 700;
	font-size: 1.1rem;
}


.contact-us-section .contact-us-section-left {
  padding-right: 2rem;
  border-bottom: 1px solid #efefef;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}

@media print, screen and (min-width: 40em) {
  .contact-us-section .contact-us-section-left {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

.contact-us-section .contact-us-section-right {
  padding-left: 2rem;
}

/* iPads (portrait) ----------- */
@media only screen and (min-width: 40.063em) and (orientation: portrait) {
	
	.contact-us-section .contact-us-section-left {
	  padding-right: 10px;
	}
	
	.contact-us-section .contact-us-section-right {
	  padding-left: 10px;
	  border-left: none!important;
	  margin-top: 40px;
	}
	
}

@media screen and (max-width: 39.9375em) {
	
	.contact-us-section .contact-us-section-left {
	  padding-right: 10px;
	}
	
	.contact-us-section .contact-us-section-right {
	  padding-left: 10px;
	  border-left: none!important;
	}
	
}

@media print, screen and (min-width: 40em) {
  .contact-us-section .contact-us-section-right {
    border-left: 1px solid #efefef;
  }
}

.contact-us-section .contact-us-header {
  margin-bottom: 2rem;
  border-left: 5px solid #ed9e00;
  padding-left: 10px;
  font-weight: 700;
  font-size: 1.5rem;
}

@media screen and (min-width: 40em) and (max-width: 74.9375em) {
  .contact-us-section .contact-us-header {
    font-size: 32px;
  }
}

.contact-us-section .responsive-embed {
  margin-bottom: 0;
  padding-bottom: 5%;
}

.contact-us-form input[type=text],
.contact-us-form input[type=email],
.contact-us-form textarea {
  margin-bottom: 1.5rem;
}

.contact-us-form-actions {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contact-us-form-actions input[type=submit] {
  border-radius: 5000px;
  padding-left: 2rem;
  padding-right: 2rem;
}

.contact-us-form-actions .contact-us-file-button {
  background: transparent;
  color: #8a8a8a;
}

.contact-us-list {
  list-style-type: none;
  margin: 0;
}

.contact-us-list li a {
  color: #333;
  line-height: 2.0;
  margin-top: 5px;
}

.contact-us-list li::before {
  margin-right: 1.7rem;
  font-size: 1.5rem;
  vertical-align: middle;
  color: #275050;
  font-family: 'FontAwesome';
}

.contact-us-list .address::before {
  content: '\f041';
  margin-left: 0.4rem;
  margin-right: 1.8rem;
}

.contact-us-list .email::before {
  content: '\f003';
}

.contact-us-list .phone::before {
  content: '\f098';
}

/* CONTACT FORM */


/*-----COPY CODE BELOW INTO YOUR EXISTING STYLESHEET-----*/

.contact-area .row {
	margin:  0px;
}

#form {
width: 100%;
}

#form .row {
	margin: 0px;
}

/*-----error/success messages-----*/
#error {
display:none;
background: #e74c3c;
color:#FFF;
padding:25px;
margin-bottom: 25px;
}

#success{
display:none;
background: #2ecc71;
color:#FFF;
padding:25px;
margin-bottom: 25px;
}

/*-----form elements-----*/
#easy {
float:left;
max-width: 675px;
margin: auto;
}

#easy .input {
width: 100%;
float: left;
max-width: 48%;
margin: 0 0 20px 0;
}

#easy .input label {
	font-size: 0.75rem;
	font-weight: 600;
	margin-bottom: 5px;
}

#easy .textarea {
width: 100%;
margin: 0 0 15px 0;
max-width: 675px;
}

#easy .last {
float: right;
}

#easy input.text, 
#easy textarea {
font-weight:400;
font-size:0.95em;
padding: 8px 8px;
border: 1px solid #cecece;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
width: 100%;
float: left;
margin: 0;
outline: none;
color: #323232;
}


#easy input[type=text]:focus, 
#easy input[type=tel]:focus, 
#easy textarea:focus {
margin-right: 0px;
box-shadow: 0 0 3px rgba(52, 152, 219, 1);
border: 1px solid rgba(52, 152, 219, 1);
}

#easy input:hover,  
#easy textarea:hover {
border: 1px solid #3498db;
-webkit-transition: all 0.2s ease;
-moz-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
}

#easy textarea {
height: 200px;
}

#easy span {
color:red;
}

#easy .verification {
width: 100%;
height: 42px;
float: left;
}

#easy #vimage {
width: 99px;
height: 42px;
float: left;
}

#easy .refresh {
width: 42px;
height: 42px;
display: block;
float: left;
margin: 0 7px;
border:0;
}

#easy #verify {
width: 145px;
height: 40px;
float: left;
margin: 0;
padding:8px;
}

#easy button:hover {
	
}

#easy .button {
	float: left;
}

#easy .sendbutton {
	margin-top: 20px;
}

@media only screen and (min-width : 110px) and (max-width : 319px) {
/*-----responsive demo elements start here - form elements further down-----*/
/*-----responsive form elements start here-----*/
#error {
padding: 5px;
}

#success{
padding: 5px;
}

#easy .input {
/* max-width: 100%; */
}

#easy .verification {
height: auto;
}

#easy #vimage {
width: 99px;
height: 42px;
float: left;
}

#easy .refresh {
float: right;
margin: 0;
}

#easy #verify {
width: 100%;
margin: 25px 0;
}

#easy button {
float: left;
width: 125px;
}
}

@media only screen and (min-width: 320px) and (max-width : 419px) {
/*-----responsive demo elements start here - form elements further down-----*/
/*-----responsive form elements start here-----*/
#error {
padding: 10px;
}

#success{
padding: 10px;
}

#easy .input {
max-width: 100%;
}

#easy .verification {
height: auto;
}

#easy #vimage {
width: 99px;
height: 42px;
float: left;
}

#easy .refresh {
float: right;
margin: 0;
}

#easy #verify {
width: 100%;
margin: 25px 0;
}

#easy button {
float: left;
width: 125px;
}
}

@media only screen and (min-width: 420px) and (max-width : 519px) {
/*-----responsive demo elements start here - form elements further down-----*/
#error {
padding: 15px;
}

#success{
padding: 15px;
}

#easy .input {
max-width: 100%;
}

#easy .textarea {
max-width: 100%;
}

#easy .verification {
height: auto;
}

#easy #vimage {
width: 99px;
height: 42px;
float: left;
}

#easy .refresh {
float: right;
margin: 0;
}

#easy #verify {
width: 100%;
margin: 25px 0;
}

#easy button {
float: left;
width: 125px;
}
}

@media only screen and (min-width: 520px) and (max-width : 619px) {
/*-----responsive demo elements start here - form elements further down-----*/
/*-----responsive form elements start here-----*/
#error {
padding: 15px;
}

#success{
padding: 15px;
}

#easy .input {
max-width: 48%;
}

#easy .textarea {
max-width: 100%;
}

#easy .verification {
height: auto;
}

#easy #vimage {
width: 99px;
height: 42px;
float: left;
}

#easy .refresh {
float: left;
}

#easy #verify {
width: 130px;
}

#easy button {
float: left;
width: 105px;
}
}

@media only screen and (min-width: 620px) and (max-width : 819px) {
/*-----responsive demo elements start here - form elements further down-----*/

/*-----responsive form elements start here-----*/
#error {
padding: 20px;
}

#success{
padding: 20px;
}

#easy .input {
max-width: 48%;
}

#easy .textarea {
max-width: 100%;
}
}

/* TESTIMONIALS */

.testimonial-wrap {
	border-top: 1px solid #dedede;
	margin-top: 20px;
}

.testimonial-wrap h2 {
	margin-bottom: 25px;	
}

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

.quote-marks {
  font-size: 2.0rem;
  color: #275050;
}

.move-right {
  position: relative;
  text-align: right;
}

.quote-left {
  padding-right: 40px;
}

.quote-right {
  padding-left: 40px;
}

@media screen and (max-width: 39.9375em) {
	
	.quote-right, .quote-left {
		padding: 0px;	
	}
	
	.testimonial {
		padding-top: 0px!important;
		padding: 0px 25px;
	}
	
	.quote p {
		padding: 10px 0px!important;
	}
	
	.quote-marks {
		margin-top: 40px;
	}
	
	.student {
	  margin-left: 0px;
	  margin-bottom: 0px!important;
	}
}

.quote {
  border-radius: 5px;
}

.quote p {
  font-weight: 400;
}

.testimonial {
	padding-top: 50px;
}
.testimonial-split {
	border-left: 1px solid #dedede;
}

@media only screen and (max-width: 40em) {
  .quote p {
    padding-left: 20px;
  }
}

.student {
  margin-left: 0px;
  margin-bottom: 80px;
}
.student .photo {
  background-color: #ccc;
  border-radius: 100px;
  border: 1px solid #dedede;
  width: 70px;
  height: 70px;
  float: left;
  margin-right: 15px;
}
.student p {
  position: relative;
  top: 10px;
}
.student p:nth-child(2) {
  font-size: 16px;
  font-weight: 800;
  margin-bottom: 0;
  color: #275050;
  text-transform: uppercase;
}
.student p:nth-child(3) {
  font-size: 13px;
  font-weight: 400;
  color: #777;
}
 
/* ORBIT */

.mainpic {
	height: 600px!important;
	background-size: cover;
	background: url("../img/main.jpg") center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
    -o-background-size: cover;
    width: 100%!important;
    position: relative;
}

.overlay {
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:rgba(0, 0, 0, 0.4);
    background: url(data:;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAgY0hSTQAAeiYAAICEAAD6AAAAgOgAAHUwAADqYAAAOpgAABdwnLpRPAAAABl0RVh0U29mdHdhcmUAUGFpbnQuTkVUIHYzLjUuNUmK/OAAAAATSURBVBhXY2RgYNgHxGAAYuwDAA78AjwwRoQYAAAAAElFTkSuQmCC) repeat scroll transparent\9;
    z-index:10;
    color:white;
    text-align: center!important;
}

.mainpic .button:hover {
	background: #ed9e03;
	border: 1px solid #ed9e03;
	border-radius: 6px;
	color: white;
}

.mainpic .button {
	color: white;
	border-color: white;
	border-radius: 6px;
	font-weight: 700;
	font-size: 1.1rem;
}

.mainpic h1 {
	font-weight: 700;
	margin-top: 190px;
	color: #fff;
}

.mainpic p {
	color: #fff;
}


/* FOOTER */

.footer {
  background-color: #275050;
  text-align: center;
  font-size: 1.2rem;
  padding: 1rem; }
  .footer .social a {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-color: #1c3c3c;
    border-radius: 2px;
    font-size: 1.5rem;
    color: #fff;
    text-align: center;
    line-height: 2rem;
    margin: 0 3px 0 0; }
   .footer .standards a {
     display: inline-block;
     text-align: center;
     line-height: 2rem;
     margin: 20px 0 0 20px; }
  .footer .standards img {
  	max-height: 4.5rem;
  }
  
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
	.footer .standards img {
		max-height: 2.5rem;
	}
}

  @media print, screen and (min-width: 40em) {
    .footer .standards a {
      float: right;
      margin-top: 0px;
    }
  }
  
  .footer .copywrite {
    color: #8f9296;
    font-size: 0.875rem;
    margin: 1rem 0 1rem 0; }
  .footer .footer-form textarea, .footer .footer-form input {
    border-radius: 3px;
    background-color: #1c3c3c;
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.1);
    border: none;
    resize: none;
    font: inherit;
    font-size: 0.875rem;
    font-weight: normal;
    color: #d1d2d2;
    padding: 1.3rem; }
  .footer .footer-form label {
    color: #fff;
    font-size: 1.2rem;
    margin: 0 0 1rem 0;
    font-weight: bold; }
  .footer .footer-form .submit {
    border-radius: 3px;
    background-color: #1c3c3c;
    color: #ffffff;
    border: 0;
    padding: 1rem 3.5rem;
    font-weight: bold;
    float: right;
    margin: 0 1rem 2rem 0;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out; }
  .footer .footer-form .submit:hover {
    background-color: #ed9e00;
    color: #ffffff;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out; }
  .footer .footer-links a {
    list-style: none;
    font-weight: normal;
    color: #fff;
    padding: 3rem 0 2rem;
    margin: 0;
    font-size: 0.875rem; }
    .footer .footer-links a::after {
      content: "•";
      padding: 0 0.2rem 0 0.4rem; }
    .footer .footer-links a:last-child::after {
      content: "";
      padding: 0 0.4rem 0 0.8rem; }
  @media only screen and (min-width: 40.063em) {
    .footer {
      padding: 4rem; }
      .footer p {
        text-align: left; }
      .footer .social {
        text-align: left;
        margin: 0; }
      .footer .footer-form .contact {
        position: absolute;
        left: -45%;
        top: 10%; } }

@media screen and (max-width: 39.9375em) {

	.footer	{
		margin-top: 60px;
	}
	
	.footer .logo {
		margin: 30px;
	}
	

}
.footer .logo, .footer .logo img {
  color: #fff;
  font-size: 1.5rem;
  max-height: 60px;
  }
.footer .logo i {
    margin-right: 0.5rem; }
    
    
/* iPads (landscape) ----------- */
@media only screen and (min-width: 40.063em) and (orientation: landscape) {
  
}

/* iPads (portrait) ----------- */
@media only screen and (min-width: 40.063em) and (orientation: portrait) {
  
  .feature-text {
  	padding: 40px 40px 20px 40px;
  }
  
  .feature-text h3 {
  	margin-bottom: 15px;
  	font-size: 1.7rem;
  }
  
  p {
  	font-size:  0.9rem;
  	line-height: 1.6;
  }


}