@media only screen and (min-width : 1920px) {
	.half.just p {
		text-align: left;
	}
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1430px) {
	.ex-cost {
		width: 337px;
	}
	p.cost {
		margin-top: 45px;
	}
	
	.smallCol {
    	width: 47.7%;
	}
}

@media only screen and (max-width : 1200px) {
	.footer-top {
		background-image: url(../img/formbg.svg);
		height: 113px;
		    margin-top: -10px;
	}
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
	h2 {
		font-size: 38px;
	}
	
	footer {
    background-color: #408924;
    margin-top: 0px;
}
	
	img.certIMG {
		width: 80%;
	}
	
	.smallCol {
		width: 47.1%;
	}
	
	.ex-cost {
		width: 242px;
	}
	p.cost {
		    margin-top: 4px;
		font-size: 40px;
	}

	input {
		width: 31.76%;
	}
	
	img.vera {
		width: 100%;
	}
	
	img.offsetL {
    	width: 400px;
	}
	
	img.offsetLogo {
    	width: 352px;
	}
	
	img.offsetL {
		width: 400px;
	}
	
	.half.just p {
		text-align: justify;
	}
	
}

@media only screen and (max-width : 1100px) {
	.hC img {
		margin-left: 256px;
	}
}



/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	p.cost {
    	    padding-top: 52px;
	}
	.ex-cost {
		width: 100%;
		margin-top: -1px;
	}
	
	.ex-meta {
		padding-bottom: 16px;
	}
	input {
    width: 31.23%;
	}
	
	.smallCol {
		width: 100%;
	}
	
	span.et.ett {
		text-align: left;
	}
	
	.right {
    display: none;
	}
	
	.righttwo {
   display: block;
	}
	
	.ex-meta {
    display: inline-block;
    width: auto;
	}
	
	.left {
    transform: translateY(4px);
}
	.rightal {
	text-align: left;
	    transform: translateX(0px);

}
}

@media only screen and (max-width : 915px) {
	.hC img {
		display: none;
	}
}

	
/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	input {
		width: 100%;
		margin-top: 14px;
		margin-right: 0px;
	}
	
	.half.just img.fullwidth {
		margin-bottom: 30px;
	}

	img.offsetL {
    	width: 350px;
	}
	
	a.req.quoteme.certi {
		margin-bottom: 29px;
	}
	
	a.req.quoteme.certi, a.req.quoteme {
    	width: 100%;
	}
}

@media only screen and (max-width : 680px) {
	ul.menu {
		width: 246px;
	}
	header {
		padding-top: 0px;
	}
	
	ul.menu {
		margin-top: 0px;
	}
	
	.logo img {
		padding-top: 18px;
		padding-bottom: 9px;
	}
	
	ul.menu li a {
		width: 100%;
    	text-align: center;
	}
}


@media only screen and (max-width : 600px) {
	.footer-top {
		background-image: url(../img/formbg.svg);
		height: 67px;
		margin-top: 33px;
	}
	
	footer h2 {
    color: white;
    text-align: center;
    margin-bottom: -30px;
	}
}


@media only screen and (max-width : 550px) {
	ul.menu li a {
		width: 159px;
		text-align: center;
		font-size: 15px;
		padding: 12px 0px 12px 0px;
	}
	
	ul.menu {
		width: 159px;
	}
	
	img.offsetL {
		width: 300px;
	}
	
	form {
		box-sizing: border-box;
	}
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
	img.offsetL {
		width: 284px;
	}
	
	img.offsetLogo {
		width: 274px;
	}
}

@media only screen and (max-width : 430px) {
	.logo {
		width: 212px;
		display: block;
		margin: auto;
	}
	
	ul.menu {
		display: block;
		float: unset;
		margin: auto;
		margin-top: -7px
	}
	
	ul.menu li , ul.menu li a {
		width: 100%;
	}
	
	header {
		height: 219px;
	}
	
	a.ano {
		padding-bottom: 21px !important;
	}
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 350px) {
	input[type="submit"] {
		width: 100%;
	}
	p.cost {
		margin-top: 13px;
	}
}
