﻿/***** BEGIN RESET *****/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;	
}

ol, ul {
	list-style: none;
}

table{border-collapse:collapse; width:100%;}
td{vertical-align:top;}

/* Make HTML 5 elements display block-level for consistent styling */  
header, nav, article, footer, address {  
    display: block;  
} 

/*-------- COLORS --------

*/

/***** END RESET *****/
::-moz-selection {
    background: #000; 
    color: #fff;
    text-shadow: none;
}
::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}


/* Clearfix */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}

/*-------- BODY STYLES --------*/

body {

}

a:link, a:visited, a:active {text-decoration:none;}
a:hover {text-decoration:none;}


hr{border:#000 1px solid;}
/* Sweep To Right */
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;

}
.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #dbaa15;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
	border-radius: 6px;
	border:none;
}
.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  color: #000;
	border-left: 2px solid #dbaa15;
	font-weight: 600;
	border-radius: 8px;
}
.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/*--- HEADER STYLES ---------------------*/
.topheader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 40px;
}
.bottomheader {
    padding: 10px 40px;
	width: 100%;
	margin-left: 0%;
	box-sizing: border-box;
}
.navinfosect{display: flex; width: 50%; justify-content: flex-end; align-items: center;}
.navinfo i {padding-right: 10px; color: #000; font-size: 18px;}
.navinfo a {padding-right: 25px; color: #000; font-size: 15px; font-family: 'Montserrat', sans-serif;}
.contactbtn{background: #ffd453; padding: 10px 15px 10px 30px; text-align: center;  border-radius: 12px; transition-duration: 0.5s;}
.contactbtn:hover{background: #fbd86f;}
.mobileiconsect{display: none;}
/*---BODY--------------------------------*/
.smcircle{
  height: 8px;
  width: 8px;
  background-color: #dbaa15;
  border-radius: 50%;
  margin: 0px 10px;
}
.topherotext {
	display: flex;
	height: 60px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
}
.bottomherotext {
	display: flex;
    height: 60px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: right;
	position: relative;
	justify-content: flex-end;
}
.herosection{display: flex!important; padding: 30px 0px; align-items: center; overflow: hidden;}
.heroleft{width: 55%; position: relative; z-index: 1;}
.heroleft img{width: 100%;}
.heroheader {
    font-family: 'Tektur', sans-serif;
    font-size: 58px;
    font-weight: 900;
    line-height: 56px;
}
.pageheader {
    font-family: 'Tektur', sans-serif;
    font-size: 54px;
    font-weight: 900;
    line-height: 56px;
}
.heroheader strong{
    font-weight: 900;
}
.black{color: #000!important;}
.gold{color: #87680d;}
.heroright{   display: flex; flex-wrap: wrap; width: 45%; justify-content: flex-end;}
.herotextsect {
    padding: 12% 5%;
	width: 85%;
}
.herosection .yellowbtn {
	   width: 40%;
	
}
.hpaboutleft .yellowbtn {
	   width: 24%;
	
}
.yellowbtn {
    display: flex;
    align-items: center;
    border-left: solid 5px #dbaa15;
    padding: 12px;
    font-family: 'Montserrat';
    color: #000;
    font-weight: 600;
	border-radius: 5px;

}
.herosubhead{text-transform: uppercase; font-family: 'Montserrat'; margin: 40px 0px; font-size: 20px;
}
.pagesubhead{text-transform: uppercase; font-family: 'Montserrat'; margin: 20px 0px; font-size: 18px;
}
.bottomherotext .herorectangle {
	border-bottom-left-radius: 8px;
	border-top-left-radius: 8px;
}
.topherotext .herorectangle {
	border-bottom-right-radius: 8px;
	border-top-right-radius: 8px;
}
.herorectangle{
  height: 30px;
  width: 40%;
  background-color: #1c1c1c;
  border-radius: 2px;
  margin: 0px;}

.heroroundedrec{
  height: 30px;
  width: 35%;
  background-color: #1c1c1c;
  border-radius: 15px;
  margin: 0px 10px;
}
.herocircle{ 
  height: 30px;
  width: 30px;
  background-color: #1c1c1c;
  border-radius: 50%;
  margin: 0px 10px;}


  .rectangle {
    height: 190px;
    width: 15px;
    background-color: #1c1c1c;
    border-radius: 2px;
    margin: 10px 0px;
}


.roundedrec{
    height: 140px;
    width: 15px;
    background-color: #1c1c1c;
    border-radius: 15px;
    margin: 10px 0px;
}
.circle{ 
    height: 15px;
    width: 15px;
    background-color: #1c1c1c;
    border-radius: 50%;
    margin: 10px 0px;
}
.hpsearch {
    display: flex;
	align-items: center;
 	padding: 2% 5%;
    justify-content: space-between;
}
.hpsearch select{
    font-family: 'Montserrat';
    padding: 8px 10px;
    width: 40%;
    margin: 0px 10px;
}
.hpsearch form{
    width: 70%;
    display: flex;
    justify-content: space-around;
}
.hpsearch .keyword{
    font-family: 'Montserrat';
    padding: 8px 10px;
    width: 40%;
    margin: 0px 10px;
}
.headertext {
    font-family: 'Tektur';
    font-size: 30px;
    font-weight: 500;
}
.submitbutton {
    background: #1c1c1c;
    color: #fff;
    font-family: 'Montserrat';
    border: none;
    border-radius: 10px;
    padding: 8px 25px;
    text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
}
.hpsearch h2 {
    width: 25%;
    text-align: left;
    padding-right: 2%;
}
.hpaboutsect {
    display: flex;
	align-items: center;
	padding: 2% 5%;
}
.aboutborder {
    width: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}
.hpaboutleft {
    width: 45%;
    padding: 0% 5%;
}
.hpaboutleft p{
   padding-bottom: 30px;
}
.paratext{
    font-family: 'Montserrat';
	font-size: 16px;
	line-height: 34px;
}
.hpaboutright{
    background: url(/siteart/about-hp-irrigation.jpg);
    width: 28%;
    background-size: cover;
    height: 545px;
    margin-left: 12%;
}
.dkbanner {
    display: flex;
	justify-content: space-between;
    padding: 18px 5%;
    background: #1c1c1c;
    align-items: center;
}
.white{color: #fff;}
.smheader{ 
	font-family: 'Tektur';
    font-size: 24px;
    font-weight: 500;
}
.smsubhead{ 
	font-family: 'Tektur';
    font-size: 20px;
    font-weight: 500;
	padding: 15px 0px;
	width: 100%;
}
.hpflex{display: flex; padding: 5%; align-items: center; justify-content: space-between;}
.hphalf{width: 45%; display: flex; flex-wrap: wrap;}
.hphalf .paratext{padding: 20px 70px 20px 0px;}
.hpiconsect {
    display: flex;
    width: 28%;
    padding: 10px 10%;
    align-items: center;
}
.hpiconleft {
 padding-right: 20px;
font-size: 20px;
}
.hpiconright {
    font-family: 'Montserrat';
}
.hpbrandsect{padding: 2% 5%;}
.brandheader{display: flex; justify-content: center; padding-bottom: 35px;}
.brandslider {
    display: flex;
    justify-content: space-evenly;
	align-items: center;
}

.brandlogo img{
    width: 100%;
}

.brandheader .headertext{background: #ffd453; padding: 5px 10vh;}
.hpmap{width: 100%; height: 300px;}
.halflink a{width: 40%; display: inline-block;}
.thirdlink a{width: 30%; display: inline-block;}
.twothirdsect{width: 66%;}
.twothirdsect p{padding: 20px 0px;}
.twothirdsect .yellowbtn {
    width: 25%;
}
.requestform{padding: 70px 0px;}
.thankyoupadding{padding: 8% 0%;}
.kpformsect {
    width: 30%;
}
.kpinfosect {
    width: 60%;
}
.kpinfosect li {
    list-style: disc;
    font-family: 'Montserrat';
    font-size: 16px;
    line-height: 40px;
    list-style-position: inside;
}
.kpinfosect ul {
   padding: 0px 35px;
}
.kpinfo {
    padding: 50px 0px;
	width: 70%;
}
.center{width: 100%; text-align: center; padding-bottom: 40px;}
/*--------FORM STYLES--------------------*/
.secondarypages {
    padding: 4% 5%;
}
.formflex{justify-content: space-between; display: flex; flex-wrap: wrap;}
.flex-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.cpformsect {
    width: 45%;
    padding-right: 15%;
}
.cpinfosect {
    width: 30%;
	padding-top: 5%;
}
.fullformfield {
    width: 100%;
    padding: 0px 10px;
    height: 38px;
    margin: 5px 0px;
	font-family: 'Montserrat';
	box-sizing: border-box;
}
.halfformfield {
    width: 49.5%;
    padding: 0px 10px;
    height: 38px;
    margin: 5px 0px;
	font-family: 'Montserrat';
	box-sizing: border-box;
}
.fullmessage {
    width: 100%;
    padding: 10px 10px;
    height: 110px;
    margin: 5px 0px;
    font-family: 'Montserrat';
	box-sizing: border-box;
}
.CaptchaPanel {
    margin: 10px 0px 10px 0px!important;
    text-align: left!important;
    padding: 0px!important;
	width: 100%;
}
.CaptchaMessagePanel {
    padding: 5px 5px 10px 5px!important;
    font-weight: 600!important;
    font-family: 'Montserrat'!important;
    font-size: 13px!important;
}
.CaptchaWhatsThisPanel a{color: #000!important;    font-family: 'Montserrat'!important;     font-size: 12px!important;}
.submitform{    background: #1c1c1c;
    color: #fff;
    font-family: 'Montserrat';
    border: none;
    border-radius: 10px;
    padding: 8px 25px;
    text-transform: uppercase;
	font-size: 14px;
	cursor: pointer;
	font-weight: 600;
}
.cpinfo a {
    color: #000;
    font-family: 'Montserrat';
    padding-left: 20px;
    font-size: 18px;
}
.cpinfo i {
    font-size: 24px;
}
.cpinfo {
    padding: 14px 0px;
    display: flex;
    align-items: center;
}
.cpicons i{color: #000; font-size: 24px; padding-right:20px;}
.cpicons {padding-top: 20px;}
.subhead {
    font-family: 'Tektur';
    font-size: 25px;
	text-transform: uppercase;
}
.halfsect {
    width: 50%;
	font-family: 'Montserrat';
	padding: 15px 0px;
}
.cphoursect{
	padding: 30px 0px 20px 0px;
}
.thirdsect{width: 30%;}
.partsright{width: 20%; padding-bottom: 50px;}
.kifcopartscat{background:url("/siteart/kifco-parts-thumbnail.JPG"); background-size: cover;
    height: 385px;
    width: 100%;
    display: flex;
    align-items: flex-end;}
.kifcoparttext {
    width: 100%;
    background: #ffd453;
    color: #282828;
    font-family: 'Montserrat';
    padding: 15px 30px;
    border-top-right-radius: 16px;
	font-weight: 600;
	transition-duration: 0.5s;
}
.kifcoparttext:hover {
 padding: 15px 40px;   
}
.partsleft p{padding: 40px 0px 30px 0px;}
.partsleft .yellowbtn{width: 25%;}
strong.gold{font-weight: 900;}
/*-------- FOOTER STYLES ----------------*/
.footer {
    display: flex;
	align-items: stretch;
}
.footerlinksect.halflink{
	color: #fff!important;
}
.footerlinksect.thirdlink{
	color: #fff!important;
	
}
.footericons a {
    color: #000;
    padding-right: 10px;
}
.footerleft {
    background: #ffd453;
    padding: 20px 3%;
	width: 25%;
}
.footerleft a{
   color: #000!important;
}
.footerright {
    background: #282828;
    display: flex;
    align-items: center;
	padding: 20px 3%;
	width: 100%;
}

.footerheader{font-family: 'Tektur'; color:#ffd453; font-weight: 500; font-size: 15px; }
.footerlinks {
    font-family: 'Montserrat';
    font-size: 14px;
    color: #fff!important;
}
.footerlogo img {
    width: 135px;
}
.footericons i {
    color: #000;
    padding: 8px 20px 8px 0px;
}
/*----INVENTORY STYLES - KEEP AT BOTTOM OF CSS----*/
.inventorypadding{
	padding: 3% 0%;
}
.list-top-section .list-title .list-listings-count{color: #dbaa15!important;  font-family: 'Montserrat'!important;}

.list-top-section .list-title .list-title-text{font-family: 'Tektur'!important;}
.list-content .media-buttons .print-this, .list-content .media-buttons .email-this{
	border-top: none!important;
	border-left: none!important;
	border-right: none!important;
	border-bottom: #dbaa15 solid 4px!important;
	color: #000!important;
	background: #fff!important;
}
.list-content .price-container .price{color: #000000!important;}
.view-listing-details-link{background: #dbaa15!important; color: #000!important;}
.list-top-section .sticky-top-menu .listing-option-bar-content .list-listings-count{
	color: #000!important;
}
.faceted-search-content .selected-facets-container .selected-facet{
background: #000000!important;	
}
.mobile-option-bar .mobile-option-bar-filter{color: #000!important;}
.faceted-search-content .mobile-done-button-container .mobile-done-button{background: #000000!important;}
.list-content .list-error-container .info button:not(.login-button){background: #000!important;}
/*---------- RESPONSIVE STYLES ----------*/




@media only screen and (max-width: 1690px) {
.heroleft {
    width: 50%;
}	
.heroright{ width: 50%;}	
.herotextsect {
    padding: 11% 5%;
    width: 90%;
}
.herosection{align-items: flex-start;}
.hpiconsect{width: 38%; padding: 10px 5%;}
}

@media only screen and (max-width: 1595px) {
.hpsearch h2 {
    width: 35%;
    padding-right: 0%;
}
.hpsearch form {
width: 65%;
}	
}
	
@media only screen and (max-width: 1520px) {
.herotextsect {
	padding: 2% 5%;}
}
@media only screen and (max-width: 1420px) {
.hpaboutleft .yellowbtn {
    width: 38%;
}	
.hphalf {
	width: 50%;}
.hphalf .paratext {
    padding: 20px 20px 20px 0px;
}
.footerlinksect.thirdlink{
    width: 55%;
}
.footerlinksect.halflink{
    width: 45%;
}
.thirdlink a {
	width: 32%;}
.twothirdsect .yellowbtn {
    width: 32%;
}
}
@media only screen and (max-width: 1275px) {
	.navinfosect{width: 70%;}
	.heroheader {
    font-size: 48px;
    line-height: 47px;
}
	.heroleft {
    width: 45%;
}
	.heroright {
    width: 55%;
}
.dkbanner{flex-wrap: wrap;}
.dkbanner .smheader{width: 100%;}
.thirdlink a {
    width: 48%;
}
.halflink a {
	width: 48%;}
.footerlinksect.halflink {
    width: 50%;
}
.footerlinksect.thirdlink {
    width: 50%;
}
.partsright {
	width: 30%;}
.partsleft .yellowbtn {
    width: 40%;
}
.kpformsect {
    width: 40%;  padding-top: 20px;
}
.kpinfosect {
    width: 50%;
}
.herosection .yellowbtn{
	font-size: 14px;	
	}
}



@media only screen and (max-width: 1145px) {
.heroleft {
background-size: cover;
height: 460px;
width: 40%;
background-position: center;
}	
.heroleft img{
display: none;
}	
.heroslide1{background: url("/siteart/flatwater-heroimg.png"); background-size: cover; background-repeat: no-repeat; background-position: center;}	
.heroslide2{background: url("/siteart/irrigation-hero2.png"); background-size: cover; background-repeat: no-repeat; background-position: center;}	
.heroslide3{background: url("/siteart/parts-store-hero.png"); background-size: cover; background-repeat: no-repeat; background-position: 50% 95%;}	
.heroright {
    width: 60%;
}	
.herotextsect {
    padding: 5%;
}
.hpsearch{flex-wrap: wrap;}
.hpsearch h2 {
    width: 100%;
	padding-bottom: 20px;
}
.hpsearch form {
    width: 100%;
}
.hpaboutright{margin-left: 5%; width: 25%;}
.hpaboutleft {
    width: 65%;
    padding: 0% 0% 0% 3%;
}
.hphalf {
    width: 100%;padding-bottom: 40px;
}
.hpflex{flex-wrap: wrap; }
.hpiconsect {
    width: 50%;
    padding: 10px 0%;
}
.twothirdsect .yellowbtn {
    width: 40%;
}
.twothirdsect {
    width: 80%;
}
.halfsect {
	width: 60%;}
.kpinfosect {
    width: 100%;
}
.kpformsect {
    width: 95%;
}
	.herosection{flex-wrap: wrap;}	
.heroleft {
    width: 100%;
}
.heroright {
    width: 100%;
    margin: 12px 0px;
}
.herotextsect {
    padding: 3% 5%;
}
	.heroheader {
    font-size: 60px;
    line-height: 56px;
}
.herosection{padding: 0px 0px 30px 0px;}
}
@media only screen and (max-width: 1115px) {
	.topheader{padding: 10px 15px;}	
	.bottomheader { padding: 10px 20px;}
	.brandslider{flex-wrap: wrap;}
	.brandlogo {width: 12%;}
}
@media only screen and (max-width: 1000px) {

		.cpinfosect {
		width: 36%;}
	.cpformsect {
    width: 54%;
    padding-right: 2%;
}
}
@media only screen and (max-width: 940px) {
	.navinfosect{display: none;}
	.mobileiconsect {
    display: flex;
    justify-content: flex-end;
    padding: 30px 10px 0px 10px;
	text-align: right;
}
.header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}	
	.bottomheader {
    padding: 22px 40px;
}
	.navinfo i{font-size: 24px;}
	.logosect img {
    width: 170px;
}
	.footerlinksect.halflink {
    width: 100%;    
	padding: 15px 0px;

}
	.footerlinksect.thirdlink {
    width: 100%;
    padding: 15px 0px;
}
	.footerleft{width: 35%;}
	.footerright{width: 65%;align-items: flex-start;}
	.halflink a {
    width: 95%;
}
.thirdlink a {
    width: 95%;
}

}
@media only screen and (max-width: 800px) {
.heroheader {
    font-size: 50px;
    line-height: 45px;
}	
.hpaboutsect{flex-wrap: wrap;}
.hpaboutleft {width: 90%;}
.hpaboutright {
    margin-left: 0%;
    width: 100%;
    height: 300px;
    background-position: center;
    margin-top: 40px;
}
.hpaboutsect{padding: 8% 5%;}
.dkbanner .paratext {width: 100%; padding: 15px 0px;}
.dkbanner {padding: 35px 5%;}
.twothirdsect {
    width: 100%;
}
.halfsect {
    width: 100%;
}
.partsright {
    width: 55%;
    padding-top: 40px;
}
.kpinfo {
    padding: 50px 0px;
    width: 100%;
}
	.brandlogo {
    width: 24%;
}
}
@media only screen and (max-width: 740px) {
	.hpsearch form{
	flex-wrap:wrap;
	justify-content: flex-start;
	}	
	.hpsearch select {
	width: 100%;
    margin: 0px 0px;
	height: 38px!important;
	color: #606060!important;
	background: #fff!important;
	border: solid 1px #606060;
	border-radius: 0px!important;
	}
	.hpsearch .keyword{
	width: 100%;
    margin: 15px 0px;	
	}
	.cpformsect {
    width: 90%;
    padding-right: 2%;
}
	.cpinfosect {
    width: 100%;
    padding: 14% 0% 8% 0%;
}
	.pagesubhead{  margin: 10px 0px; font-size: 17px;}
}
@media only screen and (max-width: 650px) {
.herosection .yellowbtn {
    width: 65%;
}
.rectangle {
	height: 280px;}
.roundedrec {
	height: 214px;}
.hpaboutleft .yellowbtn {
    width: 50%;
}
.brandheader .headertext{    padding: 5px 1vh;
    width: 100%; text-align: center;}
.footer{flex-wrap: wrap;}
.footerleft {
    width: 100%;
}
.footerright {
	width: 100%;}
.twothirdsect .yellowbtn {
    width: 80%;
}
	.halfformfield {
		width: 100%;}
	.pageheader {    font-size: 50px;
    line-height: 46px;}
	.brandlogo {
    width: 32%;
}
}
@media only screen and (max-width: 500px) {
	
.partsright {
    width: 90%;
    padding-top: 40px;
}
.partsleft .yellowbtn {
    width: 65%;
}
.partsleft p {
    padding: 10px 0px 30px 0px;
}
.kpformsect {
    width: 90%;
}
	.subhead{
		line-height: 22px;
	}
.kpinfo {
    padding: 22px 0px;
    width: 100%;
}
.heroleft{
	height: 300px;
	}
}
@media only screen and (max-width: 420px) {
	.topheader{padding: 10px;}	
	.bottomheader {
    padding: 22px 28px 22px 0px;
    width: 20%;
	}
	.heroleft{height: 312px;}
	.herosubhead{margin: 22px 0px;
    font-size: 18px;}
	.herosection .yellowbtn {
    width: 50%;
	font-size: 13px;
}
	.hpaboutleft .yellowbtn {
    width: 80%;
}
.rectangle {
	height: 320px;}
.roundedrec {
	height: 240px;}
.hpiconsect {
   display: none;
}
.hpflex{padding: 12% 5% 5% 5%;}
.brandlogo {
    width: 40%;
}
.brandslider {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
}

@media only screen and (max-width: 380px) {
.heroroundedrec {
    height: 30px;
	width: 30%;
}	
.herocircle {
    height: 30px;
	width: 30px;
}	
.herorectangle {
    height: 30px;
	width: 30%;
}
.herotextsect {
    padding: 6% 5% 10% 5%;
}
.topherotext{height: 45px;}
.hpaboutsect {
    padding: 15% 1%; align-items: flex-start;
}
	.footerright{flex-wrap: wrap;}
}
@media only screen and (max-width: 340px) {
.heroheader {
    font-size: 36px;
    line-height: 32px;
}
.herosubhead {
    margin: 14px 0px;
    font-size: 16px;
    line-height: 25px;
}	
.herosection .yellowbtn {
    width: 70%;
}	
.aboutborder{display: none;}
.hpaboutleft {
    width: 98%;
}
.brandlogo {
    width: 75%;
}
.pageheader{    font-size: 40px; line-height: 36px;}
}
@media only screen and (max-width: 300px) {
	.logosect img {
    width: 100%;
}
}



