/*
Theme Name: TC Digital
Theme URI: http://underscores.me/
Author: Rocket 55
Author URI: http://rocket55.com
Description: Custom theme: TC Digital, developed by Rocket 55
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tcdigital
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.

TC Digital 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.com/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Asides
	## 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
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: "proxima-nova", sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	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 1.5em 3em;
}

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. */
}

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

.wrap {
	max-width: 1330px;
	margin: 0 auto;
	clear: both;
}

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

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
}

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 {
}

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;
}

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;
}

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"] {
	padding: 3px;
}

textarea {
	padding-left: 15px;
	width: 100%;
}

.header-search {
	background: #111111;
}

.header-search form {
	float: right;
	border-left: 1px solid #595959;
	border-right: 1px solid #595959;
	padding-right: 15px;
	line-height: 1;
}

.header-search input {
	background: #111111;
	color: #c1c1c1;
	border: 0;
	box-shadow: none;
}

.header-search input[type='search'] {
	padding: 0 0 5px 15px;
	color: #fff;
}

.header-search input[type='submit'] {
	background: url('images/magnify.png') center right no-repeat;
	margin: 5px 0 0 0;
}


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
.orange-button {
	display: inline-block;
	background: #ff6600;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	padding: 6px 25px 5px 25px;
	text-decoration: none;
	border-radius: 40px 40px 40px 40px;
	-moz-border-radius: 40px 40px 40px 40px;
	-webkit-border-radius: 40px 40px 40px 40px;
	border: 0px solid #000000;
	-webkit-transition: all 150ms ease;
	-moz-transition: all 150ms ease;
	-ms-transition: all 150ms ease;
	-o-transition: all 150ms ease;
	transition: all 150ms ease;
}

.orange-button:hover {
	background: #d45100;
}


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.site-branding {
	float: left;
	margin: 22px 0 0 20px;
	height: 59px;
	width: 315px;
	background: url('images/logo.png');
	background-size: cover;
	text-indent: -120%;
	overflow: hidden;
}
.main-navigation {
	display: block;
	float: right;
	margin: 15px 20px 0 0;
}

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

.main-navigation li {
	float: left;
	position: relative;
	padding: 0 16px;
	margin: 0 .25em;
}

.main-navigation a {
	color: #000;
	display: block;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
	-webkit-transition: all 150ms ease;
	-moz-transition: all 150ms ease;
	-ms-transition: all 150ms ease;
	-o-transition: all 150ms ease;
	transition: all 150ms ease;
}

.menu-header-navigation-container {
	clear: both;
}

.main-navigation a:hover {
	color: #ff6600;
}

.main-navigation .orange-button a {
	color: #fff;
	font-weight: normal;
	padding: 6px 25px 5px 25px;
}

.main-navigation #menu-header-utility {
	margin-bottom: 5px;
	float: right;
}

.main-navigation #menu-header-utility li:first-child a {
	font-size: 24px;
	line-height: 1.7;
}

.main-navigation #menu-header-navigation li:last-child {
	padding-right: 0;
}

.main-navigation .menu-item-has-children {
	position: relative;
	margin-right: 10px;
}

.main-navigation .menu-item-has-children:after {
	position: absolute;
	top: 10px;
	right: 2px;
	content: "";
	height: 7px;
	width: 11px;
	background-image: url('images/dropdown-arrow.png');
	-ms-transform: rotate(-90deg); /* IE 9 */
	-webkit-transform: rotate(-90deg); /* Chrome, Safari, Opera */
	transform: rotate(-90deg);
	-webkit-transition: all 150ms ease;
	-moz-transition: all 150ms ease;
	-ms-transition: all 150ms ease;
	-o-transition: all 150ms ease;
	transition: all 150ms ease;
}

.main-navigation .menu-item-has-children:hover:after {
	-ms-transform: rotate(0deg); /* IE 9 */
	-webkit-transform: rotate(0deg); /* Chrome, Safari, Opera */
	transform: rotate(0deg);
}

