article
{
	padding: 0;
}
section
{
	padding: 10px 10% 0 10%;
}
section#carousel
{
	padding: 0;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}
section#carousel .shopbutton:nth-last-child(1)
{
	
}
section#carousel .shopbutton
{
	font-size: 18px;
	padding: 5px 10px;
	border-radius: 8px;
	color: #fff;
	font-weight: 600;
	background-color: #ef6b00;
	text-transform: uppercase;
	text-decoration: none;
	box-sizing: border-box;
	align-self:center;
}

body#front article h1
{
	display: inline-block;
	letter-spacing: 2px;
	margin-bottom: 30px;
	text-transform: uppercase;
	width: 100%;
}
section#carousel img
{
	width: 100%;
	height: auto;
	margin-bottom: 0;
}
section#carousel ol
{
  position: relative;
  display: flex;
  padding: 0;
  width: 300%;
  margin: 0 0 10px 0;
  animation: slideshow 25s ease-in-out infinite;
  animation-delay: 5s;
}
@keyframes slideshow 
{
  0%  {transform: translateX(0);}
  10% {transform: translateX(0);}
  17% {transform: translateX(-33.34%);}
  35% {transform: translateX(-33.34%);}
  42% {transform: translateX(-66.67%);}
  60% {transform: translateX(-66.67%);}
  67% {transform: translateX(-33.34%);}
  85% {transform: translateX(-33.34%);}
  92% {transform: translateX(0);}
  100% {transform: translateX(0);}
}
section#carousel ol li
{
	position: relative;
	display: flex;
	flex-direction: column;
}
section#carousel ol .shopbutton
{
	position: relative;
	width: 120px;
	margin-top: -70px;
	display: none;
}
section#carousel p
{
	right: 0;
	margin-right: 10px;
	color: white;
    font-size: 28px;
    text-transform:uppercase;
	line-height: 1.1em;
    font-weight: 900;
	font-family: 'Lato', sans-serif;
    text-decoration: none;
	position: absolute;	
	text-align: center;
	width: 30vw;
	min-width: 309px;	
}
section#benefits 
{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	text-align: center;
}
section#benefits div
{
	max-width: 150px;
}
body#front article section#benefits h1
{
	margin: 0;
}
section#benefits img
{
	margin: 10px;
	max-width: 100px;
}
section#features ol
{
	list-style-type: disc;
}
section#lifestyle
{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
section#lifestyle div
{
	width: 300px;
	height: 300px;
}
section#lifestyle div:nth-child(1)
{
	    background-image: url(/images/Blog-Image.jpg);
		background-size: 100% 92%;
		background-repeat: no-repeat;
}
section#lifestyle div:nth-child(2)
{
        background-image: url(/images/Press-Image.jpg);
        background-size: 100% 92%;
        background-repeat: no-repeat;
}
section#lifestyle div:nth-child(3)
{
        background-image: url(/images/Testimonial-Image.jpg);
        background-size: 100% 92%;
        background-repeat: no-repeat;
}
section#lifestyle div a img
{
	margin: 0;
	height: 0px;
	width: 0px;
	visibility: hidden;
}
section#lifestyle div a:nth-child(2)
{
	width: 270px;
	height: 270px;
	position: absolute;
	color: white;
	font-size: 20px;
	text-transform: uppercase;
	padding: 15px;
	font-weight: 900;
	font-family: 'Lato', sans-serif;
	text-decoration: none;
}
section#lifestyle img
{
	height: 100%;
	width: 100%;	
	opacity: 0;
}
section#press
{
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-bottom: 4px solid #ef6b00;
	padding: 0;
	margin: 10px 10% 0 10%;
}
section#press ol
{
	position: relative;
	margin: 0 auto;
	height: 150px;
	padding: 0 0 10px 0;
    display: flex;
	width: 750px;
	overflow: visible;
	list-style-type: none;
	animation: slider-large 20s linear infinite;
	animation-delay: 2s;
}
section#press ol li:nth-child(5)
{
	margin-right: 4500px;
}
@keyframes slider-large
{
    20% {opacity: 1;}
    25% {transform: translateX(0); opacity: 0}
    26% {transform: translateX(-700%); opacity: 0}
    30% {transform: translateX(-700%); opacity: 1}
    70% {transform: translateX(-700%); opacity: 1}
    75% {transform: translateX(-700%); opacity: 0}
    76% {transform: translateX(0); opacity: 0}
    80% {transform: translatex(0); opacity: 1}
}
@keyframes slider-small
{
    10% {opacity: 1}
    15% {transform: translateX(0); opacity: 0}
    16% {transform: translateX(-266%); opacity: 0}
    20% {transform: translateX(-266%); opacity: 1}
    30% {transform: translateX(-266%); opacity: 1}
    35% {transform: translateX(-266%); opacity: 0}
    36% {transform: translateX(-533%); opacity: 0}
    40% {transform: translateX(-533%); opacity: 1}
    50% {transform: translateX(-533%); opacity: 1}
    55% {transform: translateX(-533%); opacity: 0}
    56% {transform: translateX(-800%); opacity: 0}
    60% {transform: translateX(-800%); opacity: 1}
    70% {transform: translateX(-800%); opacity: 1}
    75% {transform: translateX(-800%); opacity: 0}
    76% {transform: translateX(-1066%); opacity: 0}
    80% {transform: translateX(-1066%); opacity: 1}
    90% {transform: translateX(-1066%); opacity: 1}
    95% {transform: translateX(-1066%); opacity: 0}
    96% {transform: translateX(0); opacity: 0}
    100% {opacity: 1}
}
section#awards ol
{
	justify-content: center;
	flex-wrap: wrap;
}
section#awards ol
{
	padding: 0;
	margin: 0 auto;
	width: fit-content;
	position: relative;
	display: flex;
	flex-direction: row;
	list-style-type: none;
	align-self:center;
}
section#press ol li, section#awards ol li
{
	max-height: 150px;
	max-width: 150px;
}
section#press img, section#awards img
{
	width: auto;
	height: auto;
	max-height: 150px;
	max-width: 150px;
}
@media only screen and (max-width: 1140px)
{
    section#benefits
    {
        max-width: 599px;
        margin: 0 auto;
    }
    @media only screen and (max-width: 953px)
    {
        section#press ol
        {
            width: 300px;
            animation: slider-small 20s linear infinite;
            animation-delay: 2s;
        }
		section#press ol li:nth-child(5)
		{
			margin-right: 0;
		}
        section#press ol li:nth-child(2n)
        {
            margin-right: 500px;
        }
    }
	@media only screen and (max-width: 700px)
	{
		section#carousel p
		{
			min-width: 133px;
			font-size: 16px;
			line-height: 15px;
		}
	}
}
/* Begin IE10 Optimization */
html[data-useragent*='MSIE 10.0'] img{
        border: 0;
        outline: 0;
        text-decoration: none;
}
html[data-useragent*='MSIE 10.0'] section#awards ol {
        width: 80%;
}
html[data-useragent*='MSIE 10.0'] section#awards ol li,
html[data-useragent*='MSIE 10.0'] section#press ol li{
        float: left;
}
html[data-useragent*='MSIE 10.0'] section#press{
        clear: both;
}
html[data-useragent*='MSIE 10.0'] section#lifestyle div{
        float: left;
        margin: 0 1% 0 1%;
}
html[data-useragent*='MSIE 10.0'] section#lifestyle{
        width: 80%;
        margin-left: 5%
}
html[data-useragent*='MSIE 10.0'] section#benefits div{
        float: left;
        margin: 0 1% 0 1%;
}
html[data-useragent*='MSIE 10.0'] section#benefits{
        width: 80%;
        margin-left: 5%
}
html[data-useragent*='MSIE 10.0'] section#carousel ol{
        width: 100%;
	animation: unset;
}
html[data-useragent*='MSIE 10.0'] section#carousel .shopbutton{
        margin: 0 0 0 45%;
}
html[data-useragent*='MSIE 10.0'] section#carousel ol li:not(:first-child)
{
        display: none;
        border: 2px solid blue;
}
html[data-useragent*='MSIE 10.0'] section#press ol
{
        animation: unset;
}
/* End IE10 Optimization */

