/*
Theme Name: Gwaun Garage
Theme URI: http://underscores.me/
Author: Modern Print & Design
Author URI: https://www.modernprint.co.uk
Description: 2017 Theme for Gwaun Garage
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: gwaungarage
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Gwaun Garage is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

.wf-loading {
    visibility: hidden;
}

.wf-active, .wf-inactive {
    visibility: visible;
}

body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: "filson-pro", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
        margin: 0.75rem 0;
        font-weight:400;
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1rem 1rem;
	padding-left: 1.75rem;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #e33d2e;
        text-decoration: none;
}

a:visited {
         color: #757779;
}

a:hover,
a:focus,
a:active {
	text-decoration:underline;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: block;
	list-style: none;
	margin: 0;
	padding-left: 0;
        float: right;
        padding-top: 0.5rem;
}

.main-navigation li {
	float: left;
	position: relative;
}

ul#primary-menu > li+li {
    border-left: 2px solid #ee3d2c;
}

.main-navigation a {
	display: block;
	text-decoration: none;
        padding: 0 1rem;
        color:#585858;
        font-size: 1.125rem;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
        background:#FFF;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

ul#primary-menu li {
    transition:all 0.2s ease-in-out;
}

#primary-menu li:hover {
    background: #ededed;
}

ul#primary-menu > li.current_page_item:before,
ul#primary-menu > li.current-menu-ancestor:before {
    content: '';
    width: 80%;
    height: 2px;
    background: #ee3d2c;
    position: absolute;
    bottom: -0.5rem;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0.5;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}


.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

ul.sub-menu {
    padding-top: 0;
}

ul.sub-menu li {
    display: block;
    width: 100%;
}

ul.sub-menu li+li:before {
    content: '';
    width: 90%;
    height: 2px;
    background: red;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

ul.sub-menu li a {
    display: block;
    padding: 0.75rem;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1rem 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
## Core Styling
--------------------------------------------------------------*/

html, body {
    overflow-x: hidden;
}

div#page {
    position: relative;
    background: #e4e4e4;
}

div#content {
    background:#FFF;
}

div#primary {
    position: relative;
    z-index: 5;
}

main#main {
    padding: 1.5rem 0;
}

body.home main#main {
    padding-top:0;
}

main#main h1,
main#main h2,
main#main h3,
main#main h4,
main#main h5,
main#main h6 {
    color: #ee3d2c;
}

main#main div.sectionWrap:not(.form) ul {
    list-style:none;
    padding: 0;
}

main#main div.sectionWrap:not(.form) ul > li {
    padding-left: 1.5rem;
    position: relative;
    margin: 0.5rem 0;
    line-height: 1.5rem;
    font-size: 1.05rem;
}

main#main div.sectionWrap:not(.form) ul > li:before {
    content: '•';
    position: absolute;
    left: 0.5rem;
    top: 0;
    height: 1.5rem;
    color: #ee3d2c;
}

#masthead {
    position:absolute;
    top:0;
    left:0;
    width:100vw;
    z-index:99;
    background: rgba(255,255,255,0.9);
}

div#mast-inner {
    position:relative;
    margin-bottom: 0;
    overflow:visible;
}

div#mast-inner > div {
    padding: 0.75rem 0;
}

div#mast-inner > div.site-interface.col.s12.m10.valign {
    padding-top: 0.125rem;
}

div#logo {
    position: relative;
    z-index: 1;
}

div#logo:before {
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:75%;
    height: 67.5vh;
    background: url('images/gradient-swoosh.png');
    background-size:contain;
    background-repeat:no-repeat;
    background-color:transparent;
    z-index: -1;
}

.site-branding.col.s12.m3 a, .site-branding.col.s12.m3 img {
    display: block;
    padding: 0.125rem 0.25rem;
}

div#strap-search {
    padding: 0;
}

div#strapline h1 {
    font-size: 1.5rem;
    font-weight: 400;
    margin: 0;
    text-align: center;
}

div#strapline h1 span {
    color: #ee3d2c;
}

#head-search input.search-field {
    border: none;
    background: url(images/search.png);
    background-size: 1.25rem;
    background-repeat: no-repeat;
    background-position: 100%;
    background-color: transparent;
    border-bottom: 1px solid #585858;
    width: 100%;
}

#head-search input.search-submit {
    display: none;
}

#canvas, #slider, #spacer {
    width:100vw;
    height:67.5vh;
    position:relative;
    z-index:3;
    background:transparent;
    overflow:hidden;
}

#spacer {
    height:120px;
    background:transparent;
    z-index: -1;
}

div#canvas:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 20vh;
    z-index: 7;
    bottom: 0;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ccffffff',GradientType=0 );
}

div#canvas > img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 100%;
}

#canvas > .container.row {
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    position:relative;
}

div#canvas > div > div {
    float: right;
    color: #FFF;
    font-size: 3rem;
    overflow: visible;
    padding: 0;
    margin: 0;
    width: 25vw;
    height: 25vw;
    max-width: 400px;
    max-height: 400px;
    border-radius: 50%;
    background: -moz-radial-gradient(center, ellipse cover, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 65%, rgba(0,0,0,0) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 65%,rgba(0,0,0,0) 100%);
    background: radial-gradient(ellipse at center, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 65%,rgba(0,0,0,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 );
}

#canvas > div > div > div {
    margin: 0 auto;
}

#canvas p {
    margin: 0;
    line-height: 1.15;
}

div#slideshow, div.slide {
    height: 67.5vh;
    position: relative;
    width: 100%;
    overflow: hidden;
}

div.slide > img {
    position: absolute;
    min-height: 100%;
    min-width: 100%;
    max-width: none;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.slide:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0;
    z-index: 10;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}

#slideshow-home .slide:before {
    display:none;
}

.slide > .container.row {
    width: 100%;
    height: 100%;
    margin-bottom: 0;
    position: relative;
}

div.slide > div.container.row > div {
    float: right;
    color: #FFF;
    font-size: 3rem;
    overflow: visible;
    padding: 0;
    margin: 0;
    width: 25vw;
    height: 25vw;
    max-width: 400px;
    max-height: 400px;
    border-radius: 50%;
    background:url(images/grad-burst.png);
    background-position:50%;
    background-size:contain;
    background-repeat:no-repeat;
}

div.slide > div.container.row > div > div {
    margin: 0 auto;
}

div.slide p {
    margin: 0;
    line-height: 1.15;
}

#colophon {
    padding:1rem 0;
}

div#logo-row {
    text-align:center;
}

#logo-row h2 {
    margin-top: 0;
}

div#logos {
    padding: 0.75rem;
}

div#logos > img {
    max-height: 70px;
    max-width: 10%;
    display: inline-block;
    vertical-align: middle;
    margin: 0 2.5% 0.5rem 2.5%;
}

div#credits {
    text-align: center;
    font-size: 0.75rem;
}

span.red {
    color: #ee3d2c;
}

