@charset "utf-8";
/* CSS Document */

a,
button,
.button,
a:hover,
button:hover,
.button:hover,
button.mobile_btn::after {
	-webkit-transition: all .45s ease;
	-moz-transition: all .45s ease;
	-ms-transition: all .45s ease;
	-o-transition: all .45s ease;
	transition: all .45s ease;
}

* {
	outline: none;
}

body {
	overflow-x: hidden;
}

::-webkit-scrollbar-track,
::-webkit-scrollbar,
::-webkit-scrollbar-thumb {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #eee;
}

::-webkit-scrollbar {
	width: 10px;
	background-color: #eee;
}

::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, .25);
}

/* =============================================================================
   Foundation Resets                                                               
============================================================================= */



/* =============================================================================
   Hosted Inventory Resets                                                               
============================================================================= */
.inven #wide_col {
	float: left;
}

.hosted-content .columns.small-12 {
	width: 25%;
	float: left;
	padding: 0;
}

.attachment-search {
	width: 100% !important;
}

/*  SCROLLING INVENTORY
------------------------------------------------*/
.scrolling-wrap {
	width: 100%;
	height: 90px;
	overflow: hidden;
}

.scrolling {
	width: 100%;
	height: 92px;
}

.at-share-btn-elements {
	padding-bottom: 10px !important;
}

.listings-wrapper .listing-smallcard .listing-smallcard-title {
	min-height: 0 !important;
}

h1 {
	font-size: 2em;
	margin: 0
}

.listings-wrapper .listing-smallcard .listing-card-pricing .listing-prices {
	margin-bottom: 0px;
}

.hosted-content img {
	vertical-align: baseline !important;
}

.hosted-content .pagination>.drop-down-form select,
.hosted-content .pagination-blog>select {
	width: 60px;
}

/* =============================================================================
 new inventory resets                                                       
============================================================================= */
.grey-info .small-12.medium-8.large-6.column,
.grey-info .small-12.medium-4.large-6.column,
.top .small-6.medium-4.large-4.column,
.top .small-12.medium-4.large-4.column,
.cta .small-up-2.medium-up-2.large-up-4,
.footer .small-12.medium-6.large-3.column,
.footer .small-12.medium-6.large-2.column,
.footer .small-12.medium-12.large-4.column,
.small-12.medium-12.large-12.column .column,
.small-12.medium-12.large-12.column,
.column,
.columns {
	box-sizing: border-box !important;
}