.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;
	padding: 10px 0;
}

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

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

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.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%;
}

/*--------------------------------------------------------------
# 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;
}

.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
--------------------------------------------------------------*/
.half-width {
	width: 50%;
	float: left;
	padding: 0 10px;
}

.ups, .testimonials ul {
	list-style: none;
	margin: 20px 0;
	padding: 0;
}

.ups > li {
	float: left;
	width: 25%;
	padding: 0 10px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

.ups > li > img {
	display: block;
	margin: 0 auto;
}

.testimonials {
	padding: 0 40px;
}

.video-poster {
	position: relative;
}

.video-poster img {
	width: 100%;
}

.video-wrap {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}

.video-wrap iframe, .video-wrap object, .video-wrap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	height: 90px;
	width: 90px;
	background: url('images/play-btn.png');
	cursor: pointer;
	z-index: 10;
}

.cta-area {
	background: #2c3691;
	height: 120px;
	position: relative;
	text-align: center;
}

.cta-area .wrap {
	height: 100%;
}

.cta-headline {
	position: relative;
	display: inline-block;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	font-size: 36px;
	padding-right: 40px;
	margin: 0;
	line-height: 1;
}

.cta-area .orange-button {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	margin: 0 10px;
}

.global-wrap {
	padding: 40px 0;
}

.we-buy-slides {
	padding: 0 40px;
}

h2.entry-title {
	position: relative;
	font-size: 72px;
	color: #000;
	line-height: 1;
	padding-top: 60px;
	margin-bottom: 0;
	font-weight: 800;
	text-align: center;
}

h2.entry-title:after {
	display: block;
	content: "";
	height: 4px;
	width: 40px;
	background: #ff6600;
	position: absolute;
	transform: translateX(-50%);
	left: 50%;
	bottom: -30px;
}

h2.entry-title-no-after {
	position: relative;
	font-size: 72px;
	color: #000;
	line-height: 1;
	padding-top: 60px;
	margin-bottom: 0;
	font-weight: 800;
	text-align: center;
}

h3.entry-subhead-after{
	position: relative;
	font-size: 24px;
	color: #777;
	line-height: 1;
	margin-bottom: 0;
	font-weight: 400;
	text-align: center;
}

h3.entry-subhead-after:after {
	display: block;
	content: "";
	height: 4px;
	width: 40px;
	background: #ff6600;
	position: absolute;
	transform: translateX(-50%);
	left: 50%;
	bottom: -30px;
}

.dark-5050 {
	background: #efefef;
	padding: 40px 0;
}

.side-image {
	position: relative;
}
.side-image img {
	display: block;
	float: right;
}

.text-left {
	text-align: left !important;
}

.text-left:after {
	transform: translateX(0) !important;
	left: 0 !important;
}

.fa.fa-chevron-right {
	font-size: 32px;
}

/*--------------------------------------------------------------
# Home Page
--------------------------------------------------------------*/
.entry-header h2 {
	font-size: 72px;
	color: #000;
	line-height: 1;
	padding: 60px 20px 0 20px;
	margin-bottom: 0;
	font-weight: 800;
}

.search-results .entry-header h2 {
	font-size: 48px;
	text-align: left;
	padding: 0;
}

.search-results .entry-header h2:after {
	left: 20px;
}

.search-results .entry-header h2 a {
	color: #404040;
	-webkit-transition: all 150ms ease;
	-moz-transition: all 150ms ease;
	-ms-transition: all 150ms ease;
	-o-transition: all 150ms ease;
	transition: all 150ms ease;
	text-decoration: none;
}

.search-results .entry-header h2 a:hover {
	color: #ff6600;
}

.search-results .entry-summary {
	margin-top: 60px;
}

.search-results article {
	margin: 0 20px;
	border-bottom: 1px solid #2c3691;
}

.search-results article:last-child {
	border-bottom: none;
}

.search-results #main {
	margin: 20px auto;
}

.entry-header h3 {
	font-weight: normal;
	font-size: 24px;
	color: #777777;
	padding: 0 20px;
}