div#colop-inner > div:nth-child(1), 
div#colop-inner > div:nth-child(2) > div {
    padding: 0 2rem;
    font-size: 0.875rem;
}

div#colop-inner > div+div, div#colop-inner > div > div+div {
    border-left: 3px solid #FFF;
    border-right: 3px solid transparent;
    padding: 0 0.75rem;
}

div#colop-inner span {
    display: inline-block;
}

span.contact-icon {
    width: 1.25rem;
    height: 1.25rem;
    text-align: center;
    margin: 0.5rem 0.5rem 0.5rem 0;
    background: #ee3d2c;
    color: #FFF;
    border-radius: 50%;
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 1.25rem;
}

ul#footer-menu {
    padding:0;
    margin:0;
    list-style:none;
}

ul#footer-menu a {
    text-decoration: none;
    color: #404040;
}

ul#footer-menu a:hover {
    text-decoration: underline;
}

div#foot-social a {
    width: 2rem;
    height: 2rem;
    display: inline-block;
}

div#foot-social a.fb {
    background:url('images/fb.png');
    background-size:cover;
}

div#foot-social a.gp {
    background:url('images/gplus.png');
    background-size:cover;
}

div#foot-social h4 {
    margin-top: 0;
}

/*--------------------------------------------------------------
## General Layout Styling
--------------------------------------------------------------*/

.sectionWrap:not(.map) {
    padding:0.75rem 0;
}

.sectionWrap.form:last-child {
    margin-bottom: -1.5rem;
}

div#side-logos {
    text-align: center;
}

div#side-logos > img {
    display: inline-block;
    max-width: 29.3333%;
    max-height: 90px;
    margin: 0.75rem 2%;
    vertical-align: middle;
    padding: 0 1rem;
}

/*--------------------------------------------------------------
## Side List Layout Styling
--------------------------------------------------------------*/

main#main > div.sectionWrap > div.row.container > div.col > ul.sidebar-list {
    margin: 0;
    list-style: none;
    padding: 0.75rem;
    background: #e4e4e4;
}

/*--------------------------------------------------------------
## Boxes Layout Styling
--------------------------------------------------------------*/

.sectionWrap .box-inner {
    position:relative;
    width:auto;
    margin: 1.5rem auto;
    position: relative;
    min-height: 340px;
    max-width: 340px;
    overflow: hidden;
}

.sectionWrap .box-inner:before {
    content: '';
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: -moz-linear-gradient(top, rgba(1,74,62,1) 0%, rgba(1,74,63,0) 100%);
    background: -webkit-linear-gradient(top, rgba(1,74,62,1) 0%,rgba(1,74,63,0) 100%);
    background: linear-gradient(to bottom, rgba(1,74,62,1) 0%,rgba(1,74,63,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00014a3e', endColorstr='#014a3f',GradientType=0 );
    z-index:2;
}

.box-inner img {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    max-width: 135%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index:1;
}

div.box-inner h3 {
    position: relative;
    z-index: 5;
    width: 100%;
    text-align: center;
    color: #FFF !important;
    font-size: 1.5rem;
    font-weight: 400;
    margin: 0;
    padding: 1rem;
}

div.box-inner h3:after {
    content: '';
    position: absolute;
    bottom: -2px;
    width: 80%;
    height: 2px;
    left: 10%;
    background: #FFF;
}

div.box-inner p {
    position: relative;
    z-index: 5;
    padding: 0 1.5rem;
    color: #FFF;
    line-height: 1.25;
    font-size: 1.1rem;
}

/*--------------------------------------------------------------
## Link Boxes Layout Styling
--------------------------------------------------------------*/

.sectionWrap .link-inner {
    width:auto;
    margin: 1.5rem auto;
    position: relative;
    min-height: 340px;
    max-width: 340px;
    overflow: hidden;
}

.link-inner img {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    max-width: 135%;
    max-height: 135%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

div.link-inner h3 {
    position: absolute;
    z-index: 5;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    color: #FFF !important;
    font-weight: 400;
    margin: 0;
    padding: 1rem;
    background: -moz-linear-gradient(top, rgba(1,74,62,0) 0%, rgba(1,74,63,1) 100%);
    background: -webkit-linear-gradient(top, rgba(1,74,62,0) 0%,rgba(1,74,63,1) 100%);
    background: linear-gradient(to bottom, rgba(1,74,62,0) 0%,rgba(1,74,63,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00014a3e', endColorstr='#014a3f',GradientType=0 );
}

div.link-inner h3:after {
    content: '';
    position: absolute;
    top: 2px;
    width: 80%;
    height: 2px;
    left: 10%;
    background: #FFF;
}

/*--------------------------------------------------------------
## Image Column Layout Styling
--------------------------------------------------------------*/

.col.img-col {
    text-align: center;
}

.col.img-col > img.md-sq {
    display: inline-block;
    margin: 0.5rem;
}

.col.img-col > img {
    display: block;
    margin: 0 auto;
}

/*--------------------------------------------------------------
## Logo Strip Layout Styling
--------------------------------------------------------------*/

.sectionWrap.logo-strip-section h2, 
.sectionWrap.logo-strip-section p {
    text-align: center;
    margin: 0 auto;
    max-width: 80%;
}

.col.s12.logo-strip {
    text-align: center;
}

.col.s12.logo-strip > img {
    max-height: 5rem;
    max-width: 15%;
    margin: 1rem;
    display: inline-block;
    vertical-align: middle;
}

/*--------------------------------------------------------------
## Contact Layout Styling
--------------------------------------------------------------*/

div#contact-form {
    background:url('images/grass_tex.jpg');
    color:#FFF;
    text-align:center;
}

div.form-wrapper > div {
    margin: 0;
    position:relative;
    overflow: auto;
}

div.form-wrapper > div .gform_footer.top_label {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    padding: 1rem;
    margin: 0;
    text-align: center;
}

div#contact-form h1 {
    font-size: 3rem;
    color:#FFF;
}

li#field_1_7, 
li#field_1_3,
li#field_1_5,
li#field_1_8 {
    width: 100%;
    float: left;
    clear: none;
    padding: 1rem;
    margin: 0;
}

li#field_1_7, 
li#field_1_3,
li#field_1_8 {
    width:50%;
}

li#field_1_7 input, 
li#field_1_3 input,
li#field_1_5 textarea {
    width: 100%;
    padding: 1rem;
    background: rgba(255,255,255,0.4);
    border: 2px solid #FFF;
    border-radius: 1rem;
    font-size:1.25rem;
}

#input_1_8,
#input_1_8 > div {
    margin: 0 auto;
}

div#contact-form li label {
    display:none;
}

#gform_submit_button_1 {
    max-height: 75px;
    margin: 0 !important;
    background: #ef4324 !important;
    border-radius: 1rem;
}

/*--------------------------------------------------------------
## Book A Service Styling
--------------------------------------------------------------*/

