@media screen and (max-width: 1000px) {
	.prodCon {
		width: 40%;
	}
}
@media screen and (max-width: 900px) {
	.sub-menu {
		width: 176px;
		text-align: left;
		position: relative;
		top: 0px;
		left: 40px;
		z-index: 5;
		opacity: 1;
		visibility: visible;
	}
	.nav-menu > li.has-child:hover {
		background: #8D1127;
	}
	.nav-menu li a:hover {
		font-weight: bold;
	}
	.nav-menu li:last-child a {
		background: #8D1127;
	}
	.logo-wrapper {
		display: none !important;
	}
	.logo-wrapper .logo {
		top: 33px;
		margin: 0 auto;
	}
	.nav2 a {
		padding: 28px 15px 32px 15px;
	}
	.nav1 {
		width: 125px
	}
	.bottomCallout {
		display: block;
	}
	.calloutBox {
		width: 100%;
		display: block;
		margin-bottom: 50px;
	}
	.calloutBox .calloutText  {
		width: 50%;
	}
	.banner-text .large-text {
		font-size: 45px;
	}
	.banner-content {
		font-size: 15px;
	}
	.main-nav {
    position: fixed;
    right: 0;
    background: #8D1127;
    z-index: 200;
    width: 0px;
    height: 4000px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
	}
	.open #nav-btn {
		display: none;
	}
	.open .main-nav {
		width: 303px;
	}
	.nav-menu {
	display: block;
    position: relative;
    right: 0px;
    top: 84px;
	}
	.nav-menu li {
		display: block;
	}
	.logo-mobile {
		display: flex;
		justify-content: center;
		width: 100%;
	}
	.logo-mobile a {
		width: 350px;
		position: relative;
		top: 22px;
	}
	.open #nav-close-btn {
		display: block;
		color: #FFF;
		font-size: 40px;
		position: absolute;
		right: 25px;
		top: 25px; 
		-webkit-transition: all 0.5s ease 0s;
		transition: all 0.5s ease 0s;
	}
	#nav-btn {
		display: block;
	}
	.nav-menu > li > a {
		width: 100%;
	}
	@-moz-document url-prefix() {
	    .greenBar {
	        top: 94px !important;
	    }
	}
}
@media screen and (max-width: 770px) { /* Tablet View */
	.sub-banner .banner-text {
		width: 100%;
	}
	.banner-text .large-text {
		margin-bottom: 15px;
	}
	.sub-banner {
		margin-top: 70px;
	}
	.main-content.full-width .container {
		padding: 10px;
	}
	.greenBar {
		height: 78px;
	}
    body{
        cursor: pointer; /* iOS Clicking Fix */
    }
	.footer-column {
    	vertical-align: top;
		display: block;
		width: 100%;
		margin-bottom: 25px;
		text-align: center;
	}
	.footer-wrapper .flexbox {
		flex-wrap: wrap;
	}
	.footer-column {
		height: auto;
	}
	.footer-column .address {
		margin-top: 10%;
	}
	.prodCon {
		width: 100%;
	}
	.prodInner {
		width: 50%;
		margin: 0 auto;
	}
	.sectionText h2 {
		text-align: center;
		width: 100%;
		font-size: 45px;
	}
	.section-content {
		width: 70%;
	}
	.prodInner {
	width: 75%;
	}
	@-moz-document url-prefix() {
	    .prodInner {
			width: 70%;
		}
		.load {
			top: 0px !important;
		}
	}
}
@media screen and (max-width: 600px) {
	.banner-text .large-text {
		font-size: 35px;
	}
	@-moz-document url-prefix() {
	    .greenBar {
	        top: 94px !important;
	    }
	    .load {
			top: 0px !important;
		}
	}
}
@media screen and (max-width: 500px) {
	.footer-column .address {
			margin-top: 20%;
		}
	@-moz-document url-prefix() {
	    .greenBar {
	        top: 82px !important;
	    }
	    .footer-column .address {
			margin-top: 20%;
		}
		.load {
			top: 0px !important;
		}
	}
	html {
		overflow-x: hidden;
	}
}
@media screen and (max-width: 450px) {
	.greenBar {
		top: 70px !important;
	}
	.load {
		top: 0px !important;
	}
}