.entry-header .orange-button {
	font-size: 24px;
	padding: 10px 40px;
	margin-left: 20px;
}

.section-wrap {
	padding: 80px 0;
}

.section-title {
	position: relative;
	text-align: center;
	font-size: 48px;
	font-weight: 800;
	margin: 0 0 80px 0;
}

.section-title:after {
	display: block;
	content: "";
	height: 4px;
	width: 40px;
	background: #ff6600;
	position: absolute;
	transform: translateX(-50%);
	left: 50%;
	bottom: -30px;
}

.section-copy {
	font-size: 18px;
	color: #777777;
	padding-right: 40px;
}

.tcd-background {
	background-position: bottom right;
	background-repeat: no-repeat;
}

.testimonial-wrap {
	padding: 40px 0;
	background: #efefef;
}

.testimonial-copy {
	font-weight: normal;
	font-size: 18px;
	text-align: center;
	color: #777777;
	width: 80%;
	margin: 0 auto;
}

.testimonial-author {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

/*--------------------------------------------------------------
# FAQs Page
--------------------------------------------------------------*/

.accordion-wrap {
	padding: 40px 0;
}

#accordion {
	list-style: none;
	padding: 0;
	margin: 0 auto;
	max-width: 910px;
}

#accordion li {
	padding: 15px 0;
}

.accordion-toggle {
	color: #fff;
	background: #2c3691;
	padding: 10px 28px;
	font-size: 36px;
	font-weight: bold;
	margin: 0;
	position: relative;
	cursor: pointer;
}

.accordion-toggle:after {
	font-family: FontAwesome;
	content: '\f067';
	font-size: 26px;
	line-height: 1;
	position: absolute;
	right: 30px;
	top: 24px;
	color: #ff6600;
	text-align: center;
}

.accordion-toggle.active:after {
	content: '\f068';
}

.accordion-content {
	display: none;
	color: #777777;
	background: #efefef;
}

.accordion-content p {
	padding: 40px 80px;
	margin: 0;
	font-size: 18px;
}

/*--------------------------------------------------------------
# Products Page
--------------------------------------------------------------*/

.page-template-page-product .entry-header .orange-button {
	font-size: 18px;
	padding: 6px 25px 5px 25px;
	margin: 0 0 20px 0;
}

.product-header {
	padding: 60px 0;
}

.product-title {
	font-size: 36px;
	position: relative;
	margin: 0 0 40px 0;
}

.product-title:after {
	display: block;
	content: "";
	height: 4px;
	width: 40px;
	background: #ff6600;
	position: absolute;
	left: 0;
	bottom: -20px;
}

.image-repeater {
	margin: 0;
	padding: 0;
	list-style: none;
}

.image-repeater li {
	display: block;
	width: 20%;
	float: left;
}

.image-repeater li img {
	display: block;
	width: 100%
}

.half-width p {
	font-size: 18px;
	color: #777777;
	padding-right: 40px;
}

.wrap-50-50 .section-copy strong, .half-width .section-copy strong {
	color: #404040;
}

.wrap-50-50 {
	padding: 20px 0;
}

.wrap-50-50 .section-title {
	font-size: 36px;
	position: relative;
	margin: 0 0 40px 0;
	text-align: left;
	font-weight: 700;
}

.wrap-50-50 .section-title:after {
	display: block;
	content: "";
	height: 4px;
	width: 40px;
	background: #ff6600;
	position: absolute;
	left: 20px;
	bottom: -20px;
}

.wrap-50-50.right .half-width {
	float: right;
}

.wrap-50-50 ul, .half-width ul.product-slider {
	margin: 0;
	padding: 0;
}


/*--------------------------------------------------------------
# Form Page
--------------------------------------------------------------*/

.form-wrapper {
	background: #2c3691;
	color: #fff;
	padding: 40px 0;
	position: relative;
}
page-template-page-sell-prods .form-wrapper {
	margin-top: 40px;
}