div#service-form {
    background:url('images/grass_tex.jpg');
    color:#FFF;
    text-align:center;
}

div.form-wrapper > div {
    margin: 0;
    position:relative;
    overflow: auto;
}

div.form-wrapper > div .gform_footer.top_label {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    padding: 1rem;
    margin: 0;
    text-align: center;
}

div#service-form h1 {
    font-size: 3rem;
    color:#FFF;
}

li#field_2_9, 
li#field_2_10,
li#field_2_11,
li#field_2_7, 
li#field_2_3,
li#field_2_5,
li#field_2_6 {
    width: 100%;
    float: left;
    clear: none;
    padding: 1rem;
    margin: 0;
}

li#field_2_7, 
li#field_2_3,
li#field_2_6 {
    width:50%;
}

li#field_2_9, 
li#field_2_10,
li#field_2_11 {
    width:33.33333%;
}

li#field_2_9 select, 
li#field_2_10 select,
li#field_2_11 select,
li#field_2_7 input, 
li#field_2_3 input,
li#field_2_5 textarea {
    width: 100%;
    padding: 1rem;
    background: rgba(255,255,255,0.4);
    border: 2px solid #FFF;
    border-radius: 1rem;
    font-size:1.25rem;
}

li#field_2_9 select, li#field_2_10 select, li#field_2_11 select {
    padding: 0.5rem 1rem;
    background:url('images/down-arrow.png');
    background-color: rgba(255,255,255,0.4);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    background-size: 1rem;
    appearance:none;
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    text-transform: uppercase;
    text-indent: 0.01px;
    text-overflow: '';
}

#input_2_6,
#input_2_6 > div {
    margin: 0 auto;
}

div#service-form li:not(#field_2_9):not(#field_2_10):not(#field_2_11) label {
    display:none;
}

#content ::-webkit-input-placeholder { 
    color:    #FFF;
    text-transform: uppercase;
}

#content :-moz-placeholder { 
   color:    #FFF;
   text-transform: uppercase;
   opacity:  1;
}

#content ::-moz-placeholder { 
   color:    #FFF;
   text-transform: uppercase;
   opacity:  1;
}

#content :-ms-input-placeholder { 
   color:    #FFF;
   text-transform: uppercase;
}

#content ::-ms-input-placeholder { 
   color:    #FFF;
   text-transform: uppercase;
}

#service-form select {
    color:#FFF;
}

#service-form select > option {
    color: #404040;
}

#gform_submit_button_2 {
    max-height: 75px;
    margin: 0 !important;
    background: #ef4324 !important;
    border-radius: 1rem;
}

/*--------------------------------------------------------------
## Home Styling
--------------------------------------------------------------*/

body.home #slider, 
#slideshow-home, 
#slideshow-home .slide {
    height: 90vh;
    overflow: hidden;
    width: 100%;
}

div#home-intro-wrap {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(255,255,255,0.85);
}

div#home-intro-wrap .container.row {
    margin-bottom: 0;
}

div#head-bar {
    text-align: center;
    background: rgb(1,74,63);
    color: #FFF;
    padding: 0.75rem;
}

div#head-bar h2 {
    margin: 0;
    font-size: 28px;
    font-weight: 400;
}

div#home-intro-wrap > .valign-wrapper > div {
    padding: 1rem 0.75rem;
}

#home-intro-wrap > div.container.row.valign-wrapper > div > p {
    margin: 0;
}

#home-intro-wrap > div.container.row.valign-wrapper > div > h2 {
    margin-top: 0;
    line-height: 1;
    margin-bottom: 0.75rem;
    color: #ef3e2d;
    font-weight: 500;
}

#home-intro-wrap > div.container.row.valign-wrapper > div.m2 > img {
    width:140px;
}

.bx-controls.bx-has-pager {
    position: absolute;
    width: 1280px;
    z-index: 9999;
    left: 50%;
    transform: translateX(-50%);
    bottom:auto;
    top: 55.5vh;
    height: 4rem;
}

#slider .bx-pager.bx-default-pager {
    bottom: auto;
    height: 100%;
    padding: 0.5rem;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, 
.bx-wrapper .bx-pager.bx-default-pager a.active, 
.bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: #f7f7f7;
    border-color: transparent;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: transparent;
    text-indent: -9999px;
    display: block;
    width: 1.5rem;
    height: 1.5rem;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 3px solid #f7f7f7;
}

div#slide-home-next,
div#slide-home-prev {
    display: block;
    width: 2rem;
    height: 4rem;
    background:url('images/prev.png');
    background-size:contain;
    background-repeat:no-repeat;
    background-position: 50%;
    position: absolute;
    top: 55.5vh;
    left: 30%;
    cursor:pointer;
    transition: all 0.2s ease-in-out;
    z-index:9999999;
}

div#slide-home-next {
    background:url('images/next.png');
    background-size:contain;
    background-repeat:no-repeat;
    background-position: 50%;
    left: auto;
    right: 30%;
}

/*--------------------------------------------------------------
## Equipment Indexes
--------------------------------------------------------------*/

div#equipment-wrap > div:nth-child(2) {
    padding: 0 1rem;
}

div#equipment-wrap > div:nth-child(2) h1 {
    background: #ee3d2c;
    color: #FFF;
    display: inline-block;
    width:auto;
    padding: 0.25rem 0.75rem;
}

div#equipment-wrap > div:nth-child(2) > img {
    max-width: 140px;
}

#equipment-wrap .link-inner {
    min-height: 280px;
    margin: 0 auto 1rem auto;
}

div.equip-make h2 {
    font-size: 1.5rem;
    margin: 0;
    padding: 0.75rem;
    background: #ee3d2c;
    color: #FFF !important;
}

div.equip-make > div > img {
    max-height: 100px;
    max-width: 100px;
    display: block;
    padding: 0.375rem;
    margin-right: 0.375rem;
}

div.equip-make > * {
    display: inline-block;
    vertical-align: middle;
}

div.equip-make {
    display: block;
    width: auto;
    float: left;
    clear: both;
    margin: 1.5rem 0 1.5rem 0.75rem;
    border: 1px solid #ee3d2c;
}

div.equip-make+div.col {
    clear: both;
}

div#brand-button-wrap > a {
    display: inline-block;
    float: none;
    vertical-align: middle;
    margin: 0.5rem 0.25rem;
}

#brand-button-wrap {
    text-align: center;
}

div.jump-link {
    clear: both;
}

div#items-wrap {
    width: 100%;
    height: auto;
    float: left;
}

div#buttons {
    margin-bottom: 0.75rem;
    overflow: visible;
}

div#buttons .button {
    border: 2px solid #FFF;
    display: inline-block;
    vertical-align: middle;
    float: none;
    margin: 0.25rem -2px;
    text-align: center;
    transition: all 0.2s ease-in-out;
	cursor: pointer;
	padding:0;
}

div#buttons .button.active {
    border-color: #ee3d2c;
    opacity: 1;
}

