/*
Theme Name: rebuild child theme
Theme URI: http://www.janxcode.com
Description: This is child theme of Rebuild
Author: Janxcode
Author URI: http://www.janxcode.com
Template: rebuild
Version: 2.0
Text Domain:  rebuild-child
*/

@import url("../rebuild/style.css");

/*Wufoo Custom Style*/
#container, html.embed {
    background-color: #00338e;
}
.embed body {
    overflow: hidden;
}
.wufoo .info h2 {
    color: #fff !important; /*#fcb131 !important;*/
    font-size: 34px !important;
    font-weight: 900 !important;
    margin-bottom: 20px;
}
.wufoo .info div {
    color: #fff !important;
    font-size: 26px !important;
    padding-bottom: 20px;
}
.wufoo label.desc, .wufoo legend.desc, .likert caption {
    color: #fff !important; /*#fcb131 !important;*/
    font-size: 18px !important;
    padding-bottom: 10px;
}
.wufoo input.text, .wufoo textarea.textarea, .wufoo input.file {
    border-radius: 5px;
    margin-bottom: 0;
}
.wufoo .section h3, .wufoo .section div, .wufoo label.choice span {
    color: #fff !important;
}
.wufoo li.focused span, .wufoo li div span.choice__text, .wufoo li span, .wufoo li span label, .wufoo ul li span.symbol, li div span.choice__qty, li div span.choice__qty span {
    color: #fff;
    font-size: 14px !important;
    margin-right: 10px;
}
.wufoo li.focused {
    background: #fcb131 !important;
}
.wufoo li.focused label.desc, .wufoo li.focused legend.desc, .wufoo li.focused div, .wufoo li.focused span, .wufoo li.focused div label, .wufoo li.focused span label, .safari .wufoo li.focused input.file {
    color: #00338e !important;
}
.wufoo input.btTxt {
    background: #31d94d;
    color: #fff;
    padding: 15px 30px;
    border: none !important;
    float: right;
}
.wufoo input.btTxt:hover {
    background: #fcb131;
    color: #00338e;
}
.rating>span:hover, .rating .clicked:hover, .rating:hover span {
    color: #fcb131;
}
.rating .clicked {
    color: #fcb131;
}

/*Customizer CSS*/
.logo-backs2 {
	display: none !important;
}
/*Wheeltrack only Dropdown*/
.d-container {
		display: flex;
		justify-content: center;
}
.d-container img {
    position: absolute;
    top: -70px;
    right: 120px;
    width: 99px;
    height: auto;
}
.desk-only {
    position: relative;
    display: inline-block;
    max-width: 720px;
    overflow: hidden;
}
.desk-only #desk-equip-menu {
    display: block;
    max-width: 720px;
    height: auto;
    margin: 0 auto;
    font-size: 1.5em;
    font-weight: 700;
    width: 100%;
    padding: 10px 70px 10px 40px;
    background: #fff;
    border: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}