.form-wrapper .left-image {
	position: absolute;
	top: 0;
	left: 0;
	height: 530px;
	width: 163px;
	background: url('images/screwdrivers.png');
	z-index: 1;
}

.form-wrapper .right-image {
	position: absolute;
	top: 0;
	right: 0;
	height: 384px;
	width: 192px;
	background: url('images/drive-and-cable.png');
	z-index: 1;
}

.form-container {
	margin: 0 auto;
	max-width: 1170px;
	z-index: 2;
	position: relative;
}

.form-container:after {
	display: block;
	content: "";
	clear: both;
}

.gform_wrapper {
	margin: 0 !important;
	max-width: 100% !important;
}

.gform_wrapper .gform_heading {
	width: 100% !important;
}

.gform_wrapper h3.gform_title {
	font-size: 48px !important;
	text-align: center;
	position: relative;
	margin-top: 0 !important;
}

.gform_wrapper h3.gform_title:after {
	display: block;
	content: "";
	height: 4px;
	width: 40px;
	background: #ff6600;
	position: absolute;
	transform: translateX(-50%);
	left: 50%;
	bottom: -6px;
}

.gform_wrapper span.gform_description {
	text-align: center !important;
	font-size: 18px;
	display: block;
}

.gform_wrapper label.gfield_label+div.ginput_container {
	margin: 0 !important;
}

.gform_wrapper .top_label li.gfield.gf_left_half, .gform_wrapper .top_label li.gfield.gf_right_half  {
	box-sizing: content-box;
	margin: 0 !important;
	margin-right: 0 !important;
	width: 100% !important;
}

.gform_wrapper .top_label .gfield_description {
	padding: .625em 10px 0 10px !important;
}

.gform_wrapper ul.gform_fields li.gfield {
	padding-right: 0 !important;
}

.gform_wrapper .top_label li.gfield.gf_left_half::-webkit-input-placeholder, .gform_wrapper .top_label li.gfield.gf_right_half::-webkit-input-placeholder {
	color: #777777;
}

.gform_wrapper .top_label li.gfield.gf_left_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm), .gform_wrapper .top_label li.gfield.gf_right_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
	padding-top: 10px;
	padding-bottom: 10px;
}

/*.gform_wrapper .top_label li.gfield.gf_left_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {*/
	/*padding-right:10px !important;*/
	/*}*/

	/*.gform_wrapper .top_label li.gfield.gf_right_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {*/
		/*padding-right:0 !important;*/
		/*padding-left:10px !important;*/
		/*}*/

		.gform_wrapper .top_label li.gfield.gf_left_half input.large, .gform_wrapper .top_label li.gfield.gf_left_half input.medium,
		.gform_wrapper .top_label li.gfield.gf_left_half select.large, .gform_wrapper .top_label li.gfield.gf_left_half select.medium,
		.gform_wrapper .top_label li.gfield.gf_right_half input.large, .gform_wrapper .top_label li.gfield.gf_right_half input.medium,
		.gform_wrapper .top_label li.gfield.gf_right_half select.large, .gform_wrapper .top_label li.gfield.gf_right_half select.medium {
			width: 100% !important;
			padding: 6px 0 !important;
			text-indent: 8px;
		}

		ul.gfield_radio {
			padding-left: 20px !important;
		}

		ul.gfield_radio li {
			float: left;
			width: 100%;
		}

		.gform_wrapper .top_label .gfield_label {
			display: none !important;
		}

		.gform_wrapper textarea.large {
			width: 100% !important;
			padding: 6px 8px !important;
			text-indent: .25em;
		}

		.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit]{
			margin: 0 auto !important;
		}

		.gform_wrapper input[type=submit] {
			display: block !important;
			margin: 0 auto;
			background: #ff6600;
			color: #fff;
			font-size: 18px !important;
			font-weight: normal;
			padding: 12px 25px 10px 25px;
			text-decoration: none;
			border-radius: 40px 40px 40px 40px;
			-moz-border-radius: 40px 40px 40px 40px;
			-webkit-border-radius: 40px 40px 40px 40px;
			border: 0px solid #000000;
			-webkit-transition: all 150ms ease;
			-moz-transition: all 150ms ease;
			-ms-transition: all 150ms ease;
			-o-transition: all 150ms ease;
			transition: all 150ms ease;
		}

		.gform_wrapper input[type=submit]:hover {
			background: #d45100;
		}

		.gform_wrapper .validation_message {
			color: #ff6600 !important;
		}

		.paragraph-content{
			background-color: #efefef;
			padding: 40px 0;
			margin: 40px 0;
		}