.button > img, .button > span {
    display: block;
    padding: 1rem;
    line-height: 1.25;
    font-weight: bold;
    color: #ee3d2c;
}

/*--------------------------------------------------------------
## Equipment Single
--------------------------------------------------------------*/

div#breadcrumb > * {
    display: inline-block;
    padding: 0.125rem;
    vertical-align: middle;
}

div#breadcrumb {
    padding: 0 0.75rem 0.75rem 0.75rem;
    font-size: 0.875rem;
}

.sectionWrap.groundcare {
    padding: 0.75rem 0 1.75rem 0;
}

.sectionWrap.groundcare div.valign h2:first-of-type {
    background: #ee3d2c;
    padding: 0.375rem 0.75rem;
    display: inline-block;
    color: #FFF !important;
    font-size: 1.5rem;
}

div#equipment-details {
    background: #f1f1f1;
    padding: 0;
    margin-top: 1rem;
}

div#equipment-details > * {
    padding: 0.75rem;
    margin: 0;
}

#equipment-details > h2 {
    background: #757779;
    color: #FFF !important;
    padding: 0.75rem 1.5rem;
}

div#equipment-specifications {
    background: #d9d9d9;
}

div#equipment-specifications span.title {
    padding-right: 0.5rem;
    font-weight: bold;
}

div#equipment-details > div > ul,
div#equipment-details > div > p {
    margin:0;
    padding: 0.25rem 0.5rem;
}

div#equipment-specifications > ul > li {
    padding: 0 0.5rem !important;
}

div#equipment-specifications li:before {
    display: none;
}

div#equip-slider-wrap {
    position: relative;
    padding: 0 3rem;
    margin-bottom:2rem;
}

div#equip-prev, div#equip-next {
    display: block;
    width: 2rem;
    height: 3rem;
    background:url('images/slide-control.png');
    background-size:contain;
    background-repeat:no-repeat;
    background-position: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    cursor:pointer;
    transition: all 0.2s ease-in-out;
}

div#equip-next {
    left: auto;
    right: 0;
    transform:rotate(-180deg);
}

div#equip-prev:hover, div#equip-next:hover {
    opacity:0.65;
}

a#brochure-download {
    padding: 0.75rem 2.25rem 0.75rem 0.75rem;
    background: url(images/download.png);
    background-size: 1.25rem;
    background-repeat: no-repeat;
    background-position: 95% 50%;
    background-color: #ee3d2c;
    color: #FFF;
    text-decoration: none;
    float: right;
    display: block;
    transition: all 0.2s ease-in-out;
}

a#brochure-download:hover {
    background-color: #d42111;
}

div#equip-slider-wrap > div.bx-wrapper > div.bx-viewport {
    min-height: 480px;
}

/*--------------------------------------------------------------
## Contact Page
--------------------------------------------------------------*/

body.page-id-33 main#main {
    padding-top: 0;
}

body.page-id-33 div#logo:before {
    display:none;
}

div#contact-map {
    min-height: 57.5vh;
}

div#contact-bar span {
    display: inline-block;
}

body.page-id-33 #main > div.sectionWrap.contact > div > div.col.s12.m5.valign > div.col.s2 {
    text-align: right;
}

/*--------------------------------------------------------------
## News Page
--------------------------------------------------------------*/

div#news-wrap h1 {
    margin-top: 0;
}

.col.flip-news {
    height: 340px;
    width: 49%;
    overflow: hidden;
    margin-bottom: 1rem;
    position:relative;
}

.col.flip-news:nth-child(even) {
    margin-right: 1%;
    margin-left: -1%;
}

.col.flip-news:nth-child(odd) {
    margin-left: 1%;
    margin-right: -1%;
}

.col.flip-news > div {
    margin: 0;
}

.col.flip-news {
    height: 340px;
    overflow: hidden;
}

.link-inner.front,
.link-inner.back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.5s;
          transition: transform 0.5s;
}

.link-inner.back {
	color: #FFF;
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
}

.link-inner.back:before {
    content: '';
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: -moz-linear-gradient(top, rgba(1,74,62,1) 10%, rgba(1,74,63,0.1) 100%);
    background: -webkit-linear-gradient(top, rgba(1,74,62,1) 10%,rgba(1,74,63,0.1) 100%);
    background: linear-gradient(to bottom, rgba(1,74,62,1) 10%,rgba(1,74,63,0.1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00014a3e', endColorstr='#014a3f',GradientType=0 );
    z-index:2;
}

div.link-inner.back h3 {
    position:relative;
    bottom:auto;
    left:auto;
    transform:none;
    background:none;
}

div.link-inner.back h3:after {
    top: auto;
    bottom: 2px;
}

.col.flip-news:hover .link-inner.front {
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}

.col.flip-news:hover .link-inner.back {
  -webkit-transform: rotateY(0);
          transform: rotateY(0);
}

section.cff-likebox.cff-outside.cff-top {
    margin: 0 !important;
}

.link-inner.back p, .link-inner.back ul {
    position: relative;
    z-index: 99;
    padding: 1rem;
    margin: 0;
    color: #FFF;
    font-size: 1.5rem;
}

.link-inner.back a {
    text-decoration:none;
}

p#click-more {
    position: absolute;
    bottom: 0;
    background: #014a3e;
    display: block;
    width: 100%;
    padding: 0.5rem 0.75rem;
    font-size: 1rem;
    text-align: center;
}

div#news-slider-wrap {
    position: relative;
}

div#news-prev, div#news-next {
    display: block;
    width: 2rem;
    height: 3rem;
    background:url('images/slide-control.png');
    background-size:contain;
    background-repeat:no-repeat;
    background-position: 50%;
    position: absolute;
    bottom: 0.75rem;
    left: 0.75rem;
    cursor:pointer;
    transition: all 0.2s ease-in-out;
}

div#news-next {
    left: auto;
    right: 0.75rem;
    transform:rotate(-180deg);
}

div#news-prev:hover, div#news-next:hover {
    opacity:0.65;
}

div#news-back {
    background: #ee3d2c;
    display: inline-block;
}

div#news-back > a {
    padding: 0.75rem;
    display: inline-block;
    color: #FFF;
    text-decoration: none;
}

/*--------------------------------------------------------------
## Search Results
--------------------------------------------------------------*/

body.search div#logo:before {
    display:none;
}

header.page-header.col.s12.m10.offset-m1 {
    padding: 0;
}

.sectionWrap.search > div > div:nth-child(even) {
    clear: both;
}

.sectionWrap.search > div > div.valign-wrapper {
    margin-bottom: 1rem;
}

.sectionWrap.search .col.s12.m5.valign-wrapper > div > a {
    text-decoration: none;
    line-height: 1;
    color: #404040;
}

.sectionWrap.search > div > div.valign-wrapper > div.m3 {
    padding: 0;
}