/* 
.info-bar a[href^="tel:"] {
    color: #000 !important;
}
.list-content .list-title .list-listings-count, .list-content .list-main-section .list-container .list-listing .listing-top .listing-top-left .listing-main-stats .price, .rent-title, .list-content .list-listing-mobile .price-container .price, .dealer-company-header, .detail-content .dealer-info .contact-information .address, .detail-content .dealer-info .contact-information .phone, .detail-content .dealer-info .contact-information .contact, .detail-content .detail-main-body .main-detail-data .detail-price, .detail-content .dealer-info .phone-and-email .send-email-btn, .list-content .list-main-section .list-container .list-listing .listing-top-right .listing-dealer-info .dealer-name, .list-content .list-top-section .sticky-top-menu .listing-option-bar-content .list-listings-count, #parts-content .parts-top-section .parts-title-and-breadcrumbs .parts-title .parts-listings-count, a.part-name-value-large, #part-detail-content .part-detail-body .part-body-data .part-main-data .detail-price, #part-detail-content .search-results-link {color:#003b93 !important;}
.faceted-search-content .selected-facets-container .selected-facet, .list-content .list-main-section .list-container .list-listing .listing-top-right .view-listing-details-link,  .list-content .list-listing-mobile .view-listing-details-link, .detail-content .detail-additional-data .data-row .data-label, .detail-content .detail-main-body .main-detail-data .offer-btn, .detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile,  .detail-content-mobile .detail-main-body .main-detail-data .offer-btn-mobile, .detail-content-mobile .detail-main-body .main-detail-data .send-email-btn-mobile, .detail-content-mobile .detail-additional-data .data-row .data-label, .detail-content-mobile .detail-contact-bar .contact-bar-btn, .detail-content-mobile .detail-contact-bar .contact-bar-btn, #parts-content .parts-bottom-section .parts-list-view .parts-list-content .parts-listing-container .parts-listing-column .parts-button.view-details, #part-detail-content .part-detail-additional-data .data-row .data-label, .paging-container .page-navs .list-page-nav, button.list-page-nav.next{background-color:#003b93 !important;}

.faceted-search-content .selected-facets-container .selected-facet:hover, .list-content .list-main-section .list-container .list-listing .listing-top-right .view-listing-details-link:hover, .list-content .list-listing-mobile .view-listing-details-link:hover, .detail-content-mobile .detail-main-body .main-detail-data .dealer-phone-mobile-container .dealer-phone-mobile:hover,  .detail-content-mobile .detail-main-body .main-detail-data .offer-btn-mobile:hover, .detail-content-mobile .detail-main-body .main-detail-data .send-email-btn-mobile:hover, .detail-content-mobile .detail-contact-bar .contact-bar-btn:hover, .detail-content-mobile .detail-contact-bar .contact-bar-btn:hover, #parts-content .parts-bottom-section .parts-list-view .parts-list-content .parts-listing-container .parts-listing-column .parts-button.view-details:hover, .paging-container .page-navs .list-page-nav:hover{background-color:#022963 !important;}

.faceted-search-content .faceted-section-box .faceted-option-checkbox-container label {
    font-size: 12px;
    line-height: 1;
}
.top .button:hover{background-color:rgba(0,0,0,0.00); background: url(../siteart/mobile.png) no-repeat 50% 50% / contain transparent;}

.list-content {
    max-width: 95rem !important;
} */
/* =============================================================================
   Typeography                                                              
============================================================================= */

h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
li,
ul {
	font-family: 'Montserrat', sans-serif;
}


/* =============================================================================
   Header                                                              
============================================================================= */
.grey-info-bar {
	background-color: #eeeeef;
	padding: 5px 0;
	border-bottom: 1px solid #222;
	font-size: 13px;
}

.grey-info-bar p {
	margin-bottom: 0;
	color: #222;
}

.grey-info-bar a {
	color: #222;
	border-right: 1px solid #222;
	padding: 0 5px;
	font-weight: 600;
}

.grey-info-bar a:last-child {
	border-right: 0px solid #222;
}

.grey-info-bar a:hover,
.top .phone-number p a:hover {
	color: #003b93;
	text-decoration: underline;
}

.top {
	padding: 10px 0px;
}

.top .logo {
	max-height: 100px;
}

.top .column .column {
	padding-top: 25px;
}

.top .phone-number p {
	text-align: center;
	font-size: 14px;
	margin-bottom: 0;
}

.top .phone-number p a {
	display: block;
	font-size: 20px;
	color: #222;
}


.top .sprinkler-quote-button,
.footer .sprinkler-quote-button {
	text-transform: uppercase;
	font-size: 16px;
	background-color: #003b93;
	padding: 5px 7px;
	max-width: 225px;
	line-height: 1.2;
	margin-left: auto;
}

.top .sprinkler-quote-button a,
.footer .sprinkler-quote-button a {
	color: white;
}

.top .sprinkler-quote-button a:hover,
.footer .sprinkler-quote-button a:hover {
	color: white;
}

.top .sprinkler-quote-button:hover,
.footer .sprinkler-quote-button:hover {
	background-color: #222;
}

.top .arrow-r,
.top .arrow-mobile-r {
	width: 40px;
	height: 40px !important;
	position: absolute;
	top: 67px;
}

.top .arrow-mobile-r {
	display: none;
}

header {
	display: table;
	width: 100%;
	padding: 0px;
	background-color: #003b93;
}

/* Menu Main */
.menu-main-container ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

.mobile-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu-main a {
	display: block;
	color: white;
	padding: 0.4em 0.8em;
	font-size: 15px;
	padding: 0.3em 0.8em;
	font-size: 10px;
	position: relative;
	text-transform: uppercase;
}

