html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {  margin: 0;  padding: 0; border:none;font-size: 100%;    font: inherit;  vertical-align: baseline;}/* HTML5 display-role reset for older browsers */article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {    display: block;}body {  line-height: 1;}ol, ul {    list-style: none;}blockquote, q {   quotes: none;}blockquote:before, blockquote:after,q:before, q:after {   content: '';    content: none;}table {  border-collapse: collapse;  border-spacing: 0;}

/** 2.15 Material Design Icons */
@font-face {
  font-family: "Material Design Icons";
  src: url("../webfonts/materialdesignicons-webfont%EF%B9%96v=1.4.57.eot");
  src: url("../webfonts/materialdesignicons-webfont%EF%B9%96.eot#iefix&v=1.4.57") format("embedded-opentype"), url("../webfonts/materialdesignicons-webfont%EF%B9%96v=1.4.57.woff2") format("woff2"), url("../webfonts/materialdesignicons-webfont%EF%B9%96v=1.4.57.woff") format("woff"), url("../webfonts/materialdesignicons-webfont%EF%B9%96v=1.4.57.ttf") format("truetype"), url("../webfonts/materialdesignicons-webfont%EF%B9%96v=1.4.57.svg#materialdesigniconsregular") format("svg");
  font-weight: normal;
  font-style: normal; 
}
/** 2.13 Font Awesome */
@font-face {
  font-family: 'FontAwesome';
  src: url("../webfonts/fontawesome-webfont%EF%B9%96v=4.5.0.eot");
  src: url("../webfonts/fontawesome-webfont%EF%B9%96.eot#iefix&v=4.5.0") format("embedded-opentype"), url("../webfonts/fontawesome-webfont%EF%B9%96v=4.5.0.woff2") format("woff2"), url("../webfonts/fontawesome-webfont%EF%B9%96v=4.5.0.woff") format("woff"), url("../webfonts/fontawesome-webfont%EF%B9%96v=4.5.0.ttf") format("truetype"), url("../webfonts/fontawesome-webfont%EF%B9%96v=4.5.0.svg#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

picture, img {
    max-width: 100%;
    height: auto;
    line-height: 0;
    display: block;
}
button {
    -webkit-appearance: none;
    -moz-appearance: none;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}

a {
    text-decoration: none
}
body {
  font-family: "Montserrat", sans-serif;  
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

.inner {
    width: 96%;
    max-width: 75em;
    margin: 0 auto;
}


header {
    position: fixed;
    background: #fff;
    padding: 1em 0 ;
    width: 100%;
    top:0;
    transition: .5s all ease;
    z-index: 10
} 
header.moved {
    padding: .5em 0 ;
}
header .header-upper {
	transition: .3s all ease;
	padding-bottom: .5em;
	border-bottom: 1px solid #eee;
	overflow: hidden
} 
header.moved .header-upper {
	height: 0;
	padding-bottom: 0;
	border: none;
}
.header-upper .info-icons {
	float: right;
}
header .inner {
    width: auto;
    padding: 0 5%;
    max-width: none;
} 
header nav {
    float: right;
} 
header nav ul {
    margin-top: 1.5em;
}
header nav li {
    float: left;
    margin-left: 1em;
    text-transform: uppercase;
}
header nav li a {
    color: #212121;
    font-weight: 700;
    font-size: 87.5%;
    position: relative;

}
    header nav li a:after {
        content: '';
        position: absolute;
        top: 100%;
        left: 50%;
        width: 0;
        height: 2px;
        margin-top: 0px;
        background: -moz-linear-gradient(90deg, #ffa200 0%, #ff7e00 100%);
	    background: -webkit-linear-gradient(90deg, #ffa200 0%, #ff7e00 100%);
	    background: -o-linear-gradient(90deg, #ffa200 0%, #ff7e00 100%);
	    background: -ms-linear-gradient(90deg, #ffa200 0%, #ff7e00 100%);
	    background: linear-gradient(90deg, #ffa200 0%, #ff7e00 100%);
        transition: .3s all ease;
    }
    header nav li a:hover:after,
    header nav li.current a:after{
        width:100%;
        left: 0;
    }
    .HomePage header nav li a:after{
        background: #ffea00;
    }



.logo {
  /*  background-image: url('../images/logo-dark.png'); 
    background-repeat: no-repeat;
    background-size: 100%;
    width: 18.125em;
    height: 4.125em;*/
    float: left;
    display: block;
    margin-top: .5em;
	margin-bottom: .5em;
}
.HomePage .logo {
   /* background-image: url('../images/logo-light.png'); */
}
.logo .part-1 {
	font-size: 250%;
	color: #333;
	font-weight: 700
}
.logo .part-2 {
	font-size: 175%;
	
	color: #ffa200;
}
header.logo .part-1 {
	color: #333;
}
footer.logo .part-1 {
	color: #fff;
}

.info-icons {
	float: left;
}

header .info-icons > a {
	color: #333;
}
header .info-icons .mail-icon,
header .info-icons .phone-icon {
	margin-right: 1em;
}
footer .info-icons > a {
	display: block;
	margin-bottom: .5em;
}
header.moved .info-icons > a span {
	display: none
}
.info-icons > a:before {
	font-size: 125%;
	color: #fff;
	background: #333;
	border-radius: 5em;
	padding: .5em;
	display: inline-block;
	width: 1em;
	text-align: center;
	margin-right: .5em;
	transition: .3s all ease;
}
.info-icons > a:hover:before {
	background: #626161
}
.info-icons .facebook-icon:before {content: "\f09a";font-family: 'FontAwesome';}
.info-icons .mail-icon:before {content: "\f2e5"; font-family: "Material Design Icons";}
.info-icons .phone-icon:before {content: "\f4e1"; font-family: "Material Design Icons";}

section.header-image {
    
    margin-top: 6.125em;
    /*height: 23.375em;
    background-image: url("../images/background_mildon_1.jpg"); 
    background-size: cover;
    background-repeat: no-repeat; */
    position: relative;
}

section.header-image .text-holder {
	display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s all ease;
    position: absolute;
    top: 0;
    left:0;
    width: 100%;
    height: 100%;
    background: rgba(33,33,33, .65);
}
.HomePage section.header-image .text-holder {
	background: none;
	position: static;
	width: 90%;
	max-width: 40em;
	margin: 0 auto;

}
section.header-image h1 {
    font-size: 300%;
    color: #fff;
    
    text-align: center;
}
section.header-image .breadcrumbs {
    font-size: 106.25%;
    color: #fff;
    margin-top: 1em;
    text-align: center;
}
section.header-image .breadcrumbs a {
    color: #fff;
    font-style: italic;
}

.HomePage section.header-image  h1{
   
    margin-bottom: .75em;
}


.HomePage section.header-image  a{
    color: #fff; 
    background-color: #ffa200;
   	position: relative;
    padding: .75em 1.15em;
    font-size: 87.5%;
    line-height: 2em;
    border-radius: 3px;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    border-width: 2px;
    transition: .3s;
    backface-visibility: hidden;
    display: table;
    margin: 0 auto;
    margin-top: 3em;
    font-weight: 700
}
	.HomePage section.header-image a:hover {
		background-color: #ff7e00;
	    
	}
.HomePage section.header-image p {
    font-size: 106.25%;
    color: #fff;
    text-align: center;
    margin-bottom: .5em;
}
.HomePage section.header-image {
    
    height:55em;
    background-image: url("../images/background_mildon.jpg");
    background-size: cover;
    background-repeat: no-repeat;

}
.consultation-button {
    color: #191919;
    font-size: 87.5%;
    border-radius: 3px;
    box-shadow: none;
    background-color: #ffea00;
    padding: 1.125em 4em;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.06em;
    transition: .3s;
    cursor: pointer
}
footer .logo {
    margin-top: 0;
    float: none;
}
footer {
    padding-top: 4em;
    padding-bottom: 2em;
    background:#191919;
}
footer address,
footer a {
    color: #787878;
    font-size: 106.25%;

}
footer .details {
    float: left ;
    width: 31.25em;
}
footer .contact-us {
    float: right;
    width: 25em;
    margin-bottom: 3.125em;
}
footer .form-group {
    position: relative;
    padding-bottom: 1.25em;
}
footer h5 {
    font-size: 112.5%;
    font-weight: 700;
    color: #fff;
    margin-bottom: 1em;
    text-transform: uppercase;
}
footer label {
    color: #fff;
    font-size: 81.25%;
    position:absolute;
    transition: .3s;
    z-index: 9;
    top: 1.125em;
    left: 1.5em;
}
    footer .form-group.focused label {
        font-size: 50%;
        top: .5em;
    }
footer .submit {
    color: #fff;
    font-size: 75%;
    border-radius: 3px;
    box-shadow: none;
    background-color: #82c650;
    padding: 1em 2.75em;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.06em;
    border: none;
    transition: .3s;
}
    footer .submit:hover {
        background: #69ab38
    }

footer input,
footer textarea {
    border-radius: 3px;
    border: 1px solid #212121;
    background: #191919;
    color: #fff;
    padding: .75em 4%;
    width: 91%;
}
footer h3 {
    color: #434343;
    font-style: italic;
    font-size: 106.25%;
    margin-bottom: 1em;
    margin-top: .25em;
}
footer h6 {
    font-weight: 700; 
    color: #fff;
    font-size: 106.25%;
    margin-bottom: .25em;
    margin-top: .6em;
}
footer .copyright {
    clear:both;
    color: #434343;
    text-align: center;
    
}
footer .address {
    float: left;
    width: 34%;

}
footer .contact-details {
    float: left;
    width: 60%;
    margin-left: 6%;
}
footer address,
footer a {
    color: #787878;
    font-size: 106.25%
}
section.main {
    margin-top: 4em;
    margin-bottom: 4em;
}

aside {
    float: right;
    width: 18.125em;
    padding-bottom: 3em;
}
aside h5 {
    color: #434345;
    font-size: 137.5%;
    font-weight: 700;
}
aside > div {
    margin-top: 2.5625em;
}

aside .text-holder {
    float: left;
    margin-left: 1em;
    width: 80%;
    color: #787878;
}
aside a {
    color: #787878;
}
aside .icon {
    float: left;
    color: #82c650;
    font-size: 106.25%;
    font-family: "Material Design Icons";
}
    aside .phone .icon:after{
        content: "\f213";
    }
    aside .address .icon:after{
        content: "\f440";
    }
    aside .opening-hours .icon:after{
        content: "\f246";
    }
    aside .latest-articles .icon:after{
        content: "\f1c1";
    }

aside .latest-articles a {
    margin-bottom: 1.5em;
    display: block;
}
aside .text-subline {
    margin-bottom: 1.25em;
}
aside address.first {
    margin-bottom: 2em;
}
aside address,
aside a,
aside time {
    font-size: 106.25%
}

aside .text-subline {
    margin-top:.625em;
    position: relative;
    height: 1px;
    padding: 0;
    background: #d9d9d9;
    border: none;
}
aside .text-subline:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 40px;
    background: #44b872;
}
.content input,
.content textarea {
    font-size: 81.25%;
    line-height: 28px;
    padding: 9px 2%;    
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    width: 95%;
}
.typography .content {
	margin-top: 2em;
}
.typography ul,
.typography ol {
    padding-left: 1em;
    margin-bottom: 1.5em;
}
.typography li {
     font-size: 106.25%;
     list-style: disc;

}
.typography a, 
.typography p,
.typography li {
    color: #787878;
    line-height: 1.4em;
}
.typography p {
    font-size: 106.25%;
    margin-bottom: 1em;

}
.typography .bold {
    font-weight: 700
}
.typography h2 {
    font-weight: 700;
    color: #434345;
    font-size: 281.25%;
    margin-bottom: .75em;
}
.typography .text-subline {
    width: 3.75em;
    height: 2px;
    background: -moz-linear-gradient(90deg, #ffa200 0%, #ff7e00 100%);
    background: -webkit-linear-gradient(90deg, #ffa200 0%, #ff7e00 100%);
    background: -o-linear-gradient(90deg, #ffa200 0%, #ff7e00 100%);
    background: -ms-linear-gradient(90deg, #ffa200 0%, #ff7e00 100%);
    background: linear-gradient(90deg, #ffa200 0%, #ff7e00 100%);
}
.typography h3 {
    font-size: 225%;
    font-weight: 700;
    color: #434345;
    margin-top: 1em;
    margin-bottom: .75em;
}
.typography .left {
    float: left;
}

.typography .right {
    float: right;
}
.typography img.left {
    margin-bottom: .625em;
    margin-right: .625em;
}
.typography img.right {
    margin-bottom: .625em;
    margin-left: .625em;
}
.typography .center {
	display: table;
	margin: 1.5em auto;
}

.bold {
    font-weight: 700
}
.HomePage .typography.content .text-subline {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 4em;
}
.HomePage .typography h6 {
    color: #434345;
    width: 66.66667%;
    font-weight: 700;
    font-size: 112.5%;
    margin-bottom: 2.5em;
    margin-left: auto;
    margin-right: auto;
}
.typography .content-block {
    margin-top: 4em;
}
.content .contact-us-form {
    margin-top: 3em;
    max-width: 50em
}
.content .contact-us-form .row.name-row {
	padding-bottom:0;
}
.content .contact-us-form .last-name-group,
.content .contact-us-form .first-name-group {
    width: 46.25%;
    float: left;
    position: relative;
    padding-bottom: 1.5em;
}
.content .contact-us-form .last-name-group  {
    float: right;

}
.content .contact-us-form .row {
    padding-bottom: 1.5em;
    position: relative;
}
.content .contact-us-form label {
    margin-bottom: .625em;
    display: block;
    color: #212121;
}
.content .contact-us-form .submit-row button {
    color: #fff;
    font-size: 87.5%;
    border-radius: 3px;
    box-shadow: none;
    background-color: #82c650;
    padding: 1em 4.25em;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 0.06em;
    border: none;
    transition: .3s;
    cursor: pointer
}
    .content .contact-us-form .submit-row button:hover {
        background-color: #69ab38;
    }
.HomePage .content {
    width: 100%;
    float: none;
    text-align: center;
}

.home-tiles {
    text-align: justify;
    margin-top: 1em;
    width: auto;
	padding: 0 5%;
}        
    .home-tiles:after {
        display: inline-block;
        width: 100%;
        content: "";
    }


.stat-strip {
	background: url('../images/stat-background.jpg');
	background-repeat: no-repeat;
	background-size: 100%;
	background-size: cover;
	padding: 6em 0;
}
.stat-strip .inner {
	text-align: justify;
}
	.stat-strip .inner:after {
        display: inline-block;
        width: 100%;
        content: "";
    }
.stat-strip .stat-info {
	display: inline-block;
	width: 23%;
}
.stat-strip h2 {
	font-size: 400%;
	font-weight: 700;
	color: #f5bf2f;
	margin-bottom: .25em;
    text-align: center;
}
.stat-strip h3 {
	font-size: 106.25%;
	color: #fff;
	font-weight: bold;
	margin-top: 1.5em;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 0;
}

.home-tiles .tile {
    display: inline-block;
    width: 23.5%;
    vertical-align: top;
    padding-top: 9%;
    padding-bottom: 2%;
    text-align: center;
    border-radius: .25em
}
.home-tiles .tile-1 {background: url('../images/mildon_excavating_home.jpg');}
.home-tiles .tile-2 {background: url('../images/mildon_home_concreting.jpg');}
.home-tiles .tile-3 {background: url('../images/mildon_home_fencing.jpg');}
.home-tiles .tile-4 {background: url('../images/mildon_retaining_wall_home.jpg');}

.home-tiles .tile span {
	color: #fff;
	font-family: "Montserrat", Helvetica, Arial, sans-serif;
	font-size: 150%
}
section.about-us-home .inner {
    max-width: 85em
}
section.about-us-home {
    
    padding-top: 3.125em;
}
section.about-us-home .image {
  	background-image: url('../images/about-us.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
    width: 41.9%;
    padding-top: 31.4%;
    float: left;
    margin-top: 3em;
    padding-bottom: 2em;
}
section.about-us-home .text {
    width: 41.9%; 
    float: right;
    margin-bottoM: 3em;
} 
section.about-us-home .text-subline,
section.stat-strip .text-subline {
	margin-left: auto;
	margin-right: auto;
}
.about-us-home .typography h2 {
    margin-bottom: .5em;
    text-align: center;
}
.about-us-home .typography .content-block {
    margin-top: 3em;
}
.about-us-home .bold {
    color: #434345
}
.about-us-home blockquote {
    font-family: "Crimson Text", "Times New Roman", Times, serif;
    line-height: 1.2;
    font-size: 187.5%;
    
    margin-bottom: 1.5em;
}
.about-us-home blockquote span{
    width: 92%;
    display: block;
    float: left;
    color: #434345;
    font-style: italic;
    font-weight: 700;
}
.about-us-home blockquote .quote-line {
    width: 5%;
    margin-right: 3%;
    height: 2px;
    background: #434345;
    float: left;
    margin-top: .5em;
}
.about-us-home .visit-facebook {
 	
    color: #fff;
    background-color: #505ec6;
    border-radius: 5px;
    padding: 1em 1.75em;
    font-size: 112.5%;
    font-weight: 700;
    text-transform: uppercase;

}
.about-us-home .content-block {
	margin-bottom: 2em;
}
#form-output-global {
    position: fixed;
    bottom: 30px;
    left: 15px;
    visibility: hidden;
    -webkit-transform: translateX(-500px);
    transform: translateX(-500px);
    transition: .3s all ease;
    z-index: 9999999;
}
.snackbars {
    max-width: 280px;
    padding: 9px 16px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    text-align: left;
    background-color: #212121;
    border-radius: 2px;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
}
#form-output-global.active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
}
.form-validation {
	color: red;
	position: absolute;
	bottom: .75em;
	font-size: 75%;
	left: 0;
}

section.can-help {
	background: -moz-linear-gradient(90deg, #ffa200 0%, #ff7e00 100%);
    background: -webkit-linear-gradient(90deg, #ffa200 0%, #ff7e00 100%);
    background: -o-linear-gradient(90deg, #ffa200 0%, #ff7e00 100%);
    background: -ms-linear-gradient(90deg, #ffa200 0%, #ff7e00 100%);
    background: linear-gradient(90deg, #ffa200 0%, #ff7e00 100%);
    padding: 4.5em 0;
}
section.can-help h1 {
	color: #fff;
	font-size: 237.5%;
	font-weight: bold;
	float: left;
}
section.can-help a {
	color: #fff;
	float: right;
	display: block;
	text-transform: uppercase;
	border-radius: 3px;
	padding: 1em 1.15em;
	border: 2px solid #fff ;
	letter-spacing: 0.06em;
	font-weight: 900;
	font-size: 87.5%;
	white-space: nowrap;
	margin-top: -.5em;
}
section.can-help .inner {
	max-width: 60em
}
.owl-nav {
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 80%;
   

}
.owl-prev,
.owl-next{
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	left:2em;
	transition: .5s all ease;
	height: 3em;
}
.owl-next {
	left: auto;
	right:2em;
}
	.owl-prev:before,
	.owl-next:before {
		content: "\f0a8";
		font-family: 'FontAwesome';
		font-size: 250%;
		color: #fff;
		
	}
	.owl-next:before {
		content: "\f0a9";
	}
	.owl-prev:hover:before,
	.owl-next:hover:before {
		color:  #eee
	}

@media (max-width:115em) { 
	
}
@media (max-width:75em) { 
    header {
        font-size: 85%;
    }
    section.header-image {
        margin-top: 5.125em;
    }
    .home-tiles .text-holder {
        width: 65%;
    }
    
}
@media (min-width:62.5625em) { 
     .menu-button {
        display: none
    }


}
@media (max-width:62.5em) { 
	.stat-strip {
		font-size: 80%
	}
	.typography h2 {
		text-align: center;
	}
    .HomePage .header-image .text-holder{
        font-size: 80%
    }
    .home-tiles .tile {
        width: 48%;
    }
 	header.moved nav {
 		top: 4.5em;
 	}
    header nav {
        clear: both;
        background-color: #fff;
        width: 80%;
        max-width: 15em;
        padding: .75em 0 .5em 4%;
        position: fixed;
        top: 8.625em;
        margin-top: 0;
        right: -110%;
        z-index: 9; 
        min-height: 100%;
        transition: all .5s ease-in-out;

    }
    .mobile-exit {
        cursor: pointer;
        display: block;
        position: fixed;
        height: 100%;
        width: 100%;
        right: -110%;
    }
    header nav h2 {
        color: #333;
        font-size: 175%;

    }
    header nav li {
        float: none;
        margin-top: 1.25em;
    }
    header nav li a span {
        font-size: 112.5%;
        padding: 1em 0;
        
    }

    .menu-button {
        color: #191919;

        cursor: pointer;
        float: right;
        margin-top: 1em;
        margin-right: 2%;
        padding: 1em 1.25em;
        border-radius: 3px
      
    }
        .menu-button span {
            transition: .5s all ease;
            position: relative;
            display: block;
            width: 24px;
            height: 4px;
            background-color: #191919;
            backface-visibility: hidden;
            border-radius: 0;
        }
            .menu-button span:before {
                content:"";
                position: absolute;
                bottom: -8px;
                width: 24px;
                height: 4px;
                background-color: #191919;
                backface-visibility: hidden;
                border-radius: 0;
            }
            .menu-button span:after {
                content:"";
                position: absolute;
                top: -8px;
                width: 24px;
                height: 4px;
                background-color: #191919;
                backface-visibility: hidden;
                border-radius: 0;
            }

        
        .menu-button.opened span {
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
        }
            .menu-button.opened span:before {
                -webkit-transform: rotate3d(0, 0, 1, -40deg);
                transform: rotate3d(0, 0, 1, -40deg);
                width: 15px;
                bottom: 5px
            }
            .menu-button.opened span:after {
                -webkit-transform: rotate3d(0, 0, 1, 40deg);
                transform: rotate3d(0, 0, 1, 40deg);
                width: 15px;
                top: 5px;
            }
 
    footer .details {
        font-size: 80%;
    }
    footer .contact-us {
        width: 18em;
    }
    section.about-us-home .text {
        width: 100%;
        max-width: 40em;
        margin-left: auto;
        margin-right: auto;
         float: none;
    }
    section.about-us-home .image {
        font-size: 150%;
        width: 18.6875em;
        height: 18.875em;
        margin-left: auto;
        margin-right: auto;
        float: none;
        padding-top: 0;
        margin-top: 2em;
    }
    .about-us-home .get-a-quote {
        display: table;
        margin-left: auto;
        margin-right: auto;
    }
    .HomePage section.header-image {
       margin-top: 5.125em;
    }
    .typography img.center ,
    .typography img.left ,
    .typography img.right  {
    	padding: 0 !important;
    	margin: 2em auto;
    	display: block;
    	float: none;
    }
}
@media (max-width:50em) { 

	.stat-strip .stat-info {
	    margin-bottom: 3em;
	    width: 49%;
	}
	.stat-strip {
		padding-bottom: 3em;
	}


    .HomePage section.header-image h2 {
        margin-bottom: 1em;
    }
    
    .about-us-home .get-a-quote {
        display: table;
        margin-right: auto;
        margin-left: auto;
    }

    .content,
    aside {
        width: 100%;
        float: none;
        max-width: 40em;
        margin-left: auto;
        margin-right: auto;
    }

    .contact-business-valuations .content{
        text-align: center;
    }
    .contact-business-valuations .typography .text-subline {
        margin-left: auto;
        margin-right: auto;
    }
    section.header-image h1 {
        font-size: 400%;

    }
    .content .contact-us-form .last-name-group, 
    .content .contact-us-form .first-name-group {
        width: 100%;
        float: none;
    }
    .last-name-group {
        margin-top: 1.25em;
    }
    footer .details {
        font-size: 100%;
         margin-left: auto;
        margin-right: auto;
        max-width: 31.25em;
        width: 100%;
        float: none;
        margin-bottom: 3em;
        text-align: center;
    }
    footer .contact-us {
        margin-left: auto;
        margin-right: auto;
        max-width: 18em;
        width: 100%;
        float: none;
        text-align: center;
    }
    footer .logo {
        margin:0 auto;
    }
    footer .address,
    footer .contact-details {
        width: 100%;
        float: none;
        margin: .25em auto;
    }

    .home-tiles {
        max-width: 30em;
        margin-left: auto;
        margin-right: auto;
        width: 90%;
    }
    .home-tiles .tile {
        width: 100%;
        margin-top: 1em;
    }
    .HomePage section.header-image {
        height: 30em;
    }

    .about-us-home .typography h2 {
        text-align: center;
    }
    .typography .text-subline {
        margin-left: auto;
        margin-right: auto;
    }

    section.can-help a,
    section.can-help h1 {
    	float: none;
    	display: table;
    	margin-left: auto;
    	margin-right: auto;
    }
    section.can-help h1 {
    	margin-bottom: .75em;
    	text-align: center;
    }

    footer .info-icons {
    	float: none;
    	text-align: left;
    	max-width: 20em;
    	margin: 1em auto;
    }

}
@media (max-width:40em) { 
    section.about-us-home .image { 
        width: 100%;
        padding-top: 101.17%;
        height: 0;
    }
    header .info-icons .facebook-icon span {
    	display: none
    }
     section.can-help h1 {
    	font-size: 200%
    }
}

@media (max-width:30em) { 
	.stat-strip {
		font-size: 65%;
	}
	section.main { 
		margin-top: 3em;
	}
	header .header-upper .info-icons {
		display: table;
		margin-left: auto;
		margin-right: auto;
		float: none;
	}

	header .info-icons > a span {
		display: none;
	}
	#form-output-global {
    	left: 30px;
	}
    .HomePage section.header-image {
       margin-top: 3.5em;
    } 
    .logo {
        font-size: 75%;
    }
    section.header-image {
        margin-top:3.5em
    }
    header.moved nav {
        top:3.5em
    }
    header nav {
       top: 6.6875em;
    }
    .menu-button {
        margin-top: .25em;
    }
    header,
    header.moved {
        padding: .5em 0 ;
    }

    section.header-image h1 {
        font-size: 225%
    }
    .HomePage section.header-image h2 {
        font-size: 150%;
    }
    .HomePage section.header-image h3 a {

    }
    footer .info-icons {
    	font-size: 87.5%;
    }
   
}
@media (max-width:23em) { 
	header .logo {
		font-size: 60%;
		margin-top: 1.25em;
	}
	.stat-strip {
		font-size: 55%;
	}


}


 
/**
 * Owl Carousel v2.3.3
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -ms-touch-action: none;
        touch-action: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

/*
 *  Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png.html") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }



 .owl-carousel {
 	width: 90%;
 	max-width: 62.5em;
 	margin: 2em auto;
 	padding: 1.5em;
 	background: #333;
 }

 .owl-carousel p {
 	color: #fff;
 	margin: .5em 0;
 }