.sectionWrap.search > div > div.valign-wrapper > div img {
    display: block;
}

.sectionWrap.search > div > div.valign-wrapper {
    padding: 0;
}

.sectionWrap.search > div > div.valign-wrapper:hover {
    background-color: #e4e4e4;
}

/*---------------------------------------------------------------*/
/* # Responsiveness & Mobile Optimisation ---------------------- */
/* --------------------------------------------------------------*/

/*--------------------------------------------------*/
/* Notebooks / Low Res Laptops -------------------- */
/*--------------------------------------------------*/
@media only screen 
  and (min-width: 1025px) 
  and (max-width: 1440px) { 

/*--------------------------------------------------------------
## NB - Home
--------------------------------------------------------------*/

div#head-bar h2 {
    font-size: 24px;
}

div#slideshow-home > div > div > div,
div#slideshow > div > div > div,
div#canvas > div > div {
    margin-top: 0.75rem;
    margin-right: 0.75rem;
    word-break: break-word;
    width: 35vw;
    height: 35vw;
}

div#canvas:after {
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#FFffffff',GradientType=0 );
}

div#mobile-menu {
    display: none;
}

} /* End Notebook */


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

/*--------------------------------------------------------------
## T-L Core
--------------------------------------------------------------*/

div#strapline h1 {
    font-size: 1.25rem;
}

#masthead {
    min-height: 0;
}

div#mast-inner {
    padding: 0.25rem 0.75rem;
}

div#mast-inner > div {
    padding: 0;
}

div#mast-inner > div#logo {
    padding: 0.75rem 0 0 0.75rem;
}

div#logo:before {
    display:none;
}

div#head-search {
    margin-left: -2.5%;
}

div#mobile-menu {
    display: none;
}

.main-navigation ul {
    padding: 1rem 0;
    width: 100%;
    text-align: right;
}

.main-navigation a {
    padding: 0 0.5rem;
    font-size: 1rem;
}

ul#primary-menu li {
    float: none;
    display: inline-block;
}

div#slideshow-home > div > div > div, 
div#slideshow > div > div > div, 
div#canvas > div > div {
    margin:0;
    width: 35vw;
    height: 35vw;
    font-size: 2.5rem;
}

div.slide > img {
    width:auto;
    min-width: 100%;
    height: 100%;
}

#canvas, #slider {
    height:57.5vh;
}

#spacer {
    height:100px;
}

div#slideshow, div.slide {
    height: 57.5vh;
}

div#canvas:after {
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#FFffffff',GradientType=0 );
}

.sectionWrap {
    padding: 0.75rem 1.5rem;
}

.col.img-col > img.md-sq {
    display: inline-block;
    margin: 0.25rem;
    max-width: calc(50% - 0.75rem);
}

.col.s12.logo-strip > img {
    max-height: 5rem;
    max-width: 12.5%;
}

div#colop-inner > div:nth-child(1), div#colop-inner > div:nth-child(2) > div {
    padding: 0.75rem 1rem;
    font-size: 0.75rem;
}

div.no-pad {
    padding: 0 !important;
}

div#content {
    background:url(images/gradient-swoosh.png);
    background-color: #FFF;
    background-repeat: no-repeat;
    background-size: 25vh;
}

/*------------------------------------------------------------
## T-L Home
--------------------------------------------------------------*/

div#head-bar h2 {
    margin: 0;
    font-size: 20px;
}

div#slideshow-home p {
    padding: 0.75rem 1.5rem;
    text-align: center !important;
}

div#home-intro-wrap > div.container {
    padding: 0.75rem;
}

.bx-controls.bx-has-pager {
    bottom: auto;
    top:50vh;
}

div#slide-home-next, div#slide-home-prev {
    bottom: auto;
    top:50vh;
}

/*------------------------------------------------------------
## T-L Groundcare
--------------------------------------------------------------*/

div#equip-slider-wrap {
    margin-top: 2rem;
}

div#equipment-wrap {
    width: 91.6666666667%;
    margin-left: 8.3333333333%;
}

#main > div.sectionWrap.groundcare.container.row > div {
    width: 91.6666666667%;
    margin-left: 8.3333333333%;
}

div#equipment-wrap > div:nth-child(2) h1 {
    font-size: 1.75rem;
}

/*------------------------------------------------------------
## T-L News
--------------------------------------------------------------*/

div#news-wrap {
    width: 91.6666666667%;
    margin-left: 8.3333333333%;
}

body.single .sectionWrap.news-item.container.row > div {
    width: 91.6666666667%;
    margin-left: 8.3333333333%;
}


/*------------------------------------------------------------
## T-L Forms
--------------------------------------------------------------*/

#contact-form > div > *,
#service-form > div > * {
    margin: auto;
    width: 100%;
}

.sectionWrap.map {
    padding: 0;
}

} /* End T-L */

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


/*------------------------------------------------------------
## T-P Core
--------------------------------------------------------------*/

div#strapline h1 {
    font-size: 1.125rem;
}

div#mast-inner > div {
    padding: 0.75rem 0 0.75rem 0.75rem;
}

div#logo:before {
    width: 100%;
    height: 27.5vh;
}

div#slider, 
div#slideshow,
div.slide {
    height: 47.5vh;
}

div#canvas {
    height:40vh;
}

div#canvas > img {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#spacer {
    height: 60px;
}

div.slide > img {
    width:auto;
    min-width: 100%;
    height: 100%;
}

div.slide > div.container.row > div,
div#canvas > div > div {
    font-size: 2.5rem;
    margin-right: 1rem;
    width: 45vw;
    height: 35vw;
}

div#canvas:after {
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffffff',GradientType=0 );
}

.bx-controls.bx-has-pager {
    bottom: auto;
    top: 40vh;
}

.col.s12.m12.l9.no-pad > div:nth-child(odd) {
    margin-top:0.75rem;
}

.col.s12.m12.l9.no-pad > div:nth-child(even) {
    margin-top:0.75rem;
}

div#foot-social {
    border: none !important;
    text-align: center;
}

div#primary {
    z-index:100;
}

.sectionWrap:not(.map) {
    padding: 0.75rem;
}

.sectionWrap .valign-wrapper {
    display:block !important;
}

.sectionWrap .link-inner {
    min-height: 260px;
    max-width: none;
}

main#main h1 {
    font-size: 1.75rem;
}

.sectionWrap .box-inner {
    margin-top:0;
    min-height: 280px;
}

div.box-inner p {
    font-size: 0.875rem;
}

div.box-inner h3 {
    font-size: 1.125rem;
}

ul.sidebar-list {
    column-count: 2;
    margin: 1rem;
}

/*------------------------------------------------------------
## T-P Home
--------------------------------------------------------------*/

body.home #slider, 
#slideshow-home {
    height: 72.5vh;
    overflow:hidden;
}

#slideshow-home .slide {
    overflow:visible;
    height: 47.5vh;
}

body.home div.slide:before {
    display:none;
}