#menu-main a:hover {
	background-color: white;
	color: #003b93;
}

#menu-main li {
	position: relative;
	display: inline-block;
}

/* Main Sub-Menu */
#menu-main ul {
	position: absolute;
	white-space: nowrap;
	z-index: 9999999;
	left: -99999em;
	background: black;
	text-align: left;
}

#menu-main li ul li {
	display: block;
}

#menu-main ul li a:hover {
	color: #333;
}

#menu-main>li:hover>ul {
	left: auto;
	min-width: 100%;
}

#menu-main>li li:hover>ul {
	left: 100%;
	margin-left: 1px;
	top: -1px;
}

/* Dropdown Arrow */
/*#menu-main li > a:after {
	content: ' ';
    background: url(../siteart/down.png) no-repeat 80% 50% / 8px;
    top: 0;
    position: absolute;
    width: 15px;
    height: 100%;
}
#menu-main li > a:hover:after { background: url(../siteart/down.png) no-repeat 80% 50% / 8px; }
#menu-main li > a:only-child:after { content: none; }
*/

/* Mobile Menu Toggle */
.off-canvas-container {
	position: relative;
}

.off-canvas-inner {
	position: relative;
	width: 100%;
	display: block;
	overflow: hidden;
}

.off_canvas {
	position: relative;
	height: 100vh;
	max-height: 100%;
	background: #eeeeef;
	position: fixed;
	overflow-x: hidden;
	top: 0;
	z-index: 1;
}

.off_canvas_content.is_open,
.off_canvas_content.open_right.is_open {
	filter: blur(3px);
	position: fixed;
	width: 100%;
}

.off_canvas_content.is_open {
	transform: translateX(300px);
}

.off_canvas_content.open_right.is_open {
	transform: translateX(-250px);
}

.position_left,
.position_right {
	width: 300px;
	overflow-y: auto;
}

.position_left {
	transform: translateX(-300px);
	left: 0
}

.position_right {
	transform: translateX(300px);
	right: 0;
}

.position_left.is_open,
.position_right.is_open {
	transform: translateX(0px);
	z-index: 999999;
	-webkit-box-shadow: 2px 0 20px -4px #222;
	box-shadow: 2px 0 20px -4px #222;
}

.off_canvas_content,
.off_canvas_content.is_open,
.position_left,
.position_left.is_open,
#off_canvas_cover.is_open,
#off_canvas_cover,
.position_right.is_open,
.position_right {
	-webkit-transition: all 0.75s ease;
	-moz-transition: all 0.75s ease;
	-o-transition: all 0.75s ease;
	transition: all 0.75s ease;
}

/* Close Btn */
.close {
	background: url(../siteart/close.png) no-repeat 50% 50% / 20px transparent;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 12px;
	top: 15px;
	display: block;
}

.close:hover {
	cursor: pointer;
	background: url(../siteart/close.png) no-repeat 50% 50% / 20px transparent;
}

#off_canvas_cover,
#off_canvas_cover.is_open {
	transform: rotate(0);
}

#off_canvas_cover {
	visibility: hidden;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	background: rgba(255, 255, 255, .65);
	opacity: 0;
}

#off_canvas_cover.is_open {
	opacity: 1;
	visibility: visible;
	z-index: 9999;
}

/* Mobile Menu */
.off_canvas header {
	background: transparent;
	padding: 0px;
	position: relative;
	top: 0;
}

.off_canvas h2 {
	color: #003b93;
	text-align: left;
	font-size: 1.5em;
	margin: 10px 15px;
	text-transform: uppercase;
	font-weight: 600;
}

.mobile.button {
	display: none;
}

.mobile-nav #mobile-menu-main {
	border-top: 2px solid #333;
}

.mobile-nav #mobile-menu-main li {
	width: 100%;
	position: relative;
}

.mobile-nav #mobile-menu-main li a:hover {
	color: #fff;
	background-color: #003b93;
}

.mobile-nav #mobile-menu-main a {
	width: 100%;
	color: #222;
	display: inline-block;
	text-decoration: none;
	padding: 10px 0 10px 5%;
	position: relative;
	font-size: 14px;
	border-bottom: 1px solid #003b93;
	font-weight: 600;
	text-transform: uppercase;
}