/*--------------------------------------------------------------
# Landing Page
--------------------------------------------------------------*/

.page-template-page-landing .entry-content, 
.page-template-page-sell-equipment .entry-content {
	font-size: 18px;
	color: #777777;
	padding: 40px 10px;
}
#form {
	background: #2c3691;
	padding: 0px 20px 20px;
}
.page-template-page-landing .form-wrapper, 
.page-template-page-sell-equipment .form-wrapper {
	background-color: #fff;
}
#side_content {
	color: #000;
}
.form-container h3 {
	font-size: 40px;
	text-align: center;
}
.form-container h3:after {
	display: block;
	content: "";
	height: 4px;
	width: 40px;
	background: #ff6600;
	left: 50%;
	margin: auto;
}
.page-template-page-landing .global-wrap {
	background-color: #efefef;
}
.page-template-page-landing .half-width ul,
.page-template-page-sell-equipment .half-width ul {
	font-size: 18px;
	color: #777777;
	padding: 0;
	margin: 20px;
}
.page-template-page-landing .gform_wrapper .top_label li.gfield.gf_left_half,
.page-template-page-sell-equipment .gform_wrapper .top_label li.gfield.gf_left_half,
.page-template-page-landing .gform_wrapper .top_label li.gfield.gf_right_half,
.page-template-page-sell-equipment .gform_wrapper .top_label li.gfield.gf_right_half {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	width: 50% !important;
	padding-right: 16px;
	float: none;

}

.page-template-page-landing select,
.page-template-page-sell-equipment select {
	padding: 10px; /* Firefox */
	height: 50px;  /* Chrome & Safari */
	-webkit-border-radius: 0;
	border: 0;
	outline: 1px inset #fff;
	outline-offset: -1px;
	background-color: #fff;
	padding-right: 16px;
}
.page-template-page-landing .gform_wrapper .gform_fileupload_multifile .gform_drop_area,
.page-template-page-sell-equipment .gform_wrapper .gform_fileupload_multifile .gform_drop_area{
	border: 1px dashed #fff ;
}
.page-template-page-landing .gfield_description,
.page-template-page-sell-equipment .gfield_description{
	color: #AAA;
}
.page-template-page-landing .gform_wrapper .top_label li.gfield.gf_right_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),
.page-template-page-sell-equipment .gform_wrapper .top_label li.gfield.gf_right_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm){
	padding-top: 10px;
	padding-bottom: 5px;
	margin-left: 10px !important;
	margin-right: 0 !important;
}
/*--------------------------------------------------------------
# Simple Page
--------------------------------------------------------------*/

.content-wrap {
	max-width: 920px;
	margin: 0 auto;
	padding: 40px 10px;
}

.content-wrap p {
	font-size: 18px;
	color: #777777;
}


/*--------------------------------------------------------------
# Slick Overrides
--------------------------------------------------------------*/

.slick-initialized .slick-slide {
	outline: none;
}

.slick-prev:before, .slick-next:before {
	color: #000;
	font-family: "FontAwesome";
	font-size: 24px;
}

.slick-prev:before {
	content: "\f053"
}

.slick-next:before {
	content: "\f054"
}

.slick-slide img {
	margin: 0 auto;
}

.slick-dots {
	bottom: -70px;
}

.slick-dots li button:before {
	font-size: 14px;
}

.slick-dots li.slick-active button:before {
	color: #ff6600;
}

.slick-dotted.slick-slider {
	margin: 0 0 90px 0;
	padding: 0;
}