div#home-intro-wrap {
    position: static;
}

div#home-intro-wrap > div.container.row {
    padding: 0.75rem;
}

div#home-intro-wrap > div.container.row p {
    font-size: 14px;
}

div#head-bar h2 {
    font-size: 16px;
}

div#slide-home-next, div#slide-home-prev {
    bottom: auto;
    top: 40vh;
}

/*------------------------------------------------------------
## T-P Menu
--------------------------------------------------------------*/

div#mobile-menu-button {
    padding: 0.25rem 1rem;
    margin-right: 0.5rem;
    margin-left: -0.5rem;
    transition: all 0.2s ease-in-out;
    border: 2px solid transparent;
}

div#mobile-menu-button i {
    color:#ee3d2c;
}

div#mobile-menu-button.active {
    border: 2px solid #ee3d2c;
    color: #ee3d2c;
}

div#mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    display:none;
    width: 40vw;
    height: 100vh;
    background: url(images/gradient-swoosh.png);
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: 0% 0%;
    background-color: #FFF;
    box-shadow: 2px 1px 15px rgba(0,0,0,0.5);
    z-index: 9999;
}

div#mobile-menu-inner {
    min-height:100vh;
    width:40vw;
    background: rgba(255,255,255,0.675);
}

div#mobile-logo img {
    max-width: 90%;
    margin: 1rem auto;
    display: block;
}

div#mobile-contact span.contact-icon {
    padding: 0;
    text-align: center;
    display: inline-block;
}

div#mobile-contact {
    text-align: left;
    padding:0 1rem;
}

#mobile-search input.search-field {
    border: none;
    background: url(images/search.png);
    background-size: 1.25rem;
    background-repeat: no-repeat;
    background-position: 100%;
    background-color: transparent;
    border-bottom: 1px solid #585858;
    width: 100%;
}

#mobile-search input.search-submit {
    display: none;
}

nav#site-navigation {
    padding: 0.75rem 0;
}

ul#primary-menu-m li {
    display: block;
    float: none;
    padding: 0;
}

ul#primary-menu-m li a {
    padding: 0.5rem 1rem;
}

ul#primary-menu-m {
    width: 100%;
    padding: 0;
    padding:0.5rem 0;
}

ul#primary-menu-m > li+li {
    border:none;
}

ul.sub-menu li+li:before {
    display:none;
}

ul#primary-menu-m > li.current_page_item:before, ul#primary-menu > li.current-menu-ancestor:before {
    display:none;
}

ul.sub-menu a {
    color: #FFF;
}

ul#primary-menu-m ul.sub-menu {
    display: block;
    width: 100%;
    background: rgba(116, 118, 121, 0.625);
    padding: 0;
    margin: 0 0 0.5rem 0;
    position: static;
    box-shadow: none;
    top: auto;
    left: auto;
    float: none;
    padding-left: 1rem;
}

ul#primary-menu-m .current_page_item > a, 
ul#primary-menu-m .current-menu-item > a, 
ul#primary-menu-m .current_page_ancestor > a, 
ul#primary-menu-m .current-menu-ancestor > a {
    background: rgba(238, 61, 44, 0.875);
    color: #FFF;
}

ul#primary-menu-m ul ul a {
    width: 100%;
}

/*------------------------------------------------------------
## T-P Equipment
--------------------------------------------------------------*/

div#breadcrumb > * {
    display: inline-block;
    padding: 0.125rem;
    vertical-align: middle;
}

div#breadcrumb {
    padding: 0 0.75rem 0.75rem 0.75rem;
    font-size: 0.875rem;
}

div#equipment-wrap {
    padding: 0;
    margin-left: 5%;
    width: 95%;
}

#equip-slider-wrap {
    margin-top:1.5rem;
}

#main > div.sectionWrap.groundcare.container.row > div > div.col.s12.m12.l8 > div.valign-wrapper {
    display: flex !important;
    align-items: center;
}

.sectionWrap.groundcare.container.row > div {
    width: 90%;
    margin: 0 auto;
    float: none;
}

.gform_wrapper .top_label .gfield_label {
    font-size: 0.75rem;
    text-align: center;
    width: 100%;
}

div#equipment-wrap > div {
    width: 100%;
}

/*------------------------------------------------------------
## T-P News
--------------------------------------------------------------*/

div#news-wrap {
    padding-left: 3rem;
}

div#cff {
    height: 100% !important;
}


}

/*--------------------------------------------------*/
/* Smartphones (landscape) ------------------------ */
/*--------------------------------------------------*/
@media only screen 
  and (min-width : 414px) 
  and (max-width : 767px) 
  and (orientation: landscape) {

/*------------------------------------------------------------
## S-L Core
--------------------------------------------------------------*/

div#strapline h1 {
    display:none;
}

div#mast-inner > div {
    padding: 0.75rem !important;
}

div#logo {
    width:72.5vw;
}

div#logo:before {
    display:none;
}

#logo > a > img {
    max-height: 40px;
    display: block;
}

.site-interface.col.s12.m10.valign {
    width: 27.5vw;
    text-align: center;
}

div#slider, 
div#slideshow,
div.slide {
    height: 67.5vh;
}

div#canvas {
    height:60vh;
}

div#canvas > img {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#spacer {
    height: 60px;
}

div.slide > img {
    width:auto;
    min-width: 100%;
    height: 100%;
}

div.slide > div.container.row > div, div#canvas > div > div {
    font-size: 1.75rem;
    margin-right: 1rem;
    width: 50vw;
    height: 50vw;
}

div#canvas:after {
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffffff',GradientType=0 );
}

.bx-controls.bx-has-pager {
    bottom: auto;
    top: 67.5vh;
}

.col.s12.m12.l9.no-pad > div:nth-child(odd) {
    margin-top:0.75rem;
}

.col.s12.m12.l9.no-pad > div:nth-child(even) {
    margin-top:0.75rem;
}

div#foot-social {
    border: none !important;
    text-align: center;
}

div#primary {
    z-index:100;
}

.sectionWrap:not(.map) {
    padding: 0.75rem;
}

#primary .valign-wrapper,
#colophon .valign-wrapper {
    display:block !important;
}

.sectionWrap .link-inner {
    min-height: 260px;
    max-width: none;
}

main#main h1 {
    font-size: 1.75rem;
}

.sectionWrap .box-inner {
    margin-top:0;
    min-height: 280px;
}

div.box-inner p {
    font-size: 0.875rem;
}

div.box-inner h3 {
    font-size: 1.125rem;
}

ul.sidebar-list {
    column-count: 2;
    margin: 1rem;
}

div#colop-inner {
    text-align: center;
}

div#colop-inner > div:nth-child(1), div#colop-inner > div:nth-child(2) > div {
    font-size: 1rem;
}

/*------------------------------------------------------------
## S-L Home
--------------------------------------------------------------*/

body.home #slider, 
#slideshow-home {
    height: auto;
    overflow: visible;
}