/* Mobile Sub-Menu */
.mobile-nav #mobile-menu-main ul {
	position: relative;
	z-index: initial;
	left: 0;
	background: transparent;
	text-align: left;
	width: 100%;
	padding: 0px;
	display: none;
}

.mobile-nav ul li ul li a {
	padding: 10px 0;
}

.mobile-nav ul li a:hover {
	color: #fff !important;
}

/* First Dropdown */
.mobile-nav #mobile-menu-main>li li:hover>ul {
	left: 0px;
}

/* Second Dropdown */
.mobile-nav #mobile-menu-main>li>.sub-menu li a {
	margin: 0 0 0 5%;
}

/* Third Dropdown */
.mobile-nav #mobile-menu-main>li>.sub-menu>li>ul.sub-menu li a {
	margin: 0 0 0 10%;
}

/* Fourth Dropdown */
.mobile-nav #mobile-menu-main>li>.sub-menu>li>ul.sub-menu>li>ul.sub-menu li a {
	margin: 0 0 0 15%;
}

/* Fifth Dropdown */
.mobile-nav #mobile-menu-main>li>.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu li a {
	margin: 0 0 0 20%;
}

/* Mobile Btn */
.mobile-nav li button.mobile_btn {
	height: 45px;
	width: 50px;
	position: absolute;
	top: 0;
	right: 0;
	background: #333;
	display: inline-block;
	border-radius: 3px 0 0 3px;
	border: none;
}

.mobile-nav li button.mobile_btn:hover {
	cursor: pointer
}

.mobile-nav button.mobile_btn::after {
	content: ' ';
	position: absolute;
	top: 0;
	left: 0;
	background: url(../siteart/mobile_arrow.png) no-repeat center center / 10px;
	width: 100%;
	height: 100%;
}

.mobile-nav li button.mobile_btn.active {
	background: #666;
}

.mobile-nav li button.mobile_btn.active::after,
.close:hover {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

/* =============================================================================
   Slider                                                              
============================================================================= */
#slider {
	overflow: hidden;
	position: relative;
	width: 100%;
	background: #222;
	display: table;
}

#slider .orbit-container {
	height: 0;
	margin: 0;
	list-style: none;
	overflow: hidden;
	height: 45vh !important;
	width: 100%;
	text-align: left;
}

#slider .orbit-slide {
	background-repeat: no-repeat;
	background-size: cover;
	height: 45vh;
	background-position: 50% 50%;
	width: 100%;
	z-index: 9;
	padding: 0;
}

.orbit-next::after,
.orbit-previous::after {
	display: none;
}

.orbit-next,
.orbit-previous,
.orbit-next:focus,
.orbit-previous:focus,
.orbit-next:active,
.orbit-previous:active {
	cursor: pointer;
	background: transparent;
}

.orbit-next:hover,
.orbit-previous:hover {
	background: rgba(0, 0, 0, .5)
}

.orbit-next:hover,
.orbit-previous:hover,
.orbit-next:focus,
.orbit-previous:focus {
	padding: 1rem;
}

.orbit-next,
.orbit-previous {
	background: transparent;
	z-index: 99;
}

/* Interior */
#interior #slider .orbit-container,
#interior #slider,
#interior #slider .orbit-slide {
	height: 20vh !important;
}

#interior .orbit-next,
#interior .orbit-previous {
	display: none;
}

#interior #slider .orbit-slide {
	background-position: 50% 65%;
}

/* =============================================================================
   CTA                                                             
============================================================================= */
.cta ul {
	margin: 0px;
	list-style: none;
	width: 100%;
	display: table;
	position: relative;
	padding: 15px 0;
}

.cta ul li {
	padding: 0 10px 0;
	margin: 0px;
}

.cta ul li:first-child {}

.cta div:first-of-type {
	list-style: none;
	position: relative;
	background: white;
	border: thin solid #a7a7a7;
	border-radius: 1px;
	padding: 0;
	height: 115px;
	z-index: 999;
	background-color: #eeeeef;
}