.desk-only::after {
    content: "▼";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 21px;
    font-weight: 700;
    color: #fff;
    background: #feb131;
    padding: 15px;
}
.desk-only:hover:after {
    background: #00529c;
}
/*Award-Winning Update*/
.award-button a {
    font-size: 1.5em !important;
    font-weight: 700;
}
.award-button a:hover {
    color: #fff !important;
}
.award-button a i {
    font-size: 2em !important;
    color: #fff;
}
/*Slider Thumbnail Alignment*/
.sp-thumbnail-container {
	text-align: center;
}
/*Equpment Table Updates*/
#custom td {
    line-height: 1.5;
    vertical-align: middle;
}
/*Wistia Popup Video fix*/
p .wistia_embed .wistia_click_to_play {
    width: auto !important;
}
/*10/04/2023 Updates*/
.vid-text {
    display: flex;
}
.vid-text p:first-child {
    margin-right: 10px;
    width: auto;
}
.vid-text .wrapper {
    display: flex;
    align-items: center;
}
.vid-text .wrapper .vid {
    margin-right: 10px;
}
.au h2 {
    color: #fff;
    font-size: 2em !important;
    line-height: 1 !important;
		white-space: nowrap;
}
.au .badge {
    height: 90px;
}
@media only screen and (max-width: 480px) {
	.vid-text {
			display: block;
	}
	.vid-text p:first-child {
			margin-right: 0;
			width: 100%;
	}
	.vid-text .wrapper {
			display: block;
	}
	.vid-text .wrapper .vid {
			margin-right: 0;
	}
	.au {
			display: none;
	}
}
/*9/21/2023 Updates*/
.social_ico.play-video {
    display: inline-block;
    white-space: nowrap;
}
.social_ico.play-video:before {
    display: inline-block;
    font: 20px/1em FontAwesome;
    color: #f1cf69;
    padding-right: 7px;
    content: "";
    content: "\f04b";
}
.social_ico.play-video:hover {
    color: #fff;
    text-decoration: underline;
}
.social_ico.play-video:hover:before {
    color: #fff;
}
/*Home Post Updates*/
.asr-filter-div, .am__excerpt, .am__readmore {
    display: none !important;
}
.am__title {
    color: #fff;
    text-align: center;
    line-height: 32px !important;
}
.am_cont .am__title:hover {
    color: #fcb131 !important;
}
/*07/02/2021 Updates*/
.notice-section .typed-me {
    color: #fff;
    font-family: Ubuntu !important;
    font-size: 3em !important;
    font-style: normal;
    font-weight: bold;
    text-align: left;
    line-height: 1em !important;
}
/*02/04/20 Updates*/
.jx-rebuild-footer-logo .footer-patent {
	width: 200px;
}
.patent span {
    font-size: 2em;
    font-weight: bold;
    color: #000;
    margin-left: 20px;
}
/*10/22/20 Updates*/
.tq-container {
    margin-top: 50px;
    margin-bottom: 50px !important;
}
.tq-container .wpb_wrapper {
    margin: 0 auto;
}
.tq-container h1 {
    color: #fff;
    text-align: left;
    width: 75%;
    margin: 0 auto;
    font-style: oblique;
}
.tq-container p {
    color: #fff;
    font-weight: bold;
    text-align: right;
    width: 75%;
    margin: 0 auto;
}
.tq-container h1:before {
    display: block;
    content: open-quote;
    font-size: 150px;
    font-family: 'FontAwesome';
    font-weight: 900;
    position: absolute;
    left: 5%;
    color: #fff;
}
.tq-container h1:after {
    display: block;
    content: close-quote;
    font-size: 150px;
    font-family: 'FontAwesome';
    font-weight: 900;
    position: absolute;
    right: 7%;
    color: #fff;
    opacity: 0.5;
}
/*06/09/20 Updates*/
.vid-overlay {
		display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8;
    filter: alpha(opacity=80);
	z-index: 999;
}
#myModal {
    display: block;
    text-align: right;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    z-index: 1000;
}
.single #myModal {
    left: -25%;
    right: 25%;
}
.equip-video .toggle-popup {
    display: block;
    text-align: center;
}
.equip-video .toggle-popup:hover {
    color: #fff;
}
.equip-video .toggle-popup:hover > img {
    opacity: 0.7;
}
/*06/05/20*/
.equip-video .vc_row.wpb_row.vc_inner.vc_row-fluid {
    padding-bottom: 25px;
}
/*05/28/20 Update*/
.home-new-update h3 {
		color: #00338d;
		font-style: italic;
}
.home-new-update p {
    font-size: 20px;
    color: #00338d;
		font-style: italic;
}
.home-new-update p:nth-last-child(2) {
    text-align: right;
		margin-bottom: 0;
}
.home-new-update p:last-child {
    text-align: right;
}
/*Video Thumbnail Fix 12/12/19*/
.vid-thumbs.lightSlider {
    height: auto !important;
}
.vid-thumbs a {
    min-height: 150px;
}
.vid-thumbs a img {
    height: 150px !important;
}
/*Home Page Update 10/08/19*/
.home-block-row-white {
    overflow: visible !important;
    padding-top: 94px !important;
    background: #fffffff;
}
.home-block-row-white:after {
    position: absolute;
    bottom: -94px;
    left: 0;
    width: 100%;
    height: 94px;
    background: url(https://grizzlyag.com.au/wp-content/uploads/2019/10/triangle_pic3_white.png) 0 0 no-repeat;
    background-size: 100% 100%;
    z-index: 1;
}
.home-block-row-white .all-h2-yellow:last-child:hover {
    text-decoration: underline;
}
/*Field Days Test*/
#sidebar-widget .vid-thumbs {
    display: block !important;
    align-items: unset !important;
	justify-content: unset !important;
		text-align: center;
}
.img-thumbs a {
    margin: 0 2px;
    display: inline-block;
}
#sidebar-widget .vid-thumbs a img {
    width: 100%;
    height: auto;
		cursor: pointer;
    box-sizing: border-box;
}
#sidebar-widget .caption {
    position: relative;
    font-size: 16px;
    font-weight: 700;
	  text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #fff;
    bottom: 40px;
    background: rgb(0, 0, 0, 0.7);
    padding: 5px;
}
#sidebar-widget {
    background-color: rgb(0, 36, 99);
    padding-top: 30px;
}
#sidebar-widget .vid-thumbs a.active img {
    border: 4px solid #fcb131;
}
#wpsl-result-list {
    width: 100%;
}
#wpsl-result-list li p {
    color: #fff !important;
}
.wpsl-direction-wrap {
    color: #fff !important;
}
.map-svg {
	height: 420px !important;
}
/*Hide Not Working Buttons on Map*/
#wpsl-wrap .wpsl-icon-direction {
    display: none;
}
/*Hide Map Start Location*/
#wpsl-gmap img[src*="red@2x"] {
    display: none !important;
}
/*Password Page*/
.post-password-required {
    padding-top: 100px;
    padding-bottom: 100px;
}
.post-password-form {
    width: 50%;
    margin: 0 auto;
}
.post-password-form p {
    margin: 0px 0px 15px;
    color: #ffffff;
    font-family: Ubuntu !important;
    font-size: 20px !important;
    font-style: normal;
    font-weight: normal;
    text-align: left;
    line-height: 25px !important;
}
/*Blog Page Sidebar for Mobile*/
.mob-only {
    display: none;
    align-items: center;
    justify-content: center;
    text-align: center;
}
/*Footer Icons*/
.social_ico.dealers_portal:before {
    position: relative;
    display: inline-block;
    float: left;
    font: 20px/1em FontAwesome;
    color: #f1cf69;
    top: 0;
    left: 0;
    padding-right: 7px;
    content: "";
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    content: "\f084";    
}
.social_ico.youtube:before {
    position: relative;
    display: inline-block;
    float: left;
    font: 20px/1em FontAwesome;
    color: #f1cf69;
    top: 0;
    left: 0;
    padding-right: 7px;
    content: "";
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    content: "\f166";
}
/*Home Equipment List Pointer Events*/
.home-equip-col .wpb_single_image.vc_align_center {
		cursor: pointer;
}
/*Gallery Images Space Fixed*/
.gallery-content p {
    display: none;
}
/*Brochure Page*/
.brochure-h2 {
    font-size: 60px !important;
    line-height: 75px !important;
    font-family: Ubuntu !important;
    font-weight: 700 !important;
}
.brochure-content-row .wpb_single_image.wpb_content_element.vc_align_center {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    padding: 20px;
    padding-bottom: 0;
    max-width: 280px;
    min-width: 190px;
    margin: 0 auto;
    margin-bottom: 20px !important;
}
.brochure-content-row .wpb_single_image img {
    -webkit-transition: box-shadow 1s;
    -moz-transition: box-shadow 1s;
    -o-transition: box-shadow 1s;
    transition: box-shadow 1s;
}
.brochure-content-row .wpb_single_image img:hover {
    box-shadow: 0px 10px 10px 5px rgba(0,0,0,0.75);
}
.brochure-content-row .wpb_heading.wpb_singleimage_heading {
    font-family: ubuntu !important;
    font-weight: bold !important;
    font-size: 20px !important;
    line-height: 20px !important;
    text-transform: capitalize;
    color: #fcb131;
    margin-top: 20px;
    pointer-events: none;
}
/*Terms and Condition Page*/
.terms-h2:first-child {
    font-size: 60px !important;
    line-height: 75px !important;
    font-family: Ubuntu !important;
    font-weight: 700 !important;
		margin-top: 0;
		text-transform: capitalize;
}
.terms-h2 {
		margin-top: 20px;
		text-transform: capitalize;
}
.brochure-content p {
    font-family: ubuntu;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
}
.brochure-content a:hover {
    color: #fcb131;
    text-decoration: underline;
}
/*Header Test*/
.home header:after {
		display: none !important;
}
header:after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100px;
    background: url(https://grizzlyag.com.au/wp-content/uploads/2019/08/triangle_pic3_reversed.png) 0 0 no-repeat;
    content: "";
    background-size: 100% 100%;
	  z-index: 1;
}
.container.with-sidebar {
    padding-top: 50px;
}
.home-hero-video {
    z-index: 2;
}
/*Field Days Page*/
.wpsl-search {
    display: none;
}
#wpsl-result-list {
    display: none;
}
#wpsl-gmap {
    float: none;
    width: 100% !important;
    height: 450px !important;
}
.legend {
    position: relative;
}
.legend .inner-legend {
    position: absolute;
    right: 7px;
    top: -300px;
    background: #fff;
    padding: 10px;
    border: 3px solid #000;
    color: #000;
}
.legend p {
    color: #000;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 1;
}
.legend img {
    width: 20px;
}
.field-days-h2 {
    font-size: 60px !important;
    line-height: 75px !important;
    text-align: left;
    font-family: Ubuntu !important;
    font-weight: 700 !important;
}
.field-days-content p {
    font-family: ubuntu;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;	
    color: #fff;
}
.field-days-content tr {
    background: transparent !important;
}
.field-days-content td {
    border: none !important;
    font-family: ubuntu !important;
    font-size: 20px !important;
    color: #fff;
    text-align: left;
}
.field-days-content td:first-child {
    width: 22%;
		line-height: 1;
}
.field-days-content strong {
    font-family: ubuntu !important;
    font-size: 20px !important;
    font-weight: 700 !important;
}
.field-days-content tr:hover {
    background: unset !important;
}
/*Contact Page*/
.contact-h2 {
    font-size: 60px !important;
    line-height: 75px !important;
    font-family: Ubuntu !important;
    font-weight: 700 !important;
}
/*Who We Are Page*/
.who-we-are-h2 {
    font-size: 60px !important;
    line-height: 75px !important;
    text-align: left;
    font-family: Ubuntu !important;
    font-weight: 700 !important;
}
.who-we-are-blue p {
    color: #fff;
    font-size: 20px;
    font-family: ubuntu;
    line-height: 1em;
    margin-bottom: 24px !important;
}
.who-we-are-yellow:before {
    position: absolute;
    top: -75px;
    left: 0;
    width: 100%;
    height: 75px;
    background: url(https://grizzlyag.com.au/wp-content/uploads/2019/08/triangle_pic1v2.png) 0 0 no-repeat;
    background-size: 100% 100%;
    z-index: 1;
}
.who-we-are-yellow:after {
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 100% !important;
    height: 50px;
    content: "";
    background-size: 100% 100% !important;
    z-index: 10;
    background: url(/wp-content/uploads/2019/08/triangle_pic4v1.png) no-repeat;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.who-we-are-yellow h3.aio-icon-title.ult-responsive {
    font-family: ubuntu !important;
    font-size: 26px !important;
    font-weight: 700 !important;
    line-height: 32px !important;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0 !important;
}
.who-we-are-yellow .aio-icon-description p {
    font-family: ubuntu !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    line-height: 24px !important;
    color: #fff !important;
    margin: 0 !important;
}
.staff-info {
    position: absolute;
    width: 100%;
    opacity: 0;
    transition: all .3s;
    top: 90px;
    left: 0;
	  right: 0;
	  margin: 0 auto;
    padding: 15px;
    background: rgb(0, 51, 142, 0.6);
    text-align: justify;
    z-index: 10;
	  font-family: ubuntu !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    line-height: 24px !important;
    color: #fff !important;
}
.staff-info-email-only {
    position: absolute;
    width: 100%;
    opacity: 0;
    transition: all .3s;
    top: 90px;
    left: 0;
	  right: 0;
    padding: 15px;
	  margin: 0 auto;
    background: rgb(0, 51, 142, 0.6);
    text-align: justify;
    z-index: 10;
		font-family: ubuntu !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    line-height: 24px !important;
    color: #fff !important;
}
.staff-video {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
		margin-top: 20px;
}
.aio-icon-box.square_box-icon {
    min-height: auto !important;
}
.aio-icon-box.square_box-icon:hover .staff-info {
    opacity: 1;
    top: 188px;
}
.aio-icon-box.square_box-icon:hover .staff-info-email-only {
    opacity: 1;
    top: 236px;
}
.staff-info a, .staff-info-email-only a {
    color: #fff !important;
}
.staff-info a:hover, .staff-info-email-only a:hover {
    color: #fcb131 !important;
}
.aio-icon-box.square_box-icon:hover .staff-video {
    display: block;
}
.aio-icon-box.square_box-icon:hover h3.aio-icon-title.ult-responsive {
    color: #00338e !important;
}
/*Gallery Page*/
.gallery-h2 {
    font-size: 60px !important;
    color: #fcb131;
    line-height: 75px !important;
    text-align: left;
    font-family: Ubuntu !important;
    font-weight: 700 !important;
    font-style: normal;
}
.gallery-content .gallery {
    display: flex;
    align-items: center;
    justify-content: center;
}
.gallery-content .gallery img {
    border: transparent !important;
		width: 130px;
    height: 100px;
}
.gallery-content .gallery-item {
    display: flex;
    align-items: center;
    justify-content: center;
	  margin-top: 0 !important;
    margin-bottom: 0 !important;
	  width: 100% !important;
}
.gallery-content .gallery .gallery-caption {
    position: absolute;
    color: #fcb131;
    text-align: center;
    pointer-events: none;
    font-family: ubuntu !important;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
}
.gallery-content br {
    display: none;
}
.gallery-content .gallery img:hover {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.jp-carousel-info {
    display: none;
}
/*Gallery Page End*/
.gallery-content #gallery-45 {
    justify-content: inherit;
}
.gallery-content #gallery-45 .gallery-item {
    width: auto;
}
/*Equipment Sidebar*/
.container.with-sidebar .four.columns {
    width: 370px;
}
.container.with-sidebar .sixteen.columns {
    width: 770px;
}
.theiaStickySidebar {
    background: #002463;
	  position: sticky !important;
}
.jx-rebuild-title.jx-rebuild-uppercase.small-text {
    font-family: ubuntu;
    font-weight: bold;
    font-size: 50px;
    line-height: 75px;
    text-align: center;
    text-transform: capitalize;
    color: #fcb131 !important;
    margin-bottom: 0;
}
.jx-rebuild-seperator-hr {
    display: none;
}
.pis-ul li {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
#sidebar ul li a {
    margin-left: 0;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Ubuntu',sans-serif !important;
}
.pis-title {
    position: absolute;
    bottom: 20px;
    z-index: 2;
    text-align: center;
    width: 50%;
	  background: rgba(0, 0, 0, 0.5);
}
.pis-title-link {
    font-size: 16px !important;
    font-weight: bold !important;
}
.pis-excerpt img {
    width: 240px;
    height: 180px;
}
.pis-ul li:hover .pis-title {
    background: unset;
}
.pis-ul li:hover .pis-excerpt img {
    filter: brightness(50%);
}
.pis-li.current-post .pis-excerpt img {
    border: 5px solid #fcb131;
}
/*Equipment Posts*/
#primary {
    background: #00338e;
}
.jx-rebuild-titlebar {
    display: none;
}
.jx-rebuild-blog-title-metabox {
    display: none;
}
.jx-rebuild-blog-item .jx-rebuild-image-holder {
    display: none;
}
.jx-rebuild-blog-tag {
    display: none;
}
.jx-rebuild-share-box-icon {
    display: none;
}
.jx-rebuild-share-box-icon ~ hr {
    display: none;
}
.jx-rebuild-blog ~ hr {
    display: none;
}
.equip-h2-title {
    text-transform: capitalize;
    color: #fcb131;
    font-family: ubuntu !important;
    font-size: 60px !important;
    font-weight: 700 !important;
    line-height: 70px !important;
    margin-top: 5px;
}
.equip-content .wpb_column.vc_column_container.vc_col-sm-12 {
    padding: 0 !important;
}
.equip-content .vc_column-inner {
    padding: 0;
}
.equip-p p {
    margin: 0px 0px 15px;
    color: #ffffff;
    font-family: Ubuntu !important;
    font-size: 20px !important;
    font-style: normal;
    font-weight: normal;
    text-align: left;
    line-height: 25px !important;
}
.equip-p ul {
		margin: 0px 0px 15px;
}
.equip-p li {
    list-style: disc;
    margin: 0px 0px 0px;
    color: #ffffff;
    font-family: Ubuntu !important;
    font-size: 20px !important;
    font-style: normal;
    font-weight: normal;
    text-align: left;
    line-height: 25px !important;
}
/*New Layout*/
.equip-content.new {
		z-index: 1;
}
.equip-content.full-width-section {
    position: relative;
    max-width: 1200px;
    width: 100vw;
    left: -430px;
    box-sizing: border-box;
}
.equip-p.new p {
    margin: 0px 0px 15px;
    color: #ffffff;
    font-family: Ubuntu !important;
    font-size: 25px !important;
    font-style: normal;
    font-weight: normal;
    text-align: left;
    line-height: 25px !important;
}
.equip-p.new ul {
		margin: 0px 0px 15px;
}
.equip-p.new li {
    list-style: disc;
    margin: 0px 0px 0px;
    color: #ffffff;
    font-family: Ubuntu !important;
    font-size: 25px !important;
    font-style: normal;
    font-weight: normal;
    text-align: left;
    line-height: 25px !important;
}
.form-top-content.new {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.form-container.new iframe {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
/*End of New Layout*/
.equip-img {
    padding-top: 15px;
    padding-bottom: 15px;
}
.equip-img .vc_figure-caption {
    font-size: 12px;
    font-family: ubuntu;
    font-weight: 400;
    line-height: 17px;
    color: #fff;
}
.jx-rebuild-related-blog.jx-rebuild-post-block.clearfix.mt40.heading-hr {
    display: none;
}
/*Equipment Video Playlist*/
.equip-video .vc_col-sm-12, .equip-video .vc_column-inner {
    padding: 0 !important;
}
.wistia_responsive_padding {
    margin-bottom: 20px;
}
.main-vdo-2, .main-vdo-3, .main-vdo-4, .main-vdo-5, .main-vdo-6, .main-vdo-7, .main-vdo-8 {
    display: none;
}
.vid-thumbs-wrapper {
		overflow-x: hidden;
		overflow-y: hidden;
		white-space: nowrap;
		padding: 10px 0;
		margin: 0 auto;
	  cursor: grab;
}
.vid-thumbs-wrapper.dragging {
  cursor: grabbing;
}
.vid-thumbs {
		display: inline-flex;
		align-content: center;
		justify-content: center;
    text-align: center;
    margin-bottom: 20px;
}
.vid-thumbs a,
.vid-thumbs a img {
  cursor: inherit !important;
}
.vid-thumbs a {
		display: inline-block;
    margin: 0 2px;
    min-width: 200px;
}
.vid-thumbs a img {
    width: auto;
    box-sizing: border-box;
  	user-drag: none;
  	-webkit-user-drag: none;
}
.vid-thumbs a.active img {
    border: 4px solid #fff;
}
.caption {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 12px;
    color: #fff;
}
/*Testimonials Video Playlist*/
.lSSlideOuter .lSPager.lSpg {
    display: none;
}
/*Equipment Image Slider*/
.slider-pro img.sp-image, .slider-pro img.sp-thumbnail {
    max-width: 100% !important;
    max-height: 100% !important;
    margin: 0 auto !important;
    width: auto !important;
}
/*Equipment Brochure*/
.equip-brochure {
    font-size: 50px !important;
    color: #000000;
    line-height: 50px !important;
    text-align: left;
    font-family: Ubuntu !important;
    font-weight: 700 !important;
    font-style: normal;
}
.equip-brochure-img {
    padding: 0 !important;
}
.equip-brochure-content strong {
    color: #000;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: ubuntu !important;
}
.check-blue li {
    background: url(/wp-content/uploads/2019/08/formfooter-check.png) no-repeat left center;
    color: #000 !important;
    font-size: 20px;
    font-weight: bold;
    height: 55px;
    list-style: none !important;
    margin-bottom: 10px;
    padding-left: 60px;
    display: flex;
    align-items: center;
}
/*Similar Equipment*/
.equip-h2-rel {
    font-size: 50px !important;
    color: #fcb131;
    line-height: 60px !important;
    text-align: left;
    font-family: Ubuntu !important;
    font-weight: 700 !important;
    font-style: normal;
}
.similar-equip {
    display: flex;
    flex-direction: column-reverse;
}
.similar-equip .wpb_heading.wpb_singleimage_heading {
    font-family: ubuntu !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #fff;
    line-height: 21px !important;
    position: absolute;
    top: 70%;
    left: 0;
    right: 0;
    pointer-events: none;
    z-index: 1;
}
.similar-equip figure {
    overflow: hidden;
}
.similar-equip img {
    width: 170px;
    height: 100px !important;
    object-fit: cover;
		-webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .45s;
    -moz-transition: .45s;
    -o-transition: .45s;
    transition: .45s;
}
.similar-equip img:hover {
    transform: scale(1.2);
}
/*Equipment Posts*/
/*header {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 99;
    transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
}*/
.jx-rebuild-header-logo {
    width: 370px;
}
.jx-rebuild-header.header-line {
    padding: 20px 0 20px !important;
}
.jx-rebuild-menu-holder {
		position: absolute !important;
   	margin: 0 auto 0;
    height: 50px;
    box-shadow: unset;
    background: unset;
}
.jx-rebuild-menu-holder.jx-rebuild-sticky.fixed {
    position: relative !important;
    max-width: 100%;
    margin: 0 auto 0;
    height: 50px;
    box-shadow: unset;
    background: unset;
}
.header-menu-left {
    float: right;
    margin-top: -65px;
}
.header-search-right {
    display: none !important;
}
.jx-rebuild-mainmenu>li>a {
    padding: 7px 14px;
    font-family: ubuntu;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    text-transform: capitalize !important;
    color: #00529c;
}
.menu>li:hover, .current_page_item, .current_page_item a, .jx-rebuild-mainmenu>li:hover, .jx-rebuild-mainmenu>li:hover a, .jx-rebuild-price-4 .price:after {
    border-top: none !important;
    background: #00529c;
    color: #fcb131 !important;
}
.jx-rebuild-topbar {
    display: none;
}
.jx-rebuild-header.header-line {
    background: none;
		padding: 20px 0 20px;
}
.jx-rebuild-header {
    height: auto;
}
.top-space {
    display: none !important;
}
.jx-rebuild-header .jx-rebuild-header-logo {
    padding: 0;
}
.jx-rebuild-header .header-info {
    padding-top: 0px;
}
.toll-free {
    display: none;
}
.jx-rebuild-header .header-info .toll-free-number {
	border: none;
}
.toll-free-number h2 {
    text-align: right;
    color: #000;
    margin: 0 auto;
    margin-right: auto;
    margin-right: 0px;
    line-height: 24px;
    font: inherit;
    font-weight: inherit;
    font-size: inherit;
    font-size: 24px;
    font-weight: bold;
}
.toll-free-number a:hover {
	color: #00529c;
}
.jx-rebuild-sub-footer.jx-rebuild-container {
    display: none;
}
.toll-free-number h2 {
    text-align: right;
    color: #000;
    margin: 0 auto;
    margin-right: 0px;
    line-height: 24px !important;
    font: inherit;
    font-size: 24px !important;
    font-weight: bold !important;
}/* Home Page*/
.home-hero-video {
    height: 490px;
}
.home-hero-video-text {
    font-size: 60px !important;
    color: #ffffff;
    line-height: 60px !important;
    text-align: left;
    font-family: Ubuntu !important;
    font-weight: 700 !important;
    position: relative;
    bottom: 55px;
}
.home-block-row-yellow {
    overflow: visible !important;
    padding-top: 0px !important;
		background: #ffb131;
}
.home-block-row-yellow:before {
    position: absolute;
    top: -107px;
    left: 0;
    width: 100%;
    height: 108px;
    background: url(https://grizzlyag.com.au/wp-content/uploads/2019/08/triangle_pic1v2.png) 0 0 no-repeat;
    background-size: 100% 100%;
    z-index: 2;
	  -webkit-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease;
}
.home-block-row-yellow:after {
    position: absolute;
    bottom: -94px;
    left: 0;
    width: 100%;
    height: 94px;
    background: url(https://grizzlyag.com.au/wp-content/uploads/2019/07/triangle_pic4v1.png) 0 0 no-repeat;
    background-size: 100% 100%;
    z-index: 1;
}
.home-block-row-blue {
    overflow: visible !important;
    padding-top: 94px !important;
		background: #00338e;
}
.home-block-row-blue:after {
    position: absolute;
    bottom: -94px;
    left: 0;
    width: 100%;
    height: 94px;
    background: url(https://grizzlyag.com.au/wp-content/uploads/2019/08/triangle_pic2.png) 0 0 no-repeat;
    background-size: 100% 100%;
    z-index: 1;
}
.home-block-row-yellow2 {
    overflow: visible !important;
    padding-top: 94px !important;
		background: #ffb131;
}
/*.home-block-row-yellow2:after {
     position: absolute;
    bottom: -94px;
    left: 0;
    width: 100%;
    height: 94px;
    background: url(https://grizzlyag.com.au/wp-content/uploads/2019/07/triangle_pic4v1.png) 0 0 no-repeat;
    background-size: 100% 100%;
    z-index: 1;
}*/
.wpb_heading.wpb_singleimage_heading {
    color: #fff;
}
/* Equipment Section Hover Effects*/
.home-equip-col>.vc_column-inner {
    padding-left: 0;
    padding-right: 0;
}
.home-equip-col .wpb_single_image.vc_align_center {
    display: flex;
    flex-direction: column-reverse;
    padding: 20px;
    padding-bottom: 0;
    margin-bottom: 20px !important;
}
.home-equip-col .wpb_single_image.vc_align_center:hover {
    background: #00338e;
}
/*Home Equipment Videos*/
.equip-vid-cont {
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 20px;
}
.equip-vid-cont .wpb_wrapper {
    padding: 15px;
}
.home-equip-col .wpb_wrapper:hover > .equip-vid-cont .wpb_wrapper {
    background: #00338e;
}
.home-equip-col .equip-img img {
	max-height: 223px;
    min-height: 223px;
    min-width: 330px;  
}
.equip-img img {
    margin: 0 auto;
    display: block;
}
.equip-img {
    padding: 0;
    position: relative;
}
.equip-vid {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
		min-height: 100%;
}
.equip-vid video {
    object-fit: cover !important;
    display: block;
    margin: auto;
    position: absolute;
    width: 100%;
    height: 100%;
}
.equip-title h2 {
    color: #fff;
    text-align: center;
    margin-top: 15px;
}
.equip-title h2 a:hover {
    color: #fff;
}
.home-equip-col .wpb_wrapper:hover > .equip-vid-cont .equip-vid {
    display: block;
}
.home-equip-col .wpb_heading.wpb_singleimage_heading {
    margin-top: 15px;
}
/*Home News*/
.news-article-grid .vc_gitem-zone.vc_gitem-zone-a.vc-gitem-zone-height-mode-auto.vc-gitem-zone-height-mode-auto-1-1.vc_gitem-is-link {
    background-size: cover;
    height: 250px;
}
.news-article-grid .vc-gitem-zone-height-mode-auto:before {
    display: none !important;
}
.news-article-grid .vc_gitem-zone.vc_gitem-zone-c {
    position: absolute;
    left: 0;
    right: 0;
    top: 30%;
    bottom: 30%;
    background: transparent !important;
}
.news-article-grid .vc_custom_heading h4 {
    font-family: ubuntu !important;
    font-size: 20px !important;
    color: #fff;
    text-align: center !important;
    font-weight: 700 !important;
}
.news-article-grid .vc_custom_heading.vc_gitem-post-data.vc_gitem-post-data-source-post_excerpt {
    display: none;
}
.news-article-grid .vc_btn3-container.vc_btn3-left {
    display: none;
}
/*Home H2 Typo*/
.all-h2-yellow {
    font-size: 50px !important;
    line-height: 50px !important;
    text-align: center;
    font-family: Ubuntu !important;
    font-weight: 700 !important;
}
.all-h2-blue {
    font-size: 50px !important;
    line-height: 50px !important;
    text-align: center;
    font-family: Ubuntu !important;
    font-weight: 700 !important;
}
.all-h3-white {
    font-size: 30px !important;
    line-height: 50px !important;
    text-align: center;
    font-family: Ubuntu !important;
    font-weight: 700 !important;
}
/*Home News*/
.home-news-col .wpb_single_image {
    display: flex;
    flex-direction: column-reverse;
}
.home-news-col {
    padding: 0;
    padding-top: 25px;
    padding-bottom: 25px;
}
.home-news-col .wpb_single_image {
    display: flex;
    flex-direction: column-reverse;
}
.home-news-col .wpb_heading.wpb_singleimage_heading {
    color: #fff;
    font-size: 20px !important;
    line-height: 24px !important;
    font-weight: 700 !important;
    bottom: 100px !important;
    display: flex !important;
    margin: 0 !important;
    position: absolute !important;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    text-align: center !important;
    width: 80%;
    z-index: 1;
}
.home-news-col .vc_column-inner {
		padding: 15px;
}
.home-equip-col:hover .wpb_single_image.vc_align_center {
    background: #00338d;
}
/*Footer*/
.before-footer {
    position: relative;
    bottom: 59px;
    margin-bottom: -30px;	
}
.jx-rebuild-footer-1 .jx-rebuild-footer {
    padding-top: 0 !important;
}
.jx-rebuild-footer-1 .jx-rebuild-footer-logo {
    width: 100%;
    display: inline list-item;
    position: relative;
    z-index: -1;
}
.jx-rebuild-footer-logo img {
    width: 470px;
}
#footer-equip-480 {
    width: 480px !important;
}
#footer-equip-180 {
    width: 180px !important;
}
.jx-rebuild-footer-title {
    color: #000 !important;
    font-family: ubuntu !important;
    font-size: 22px !important;
    font-weight: 700 !important;
    text-align: center;
    margin-top: 12px;
    margin-bottom: 12px;
    padding: 0 !important;
}
.footer-equipment li {
    width: 50%;
    float: left;
}
footer .four.columns a {
    color: #000;
    font-size: 18px;
    font-family: ubuntu;
    font-weight: 400;
    line-height: 24px;
}
footer .four.columns a:hover {
    color: #fcb131;
}
footer .below-footer {
    display: block;
    margin-top: 20px;
    border-top: 2px solid;
    padding: 10px 0 20px 50px;
    text-align: left;
    font-family: ubuntu;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 1px;
}
/*Responsiveness*/
@media only screen and (max-width: 1200px) {
/*Header*/
.jx-rebuild-header.header-line {
    padding: 0 !important;
}
.slicknav_nav .jx-rebuild-mainmenu > li > a {
    font-family: ubuntu !important;
    font-size: 20px !important;
    line-height: 24px !important;
    font-weight: 700 !important;
    color: #00529c;	
}
	header:after {
    height: 50px;
	}
/*Home Page Separators*/
.home-block-row-yellow:before {
    top: -105px;
}
.before-footer {
    position: relative;
    bottom: 50px;
}
/*Footer*/
.jx-rebuild-footer-1 .jx-rebuild-footer-logo {
    bottom: 120px;
    margin-bottom: -120px;
}
footer .below-footer {
    padding: 10px 5px 10px 5px;
}	
/*Blog Pages*/
.container.with-sidebar .sixteen.columns {
    width: 640px;
}
.container.with-sidebar .four.columns {
    width: 280px;
}
.jx-rebuild-section-title-2 .jx-rebuild-title {
    font-size: 50px !important;
    line-height: 75px !important;
}		
	/*Who We Are Page*/
	.who-we-are-blue {
    background: #00338e;
	}
	.who-we-are-blue .container 	{
    width: 100%;
	}
	.who-we-are-yellow {
    background: #fcb131;
	}
	.who-we-are-yellow .container {
    width: 100%;
	}
	.who-we-are-yellow:before {
			top: -74px;
	}
	.staff-info{
    font-size: 16px !important;
    line-height: 18px !important;
	}
	.aio-icon-box.square_box-icon:hover .staff-info{
			top: 210px;
	}
	.staff-info-email-only {
			font-size: 16px !important;
			line-height: 18px !important;
	}
	.aio-icon-box.square_box-icon:hover .staff-info-email-only {
			top: 245px;
	}
}
@media only screen and (max-width: 959px) and (min-width: 768px) {
	/*Test*/
.container .one.column, .container .one.columns, .container .two.columns, .container .three.columns, .container .four.columns, .container .five.columns, .container .six.columns, .container .seven.columns, .container .eight.columns, .container .nine.columns, .container .ten.columns, .container .eleven.columns, .container .twelve.columns, .container .thirteen.columns, .container .fourteen.columns, .container .fifteen.columns, .container .sixteen.columns, .container .one-fifth.columns, .container .one-third.columns, .container .two-thirds.columns {
    width: 100% !important;
}	
.container {
    width: auto;
}
/*Test*/	
	.home-block-row-yellow:before {
    top: -54px;
		background-size: 100% 50%;
}
.home-equip-col .wpb_single_image.vc_align_center {
    padding: 0;
}
.equip-vid-cont {
    padding-top: 0;
}
.news-article-grid .vc_gitem-zone.vc_gitem-zone-c {
    top: 20%;
    bottom: 20%;
}
	/*Blog Pages*/
	.container.with-sidebar .sixteen.columns {
    width: 100%;
		padding-top: 0px;
	}
	#mob-equip-menu {
    display: block;
	}
	#sidebar {
    display: none;
	}
.before-footer {
    bottom: 45px;
}
	.jx-rebuild-footer-1 .jx-rebuild-footer-logo {
    bottom: 0;
    margin-bottom: 0;
}
	/*Who We Are Page*/
	.who-we-are-yellow .img-icon {
    max-height: 215px;
	}
	.staff-info {
			font-size: 14px !important;
			line-height: 16px !important;
			padding: 10px;
	}
	.aio-icon-box.square_box-icon:hover .staff-info {
			top: 166px;
	}
	.aio-icon-box.square_box-icon:hover .staff-info-email-only {
			top: 200px;
	}
	.staff-info-email-only {
			font-size: 14px !important;
			line-height: 16px !important;
			padding: 10px;
	}
	.staff-video video {
			height: 214px;
			width: 214px;
	}
	/*Testimonials Video Playlist*/
	.page-id-8370 .equip-video {
    padding-top: 0 !important;
}
.page-id-8370 .equip-video .vc_col-sm-12, .page-id-8370 .equip-video .vc_column-inner {
    padding: 15px !important;
}
.page-id-8370 .vid-thumbs a {
    min-width: 150px;
}
	footer .below-footer {
    text-align: center;
	}
	.tq-container h1:before {
		left: 1%;
	}
	.tq-container h1:after {
		right: 3%;
	}
}
@media only screen and (max-width: 768px) { 
	.home-block-row-blue.v2:before {
		height: 5vh;
	}
	.home-block-row-blue.v2 {
		padding-top: 50px !important;
	}
	.award-button a {
    font-size: 1em !important;
	}
}
@media only screen and (max-width: 767px) and (min-width: 480px) {
/*Test*/
.container .one.column, .container .one.columns, .container .two.columns, .container .three.columns, .container .four.columns, .container .five.columns, .container .six.columns, .container .seven.columns, .container .eight.columns, .container .nine.columns, .container .ten.columns, .container .eleven.columns, .container .twelve.columns, .container .thirteen.columns, .container .fourteen.columns, .container .fifteen.columns, .container .sixteen.columns, .container .one-fifth.columns, .container .one-third.columns, .container .two-thirds.columns {
    width: 100% !important;
}	
.container {
    width: auto;
}
#footer-equip-480 {
    width: auto !important;
}
/*Test*/	
.jx-rebuild-header .jx-rebuild-header-logo img {
    width: 100% !important;
}
.jx-rebuild-header .jx-rebuild-header-logo {
    margin: 0 auto !important;
}
.jx-rebuild-padding {
    padding: 50px 0px !important;
}
.home-hero-video-text {
    bottom: 135px;
}
.home-block-row-yellow:before {
    top: -54px;
    background-size: 100% 50%;
}
	/*Blog Pages*/
	.container.with-sidebar .sixteen.columns {
    width: 100%;
		padding-top: 0px;
	}
	#mob-equip-menu {
    display: block;
	}
	#sidebar {
    display: none;
	}
	.vc_col-sm-3 {
    display: inline-block;
    width: 30% !important;
    padding-bottom: 10px;
	}
	.similar-equip .wpb_heading.wpb_singleimage_heading {
			top: 60%;
	}
	/*Gallery Page*/
	.gallery-content .gallery {
    display: block;
	}
	.gallery-content .gallery-item {
			width: 25% !important;
	}
	/*Field Days Page*/
	.field-days-content .container {
    width: 100%;
	}
	.field-days-map .container {
			width: 100%;
	}
	/*Contact Page*/
	.contact-content .container {
    width: 100%;
	}
	/*Who We Are Page*/
	.who-we-are-yellow .aio-icon-description {
    display: grid !important;
	}
	.staff-info {
			order: 3;
			opacity: 1 !important;
			position: unset;
			width: auto;	
	}
	.staff-info-email-only {
			order: 3;
			opacity: 1 !important;
			position: unset;
			width: auto;
	}
	.who-we-are-yellow .aio-icon-description p {
			order: 2;
	}
	.staff-video {
    display: block;
	}
	.before-footer {
			bottom: 40px;
	}
	.jx-rebuild-footer-1 .jx-rebuild-footer-logo {
			bottom: 0;
			margin-bottom: 0;
	}
	footer .below-footer {
			text-align: center;
	}
	.tq-container h1:before {
		left: 1%;
	}
	.tq-container h1:after {
		right: 3%;
	}
}
@media only screen and (max-width: 520px) {
/*Test*/
.container .one.column, .container .one.columns, .container .two.columns, .container .three.columns, .container .four.columns, .container .five.columns, .container .six.columns, .container .seven.columns, .container .eight.columns, .container .nine.columns, .container .ten.columns, .container .eleven.columns, .container .twelve.columns, .container .thirteen.columns, .container .fourteen.columns, .container .fifteen.columns, .container .sixteen.columns, .container .one-fifth.columns, .container .one-third.columns, .container .two-thirds.columns {
    width: 100% !important;
}	
.container {
    width: auto;
}
#footer-equip-480 {
    width: auto !important;
}	
/*Test*/	
.home-hero-video-text {
    bottom: 120px;
    font-size: 50px !important;
    line-height: 50px !important;
}
.home-block-row-yellow:after {
    background-size: 100% 50%;
}
.home-block-row-blue:after {
    background-size: 100% 50%;
}
.before-footer {
    bottom: 39px;
}
.jx-rebuild-footer-1 .jx-rebuild-footer {
    padding-bottom: 0;
}
}
@media only screen and (max-width: 479px) {
/*Test*/
.container .one.column, .container .one.columns, .container .two.columns, .container .three.columns, .container .four.columns, .container .five.columns, .container .six.columns, .container .seven.columns, .container .eight.columns, .container .nine.columns, .container .ten.columns, .container .eleven.columns, .container .twelve.columns, .container .thirteen.columns, .container .fourteen.columns, .container .fifteen.columns, .container .sixteen.columns, .container .one-fifth.columns, .container .one-third.columns, .container .two-thirds.columns {
    width: 100% !important;
}	
.container {
    width: auto;
}
.gallery-h2 {
    font-size: 35px !important;
}	
.all-h2-blue {
    font-size: 35px !important;
    line-height: 35px !important;
}
.all-h2-yellow {
    font-size: 35px !important;
    line-height: 50px !important;
}	
#footer-equip-480 {
    width: auto !important;
}	
/*Test*/	
.jx-rebuild-header .jx-rebuild-header-logo img {
    width: 80% !important;
    margin-left: 20px;
}
.home-hero-video-text {
    bottom: 100px;
    font-size: 40px !important;
    line-height: 40px !important;
}
.home-block-row-yellow:before {
    top: -54px;
    background-size: 100% 50%;
}
.home-block-row-yellow2:after {
    background-size: 100% 50%;
}
.before-footer {
    bottom: 36px;
}
.jx-rebuild-footer-1 .jx-rebuild-footer-logo {
    bottom: 0;
    margin-bottom: 0;
}
	/*Blog Pages*/
	header:after {
    background-size: 100% 30%;
	}
	.container.with-sidebar .sixteen.columns {
			width: 100%;
			padding-top: 0px !important;
			padding-left: 10px !important;
			padding-right: 10px !important;
	}
	#sidebar {
    display: none;
	}
	#mob-equip-menu {
			display: block;
	}
	.vc_col-sm-3 {
			display: inline-block;
			padding-bottom: 10px;
		  width: 50% !important;
	}
	/*Gallery Page*/
	.gallery-content .gallery {
    display: block;
	}
	.gallery-content .gallery-item {
			width: 25% !important;
	}
	/*Field Days Page*/
	.field-days-content .container {
    width: 100%;
	}
	.field-days-map .container {
			width: 100%;
	}
		/*Contact Page*/
	.contact-content .container {
    width: 100%;
	}
	/*Who We Are Page*/
	.who-we-are-yellow .aio-icon-description {
    display: grid !important;
	}
	.staff-info {
			order: 3;
			opacity: 1 !important;
			position: unset;
			width: auto;	
	}
	.staff-info-email-only {
			order: 3;
			opacity: 1 !important;
			position: unset;
			width: auto;
	}
	.who-we-are-yellow .aio-icon-description p {
			order: 2;
	}
	.staff-video {
    display: block;
	}