#slideshow-home .slide {
    overflow:visible;
    height: 90vh;
}

body.home div.slide:before {
    display:none;
}

div#home-intro-wrap {
    position: static;
}

div#home-intro-wrap > div.container.row {
    padding: 0.75rem;
}

div#home-intro-wrap img {
    max-width: 150px;
}

div#home-intro-wrap .valign-wrapper {
    display: block;
    text-align: center;
}

div#home-intro-wrap > div.container.row p {
    font-size: 14px;
}

div#head-bar h2 {
    font-size: 16px;
}

div#slide-home-next, div#slide-home-prev {
    top: 67.5vh;
    bottom: auto;
}

/*------------------------------------------------------------
## S-L Menu
--------------------------------------------------------------*/

div#mobile-menu-button {
    padding: 0.25rem 1rem;
    margin-right: 0.5rem;
    margin-left: -1.5rem;
    transition: all 0.2s ease-in-out;
    border: 2px solid transparent;
}

div#mobile-menu-button > * {
    display: inline-block !important;
    vertical-align: middle;
}

div#mobile-menu-button i {
    color:#ee3d2c;
}

div#mobile-menu-button.active {
    border: 2px solid #ee3d2c;
    color: #ee3d2c;
}

div#mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    display:none;
    width: 62.5vw;
    max-width:320px;
    height: auto;
    min-height:100vw;
    background: url(images/gradient-swoosh.png);
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: 0% 0%;
    background-color: #FFF;
    box-shadow: 2px 1px 15px rgba(0,0,0,0.5);
    z-index: 9999;
}

div#mobile-menu-inner {
    height:100%;
    max-height:100vh;
    overflow:scroll;
    width:62.5vw;
    max-width:320px;
    background: rgba(255,255,255,0.675);
}

div#mobile-logo img {
    max-width: 90%;
    margin: 1rem auto;
    display: block;
}

div#mobile-contact span.contact-icon {
    padding: 0;
    text-align: center;
    display: inline-block;
}

div#mobile-contact {
    text-align: left;
    padding:0 1rem;
}

#mobile-search input.search-field {
    border: none;
    background: url(images/search.png);
    background-size: 1.25rem;
    background-repeat: no-repeat;
    background-position: 100%;
    background-color: transparent;
    border-bottom: 1px solid #585858;
    width: 100%;
}

#mobile-search input.search-submit {
    display: none;
}

nav#site-navigation {
    padding: 0.75rem 0;
}

ul#primary-menu-m li {
    display: block;
    float: none;
    padding: 0;
}

ul#primary-menu-m li a {
    padding: 0.5rem 1rem;
}

ul#primary-menu-m {
    width: 100%;
    padding: 0;
    padding:0.5rem 0;
}

ul#primary-menu-m > li+li {
    border:none;
}

ul.sub-menu li+li:before {
    display:none;
}

ul#primary-menu-m > li.current_page_item:before, ul#primary-menu-m > li.current-menu-ancestor:before {
    display:none;
}

ul.sub-menu a {
    color: #FFF;
}

.main-navigation ul ul.sub-menu {
    display: block;
    width: 100%;
    background: rgba(116, 118, 121, 0.625);
    padding: 0;
    margin: 0 0 0.5rem 0;
    position: static;
    box-shadow: none;
    top: auto;
    left: auto;
    float: none;
    padding-left: 1rem;
}

.main-navigation .current_page_item > a, 
.main-navigation .current-menu-item > a, 
.main-navigation .current_page_ancestor > a, 
.main-navigation .current-menu-ancestor > a {
    background: rgba(238, 61, 44, 0.875);
    color: #FFF;
}

.main-navigation ul ul a {
    width: 100%;
}

/*------------------------------------------------------------
## S-L Equipment
--------------------------------------------------------------*/

div#breadcrumb > * {
    display: inline-block;
    padding: 0.125rem;
    vertical-align: middle;
}

div#breadcrumb {
    padding: 0 0.75rem 0.75rem 0.75rem;
    font-size: 0.875rem;
}

div#equipment-wrap {
    padding: 0;
}

#equip-slider-wrap {
    margin-top:1.5rem;
}

#main > div.sectionWrap.groundcare.container.row > div > div.col.s12.m12.l8 > div.valign-wrapper {
    display: flex !important;
    align-items: center;
}

.sectionWrap.groundcare.container.row > div {
    width: 100%;
    margin: 0 auto;
    float: none;
}

/*------------------------------------------------------------
## S-L News
--------------------------------------------------------------*/

div#cff {
    height: 100% !important;
}

/*------------------------------------------------------------
## S-L Forms
--------------------------------------------------------------*/

.sectionWrap.contact > div > div {
    text-align: center;
    margin: 0.75rem auto;
}

li#field_1_7, li#field_1_3, li#field_1_8,
li#field_2_3, li#field_2_6, li#field_2_7,
li#field_2_9, li#field_2_10, li#field_2_11 {
    width: 100%;
}

div.form-wrapper > div .gform_footer.top_label {
    position: static;
    bottom: auto;
    right: auto;
    width: 75%;
    padding: 1rem;
    margin: 0 auto;
    text-align: center;
    display: block;
}

input#gform_submit_button_1,
input#gform_submit_button_2 {
    margin: 0 auto !important;
}


}

/*--------------------------------------------------*/
/* Smartphones (portrait) ------------------------- */
/*--------------------------------------------------*/
@media only screen 
  and (min-width : 1px) 
  and (max-width : 414px)
  and (orientation: portrait) {

/*------------------------------------------------------------
## S-P Core
--------------------------------------------------------------*/

div#strapline h1 {
    display:none;
}

div#mast-inner > div {
    padding: 0.75rem !important;
}

div#logo {
    width:62.5vw;
}

div#logo:before {
    display:none;
}

#logo > a > img {
    max-height: 40px;
    display: block;
}

div#mast-inner div.site-interface.col.s12.m10.valign {
    width: 37.5vw;
    text-align: center;
}

div#slider, 
div#slideshow,
div.slide {
    height: 50vh;
}

div#canvas {
    height:50vh;
}

div#canvas > img {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: auto;
    max-width: none;
}

#spacer {
    height: 60px;
}

div.slide > img {
    width:auto;
    min-width: 100%;
    height: 100%;
}

div.slide > div.container.row > div, div#canvas > div > div {
    font-size: 1.75rem;
    margin-right: 5vw;
    width: 90vw;
    height: 72vw;
}

div#canvas:after {
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffffff',GradientType=0 );
}

.bx-controls.bx-has-pager {
    bottom:auto;
    top: 60vh;
    height: 4rem;
}

.col.s12.m12.l9.no-pad > div:nth-child(odd) {
    margin-top:0.75rem;
}

.col.s12.m12.l9.no-pad > div:nth-child(even) {
    margin-top:0.75rem;
}

div#foot-social {
    border: none !important;
    text-align: center;
}