.cta a span {
	text-align: left;
	display: table-cell;
	vertical-align: middle;
}

.cta a h2 {
	color: #003b93;
	font-size: 18px;
	font-weight: 200;
	line-height: 1;
	float: left;
	position: relative;
	top: 20px;
	left: 15px;
	text-transform: uppercase;
}

.cta a h2 strong {
	display: block;
	color: #003b93;
	font-size: 20px;
	font-weight: 600;
}

.cta a:hover {
	opacity: 1;
}

.cta a .overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	display: table;
	padding-left: 10px;
	width: 100%;
	height: 100%;
}

.cta li.column.column-block {
	padding: 0;
}

.cta .icon {
	width: 75px;
	height: 75px !important;
	float: left;
	border: none !important;

}


.cta div:hover {
	background: #F5F5F5;
}

.cta .icon.one {
	background: url("../siteart/Irrigation-Center-Drives-324x324.png")no-repeat 50% 50% / 75px;
}

.cta .icon.two {
	background: url("../siteart/Irrigation-Gear-Boxes-324x324.png")no-repeat 50% 50% / 75px;
}

.cta .icon.three {
	background: url("../siteart/wheels-324x324.png")no-repeat 50% 50% / 75px;
}

.cta .icon.four {
	background: url("../siteart/all-parts-324x324.png")no-repeat 50% 50% / 75px;
}

#interior .cta ul li div:first-child {
	height: 135px;
}


.cta-box p {
	text-align: center;
	margin-bottom: 0;
	margin: 5px 5px 150px;
	padding: 5px;
	color: #003b93;
	font-weight: 700;
	background-color: rgba(255, 255, 255, 0.90);
}

.cta-box p:hover {
	background-color: rgba(255, 255, 255, 0.20);
}

.cta-box-1 .column {
	background: url("../siteart/pierce.JPG")no-repeat 50% 50%;
	background-size: cover;
	border-right: 1px solid #003b93;
}

.cta-box-2 .column {
	background: url("../siteart/land-pro.jpg")no-repeat 50% 50%;
	background-size: cover;
}

.cta-box-3 .column {
	background: url("../siteart/center-pivots.jpg")no-repeat 50% 50%;
	background-size: cover;
	border-right: 1px solid #003b93;
	border-top: 1px solid #003b93;
}

.cta-box-4 .column {
	background: url("../siteart/videos.jpg")no-repeat 50% 50%;
	background-size: cover;
	border-top: 1px solid #003b93;
}

/* =============================================================================
   Main Content                                                             
============================================================================= */
.internal-pgs .row h1 {
	padding-top: 20px;
}

h1 {
	color: #003b93;
	font-weight: 600;
	font-size: 24px;
	padding-bottom: 10px;
}

h1 strong {
	font-weight: 200;
	color: #222;
	display: block;
	font-size: 19px;
}

.pierce-irrigation {
	border: 2px solid black;
	max-width: 400px;
}

/* =============================================================================
   Form                                                              
============================================================================= */
.column.text-center.form-space.black-area {
	padding-bottom: 10px;
}

.column.text-center.form-space.black-area p.form-label {
	background-color: #003b93;
	color: white;
	text-transform: uppercase;
	padding: 5px;
	margin: 0px !important;
}

.CaptchaPanel {
	margin: 0 !important;
	padding: 0px !important;
}

.CaptchaMessagePanel {
	padding: 0 !important;
	font-size: 14px;
}

.CaptchaImagePanel {
	padding: 0 !important;
}

.CaptchaWhatsThisPanel a {
	background-color: rgba(255, 255, 255, 0.00);
	padding: 0px;
	color: black;
	background-image: none !important;
}

.CaptchaWhatsThisPanel a:hover {
	background-color: rgba(0, 0, 0, 0.00);
	text-decoration: underline;
}

.internal-pgs [type=submit],
.internal-pgs [type=reset] {
	background: #003b93;
	padding: 7px 10px;
	font-size: 15px;
	border: none !important;
	color: white;
	text-transform: uppercase;
}

.internal-pgs [type=submit]:hover,
.internal-pgs [type=reset]:hover {
	background: #222;
}

