@media (min-width: 992px) {

main {
padding-top: 9rem;
}



header:not(.sticky) div.social-icons-container {
	display: block;
}


header .navcont nav {
border-top: 2px solid #000;
border-bottom: 2px solid #000;
}


header nav.navbar .nav-item a.nav-link {
padding: .4rem 1rem .4rem 1rem;
}

.shoplink a {
color: rgb(89, 126, 92);
text-decoration: none;
}

.shoplink a svg {
   transition:.8s ease-in-out;
   
   width:  18px;
margin-top: -2px;
   
}

.shoplink a:hover svg {
   transform:translate(4px,0px);
}

.shoplink a:hover {
color: rgb(0, 0, 0);
}

.shoplink span.linktxt  {
font-size: 1rem;
}


.social-icons a {
padding: 0 .5rem 0 0;
}


#logo svg {
	width: 160px;
}

div.home-box-img {
	min-height: 40rem;
}
div.home-box > div:nth-child(1).home-box-img {
	margin-right: 1%;
	padding: 0;
}
div.home-box > div:nth-child(2).home-box-text {
	max-width: 49%;
}
div.home-box > div:nth-child(1).home-box-img.order-lg-2 {
	max-width: 49%;
	margin-right: 0;
}
div.home-box > div:nth-child(2).home-box-text.order-lg-1 {
	margin-right: 1%;
	max-width: 50%;
}
/* 
div.home-box > div:nth-child(1).home-box-text {
	margin-right: 1%;
	padding: 0;
}
div.home-box > div:nth-child(2).home-box-img {
	max-width: 49%;
}
 */
.home-box-text .social-icons svg {
	height: 48px;
	width: 48px;
}

.home-box-text h2 {
	margin: 5rem 2rem 1rem 2rem;
	font-size: 3rem;
}
.home-box-text h3 {
	font-size: 2rem;
	margin: auto 2rem;
}
.home-box-text p {
	font-size: 1.5rem;
	line-height: 2rem;
	margin: 2rem 0;
}
.home-box-text div {
	margin: 2rem;
}
div.row.ec-text {
	margin: 3rem auto;
}
div.row.ec-slideup {
	margin-top: -10rem;
	min-height: 13rem;
}
div.row.ec-text.ec-slideup > div {
	background-color: #fcf7f4;
/* 		background-color: #C9B6AA; */
}
div.row.ec-text > div {
	padding: 1rem 1.5rem;
	z-index: 100;
}
.ec-text .cta a {
	margin-top: 0;
}
.text-block-icon {
	max-width: 8rem;
}
div.ec-widget-img {
	min-height: 30rem;
}
div.ec-widget > div:nth-child(1).ec-widget-img {
	margin-right: 1%;
	padding: 0;
}
div.ec-widget > div:nth-child(2).ec-widget-text {
	max-width: 49%;
}
div.ec-widget > div:nth-child(1).ec-widget-img.order-lg-2 {
	max-width: 49%;
	margin-right: 0;
}
div.ec-widget > div:nth-child(2).ec-widget-text.order-lg-1 {
	margin-right: 1%;
	max-width: 50%;
}
.ec-widget-text .social-icons svg {
	height: 48px;
	width: 48px;
}

.ec-widget-text h2 {
	margin: 5rem 2rem 1rem 2rem;
	font-size: 2rem;
}
.ec-widget-text h3 {
	font-size: 2rem;
	margin: auto 2rem;
}
.ec-widget-text p {
	font-size: 1.5rem;
	line-height: 2rem;
	margin: 2rem 0;
}
.ec-widget-text div {
	margin: 2rem;
}
.ec-widget-text .scotch {
	margin: 0;
}

.tpl-products h1 {
	font-size: 4em;
}

.tpl-products .program h2 {
	font-size: 1.66rem;
}

.p-education div.ec-widget-img {
	height: 20rem !important;
}

#lang-switcher {
	display: inline-block;
}

#lang-switcher button, #lang-switcher a {
	color: #212121;
	text-decoration: none;
	text-transform: uppercase;
}



/* STICKY HEADER */
header.sticky {
	background: #fff;
}

header.sticky .navbar-brand img {
	height: auto;
	width: 7rem;
}

/*
header.sticky #main-menu {
	margin-top: .75rem;
}*/

header.sticky #main-menu li a {
	padding: 1rem auto !important;
	color: #212121;
}

header.sticky li.menu-item > a, header.sticky #mobile-menu-toggler {
	color: #212121;
}

header.sticky nav.navbar .nav-item a.nav-link {
	padding: .24rem 0 .24rem 1rem;
	font-size: .9rem;
}

header.sticky #logo {
  padding: .48rem 0;
}

header.sticky #logo svg path {
	fill: #212121;
	transition: fill 0.4s ease-in, transform 0.4s ease-in,
    width 0.4s ease-in;
}
header.sticky #logo svg {
width: 102px;
}


}