main#main {
    padding:0;
}

div#primary {
    z-index:100;
}

.sectionWrap:not(.map) {
    padding: 0.75rem;
}

#primary .valign-wrapper,
#colophon .valign-wrapper {
    display:block !important;
}

.sectionWrap .link-inner {
    min-height: 260px;
    max-width: none;
}

main#main h1 {
    font-size: 1.75rem;
}

.sectionWrap .box-inner {
    margin-top:0;
    min-height: 280px;
}

div.box-inner p {
    font-size: 0.875rem;
}

div.box-inner h3 {
    font-size: 1.125rem;
}

ul.sidebar-list {
    margin: 1rem;
}

div#colop-inner {
    text-align: center;
}

div#colop-inner > div:nth-child(1), div#colop-inner > div:nth-child(2) > div {
    padding: 0 0.75rem;
    font-size: 0.875rem;
}

div#logos > img {
    max-height: 70px;
    max-width: 27.333333%;
}



/*------------------------------------------------------------
## S-P Home
--------------------------------------------------------------*/

body.home #slider, 
#slideshow-home {
    height: auto;
    overflow: visible;
}

div#slideshow-home {
    height: 75vh;
}

#slideshow-home .slide {
    overflow:visible;
    height: 75vh;
}

body.home div.slide:before {
    display:none;
}

div#home-intro-wrap {
    position: static;
}

div#home-intro-wrap > div.container.row {
    padding: 0.75rem;
}

div#home-intro-wrap img {
    max-width: 150px;
}

div#home-intro-wrap .valign-wrapper {
    display: block;
    text-align: center;
}

div#home-intro-wrap > div.container.row p {
    font-size: 14px;
}

div#head-bar h2 {
    font-size: 16px;
}

div#slide-home-next, div#slide-home-prev {
    top: 60vh;
    bottom: auto;
}

/*------------------------------------------------------------
## S-P Menu
--------------------------------------------------------------*/

div#mobile-menu-button {
    padding: 0.25rem 1rem;
    margin-right: 0.5rem;
    margin-left: -1.5rem;
    transition: all 0.2s ease-in-out;
    border: 2px solid transparent;
}

div#mobile-menu-button > * {
    display: inline-block !important;
    vertical-align: middle;
}

div#mobile-menu-button i {
    color:#ee3d2c;
}

div#mobile-menu-button.active {
    border: 2px solid #ee3d2c;
    color: #ee3d2c;
}

div#mobile-menu {
    position: fixed;
    top: 0;
    left: 0;
    display:none;
    width: 82.5vw;
    max-width:320px;
    height: auto;
    min-height:100vw;
    background: url(images/gradient-swoosh.png);
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: 0% 0%;
    background-color: #FFF;
    box-shadow: 2px 1px 15px rgba(0,0,0,0.5);
    z-index: 9999;
}

div#mobile-menu-inner {
    height:100%;
    max-height:100vh;
    overflow:scroll;
    width:82.5vw;
    max-width:320px;
    background: rgba(255,255,255,0.675);
}

div#mobile-logo img {
    max-width: 90%;
    margin: 1rem auto;
    display: block;
}

div#mobile-contact span.contact-icon {
    padding: 0;
    text-align: center;
    display: inline-block;
}

div#mobile-contact {
    text-align: left;
    padding:0 1rem;
    font-size:0.75rem;
}

#mobile-search input.search-field {
    border: none;
    background: url(images/search.png);
    background-size: 1.25rem;
    background-repeat: no-repeat;
    background-position: 100%;
    background-color: transparent;
    border-bottom: 1px solid #585858;
    width: 100%;
}

#mobile-search input.search-submit {
    display: none;
}

nav#site-navigation {
    padding: 0.75rem 0;
}

ul#primary-menu-m li {
    display: block;
    float: none;
    padding: 0;
}

ul#primary-menu-m li a {
    padding: 0.5rem 1rem;
}

ul#primary-menu-m {
    width: 100%;
    padding: 0;
    padding:0.5rem 0;
}

ul#primary-menu-m > li+li {
    border:none;
}

ul.sub-menu li+li:before {
    display:none;
}

ul#primary-menu-m > li.current_page_item:before, ul#primary-menu-m > li.current-menu-ancestor:before {
    display:none;
}

ul.sub-menu a {
    color: #FFF;
}

.main-navigation ul ul.sub-menu {
    display: block;
    width: 100%;
    background: rgba(116, 118, 121, 0.625);
    padding: 0;
    margin: 0 0 0.5rem 0;
    position: static;
    box-shadow: none;
    top: auto;
    left: auto;
    float: none;
    padding-left: 1rem;
}

.main-navigation .current_page_item > a, 
.main-navigation .current-menu-item > a, 
.main-navigation .current_page_ancestor > a, 
.main-navigation .current-menu-ancestor > a {
    background: rgba(238, 61, 44, 0.875);
    color: #FFF;
}

.main-navigation ul ul a {
    width: 100%;
}

/*------------------------------------------------------------
## S-P Equipment
--------------------------------------------------------------*/

div#breadcrumb > * {
    display: inline-block;
    padding: 0.125rem;
    vertical-align: middle;
}

div#breadcrumb {
    padding: 0 0.75rem 0.75rem 0.75rem;
    font-size: 0.875rem;
}

div#equipment-wrap {
    padding: 0;
}

div#equip-slider-wrap {
    margin-top:1.5rem;
    padding: 0;
    padding-bottom: 4rem;
}

#main > div.sectionWrap.groundcare.container.row > div > div.col.s12.m12.l8 > div.valign-wrapper {
    display: block !important;
    text-align: center;
}

.sectionWrap.groundcare.container.row > div {
    width: 100%;
    margin: 0 auto;
    float: none;
    padding: 0;
}

a#brochure-download {
    float:none;
}

#main > div.sectionWrap.groundcare.container.row > div > div.col.s12.m12.l8 > div.valign-wrapper > div.col.s12.m2.valign > img {
    max-width: 50%;
}

/*------------------------------------------------------------
## S-P News
--------------------------------------------------------------*/

div#news-wrap {
    padding: 0;
}

div#cff {
    height: 100% !important;
}

/*------------------------------------------------------------
## S-P Forms
--------------------------------------------------------------*/

.sectionWrap.contact > div > div {
    text-align: center;
    margin: 0.75rem auto;
}

li#field_1_7, li#field_1_3, li#field_1_8,
li#field_2_3, li#field_2_6, li#field_2_7,
li#field_2_9, li#field_2_10, li#field_2_11 {
    width: 100%;
}

div.form-wrapper > div .gform_footer.top_label {
    position: static;
    bottom: auto;
    right: auto;
    width: 75%;
    padding: 1rem;
    margin: 0 auto;
    text-align: center;
    display: block;
}

input#gform_submit_button_1,
input#gform_submit_button_2 {
    margin: 0 auto !important;
}

}