/* =============================================================================
   Footer                                                              
============================================================================= */
.map-responsive {
	overflow: hidden;
	padding-bottom: 300px;
	position: relative;
	height: 0;
}

.map-responsive iframe {
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	position: absolute;
}

.footer {
	padding: 10px 0;
	border-top: thin solid #a7a7a7;
	background-color: #eeeeef;
}

.footer .sprinkler-quote-button {
	margin-left: 0px;
	margin-right: auto;
}

.footer .arrow-r {
	width: 40px;
	height: 40px !important;
	position: absolute;
	margin-top: -20px;
}

.footer .social-media {
	max-height: 30px;
	display: inline-block;
	vertical-align: middle;
}

.footer a {
	color: black;
	font-weight: 600;
	text-transform: uppercase;
}

.footer a:hover {
	color: #003b93;
}

.footer h6 {
	font-weight: 600;
	font-size: 16px;
}

.footer ul {
	font-size: 12px;
	line-height: 1.8;
	list-style-type: none;
	margin-left: none !important;
}

.footer ol,
.footer ul {
	margin-left: 0;
}

a.footerlink:link,
a.footerlink:visited,
a.footerlink:active {
	text-decoration: underline;
	font-size: 13px;
	color: #003b93;
}

a.footerlink:hover {
	text-decoration: none;
	font-size: 13px;
	color: #222;
}

.footertext {
	font-size: 13px;
}

.smallfootertext {
	display: none;
}

.divfooter {
	text-align: right;
	margin: 0 auto;
	color: #003b93;
	font-weight: 600;
	text-transform: uppercase;
}


/* =============================================================================
   Mobile                                                              
============================================================================= */

@media only screen and (max-width: 1115px) {
	.footer .medium-6 {
		width: 50%;
	}

	.footer .medium-12 {
		width: 100%;
	}

	.divfooter {
		text-align: center;
	}

	.footer .text-right {
		text-align: center;
	}

}

@media only screen and (max-width: 1530px) {

	.off_canvas {
		display: block;
	}

	.mobile.button {
		display: block;
		background: url(../siteart/mobile.png) no-repeat 50% 50% / contain transparent;
		height: 45px;
		width: 45px;
		position: relative;
		color: transparent !important;
		margin: 5px;
	}

	.menu-main-container {
		display: none;
	}

	header {}
}

@media only screen and (max-width: 820px) {
	.grey-info-bar .small-12 {
		width: 100%;
		text-align: center;
	}

	.grey-info-bar .text-right {
		text-align: center;
	}

	.top .column .column {
		padding-top: 15px;
	}

	.top .small-6 {
		width: 50%;
	}

	.top {
		padding: 5px 0px;
	}

	.top .logo,
	.top .phone-number {
		z-index: 99999;
	}

	.top .logo {
		max-height: 80px;
	}

	.top .sprinkler-quote-button {
		position: absolute;
		margin-top: 8px;
		margin-left: auto;
		right: 5px;
		background-color: white;
		color: #003b93;
		display: block;
		min-width: 220px;
	}

	.top .sprinkler-quote-button a {
		color: #003b93;
	}

	.top .arrow-r {
		display: none;
	}

	.top .arrow-mobile-r {
		display: inline-block
	}

	.top .small-12 {
		width: 100%;
	}

	.top .arrow-mobile-r {
		top: 3px;
	}
}

@media only screen and (max-width: 640px) {
	.cta div:first-of-type {
		height: 90px;
	}

	.cta a h2 {
		font-size: 15px;
		top: 25px;
	}

	.cta a h2 strong {
		font-size: 18px;
	}
}

@media only screen and (max-width: 525px) {
	.cta .small-up-2 .column {
		width: 100%;
	}

	.cta ul {
		padding: 0;
	}
}

@media only screen and (max-width: 435px) {
	.top .small-6 {
		width: 100%;
	}

	.top .logo {
		margin-left: auto;
		margin-right: auto;
		display: block;
	}

	.top span {
		display: none;
	}

	.top .column .column {
		padding-top: 0px;
	}

}