footer .below-footer {
    text-align: center;
}
/*Testimonials Video Playlist*/
.page-id-8370 .equip-video {
    padding-top: 0 !important;
		padding-bottom: 0;
}
.page-id-8370 .equip-video .vc_col-sm-12, .page-id-8370 .equip-video .vc_column-inner {
    padding: 15px !important;
}
.page-id-8370 .vid-thumbs a {
    min-width: 150px;
}	
.before-footer {
    display: none;
}	
	.jx-rebuild-footer-logo .footer-patent {
    display: block;
    margin: 0 auto;
	}
	.patent span {
		display: block;
		text-align: center;
		padding-top: 20px;
		line-height: 1;
	}
}
@media only screen and (max-width: 480px) {
	.slicknav_menu {
		display: none !important;
	}
		header .jx-rebuild-header.header-line {
    display: none;
	}
	.mob-only {
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center;
	}
	.legend .inner-legend {
		position: initial;
	}
	.legend .inner-legend p {
		text-align: center;
	}
	.equip-h2-title {
    font-size: 2.5em !important;
    line-height: 1 !important;
    text-align: center !important;
    margin-top: 30px;
	}
	.d-container img {
		display: none;
	} 
	.sp-image-container, .sp-slide.sp-selected, .sp-mask.sp-grab {
		height: 300px !important;
	}
	/*New Layout*/
	.equip-content.full-width-section {
			position: inherit;
			max-width: unset;
			width: 100%;
	}
	.equip-p.new p {
		  font-size: 14px !important;
			margin-top: 15px;
	}
	.vid-thumbs a {
			min-height: 100px;
			min-width: 150px;
	}
	.vid-thumbs a img {
			height: 100px !important;
	}
}
@media only screen and (max-width: 420px) {
.home-hero-video-text {
    bottom: 160px;
}
	.tq-container h1:before{
		font-size: 75px;
	}
	.tq-container h1:after {
		font-size: 75px;
	}
}