.product-slider .slick-dots {
	bottom: -50px;
}

.product-slider.slick-dotted.slick-slider {
	margin: 0 0 40px 0;
}

.product-slider .slick-prev, .product-slider .slick-next {
	top: initial;
	bottom: -50px;
}

.product-slider .slick-next {
	z-index: 1;
	right: 0;
}

.product-slider .slick-prev {
	z-index: 1;
	left: 0;
}

/*--------------------------------------------------------------
# 404
--------------------------------------------------------------*/

.error-404 {
	padding: 40px 0 80px 0;
	text-align: center;
}

.error-404 input[type="submit"] {
	background: url('images/magnify-dark.png') center center no-repeat;
	margin: 5px 0 0 0;
	border: none;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#colophon {
	background: #111111;
	color: #fff;
	text-align: center;
}

#menu-footer-nav {
	padding: 30px 0;
	list-style: none;
	margin: 0 0 40px 0;
	border-bottom: 1px solid #414141;
	text-align: center;
}

#menu-footer-nav li {
	display: inline-block;
}

#menu-footer-nav li a {
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	font-weight: bold;
	padding: 0 15px;
	-webkit-transition: all 150ms ease;
	-moz-transition: all 150ms ease;
	-ms-transition: all 150ms ease;
	-o-transition: all 150ms ease;
	transition: all 150ms ease;
}

#menu-footer-nav li a:hover {
	color: #ff6600;
}

#colophon .footer-logo  {
	margin-bottom: 30px;
}

#colophon .footer-logo img {
	display: inline-block;
}

#colophon .footer-address {
	font-size: 18px;
	margin-bottom: 0;
}

#colophon .copyright {
	color: #919191;
	font-size: 14px;
	margin-top: 0;
}

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

.hentry {
	margin: 0;
}

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

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

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
	clear: both;
}

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

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

/*--------------------------------------------------------------
## 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;
}


/*--------------------------------------------------------------
## Breakpoints
--------------------------------------------------------------*/

@media screen and (max-width: 1300px) {

	.site-branding {
		height: 45px;
		width: 240px;
		margin-top: 16px;
		margin-left: 20px;
	}

	.main-navigation {
		margin: 10px 20px 0 0;
	}

	.main-navigation a {
		font-size: 16px;
	}

	.main-navigation .orange-button a {
		padding: 4px 18px 3px 18px
	}

	.main-navigation #menu-header-utility {
		margin-bottom: 0;
	}

	.main-navigation #menu-header-utility li:first-child a {
		font-size: 20px;
		line-height: 1;
		padding-top: 10px;
	}

	.main-navigation li {
		padding: 0 10px;
	}

	.main-navigation .menu-item-has-children:after {
		right: -5px;
	}

	.entry-header h2 {
		font-size: 60px;
	}

}

