/* ---------------------------------------- 

		LARGE SCREEN CSS STYLES 

---------------------------------------- */

@media only screen and (max-width: 1366px) {

	/* HP hero */
	.hp-mc-grid {
		gap: 6rem;
	}

	.hp-hero__intro {
		font-size: 3rem;
	}

	.blue-box-content .content-column {
		padding-left: 4rem;
		padding-right: 4rem;
	}
	/* HEADER */


	/* DESKTOP NAVIGATION */

	nav.desktop-menu > div > ul > li > a {
		font-size: 2.0rem;
		line-height: 2.0rem;
	}

		nav.desktop-menu > div > ul > li > ul {
			top: 75px;
		    min-width: 280px;
			margin-left: -140px;
		}	

		nav.desktop-menu > div > ul > li:hover > ul {
			top: 50px;
		}	

		nav.desktop-menu ul > li > ul > li > a {
			font-size: 1.8rem;
			line-height: 2rem;
		}


}

@media only screen and (max-width: 1225px) {

	/* UNIVERSAL STYLES */

	body {
		font-size: 2.2rem;
		line-height: 2.8rem;
	}

	h1 {
		font-size: 3.6rem;
		line-height: 3.8rem;
	}

	h2,
	.hp-h2,
	.cta-bin > div > span {
		font-size: 3rem;
		line-height: 3.4rem;
	}

	h3 {
		font-size: 2.8rem;
		line-height: 3.2rem;
	}


	/* HEADER */

	header .header-nav {
    	flex: 0 1 70%;
    }

    	.header-btns .btn {
		    font-size: 1.4rem;
		    line-height: 1.4rem;
		}
    	

	/* DESKTOP NAVIGATION */

	nav.desktop-menu > div > ul > li > a {
		padding: 15px 12px 20px;
		font-size: 1.8rem;
		line-height: 1.8rem;
	}

		nav.desktop-menu > div > ul > li:hover > a {
			font: 1.8rem/1.8rem "Rubik Bold", sans-serif;
		}

		nav.desktop-menu > div > ul > li.nav-search a::after {
			font-size: 1.3rem;
		}

		nav.desktop-menu > div > ul > li > ul {
			min-width: 250px;
			margin-left: -125px;
		}	

		nav.desktop-menu ul > li > ul > li > a {
			font-size: 1.6rem;
			line-height: 1.6rem;
		}


	/* CTA BINS */
	
	.cta-bin > div > span {
		margin-bottom: 35px;
	}	


	/* TABLE */

	.kohler-table th,
	.kohler-table tr td[colspan],
	.kohler-table tr td.kohler-table-subhead {
		font-size: 1.6rem;
		line-height: 1.6rem;
	}		

	.kohler-table tr td,
	.disclaimer {
    	font-size: 1.4rem;
    	line-height: 1.8rem;
	}

	
	/* HOMEPAGE */

	.hp-hero h1 {
    	font-size: 3.2rem;
    	line-height: 3.4rem;
	}

	.hp-copy {
		flex: 0 1 43%;
	}


	    	

	/* SUBPAGE */	

	/* Content Containers */

	.sp-hero > span {
		font-size: 2.2rem;
		line-height: 2.4rem;
	}	

	/* Accordions */	

	.accordion-container .expand i {
		font-size: 2.3rem;
	}	
    
    .accordion-container .expand > span {
    	font-size: 2.8rem;
		line-height: 3.2rem;	
    }	

    .accordion-container .expanded-content h2,
	.accordion-container .expanded-content h3,
	.accordion-container .expanded-content h4 {
		font-size: 2.4rem;
		line-height: 2.6rem;
	}

	/* Blog */

		.blog-excerpt .blog-post-date {
			font: 1.8rem/1.8rem "Montserrat Bold", sans-serif;
		}	

		.blog-excerpt p {
    		font: 1.8rem/2.6rem "Montserrat", sans-serif;
		}

		.blog-excerpt .btn-container {
		    padding: 5px 0 10px;
		}

			.blog-excerpt .btn-container .btn {
			    padding: 12px 30px;
			    font-size: 1.6rem;
			    line-height: 1.6rem;
			}
		
}


@media only screen and (max-width: 1080px) {

	/* HEADER */

	.header-btns .btn {
		padding: 12px 30px;
	}

	/* HP Hero */
	.hp-mc-grid {
		grid-column-gap: 2rem;
	}

	.hp-hero__intro {
		font-size: 2.5rem;
	}

	.hp-hero__blue-box {
		max-width: 95%;
	}

	.blue-box-content .content-column {
		padding-left: 0;
		padding-right: 0;
	}

	/* HOMEPAGE */

	.hp-copy {
		flex: 0 1 40%;
	}

	/* HP HERO VIDEO */

	div.section-subhead {
		font-size: 3.8rem;
	}
	
	



	/* CTA BINS */

	.cta-bin {
		padding: 65px 0 165px;
	}

		.cta-team-content {
	    	font-size: 2rem;
	    	line-height: 2.4rem;
		}

			.cta-team-content p {
    			margin: 25px 0 0;
			}
		
		.cta-news-content ul li	{
			margin-bottom: 35px;
		}

			.cta-news-content ul li a {
		    	font-size: 2.2rem;
		    	line-height: 2.8rem;
		    }
	    	
		.cta-bin .btn-container .btn {
		    width: 225px;
		    padding: 15px 0;
		    font-size: 2rem;
		    line-height: 2rem;
		}


	/* FOOTER */

	.footer-logos,
	.footer-information {
		flex: 0 1 100%;
	}

	.footer-information {
		order: 1;
		text-align: center;
	}

	.footer-logos {
		margin: 0 auto 50px;
	}

		.footer-logos > img {
			position: relative;
			right: 15px;
		}

		.footer-logos .footer-social {
			text-align: center;
		}

			.footer-social a:last-child {
				margin-right: 0;
			}	

}    