@media screen and (max-width: 1078px) {

	.site-branding {
		height: 30px;
		width: 160px;
		margin-top: 16px;
		margin-left: 20px;
	}

	/* Mobile Nav Icon */
	#menu-icon {
		display: block;
		position: absolute;
		top: 69px;
		right: 20px;
		margin: 0;
		padding: 10px 35px 10px 0px;
		cursor: pointer;
		visibility: visible;
		-webkit-transform: translate(0, -50%);
		-moz-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		-o-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}

	#menu-icon span,
	#menu-icon span:before,
	#menu-icon span:after {
		display: block;
		position: absolute;
		height: 4px;
		width: 35px;
		top: 0;
		background: #ff6600;
		border-radius: 1px;
		cursor: pointer;
		transition: all 500ms ease-in-out;
		content: '';
	}

	#menu-icon span:before {
		top: 8px;
	}

	#menu-icon span:after {
		top: 16px;
	}

	#menu-icon.active span {
		background-color: transparent;
	}

	#menu-icon.active span:before,
	#menu-icon.active span:after {
		top: 8px;
		left: 0px;
	}

	#menu-icon.active span:before {
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	#menu-icon.active span:after {
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	/* Mobile Nav Menu */
	#site-navigation {
		float: none;
		margin: 0;
	}

	.main-navigation a {
		color: #fff;
	}

	#site-navigation ul {
		background: #ebebeb;
		display: none;
		overflow-x: hidden;
		position: relative;
		clear: both;
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
		z-index: 1;
		top: 20px;
	}

	#site-navigation.active ul {
		display: block;
	}

	#site-navigation ul li {
		float: none;
		clear: both;
		width: 100%;
		margin: 0;
		padding: 0;
		background: #2c3691;
		border: none;
	}

	#site-navigation .sub-menu {
		display: block
	}

	#site-navigation ul li {
	}

	.menu-item-has-children:after {
		content: "";
	}

	.menu-item-has-children i {
		position: absolute;
		right: 10px;
		font-size: 25px;
	}

	#menu-header-navigation li > a, #menu-header-utility li > a  {
		color: #fff;
		border-top: solid 1px #3e4ce1;
		border-bottom: solid 1px #1c2674;
	}

	.main-navigation #menu-header-utility {
		margin-bottom: 0;
	}

	.main-navigation #menu-header-utility li:first-child a {
		font-size: 18px;
	}

	.main-navigation #menu-header-utility .orange-button {
		border-radius: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
	}

	.main-navigation .orange-button a {
		font-weight: bold;
	}

	#menu-header-navigation li > a:hover, #menu-header-utility li > a:hover {
		background: #ff6600;
		border-top: solid 1px #ff992f;
		border-bottom: solid 1px #b14e00;
	}

	#site-navigation ul li:last-child {
		border-bottom: none;
	}

	#site-navigation ul li > a, #site-navigation ul li:last-child > a {
		display: block;
		line-height: 1.5;
		margin: 0;
		padding: 15px 30px;
	}

	#menu-header-navigation .current_page_item > a,
	#menu-header-navigation .current-menu-item > a,
	#menu-header-navigation .current_page_ancestor > a,
	#menu-header-navigation .current-menu-ancestor > a {
		background: #ff6600;
		border-top: solid 1px #ff992f;
		border-bottom: solid 1px #b14e00;
		color: #373636;
		text-shadow: none;
	}


	/* Mobile Sub-Menus */

	.main-navigation ul ul {
		box-shadow: none;
	}

	.main-navigation .menu-item-has-children:after {
		display: none;
	}

	#site-navigation ul li.menu-item-has-children > ul.sub-menu,
	#site-navigation ul li.menu-item-has-children > ul.sub-menu li {
		padding: 0;
		border: none;
	}
	#site-navigation ul li.menu-item-has-children > ul.sub-menu,
	#site-navigation ul li.menu-item-has-children:hover > ul.sub-menu {
		display: none;
		height: inherit;
		width: 100%;
		margin: 0;
		padding: 8px 0;
		position: relative;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	#site-navigation ul li.menu-item-has-children.active > ul.sub-menu,
	#site-navigation ul li.menu-item-has-children.active:hover > ul.sub-menu {
		display: block;
		padding: 0;
	}
	#site-navigation ul li.menu-item-has-children.active > ul.sub-menu > li.menu-item-has-children.subactive > ul.sub-menu,
	#site-navigation ul li.menu-item-has-children.active:hover > ul.sub-menu > li.menu-item-has-children.subactive > ul.sub-menu {
		display: block;
		padding: 0;
	}

	#site-navigation ul li.menu-item-has-children > ul.sub-menu li.current_page_item > a,
	#site-navigation ul li.menu-item-has-children > ul.sub-menu li.current-menu-item > a,
	#site-navigation ul li.menu-item-has-children > ul.sub-menu li.current_page_ancestor > a,
	#site-navigation ul li.menu-item-has-children > ul.sub-menu li.current-menu-ancestor > a {
		background: #ff6600;
	}

	#site-navigation ul li.menu-item-has-children > ul.sub-menu li a {
		font-size: 15px;
		padding: 10px 30px;
		border: none;
		width: 100%;
		background: #4d4b4b;
	}

	.entry-header .orange-button {
		font-size: 18px;
		padding: 6px 25px 5px 25px;
		display: table;
		margin: 0 auto 20px auto;
	}

	.entry-header .half-width img {
		display: block;
		margin: 0 auto;
	}

	.entry-header h2 {
		padding-top: 30px;
		font-size: 52px;
		text-align: center;
	}

	.entry-header h3 {
		font-size: 20px;
		text-align: center;
	}

	.half-width {
		float: none;
		width: 100%;
	}

	.section-title {
		font-size: 32px;
	}

	.section-copy {
		padding-right: 0;
	}

	.ups li {
		width: 50%;
		text-align: center;
	}

	.ups p {
		font-size: 22px;
	}

	.video-wrap img {
		width: 100%;
	}

	#accordion {
		padding: 0 20px;
	}

	#accordion li {
		padding: 10px 0;
	}

	.accordion-toggle {
		font-size: 26px;
	}

	.accordion-toggle:after {
		top: 17px;
	}

	.cta-headline {
		font-size: 26px;
	}

	.side-image img {
		float: none;
		margin: 0 auto;
	}
	.page-template-page-landing .half-width {
		padding: 0 35px;
	}
}

@media screen and (max-width: 768px) {

	.entry-header h2 {
		font-size: 38px;
	}

	.ups li {
		width: 100%;
		float: none;
		text-align: center;
	}

	.gform_wrapper .top_label li.gfield.gf_left_half, .gform_wrapper .top_label li.gfield.gf_right_half {
		width: 100% !important;
		float: none !important;
	}
	.page-template-page-landing .gform_wrapper .top_label li.gfield.gf_left_half, 
	.page-template-page-landing .gform_wrapper .top_label li.gfield.gf_right_half {
		width: 100% !important;
	}
	.page-template-page-landing .gform_wrapper .top_label li.gfield.gf_right_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
		padding-top: 10px;
		padding-bottom: 5px;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	#form {
		padding: 25px 20px 20px;
	}

	.accordion-toggle {
		font-size: 22px;
	}

	.accordion-toggle:after {
		top: 14px;
	}

	.accordion-content p {
		padding: 40px;
	}

	.cta-headline {
		font-size: 22px;
	}

	#menu-footer-nav li a {
		font-size: 16px;
		padding: 0 10px;
	}

	.cta-area {
		height: auto;
		padding: 40px;
	}

	.cta-headline {
		display: block;
		top: initial;
		transform: none;
		padding-right: 0;
		margin-bottom: 20px;
	}

	.cta-area .orange-button {
		display: table;
		margin: 0 auto;
		top: initial;
		transform: none;
	}

}
/*Product Page Form*/

.product-form{
	background-color: #2c3691;
	color: #fff;
	margin: 0 50px 25px;
	padding: 50px;
}

.product-form .gform_description{
	position: relative;
}

.product-form .gform_description:before{
	display: block;
	content: "";
	height: 4px;
	width: 40px;
	background: #ff6600;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -20px;
}

.product-form .gform_wrapper .top_label li.gfield.gf_right_half, .product-form .gform_wrapper .top_label li.gfield.gf_left_half{
	width: 48% !important;
}
.product-form .gform_wrapper .top_label li.gfield.gf_left_half{
	margin-right: 15px !important;
}

.product-form .gform_wrapper .top_label li.gfield input, .product-form .gform_wrapper .top_label li.gfield textarea{
	border-radius: 0 !important;
}

.product-form .gform_wrapper .top_label li.gfield textarea{
	height: 120px !important;
}

.product-form .gform_body li.field_24_6, .product-form .gform_body li.field_24_11{
	width: 100% !important;
}

@media screen and (max-width: 640px) {
	.product-form .gform_wrapper .top_label li.gfield.gf_right_half, .product-form .gform_wrapper .top_label li.gfield.gf_left_half{
		width: 100% !important;
	}
	.product-form .gform_wrapper .top_label li.gfield.gf_left_half{
		margin-right: 0px !important;
	}

}