/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #244c09;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #244c09;
	color: #fff;
    text-shadow: none;
}

::selection {
    background: #244c09;
	color: #fff;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */
   

/* IE Specific Styles ---------- */

/* CSS Gradients in IE9+ */
.gte-ie9 .gradient {
	filter: none;	
}


/* Browser Update ---------- */

#browser-update-outer {
	position: relative;
	z-index: 10;
	width: 100%;
	background-color: #ccc;
}

#browser-update-inner {
	width: 60em;
	margin: auto;
}

p.browser-update {
	margin: 0;
	padding: 15px;
	text-align: center;
	font-size: 0.8em;
}



/*	GENERAL ---------- */

#bg {
	position: fixed;
	top: 0;
	z-index: -1;
	width: 100%;
	min-height: 100%;
	background-color: #fffceb;
	background-image: url(/images/background/paper.png);
	background-repeat: repeat;
}

.inner {
	position: relative;
	max-width: 60em; /* key responsive element */
	margin: auto;
	box-sizing: border-box;
}

.fifth,
.quarter,
.third,
.two-fifth,
.half,
.three-fifth,
.two-third,
.three-quarter,
.four-fifth,
.full {
	box-sizing: border-box;
}

.int-wrap {
	padding: 0 !important;
}

.full {
	width: 100%;
}

.narrow {
	padding-left: 120px;
	padding-right: 120px;
}

img {
	width: 100%;
	box-sizing: border-box;
}

.img-left,
.img-right {
	box-sizing: border-box;
}

.relative {
	position: relative;
}

hr {
	margin: 15px 0;
}


/* Text Styles ---------- */

html,
body,
h1,
h2,
h3,
h4 ,
h5,
h6,
p,
form,
input,
select,
textarea {
	font-family: 'Hind', sans-serif !important;
}

h1,
h2,
h3,
h4,
h5 {
	font-family: 'Hind', sans-serif !important;
	-webkit-font-smoothing: subpixel-antialiased;
	margin: 15px 0;
	letter-spacing: 0.0125em;
}

h1:last-child,
h2:last-child,
div:not(,ice) > h3:last-child,
h4:last-child {
	margin-bottom: 0;
}

h1,
h2,
h3 {
	text-transform: uppercase;
}

h1 {
	font-weight: 700;
	line-height: 1.125em;
}

h2,
h3 {
	font-weight: 500;
}

h2 {
	line-height: 1.1875em;
}

h3 {
	color: #8dc100;
	line-height: 1.25em;
}

h4 {
	font-weight: 600;
	line-height: 1.5em;
}

h5 {
	font-weight: 500;
}

p {
	font-weight: 300;
	margin: 15px 0;
}

span {
	font-weight: 300;
}

ul,
ol {
	font-weight: 300;
}

div.large > p,
p.large,
ul.large,
a.large {
	font-size: 1.25em;
}

.x-large {
	font-size: 1.5em;
}

small,
.small {
	font-size: 0.875em;
}

div.small {
	padding-top: 5px;
}

b,
strong,
.bold {
	font-weight: 600;
}

blockquote {
	margin: 30px 0;
	padding: 0 60px;
	box-sizing: border-box;
	font-style: italic;
}

.txt-left,
.txt-left * {
	text-align: left;
}

.txt-center,
.txt-center * {
	text-align: center;
}

.txt-right,
.txt-right * {
	text-align: right;
}

.txt-vert-align {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.vert-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.white {
	color: #fff;
}

.green {
	color: #244c09;
}

.lime {
	color: #8dc100;
}

.orange {
	color: #ff6300;
}

.red {
	color: #80105a;
}

.purple {
	color: #483f5d;
}

.desktop {
	font-weight: inherit;
}


/* Link Styles ---------- */

a:link,
a:visited,
a:hover,
a:active {
	font-weight: 600;
	color: #80105a;
	text-decoration: none;
	outline: 0;
}

a:hover {
	color: #ff6300;
}

a.button:link,
a.button:visited,
a.button:hover,
a.button:active {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	margin: 15px auto;
	padding: 0 30px;
	color: #fff;
	text-transform: uppercase;
	white-space: nowrap;
}

a.button.purple {
	background: url(/images/potato-stamps/medium-01-purple.png) left top / 100% 100% no-repeat !important;
}

a.button.purple:hover {
	background: url(/images/potato-stamps/medium-01-red.png) left top / 100% 100% no-repeat !important;
}

/* Forms ---------- */

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}

form input,
form select,
form textarea {
	display: block;
	margin: 15px 0;
	border: 0;
	box-sizing: border-box;
	background: rgba(255,255,255,0.75);
}

form input[type='text'],
form input[type='password'],
form input[type='submit'],
form select {
	height: 40px;
	padding: 0 15px;
	line-height: 40px;
}

form select {
	color: #666;
}

form textarea {
	height: 90px;
	padding: 5px 15px;
}

form input[type='text'],
form input[type='password'],
form input[type='file'],
form select,
form textarea {
	width: 100%;
}

form input[type='radio'],
form input[type='checkbox'] {
	display: inline-block;
	margin: 0;
	vertical-align: middle;
}

form input[type='file'] {
	display: none;
}
/*
#custom-file-upload {
	width: auto;
	height: 40px;
	display: inline-block;
	margin: 15px 0;
	border: 0;
	padding: 0 30px;
	box-sizing: border-box;
	background: url(/images/potato-stamps/short-01-purple.png) left top / 100% 100% no-repeat;
	line-height: 40px;
	color: #fff;
	font-weight: 600;
	cursor: pointer;
}
*/
form input[type='submit'] {
	font-weight: 600;
	text-align: center !important;
	text-shadow: 0 0 10px rgba(0,0,0,0.5);
}

/* Placeholders */

::-webkit-input-placeholder {
	color: #244c09;
}

:-moz-placeholder {
	color: #244c09;
}

::-moz-placeholder {
	color: #244c09;
}

:-ms-input-placeholder {
	color: #244c09;
}

/* Placeholders :focus */

:focus::-webkit-input-placeholder {
	color: #;
}

:focus:-moz-placeholder {
	color: #;
}

:focus::-moz-placeholder {
	color: #;
}

:focus:-ms-input-placeholder {
	color: #;
}


/*	BROWSER RESETS ---------- */

/* customise Chrome form-field focus outline */
input:focus,
select:focus,
textarea:focus {
	outline: #8dc100 1px solid !important;
}

/* remove Chrome yellow auto-complete background color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
}

/* prevent iOS browsers rounded corners */
input[type='text'],
input[type='password'],
input[type='file'],
input[type='submit'],
input[type='button'],
select,
textarea {
	-webkit-border-radius: 0;
	border-radius: 0;
}


/* Header ---------- */

/* Login ------ */

#login {
	position: fixed;
	top: 0;
	z-index: 1001;
	width: 100%;
	min-height: 45px;
/*	height: 45px; 
	line-height: 45px; */
	background-color: #244c09;
	/*
	background-image: url(/images/background/black-felt.png);
	*/
/*	text-align: right; */
	letter-spacing: 0.025em;
	overflow: hidden;
	color: #fff;
}

#login .inner {
	padding: 0 30px;
}

#login-toggle {
	display: none;
}

#login-label:hover {
	color: #8dc100;
	cursor: pointer;
}

#logout-link,
#login-label,
#signup,
#login input[type='text'],
#login input[type='password'],
#login input[type='submit'] {
	font-size: 0.875em;
}

#logout-link,
#login-label,
.separator,
#signup {
/*	display: inline-block; */
	line-height: 45px;
}

a#logout-link,
a#signup {
	font-weight: 400;
	color: #fff;
	text-decoration: none;
}

a#logout-link:hover,
a#signup:hover {
	color: #8dc100;
	text-decoration: none;
}

#login input {
	height: 30px;
	border: none;
	padding: 5px 15px;
	box-sizing: border-box;
	letter-spacing: 0.025em;
	line-height: normal;
	background: none;
/*	font-size: 0.875em; */
}

#login .input-wrap {
	background: url(/images/potato-stamps/medium-01-white.png) left top / 100% 100% no-repeat;
}

#login .input-wrap input {
	margin: 0;
}

#login input[type='submit'] {
	background: url(/images/potato-stamps/short-01-lime.png) left top / 100% 100% no-repeat;
}

#login input[type='submit'] {
	font-weight: 600;
	color: #fff;
	text-shadow: 0 0 5px rgba(0,0,0,0.8);
}


/* Nav ------ */

nav {
	position: fixed;
	z-index: 1000;
	width: 100%;
	color: #fff;
	background-color: #8dc100;
/*
	background-color: #7dc100;
	background-image: url(/images/background/white-paperboard.png);
*/
}

nav .inner {
	padding-top: 0;
	padding-bottom: 0;
}

#nav-toggle {
	display: none;
}

#nav-icon span {
	display: inline-block;

    -webkit-transform: translateX(0%) translateY(-50%);
    -moz-transform: translateX(0%) translateY(-50%);
    -ms-transform: translateX(0%) translateY(-50%);
    -o-transform: translateX(0%) translateY(-50%);
    transform: translateX(0%) translateY(-50%);

	width: 100%;
    height: 3px;
	/*
    top: -4px;
	*/
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    transition: background-color 0.3s;
	
	background: #fff;
}

#nav-icon span:before,
#nav-icon span:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    -webkit-transition: -webkit-transform .3s, top .3s, background-color 0.3s;
    -moz-transition: -moz-transform .3s, top .3s, background-color 0.3s;
    transition: transform .3s, top .3s, background-color 0.3s;
	
	background: #fff !important;
}

#nav-toggle:checked ~ #nav-icon span {
	background-color: rgba(255, 255, 255, 0) !important;
}

#nav-toggle:checked ~ #nav-icon span:before {
    top: 0;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

#nav-toggle:checked ~ #nav-icon span:after {
	top: 0;
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
}

nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

nav li {
	position: relative;
	box-sizing: border-box;
}

#nav-collapse li:hover > a {
	color: #244c09 !important;
}

#nav-collapse a {
	display: block;
	color: #fff;
	text-decoration: none;
	letter-spacing: 0.025em;
}

/*
#nav-collapse a:hover,
#nav-collapse li.selected a {
	color: #fff;
}

.fix-selected a {
	color: #fff !important;
}
*/

#nav-collapse li ul {
	display: none;
}

#nav-collapse li:hover ul {
	display: block;
	z-index: 200;
	top: 45px;
	left: 0;
	background-color: #244c09;
}

#nav-collapse li ul li {
	display: block;
}

#nav-collapse li ul li.orange {
	background-color: #ff6300;
}

#nav-collapse li ul li:hover,
#nav-collapse li ul li.selected {
	background-color: #fff;
}






#nav-main {
	margin: 5px 0px;
	background: rgba(16, 172, 206, 0.8);
}

#nav-main .inner {
	padding: 0 15px;
	text-align: left;
}

#nav-main li {
	line-height: 45px;
}

/* Returns text color to sub-menu items - eliminates need for direct descendant styling (susceptible to BC alterations) */

#nav-main li ul li a,
#nav-main li:hover ul li a,
#nav-main li ul li a:hover {
	color: #006;
}

#nav-main li ul li:hover {
	background-color: rgba(16,172,206,0.8);
}

/* .selected */

#nav-main .selected a {
	color: #fff;
}

#nav-main .selected .selected a {
	color: #10acce;
}

#nav-main .selected .selected {
	background: none;
}

#nav-main .selected .selected:hover{
	background-color: rgba(16,172,206,0.8);
}

#nav-main .selected .selected:hover a {
	color: #000066;
}

#nav-main .fix-selected {
	background: none;
}

#nav-main .fix-selected a {
	color: #000066 !important;
}



/* Banner ------ */

#banner {
/*
	position: relative;
	width: 100%;
	overflow: hidden;
	border-top: solid 5px #fff;
	background: url(/images/backgrounds/banner-bg.jpg) center center / cover no-repeat; */
	
	position: relative;
    min-height: 450px;
    height: 66.6666vh;
    max-height: 66.6666vh;
    color: #fff;
}

#banner .bg-wrap {
	position: absolute;
    top: 0;
    bottom: 25%;
    left: 0;
    right: 0;
    overflow: hidden;
    background-size: cover;
    background-position: 50% 20%;	
}

#banner .txt-wrap {
	position: relative;
    top: 0;
    left: 50%;
    width: 100%;
    height: 50%;
    box-sizing: border-box;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);	
}

#banner .txt-wrap:last-child {
	height: 100%;
}

#banner .txt-wrap .inner,
#banner .txt-wrap .full {
	height: 100%;
}

#banner .logo-wrap {
	width: 40%;
}

#banner .vid-wrap {
    position: relative;
    z-index: 50;
    width: 100%;
    height: 50%;
    margin: 0;
}

#banner .vid-container {
    position: relative;
    width: 100%;
    height: 100%;
}

#banner .vid-wrap .inner, #banner .vid-wrap .full {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
}

#banner .vid-container iframe {
	position: absolute;
    top: 50%;
    left: 50%;
	
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
	
    width: 100%;
    height: 100%;
    border: none;

	-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 0 15px rgba(0,0,0,0.5);
	box-shadow: 0 0 15px rgba(0,0,0,0.5);

}

#banner #placeholder {
    visibility: hidden;
}

#banner h2 {
	font-weight: 500;
}


/* Logo Carousel Banner */

#logos {
	padding-top: 30px;
}

#logos img {
	width: 240px;
	max-height: 120px;
	padding: 15px 30px;
}

/*
@-webkit-keyframes loop {
	0% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
		-webkit-transform: translateX(-80%);
		-moz-transform: translateX(-80%);
		-o-transform: translateX(-80%);
		transform: translateX(-80%);
	}
}

@-moz-keyframes loop {
	0% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
		-webkit-transform: translateX(-66.6%);
		-moz-transform: translateX(-66.6%);
		-o-transform: translateX(-66.6%);
		transform: translateX(-66.6%);
	}
}

@-ms-keyframes loop {
	0% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
		-webkit-transform: translateX(-66.6%);
		-moz-transform: translateX(-66.6%);
		-o-transform: translateX(-66.6%);
		transform: translateX(-66.6%);
	}
}

@keyframes loop {
	0% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
	100% {
		-webkit-transform: translateX(-80%);
		-moz-transform: translateX(-80%);
		-o-transform: translateX(-80%);
		transform: translateX(-80%);
	}
}

.marquee {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.marquee > ul {
	list-style: none;
	position: relative;
	z-index: 1;
	top: 0;
	left: 0;
	width: 500% !important;
	margin: 30px 0 0;

	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-animation: loop 60s linear infinite;
	-moz-animation: loop 60s linear infinite;
	-o-animation: loop 60s linear infinite;
	animation: loop 60s linear infinite;
}

.marquee > ul > li {
	position: relative;
	text-align: justify;
	text-justify: distribute-all-lines;
	line-height: 0;
	letter-spacing: -0.31em;
	float: left;
	width: 20%;
	overflow: hidden;
}

.marquee > ul > li:before {
	content: '';
	position: relative;
	height: 100%;
	width: 0;
}

.marquee > ul > li:before,
.marquee > ul > li > * {
	vertical-align: middle;
	display: inline-block;
}

.marquee > ul > li:after {
	content: '.';
	display: inline-block;
	height: 0 !important;
	width: 100%;
	overflow: hidden !important;
	visibility: hidden;
	font-size: 0;
	word-spacing: 100%;
}

.marquee > ul > li > * {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	line-height: 1;
	letter-spacing: 0;
}

.marquee > ul > li img {
	margin: 15px 30px;
}

.marquee img {
	width: initial;
}
*/

/*
#banner #image{
	max-height: 450px;
	overflow: hidden;
}
*/

/*
#banner #text {
	position: absolute;
	top: 75px;
	width: 100%;
}

#banner h1 {
	font-size: 3.5em;
	font-weight: 300;
	color: #fff;
	text-shadow: 0 0 5px rgba(0,0,0,0.8);
	margin: 60px 0 0;
	text-align: center;
}

#text img {
	position: relative;
	top: 90px;
}
*/

/*	MAIN ---------- */

main h2,
main h3,
main h4,
main h1 + p, /* almost unnecessary due to ICE containers */
main h1 + div > p:first-child,
main h1 + div > div > p:first-child,
main h1 + div.description-wrap > p:first-child {
	margin-top: 30px;
}

/*
main .inner > div > *:last-child:not(h1):not(h2):not(h3) {
	margin-bottom: 30px;
}
*/

main .content {
	padding-bottom: 30px !important;
}


main .clearfix > div:not(.full) > h3 {
	margin-top: 0; /* ensures consistent space above h3 elements */
}

main .clearfix + .full > h3 {
	margin-top: 15px; /* ensures consistent space above h3 elements */
}

main h4,
.nav-side h4 {
	text-transform: uppercase;
}

/* ensures consistent space above h3 elements following left-floated images */
main .ice.img-left + .ice > h3 {
	margin-top: 30px;
}

/* allows ice containers to be classed as img-left and img-right without receiving styles associated with those classes */
main .ice.img-left,
main .ice.img-right {
	float: none;
	width: initial;
	margin: 0;
	padding: 0;
}

main input[type='text'],
main input[type='password'] {
	background: none;	
}

main select {
    background: url(/images/potato-stamps/long-01-white.png) left top / 100% 100% no-repeat;

}

/* ensures Google Chrome's arrogant auto-fill styling doesn't render form fields invisible */
main .input-wrap {
	background: url(/images/potato-stamps/long-01-white.png) left top / 100% 100% no-repeat;
}

main input[type='submit'] {
	padding: 0 30px;
	background: url(/images/potato-stamps/short-01-lime.png) left top / 100% 100% no-repeat;
	color: #fff;
	text-transform: uppercase;
}

main input[type='submit']:hover {
	background: url(/images/potato-stamps/short-01-red.png) left top / 100% 100% no-repeat;
}

.responsive-video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.responsive-video iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: none;
}

.flex-container.logos {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.flex-container.logos > div > img {
    max-height: 75px;
	-o-object-fit: contain;
	object-fit: contain;
}


/* Nav Side ----- */

/* Logo --- */

#logo {
	display: block;
	background-color: #fffceb;
	background-image: url(/images/background/paper.png);
	background-repeat: repeat;
}

/* Home page logo */

.home-tmplt #logo a {
	display: block;
}

.nav-side a h4:hover {
	color: #80105a;
}

.nav-side ul {
	list-style-type: none;
	margin: 15px 0 0 15px;
	border-left: 1px solid #244c09;
	padding: 0 0 0 15px;
}

/* apply clearfix styles .nav-side ul */
.nav-side ul:before,
.nav-side ul:after {
    content: ' ';
    display: table;
}

.nav-side ul:after {
    clear: both;
}

.nav-side ul {
    *zoom: 1;
}
/* - */

.nav-side li {
	position: relative;
	margin: 10px 0;
/*	line-height: 30px; */
}

.nav-side li:before {
	content: '\00BB';
	position: absolute;
	left: -5px;
	font-size: 1.25em;
	line-height: 1em;
}

.nav-side a {
	font-weight: 600;
	color: #244c09;
	text-decoration: none;
}

.nav-side a.base h4 {
	color: #8dc100;
}

.nav-side a:hover,
.nav-side a.base:hover h4 {
	color: #80105a;
}

.nav-side li a {
	display: block;
	padding-left: 10px;
	font-weight: 300;
}

.nav-side li.selected > a {
	color: #8dc100;
}

.nav-side li ul {
	display: none;
	margin-top: 0;
}

.nav-side ul li:hover ul,
.nav-side ul li.selected ul {
	display: block;
}


/*	STANDARD PAGES ---------- */

/*	HOME ------ */

.latest-news {
	margin: 60px 0;
}

#partners {
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#partners a {
	display: block;
}

#partners a img {
	width: 50%;
}

a.learn-more {
	display: inline-block;
	height: 60px;
	margin: 15px 0;
	padding: 0 30px;
	line-height: 60px;
	background: url(/images/potato-stamps/short-01-lime.png) left top / 100% 100% no-repeat;
	
	text-align: center;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 0 0 10px rgba(0,0,0,0.5);
}

a.learn-more:hover {
	background: url(/images/potato-stamps/short-01-orange.png) left top / 100% 100% no-repeat;
	text-decoration: none;
}


/*	RESOURCES ------ */

#options-wrap h3,
#signup-wrap h3 {
	margin-top: 0;
}

#pw-heading,
#pw-blurb,
#pw-content {
	display: none;
}

#resources input[type='text'],
#resources select,
#resources input[type='password'] {
	background: url(/images/potato-stamps/long-01-white.png) left top / 100% 100% no-repeat;
}

#resources input[type='submit'] {
	padding: 0 30px;
	background: url(/images/potato-stamps/short-01-lime.png) left top / 100% 100% no-repeat;
	color: #fff;
}

#resources input[type='submit']:hover {
	background: url(/images/potato-stamps/short-01-red.png) left top / 100% 100% no-repeat;
}

#lost-password-form p {
	margin-bottom: 0;
}

#resources-search select {
	height: auto;
	background: #fff;
	padding: 5px 15px;
}

#resources-search select option {
	padding: 0;
}


/*	WHAT'S FOR SALE ------ */

.catalogue a {
	display: block;
}

.catalogue h4 {
	margin-bottom: 0;
}

.catalogue img {
    -webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
}

.catalogue a:hover {
	text-decoration: none;
}

.catalogue a:hover img {
    -webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 15px rgba(0,0,0,0.4);
}


/*	PARTNERS & SUPPORTERS ------ */

#partners-supporters table th,
#partners-supporters table td {
	padding: 15px;
	vertical-align: top;
}

#partners-supporters table th {
	border-top: solid 1px #8dc100;
	border-bottom: solid 1px #8dc100;
	text-transform: uppercase;
	font-size: 1.125em;
	font-weight: 600;
	color: #8dc100;
	text-align: left;
}

#partners-supporters table td {
	width: 33.3333%;
}

#partners-supporters table td p {
	margin: 0;
}

#partners-supporters table td.separate {
	border-top: dotted 1px #8dc100;
}


/*	CONTACT ------ */

#contact table th,
#contact table td {
	padding: 5px 15px;
}

#contact table td:first-child {
	width: 50%;
	padding-right: 0;
}

#contact table th {
	border-top: solid 1px #8dc100;
	border-bottom: solid 1px #8dc100;
	text-transform: uppercase;
	font-size: 1.125em;
	font-weight: 600;
	color: #8dc100;
	text-align: left
}

#form-contact {
	padding-top: 15px;
}



/* ONLINE SHOP LAYOUTS ---------- */

#store input[type='submit'] {
	padding: 0;
}

.shop-header {
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 15px;
}

.mini-nav .back:before {
	content: '\000AB\0020';
	position: absolute;
	top: 6px;
	left: -5px;
	font-size: 1.75em;
}


/* Product Layouts ----- */

.productList,
.productfeaturelist {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.productList h4,
.productfeaturelist h4 {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 30px; /* replaces margin so that hover styles are consistent when containing anchor is hovered */
}

ul.productList.productSmall li.productItem,
ul.productList.productSmall li.productItemLast,
ul.productfeaturelist li.productItem,
ul.productfeaturelist li.productItemLast {
    padding: 15px;
}

.productList .productItemNotFound,
.productfeaturelist .productItemNotFound {
	padding: 0 15px;
}


/* Small Product Layout --- */

a.small-product img {
    -webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
}

a.small-product div {
	font-weight: 300;
}

a.small-product:hover {
	text-decoration: none;
}

a.small-product:hover img {
    -webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 15px rgba(0,0,0,0.4);
}

.productList.productSmall,
.productfeaturelist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
	
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
	
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
	
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
	
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}


/* Large Product Layout --- */

.product-description h3 {
	margin-top: 0;
}

.productVolumePricing {
	margin: 15px 0;
}

.productVolumePricing .units {
	display: inline-block;
	width: 150px;
}

.productVolumePricing .units:before {
	content: 'Price\00a0per\00a0';
}

.productVolumePricing .units:after {
	content: '\00a0unit(s):';
}
/*
.productVolumePricing .units:first-child:after {
	content: '\00a0unit:';
}
*/

.productVolumePricing .price {
	font-weight: 600;
}

/* apply clearfix styles */
.productAttributes:before,
.catProductAttributeGroup:before,
.productQuantityGroup:before,
.catProductAttributeGroup:after,
.productQuantityGroup:after {
    content: ' ';
    display: table;
}

.productAttributes:after,
.catProductAttributeGroup:after,
.productQuantityGroup:after {
    clear: both;
}

.productAttributes:after,
.catProductAttributeGroup,
.productQuantityGroup {
    *zoom: 1;
}
/*  */

.productQuantityGroup {
	margin: 15px 0;
}

.catProdAttributeTitle,
.catProdAttributeItem,
.productQuantity {
	float: left;
	line-height: 40px;
	box-sizing: border-box;
}

.catProdAttributeTitle,
.productQuantity {
	width: 30%;
	padding-right: 15px;
}

.catProdAttributeTitle:after{
	content: ':';
}

.catProdAttributeItem {
	width: 70%;
}

.catProdAttributeItem select {
	width: 100%;
}

.catProdAttributeItem select,
.productTextInput,
.productSubmitInput {
	height: 40px;
	border: 0;
	padding: 0 15px;
	box-sizing: border-box;
}

.catProdAttributeItem select {
	background: url(/images/potato-stamps/medium-01-white.png) left top / 100% 100% no-repeat;
}

.productQuantityGroup .input-wrap {
	display: inline-block;
	width: 20%;
	background: url(/images/potato-stamps/short-01-white.png) left top / 100% 100% no-repeat;
}

.productTextInput {
	width: 100%;
}

.productSubmitInput {
	float: right;
	width: calc(50% - 15px);
	margin-left: 15px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	background: url(/images/potato-stamps/short-01-lime.png) left top / 100% 100% no-repeat;
}

#cart-button-wrap {
	text-align: right;
}

#cart-button-wrap a {
	display: inline-block;
	width: calc(50% - 15px);
	height: 40px;
	margin: 15px 0 0 0;
	border: 0;
	text-align: center;
	line-height: 40px;
	background: url(/images/potato-stamps/short-01-purple.png) left top / 100% 100% no-repeat;
	
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
}

#cart-button-wrap a:hover {
	background: url(/images/potato-stamps/short-01-red.png) left top / 100% 100% no-repeat;
	text-decoration: none;
}

.productSubmitInput:hover {
	background: url(/images/potato-stamps/short-01-red.png) left top / 100% 100% no-repeat;
}

.large-product-image {
    -webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
}

.poplet-wrap {
	display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
	display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox;      /* TWEENER - IE 10 */
	display: -webkit-flex;     /* NEW - Chrome */
	display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
	flex-wrap: wrap;

	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;		
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.poplet-wrap a {
	width: 22.5%;
	padding: 15px 0;
}

.poplet-wrap a img {
    -webkit-box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
}


/* Shopping Cart ------ */

/* apply .inner css to #catCartDetails */
#catCartDetails {
	position: relative;
	max-width: 60em; /* key responsive element */
	margin: auto;
	box-sizing: border-box;
}

.cartLink {
	position: absolute;
	top: 0;
	right: 0;
	margin: 15px;
	padding: 0 15px;
	font-size: 0.875em;
}

/*
.cart .sub,
.cart .discount,
.cart .giftvoucher,
.cart .shipping,
.cart .total {
	border-top: 1px solid #ccc;
}
*/

/* Checkout ------ */

#checkout input[type='text'],
#checkout select {
	background: url(/images/potato-stamps/long-01-white.png) left top / 100% 100% no-repeat;
}

#checkout input[type='submit'] {
	margin-bottom: 30px;
}

#checkout input[type='submit']:hover {
	background: url(/images/potato-stamps/short-01-red.png) left top / 100% 100% no-repeat;
}
	

/*	WEB APPS LAYOUTS --------- */

/*	General ------ */

.web-app-item h4,
.flex-box h4 {
	text-transform: uppercase;
	line-height: 40px;
}


/*	RESOURCES WEB APPS ------ */

/*	Curriculum Resources Search --- */

#resources-search .search-block-link {
	display: block;
	width: 100%;
	font-weight: 500;
}

#resources-search .search-block-link:before {
	content: "\25B8";
}

#resources-search .search-block-link.open:before {
	content: "\25BE";
}

#resources-search .search-block {
	max-height: 0;
	overflow: hidden;
	
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

#resources-search .search-block-link.open + .search-block {
	max-height: 600px;
	
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

#resources-search .checkbox-label {
	display: block;
	margin-left: 15px;
	font-weight: 300;
}

#resources-search .checkbox-label:after {
    display: block;
    float: left;
    width: 15px;
    height: 1.4em;
	content: '';
    background-image: url(/images/potato-stamps/round-01-lime.png);
	background-repeat: no-repeat;
    background-size: 15px 15px;
	background-position: center;
}

#resources-search input[type='checkbox']:checked + label:after {
    background-image: url(/images/potato-stamps/round-01-red.png);
}

#resources-search .checkbox-span {
	display: block;
	margin-left: 35px;
}

.resources hr {
	height: 10px;
	border: none;
	background: url(/images/potato-stamps/long-01-green.png) left top / contain space !important;
}

.resources h3 a:hover {
	text-decoration: none;
}

.resources .list-intro hr {
	margin: 0 0 45px;
}

.resources .detail-intro img {
	margin-top: 30px;
}

.resources .detail-intro img + h1 {
	margin-top: 45px;
}

.resources .detail-intro h2 {
	margin: 45px 0 0;
}

.resources .hr-wrap {
	padding: 0 15px;
}

.no-items {
	padding: 15px;	
}


.resources .flex-container a.flex-box {
	padding: 15px;
	box-sizing: border-box;
}


/*	Resources Web App Items --- */

.resource-item > .half {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.resource-item > .full {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.resource-item .half h4 {
	margin-top: 15px;
}

.resource-item p {
	font-size: 0.875em !important;
}

.resource-item .links * {
	color: #80105a;
}

.resource-item .downloads * {
	color: #483f5d;
}

.resource-item a:hover {
	color: #ff6300;
}

.resource-item + a {
	padding: 15px;
	box-sizing: border-box;
}

.resource-item fa {
	line-height: inherit;
}

/* Potato Headings */

.flex-container.potato-heading {
	-webkit-flex-wrap:wrap-reverse;
	-ms-flex-wrap:wrap-reverse;
	flex-wrap:wrap-reverse;
}

.potato-heading .flex-box h4 {
	text-transform: uppercase;
	line-height: 40px;
	margin-top: 0;
}

.potato-heading .green h4 {
	background: url(/images/potato-stamps/medium-01-green.png) left top / 100% 100% no-repeat !important;
}

.potato-heading .lime h4 {
	background: url(/images/potato-stamps/medium-01-lime.png) left top / 100% 100% no-repeat !important;
}

.potato-heading .orange h4 {
	background: url(/images/potato-stamps/medium-01-orange.png) left top / 100% 100% no-repeat !important;
}

.potato-heading .red h4 {
	background: url(/images/potato-stamps/medium-01-red.png) left top / 100% 100% no-repeat !important;
}

.potato-heading .purple h4 {
	background: url(/images/potato-stamps/medium-01-purple.png) left top / 100% 100% no-repeat !important;
}

.potato-heading .web-app-item h4:hover,
.potato-heading .flex-box h4:hover {
	background: url(/images/potato-stamps/medium-01-white.png) left top / 100% 100% no-repeat !important;
}

.potato-heading .web-app-item h4,
.potato-heading .flex-box h4 {
	color: #fff;
}

.potato-heading .web-app-item a:hover,
.potato-heading .flex-box a:hover {
	text-decoration: none;
}

.potato-heading .flex-box p a {
	font-weight: 500;
}

.potato-heading .green p a,
.potato-heading .green a:hover h4 {
	color: #244c09;
}

.potato-heading .lime p a,
.potato-heading .lime a:hover h4 {
	color: #8dc100;
}

.potato-heading .orange p a,
.potato-heading .orange a:hover h4 {
	color: #ff6300;
}

.potato-heading .red p a,
.potato-heading .red a:hover h4 {
	color: #80105a;
}

.potato-heading.purple p a,
.potato-heading .purple a:hover h4 {
	color: #483f5d;
}

.potato-heading .flex-box p a:hover {
	color: #244c09;
	text-decoration: underline;
}


/* Recipes Web App ------ */

#recipes h3 {
	margin: 30px 0 15px;
}



/*	BLOG LAYOUTS ---------- */

/*	Overall Layout --- */

/*	General - */

.preview img + a {
	display: inline-block;
	margin: 15px 0;
}

.blog-post {
	margin: 30px 0 60px;
}

.blog-post h2 a {
	color: #244c09;
}

.blog-post h2 a:hover {
	color: #ff6300;
	text-decoration: none;
}

.blog-post p.post-details {
	font-size: 0.875em;
}

/*	Pagination - */

.previous {
	float: left;
	width: 50%;
	text-align: left;
}

.previous:before {
	content: '\00AB';
	position: absolute;
	top: -6px;
	left: 0;
	font-size: 1.5em;
}

.previous a {
	padding-left: 15px;
}

.next {
	float: right;
	width: 50%;
	text-align: right;
}

.next:after {
	content: '\00BB';
	position: absolute;
	top: -6px;
	right: 0;
	font-size: 1.5em;
}

.next a {
	padding-right: 15px;
}

.page-nav #previouspage,
.page-nav .pagination {
	padding-right: 30px;
}

/* Side Nav - */

.BlogRecentPost li,
.BlogTagList li,
.BlogPostArchive li {
	font-size: 0.875em;
}

.BlogRecentPost li:before,
.BlogTagList li:before,
.BlogPostArchive li:before {
	line-height: 1.25em;
}


/*	SYSTEM PAGES ---------- */

.system-message p.error.false,
.system-message p.non-error.true {
	display: none;
}

.system-message input[type='password'] {
	background: url(/images/potato-stamps/long-01-white.png) left top / 100% 100% no-repeat;
}

.system-message input[type='submit'] {
	padding: 0 30px;
	background: url(/images/potato-stamps/short-01-lime.png) left top / 100% 100% no-repeat;
	color: #fff;
}

.system-message input[type='submit']:hover {
	background: url(/images/potato-stamps/short-01-red.png) left top / 100% 100% no-repeat;
}



/*	FOOTER ---------- */

footer {
	position: relative;
	z-index: 10;
}

/* Sticky Footer --- */

.flexbox body {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100vh;
}

.flexbox header,
.flexbox footer {
	-webkit-box-flex: 0;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none;
}

.flexbox main {		
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 auto;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;

	width: 100%;
}

/* Flexbox Version for browsers that don't support flexbox - */

html.no-flexbox,
.no-flexbox body {
	height: 100%;
}

.no-flexbox body {
	display: table;
	width: 100%;
	height: 100%;
}

.no-flexbox header,
.no-flexbox main,
.no-flexbox footer {
	display: table-row;
}

.no-flexbox header,
.no-flexbox footer {
	height: 1px;
}

.no-flexbox main {
	height: auto;
}

.no-flexbox main:before {
	display: block;
	content: '';
	padding-top: 75px;
}


/* Footer  Top ------ */

#footer-top {
	border-top: solid 5px #fff;
	background-color: #8dc100;
/*
	background-color: #7dc100;
	background-image: url(/images/background/white-paperboard.png); */
}

#footer-top h3,
#footer-top p,
#footer-top span {
	color: #fff;
}

#footer-top h3 {
	font-weight: 700;
}

#footer-top a:not(.button) {
	display: block;
	font-weight: 600;
	color: #483f5d;
	text-decoration: none;
}

#footer-top a:not(.button):hover {
	color: #80105a;
}

#footer-top .help {
	text-align: center;
}

#footer-top .help form input {
	margin-left: auto;
	margin-right: auto;
}

#subscribe input[type='text'] {
	background: url(/images/potato-stamps/long-01-white.png) left top / 100% 100% no-repeat;
}

#subscribe input[type='submit'],
#paypal-donate input[type='submit'] {
	background: url(/images/potato-stamps/short-01-purple.png) left top / 100% 100% no-repeat;
	color: #fff;
}

#subscribe input[type='submit']:hover ,
#paypal-donate input[type='submit']:hover {
	background: url(/images/potato-stamps/short-01-red.png) left top / 100% 100% no-repeat;
	color: #fff;
}

#footer-top .contact span {
	margin: 15px 0 0;
}

#footer-top .contact span + p {
	margin-top: 0;
}

#footer-top .g-recaptcha {
	width: fit-content;
	margin: 0 auto;
}

/* Footer Bottom ------ */

#footer-bottom {
	background-color: #244c09;
/*	background-image: url(/images/background/black-felt.png); */
}

#footer-bottom p {
	color: #fff;
	margin: 0;
}

#footer-bottom a {
	color: #fff;
}

/* Social Icons */

.social {
	position: relative;
	z-index: 1;
	display: inline-block;
/*	margin-top: 15px; */
}

.social a {
	display: block;
	width: 30px;
	height: 30px;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}

.social a:hover {
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
}

.social img {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 30px;
	height: 30px;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	opacity: 0;
}

.social a:hover + img {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}

/* Facebook */
#facebook a {
	margin-right: 15px;
	background: url(/images/icons/facebook-light-grey.png) 0 0 / 30px 30px no-repeat;
}

/* Google */
#google a {
	margin-right: 15px;
	background: url(/images/icons/google-light-grey.png) 0 0 / 30px 30px no-repeat;
}

/* Linkedin */
#linkedin a {
	background: url(/images/icons/linkedin-light-grey.png) 0 0 / 30px 30px no-repeat;
}

/* indie.web Branding Styles */

.indie {
	color: #fff;
}
.web {
	color: #bb56ff;
}


/* CSS Transitions ---------- */

a:link,
a:visited,
a:hover,
a:active,

#login-label,
#login-label:hover,

nav li:hover,
.nav-side a.base h4,

.catalogue img,
a.small-product img,

.social a,
.social a:hover,
.social img,
.social a:hover + img,

input[type='submit'],
input[type='submit']:hover {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}


/* ==========================================================================
   Media Queries
   ========================================================================== */

/* Screen sizes 240px and smaller ---------- */
@media only screen 
and (max-width : 240px) {

	/* Text Styles ---------- */
	
	h1 {
		font-size: 1.75em;
	}
	
	h2 {
		font-size: 1.375em;
	}
	
	h3 {
		font-size: 1.0em;
	}


	/* Header ---------- */
	
	/* Login ------ */
	
	#member {
		display: none;
	}
		
	/* Main ---------- */
	
	/* Nav Side ------ */
	
	/* Logo --- */
	
	#logo {
		width: 75%;
	}
	
	
	/* Footer ---------- */
	
	/* Footer Top ------ */

	#subscribe input[type='submit'],
	#paypal-donate input[type='submit'] {
		width: 60%;
	}

}


/* Screen sizes 240px - 320px	------------ */
@media only screen 
and (min-width : 240px) 
and (max-width : 320px) {

	/* Text Styles ---------- */
	
	h1 {
		font-size: 2.0em;
	}
	
	h2 {
		font-size: 1.625em;
	}
	
	h3 {
		font-size: 1.125em;
	}
	

	/* Header ---------- */
	
	/* Login ------ */
	
	#login .input-wrap {
		background: url(/images/potato-stamps/long-01-white.png) left top / 100% 100% no-repeat;
	}
	
	#login input[type='submit'] {
		width: 40%;
	}
	
	
	/* Main ---------- */
	
	/* Nav Side ------ */
	
	/* Logo --- */
	
	#logo {
		width: 50%;
	}
	
	
	/* Footer ---------- */
	
	/* Footer Top ------ */
	
	#subscribe input[type='submit'],
	#paypal-donate input[type='submit'] {
		width: 50%;
	}

}


/* Screen sizes 320px and smaller ---------- */
@media only screen 
and (max-width : 320px) {

/*	TEMPORARY CSS FOR NON-REPSONSIVE BANNER */
	#temp-banner-img {
		margin-top: 60px;
	}


	/*	GENERAL ---------- */
	
	.inner {
		padding: 22.5px 0;
	}
	
	.fifth,
	.quarter,
	.third,
	.two-fifth,
	.half,
	.three-fifth,
	.two-third,
	.three-quarter,
	.four-fifth,
	.full {
		padding: 7.5px 15px;
	}
	
	.img-left,
	.img-right {
		margin: 15px 0;
		padding: 0 ;
	}

	
	/* Header ---------- */
	
	/* Login ------ */
	
	#login {
		min-height: 30px;
	}
	
	#login .inner {
		padding: 0 15px;
	}
	
	#logout-link,
	#signup,
	#login-label,
	#login input[type='text'],
	#login input[type='password'],
	#login input[type='submit'] {
		font-size: 0.75em;
	}
	
	#logout-link,
	#signup,
	#login-label {
		width: 50%;
		line-height: 30px;
	}

	#login input {
		margin: 5px auto 10px;
		text-align: center;
	}
	
	#login .input-wrap {
		width: 100%;
	}
	
	
	/* Nav ------ */

	nav {
		top: 30px;
		min-height: 30px;
	}
	
	/* Responsive Nav - */
	#nav-icon {
		left: 15px;
		width: 20px;
		height: 20px;
		line-height: 25px;
		font-size: 1.5em;
	}

	#nav-icon span:before {
		top: -6px;
	}
	
	#nav-icon span:after {
		top: 6px;
	}
	
	#nav-toggle:checked ~ #nav-collapse {
		max-height: 256px;
	}

	nav li {
		font-size: 0.875em;
		line-height: 30px;
	}

	/* Logo ------ */
	
	/* Home page logo --- */
	
	.home-tmplt #logo {
		margin-top: 65px;
		padding: 0;
	}

	/* Banner ------ */
	
	#banner #text .inner {
		padding: 7.5px 0 0;
	}
	
	#banner h1 {
		font-size: 1.75em;
		text-align: center;
	}
	
	#banner #text img {
		margin-top: 15px;
	}
	
	
	/* Main ---------- */
	
	.main-tmplt main {
		padding-top: 60px;
	}
	

	/*	PAGES ---------- */
	
	/* Home ------ */
	
	#testimonials img {
		margin-top: 30px;
	}
	
	#testimonial-wrap {
		min-height: 315px;
	}
	
	.testimonial {
		padding: 0 15px;
	}
	
	/* Partners & Supporters ------ */
	
	#partners-supporters table {
		display: none;
	}
	
	#partners-supporters:after {
		content: 'We apologise, but your device is too small to display our Partners & Supporters data. Please turn your device sideways (landscape) or view this page on a larger screen.';
		display: block;
		margin: 15px 0;
		font-weight: 600;
	}
	
	/* What's For Sale ------ */
	
	.shop-header p.small {
		font-size: 0.75em;
	}
	
	
	/* Online Store Pages ------ */
	
	/* Product Layouts --- */
	
	/* Large Product Layout - */
	
	.shop-product-large input[type='submit'] {
		font-size: 0.75em;
	}
	
	/* Shopping Cart --- */
	
	#catCartDetails {
		padding: 22.5px 0;
	}
	
	.cartLink {
		font-size: 0.75em;
	}
	
	.cart .update input {
		font-size: 0.75em;
	}
	
	
	/*	RESOURCES WEB APPS ------ */
	
	.resources .flex-container a.flex-box {
		width: 100%;
	}
	
	/* Footer ---------- */
	
	/* Footer Top ------ */
	
	#footer-top p {
		font-size: 0.9375em;
	}
	
	/* Footer Bottom ------ */
	
	#footer-bottom p {
		font-size: 0.75em;
	}
	
}


/* Screen sizes 320px and larger ---------- */
@media only screen 
and (min-width : 320px) {

/*	TEMPORARY CSS FOR NON-REPSONSIVE BANNER */
	#temp-banner-img {
		margin-top: 95px;
	}
	

	/*	GENERAL ---------- */

	.fifth,
	.quarter,
	.third,
	.two-fifth,
	.half,
	.three-fifth,
	.two-third,
	.three-quarter,
	.four-fifth,
	.full {
		padding: 15px; /* reset 320px and smaller rule */
	}
	

	/* Header ---------- */
	
	/* Nav ------ */
	
	nav {
		top: 45px;
		height: 45px;
	}
	
	nav li {
		line-height: 45px;
	}

	/* Logo ------ */
	
	/* Home page logo --- */
	
	.home-tmplt #logo {
		margin-top: 95px;
	}


	/* Main ---------- */
	
	.main-tmplt main {
		padding-top: 90px;
	}

}


/* Screen sizes 320px - 400px	------------ */
@media only screen 
and (min-width : 320px) 
and (max-width : 400px) {

	/*	GENERAL ---------- */
	
	.img-left,
	.img-right {
		margin: 15px 0;
		padding: 0;
	}
	

	/* Header ---------- */
	
	/* Login ------ */
	
	#login .input-wrap {
		float: left;
		width: calc(50% - 7.5px);
		text-align: center;
	}
	
	#login #username {
		margin-right: 15px;
	}
	
	#login input[type='submit'] {
		width: 33.3333%;
	}


	/*	PAGES ---------- */
	
	/* Partners & Supporters ------ */
	
	#partners-supporters table th {
		font-size: 0.875em;
		padding: 5px 7.5px;
	}
	
	#partners-supporters table td {
		font-size: 0.75em;
		padding: 5px 7.5px;
	}
	
	
	/* Online Store Pages ------ */

	/* Shopping Cart --- */
	
	.cart .update input {
		font-size: 0.75em;
	}
	
	
	/* Footer ---------- */
	
	/* Footer Top ------ */
	
	#footer-top h3 {
		font-size: 1.875em;
	}
	
	#footer-top p,
	#footer-top span,
	#footer-top a {
		font-size: 1.125em;
	}
	
}


/* Screen sizes 320px - 480px	------------ */
@media only screen 
and (min-width : 320px) 
and (max-width : 480px) {

	/* Text Styles ---------- */
	
	h1 {
		font-size: 2.125em;
	}
	
	h2 {
		font-size: 1.875em;
	}
	
	h3 {
		font-size: 1.5em;
	}
	

	/* Header ---------- */
	
	/* Login ------ */
	
	#login {
		min-height: 45px;
	}

	#logout-link,
	#signup,
	#login-label {
		width: 50%;
		line-height: 45px;
	}
	
	
	/* Main ---------- */
	
	/* Nav Side ------ */
	
	/* Logo --- */
	
	#logo {
		width: 50%;
	}
	
	
	/*	PAGES ---------- */
	
	/*	RESOURCES WEB APPS ------ */
	
	.resources .flex-container a.flex-box {
		width: 50%;
	}

	
	/* Footer ---------- */
	
	/* Footer Top ------ */
	
	#footer-top p:last-child {
		margin-bottom: 0;
	}
	
	#subscribe input[type='submit'],
	#paypal-donate input[type='submit'] {
		width: 40%;
	}
	
	/* Footer Bottom ------ */
	
	#footer-bottom p {
		font-size: 0.875em;
	}
	
}


/* Screen sizes 320px - 640px ---------- */
@media only screen 
and (min-width : 320px)
and (max-width : 640px) {

	/*	GENERAL ---------- */

	.inner {
		padding: 22.5px 15px;
	}


	/* Header ---------- */
	
	/* Login ------ */
	
	#login .inner {
		padding: 0 30px; /* must be repeated to over-write the 320px and smaller rule */
	}
	
	
	/* Nav ------ */

	nav {
		min-height: 45px;
	}
	
	nav li {
		font-size: 1.0em;
		line-height: 45px;
	}
	
	/* Responsive Nav - */
	#nav-icon {
		left: 30px;
		width: 25px;
		height: 25px;
		line-height: 40px;
		font-size: 1.75em;
	}

	#nav-icon span:before {
		top: -8px;
	}
	
	#nav-icon span:after {
		top: 8px;
	}


	/* Logo ------ */
	
	/* Home page logo --- */
	
	.home-tmplt #logo {
		padding: 0;
	}
	
	
	/* Pages ---------- */
	
	/* Online Store Pages ------ */
	
	/* Shopping Cart --- */
	
	#catCartDetails {
		padding: 22.5px 15px;
	}

}


/* Screen sizes 400px and smaller	------------ */
@media only screen 
and (max-width : 400px) {
	
}


/* Screen sizes 400px and larger	------------ */
@media only screen 
and (min-width : 400px) {

	/*	GENERAL ---------- */

	.img-left {
		float: left;
		width: calc(50% + 15px);
		margin: 0 0 15px 0;
		padding: 0 30px 0 0;
	}
	
	.img-right {
		float: right !important;
		width: calc(50% + 15px);
		margin: 0 0 15px 0;
		padding: 0 0 0 30px;
	}
	
	.img-left + .img-right {
		float: left;
		width: calc(50% - 15px);
		padding: 0;
	}

	.img-left.fifth,
	.img-right.fifth {
		width: calc(20% - 15px);
		min-width: 90px;
	}
	
	.img-left.quarter,
	.img-right.quarter {
		width: calc(33.3333% - 15px);
	}

	.img-left.third,
	.img-right.third {
		width: calc(33.3333% - 15px);
	}
	
	.img-left.half,
	.img-right.half {
		width: calc(50% - 15px);
	}
	
	.img-left.three-fifth,
	.img-right.three-fifth {
		width: calc(60% - 15px);
	}

	.img-left.two-third,
	.img-right.two-third {
		width: calc(66.6666% - 15px);
	}
	
	.img-left.three-quarter,
	.img-right.three-quarter {
		width: calc(75% - 15px);
	}
	
	.img-left.four-fifth,
	.img-right.four-fifth {
		width: calc(80% - 15px);
	}

	.clearfix > .img-left:first-child,
	.clearfix > .img-right:first-child {
		margin-top: 15px;
	}

}


/* Screen sizes 400px - 480px	------------ */
@media only screen 
and (min-width : 400px) 
and (max-width : 480px) {
	
	/* Pages ---------- */
	
	/* Partners & Supporters ------ */
	
	#partners-supporters table th {
		font-size: 1.0em;
	}
	
	#partners-supporters table td {
		font-size: 0.875em;
	}
	
	/* Online Store Pages ------ */

	/* Shopping Cart --- */
	
	.cart .update input {
		font-size: 0.875em;
	}
	
}


/* Screen sizes 400px - 640px ---------- */
@media only screen 
and (min-width : 400px)
and (max-width : 640px) {

	/*	Header ---------- */
	
	/*	Login ------ */
	
	#login .input-wrap,
	#login input[type='submit'] {
		float: left;
	}
	
	#login .input-wrap {
		width: calc(37.5% - 15px);
		margin-right: 15px !important;
		text-align: left;
	}
	
	#login input[type='submit'] {
		width: 25%;
	}
	
}


/* Screen sizes 480px - 560px ---------- */
@media only screen 
and (min-width : 480px) 
and (max-width : 560px) {

	/* Pages ---------- */
	
	/* Online Store Pages ------ */

	/* Shopping Cart --- */
	
	.cart .update input {
		font-size: 0.9375em;
	}

}


/* Screen sizes 480px - 640px	------------ */
@media only screen 
and (min-width : 480px) 
and (max-width : 640px) {

	/* Text Styles ---------- */
	
	h1 {
		font-size: 2.75em;
	}
	
	h2 {
		font-size: 2.25em;
	}
	
	h3 {
		font-size: 1.5em;
	}


	/* Header ---------- */
	
	/* Login ------ */

	#login .input-wrap {
		width: calc(40% - 15px);
		margin-right: 15px;
		text-align: left;
	}
	
	#login input[type='submit'] {
		width: 20%;
	}
	
	
	/* Main ---------- */
	
	/* Nav Side ------ */
	
	/* Logo --- */
	
	#logo {
		width: 33.3333%;
	}
	
	
	/*	PAGES ---------- */
	
	/*	RESOURCES WEB APPS ------ */
	
	.resources .flex-container a.flex-box {
		width: 33.3333%;
	}
	
	
	/* Footer ---------- */

	/* Footer Top ------ */

	#footer-top form input {
		width: 30%; 
		margin: 15px auto;
	}

	#footer-top form input[type='text'] {
		width: 75%;
	}

	/* Footer Bottom ------ */
	
	#footer-bottom p {
		font-size: 0.9375em;
	}
	
}


/* Screen sizes 560px - 640px ---------- */
@media only screen 
and (min-width : 560px) 
and (max-width : 640px) {

	/* Header ---------- */
	
	/* Login ------ */

	#login .input-wrap {
		background: url(/images/potato-stamps/long-01-white.png) left top / 100% 100% no-repeat;
	}

}


/* Screen sizes 640px and smaller ---------- */
@media only screen 
and (max-width : 640px) {

	/*	GENERAL ---------- */

	.fifth,
	.quarter,
	.third,
	.two-fifth,
	.half,
	.three-fifth,
	.two-third,
	.three-quarter,
	.four-fifth,
	.full {
		width: 100%;
	}
	
	
	/* Header ---------- */
	
	/* Login ------ */
	
	#login {
		height: auto;
	}
	
	#logout-link,
	#login-label,
	#signup,
	#login input[type='text'],
	#login input[type='password'],
	#login input[type='submit'] {
		display: block;
	}
	
	#logout-link,
	#login-label,
	#signup {
		width: 50%;
	}

	#signup {
		float: right;
		text-align: right;
	}
	
	.separator {
		display: none;
	}

	#logout-link,
	#login-label {
		float: left;
		text-align: left;
	}
	
	/* dropdown */
	#login-container {
		width: 100%;
		max-height: 0;
		padding: 0;
		overflow: hidden;
		-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-ms-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
	}
	
	#login-toggle:checked ~ #login-container {
		max-height: 157px;
		padding-bottom: 2px;
	}
	/* - */

	#login .input-wrap,
	#login input[type='submit'] {
		height: 30px;
		margin: 0 auto 15px;
	}
	
	
	/* Nav ------ */
	
	nav {
		height: auto;
	}

	nav ul {
		text-align: center;
	}
	
	nav li {
		display: block;
	}

	nav li.selected {
		background: #244c09;
	}

	/* Responsive Nav - */
	#nav-icon {
		position: absolute;
		z-index: 50;
	}
	
	#nav-collapse {
		max-height: 0;
		padding: 0;
		overflow: hidden;
		-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-ms-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
		transition: all 0.5s ease-in-out;
	}
	
	#nav-toggle:checked ~ #nav-collapse {
		max-height: 1200px;
	}
	/* - */


	/* Main ---------- */
	
	/* Nav Side ------ */
	
	.nav-side {
		padding-bottom: 22.5px;
	}
	
	.nav-side h4 {
		margin-top: 0;
	}

	/* Logo --- */
	
	#logo {
		padding-bottom: 30px;
	}

	main h1 {
		margin-top: 22.5px;
	}
	
	
	/* Pages ---------- */
	
	/* What's For Sale ------ */
	
	.shop-header p {
		margin: 0;
	}
	
	.mini-nav .back:before {
		top: -5px;
		left: 0;
		font-size: 1.5em;
	}
	
	/* Online Store Pages ------ */
	
	/* Shopping Cart --- */
	
	.cartLink {
		margin: 0 15px;
	}
	
	/*	RESOURCES WEB APPS ------ */
	
	.resources .flex-container {
		display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
		display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
		display: -ms-flexbox;      /* TWEENER - IE 10 */
		display: -webkit-flex;     /* NEW - Chrome */
		display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
		flex-wrap: wrap;
		
		-webkit-box-pack: distribute;
  		-moz-box-pack: distribute;
		-ms-flex-pack: distribute;
		-webkit-justify-content: space-around;
		justify-content: space-around;
	 }
	
	
	/* Footer ---------- */

	footer .inner > div {
		text-align: center;
	}

	/* Footer Top ------ */
	
	#footer-top form * {
		text-align: center;
	}
	
	#footer-top input {
		margin: 15px auto;
	}
	
	.help a,
	.contact a {
		margin: 7.5px 0;
	}
	
	/* Footer Bottom ------ */
	
	#footer-bottom .inner > div {
		padding: 7.5px 15px;
	}
	
}


/* Screen sizes 640px and larger ---------- */
@media only screen 
and (min-width : 640px) {

	/*	GENERAL ---------- */

	.inner {
		padding: 0 15px;
	}
	
	.fifth,
	.quarter,
	.third,
	.two-fifth,
	.half,
	.three-fifth,
	.two-third,
	.three-quarter,
	.four-fifth {
		float: left;
	}

	.fifth {
		width: 20%;
	}
	
	.quarter {
		width: 25%;
	}
	
	.third {
		width: 33.3333%;
	}
	
	.two-fifth {
		width: 40%;
	}
	
	.half {
		width: 50%;
	}
	
	.three-fifth {
		width: 60%;
	}
	
	.two-third {
		width: 66.6666%;
	}
	
	.three-quarter {
		width: 75%;
	}
	
	.four-fifth {
		width: 80%;
	}
	
	.left {
		float: left;
	}
	
	.right {
		float: right;
	}
	
	.flex-container {
		display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
		display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
		display: -ms-flexbox;      /* TWEENER - IE 10 */
		display: -webkit-flex;     /* NEW - Chrome */
		display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
		flex-wrap: wrap;
		
		-webkit-box-pack: distribute;
  		-moz-box-pack: distribute;
		-ms-flex-pack: distribute;
		-webkit-justify-content: space-around;
		justify-content: space-around;
	 }
	 
	 .flex-box {
		 float: none;
	 }


	/* Text Styles ---------- */
	
	h1 {
		margin: 30px 0 15px;
	}
	
	
	/* Header ---------- */
	
	/* Login ------ */
	
	#login {
		overflow: visible; /* essential for visibility of #login-container in iOS */
	}
	
	#logout-link,
	#login-label,
	.separator,
	#signup {
		float: right;
	}
	
	#login-container {
		display: none;
	}
	
	#login-toggle:checked ~ #login-container {
		display: block;
		position: fixed;
		top: 300px;
		left: 50%;
		-webkit-transform: translate(-50%, 0);
		-ms-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
		z-index: 1002;
		padding: 30px;
		border: solid 5px #fff;
		background: #244c09;
		-webkit-box-shadow: 0px 5px 30px rgba(0,0,0,0.5);
        box-shadow: 0px 5px 30px rgba(0,0,0,0.5);
	}
	
	#login-container input {
		height: 40px;
	}
	
	#login .input-wrap {
		margin-bottom: 15px;
	}
	
	#login input[type='submit'] {
		margin: 15px auto 0;
		padding: 0 30px;
	}
	
	
	/* Nav ------ */
	
	#nav-icon {
		display: none;
	}
	
	#nav-collapse {
		max-height: none;
	}
	
	nav {
		border-bottom: solid 5px #fff;
	}
	
	nav li.selected {
		background: none;
	}
	
	#nav-collapse li ul {
		width: 240px;
	}
	
	#nav-collapse li:hover ul {
		position: absolute;
	}
	
	#nav-collapse > div > ul > li {
		display: inline-block;
		border-bottom: solid 5px rgba(36,76,9,0);
	}
	
	#nav-collapse > div > ul > li:hover {
		border-bottom: solid 5px #244c09;
	}
	
	#nav-collapse > div > ul > li.selected {
		border-bottom: solid 5px #244c09;
	}
	
	#nav-collapse li.selected a {
		color: #244c09;
	}

	#nav-collapse li.selected ul a {
		color: #fff;
	}
	
	
	/* Logo ------ */
	
	/* Home page logo --- */
	
	.home-tmplt #logo {
		padding: 15px 0;
	}


	/*	MAIN ---------- */
	
	/*	NAV SIDE ------ */
	
	.nav-side h4 {
		margin-top: 30px;
	}
	
	#logo {
		width: 100%;
	}
	
	
	/* Pages ---------- */
	
	/* Online Store Pages ------ */
	
	/* Product Pages --- */
	
	.productList.productSmall .productItem,
	.productList.productSmall .productItemLast,
	.productfeaturelist .productItem,
	.productfeaturelist .productItemLast {
		width: 33.3333%;
		box-sizing: border-box;
	}
	
	/* Shopping Cart --- */
	
	#catCartDetails {
		padding: 0 15px;
	}

	/* Blogs ------ */
	
	.blog-post .img-left:first-child,
	.blog-post .img-right:first-child {
		margin-top: 15px;
	}
	
	/* Membership ------ */

	/* What's For Sale ------ */
	
	#whats-for-sale .flex-container {
		-webkit-box-pack: start;
		-moz-box-pack: start;
		-ms-flex-pack: start;
		-webkit-justify-content: flex-start;
		justify-content: flex-start;
	}

	#membership .content > .half {
		padding-top: 0;
	}
	
	#membership .content > .half:nth-of-type(odd) {
		padding-left: 0;
	}
	
	#membership .content > .half:nth-of-type(even) {
		padding-right: 0;
	}
	
	
	/* Footer ---------- */
	
	/* Footer Top ------ */
	
	#footer-top .third:first-child {
		text-align: left;
	}
	
	#footer-top .third:last-child {
		text-align: right;
	}
	
	#footer-top form * {
		text-align: left;
	}
	
	#footer-top form input {
		width: 100%;
		margin: 15px 0;
	}
	
	/* Footer Bottom ------ */
	
	#footer-bottom {
		height: 60px;
	}
	
	#footer-bottom .inner,
	#footer-bottom .inner > div {
		padding-top: 0;
		padding-bottom: 0;
	}
	
	#footer-bottom .inner > div:first-child {
		text-align: left;
	}
	
	.home-tmplt #footer-bottom .inner > div:last-child {
		text-align: right;
	}
	
	#footer-bottom p {
		line-height: 60px;
	}
	
}


/* Screen sizes 640px - 720px ---------- */
@media only screen 
and (min-width : 640px)
and (max-width : 720px) {

	/* Header ---------- */
	
	/* Nav ------ */
	
	nav li a {
		font-size: 0.75em;
	}
	
	
	/* Main ---------- */
	
	.nav-side ul {
		margin-left: 0;
	}
	
	.nav-side li a {
		font-size: 0.75em;
	}

}


/* Screen sizes 640px - 800px ---------- */
@media only screen 
and (min-width : 640px)
and (max-width : 800px) {

	/* Text Styles ---------- */
	
	h1 {
		font-size: 3.0em;
	}
	
	h2 {
		font-size: 2.5em;
	}

	h3 {
		font-size: 1.5em;
	}
	

	/* Header ---------- */
	
	/* Nav ------ */

	nav li {
		padding: 0 10px;
	}
	
	nav li:first-child {
		padding-left: 15px;
	}
	
	nav li:last-child {
		padding-right: 15px;
	}
	
	nav .desktop {
		display: none;
	}
	
	
	/*	PAGES ---------- */
	
	/*	RESOURCES WEB APPS ------ */
	
	.resources .flex-container a.flex-box {
		width: 50%;
	}


	/* Footer ---------- */

	/* Footer Top ------ */
	
	#subscribe input[type='submit'],
	#paypal-donate input[type='submit'] {
		width: 60%;
	}

	/* Footer Bottom ------ */
	
	#footer-bottom p {
		font-size: 0.75em;
	}

}


/* Screen sizes 640px - 960px ---------- */
@media only screen 
and (min-width : 640px)
and (max-width : 960px) {

	/*	MAIN ---------- */
	
	/*	NAV SIDE ------ */
	
	.nav-side {
		padding-bottom: 50px;
	}
	
	#logo {
		padding: 35px 0 0;
	}
	
	
	/*	PAGES ---------- */
	
	/*	RESOURCE WEB APPS ------ */
	
	.resources .main-img {
		padding-top: 35px;
	}

}


/* Screen sizes 720px and smaller ------- */
@media only screen
and (max-width: 720px) {
	
	/* Pages ---------- */
	
	/* Shopping Cart ------ */
	
	.cart .var {
		display: none;
	}
	
	/* General */
	.cart h4 {
		margin: 0;
		line-height: 40px;
	}
	
	.cart > div {
		margin: 15px 0;
	}
	
	.cart .desktop {
		display: none;
	}
	
	.cart input,
	.cart select {
		width: 100%;
		height: 40px;
		border: 0;
		padding: 0 15px;
		box-sizing: border-box;
	}
	
	.cart .sub div,
	.cart .discount div,
	.cart .giftvoucher div,
	.cart .shipping div,
	.cart .total div {
		float: left;
		height: 40px;
		line-height: 40px;
		box-sizing: border-box;
	}
	
	/* Headings & Products */

	.cart .val .item-quantity {
		width: 15%;
	}
	
	.cart .val .item-price {
		width: 15%;
	}
	
	.cart .val .item-tax {
		width: 15%;
	}
	
	.cart .val .item-total {
		width: 10%;
	}
	
	.cart .val .item-remove {
		width: 10%;
	}
	
	.cart .val .item-quantity {
		padding-right: 30px;
	}
	
	.cart .val .item-quantity input {
		background: url(/images/potato-stamps/short-01-white.png) left top / 100% 100% no-repeat;
	}
	
	/* Sub-Total */
	.cart .sub .heading-subtotal {
		width: 45%;
	}
	
	.cart .sub .total-quantity {
		width: 27.5%;
	}
	
	.cart .sub .subtotal {
		width: 27.5%;
	}
	
	/* Discount, Gift Voucher & Shipping */
	.cart .heading-discount,
	.cart .heading-voucher,
	.cart .heading-shipping {
		width: 100%;
	}
	
	.cart .code {
		width: 40%;
		padding-right: 15px;
	}
	
	.cart .shipping .shipping-option {
		width: 72.5%;
		padding-right: 15px;
	}

	.cart .code input,
	.cart .shipping-option select {
		background: url(/images/potato-stamps/medium-01-white.png) left top / 100% 100% no-repeat;
	}
	
	.cart .update,
	.cart .shipping-gst {
		width: 32.5%;
		padding-right: 15px;
	}
	
	.cart .shipping-gst {
		display: none;
	}
	
	.cart .update input {
		color: #fff;
		font-weight: 600;
		text-transform: uppercase;
		background: url(/images/potato-stamps/short-01-purple.png) left top / 100% 100% no-repeat;
	}

	.cart .discount-total {
		width: 27.5%;
	}
	
	.cart #shippingSpan {
		display: none;
	}
	
	.cart .shippingDiv {
		width: 100%;
	}
	
	/* Total */
	
	.cart .total .heading-grand-total {
		width: 100%;
	}
	
	.cart .total .gst-total {
		width: 100%;
	}
	
	.cart .total .grand-total {
		width: 100%;
	}
	
	.cart .total .mobile {
		float: left;
		width: 72.5%;
		padding-right: 15px;
		box-sizing: border-box;
	}
	
	/* Actions */
	.cart .actions .clear-cart,
	.cart .actions .checkout {
		float: left;
		width: 50%;
		box-sizing: border-box;
	}
	
	.cart .actions .clear-cart {
		padding-right: 15px;
	}
	
	.cart .actions .checkout {
		padding-left: 15px;
	}
	
	.cart .actions input {
		color: #fff;
		font-weight: 600;
		text-transform: uppercase;
	}
	
	.cart .actions #catshopclear input {
		background: url(/images/potato-stamps/short-01-red.png) left top / 100% 100% no-repeat;
	}
	
	.cart .actions #catshopbuy input {
		background: url(/images/potato-stamps/short-01-lime.png) left top / 100% 100% no-repeat;
	}
	
	/* Checkout ------ */
	
	#checkout h1 {
		margin-bottom: 0;
	}
	
	#checkout h3 {
		margin-top: 0;
	}
	
}


/* Screen sizes 720px and larger ------- */
@media only screen
and (min-width: 720px) {
	
	/* Pages ---------- */
	
	/* Shopping Cart ------ */
	
	/* General */
	.cart h4 {
		margin: 0;
		line-height: 40px;
	}
	
	.cart > div {
		margin: 15px 0;
	}
	
	.cart .mobile{
		display: none;
	}
	
	.cart input,
	.cart select {
		width: 100%;
		height: 40px;
		border: 0;
		padding: 0 15px;
		box-sizing: border-box;
	}
	
	.cart .var div,
	.cart .val div,
	.cart .sub div,
	.cart .discount div,
	.cart .giftvoucher div,
	.cart .shipping div,
	.cart .total div {
		float: left;
		height: 40px;
		box-sizing: border-box;
		line-height: 40px;
	}
	
	/* Headings & Products */
	.cart .var .heading-product,
	.cart .val .item-name {
		width: 35%;
	}
	
	.cart .var .heading-quantity,
	.cart .val .item-quantity {
		width: 20%;
	}
	
	.cart .var .heading-price,
	.cart .val .item-price {
		width: 20%;
	}
	
	.cart .var .heading-tax,
	.cart .val .item-tax {
		width: 15%;
	}
	
	.cart .var .heading-total,
	.cart .val .item-total {
		width: 15%;
	}
	
	.cart .var .heading-remove,
	.cart .val .item-remove {
		width: 10%;
	}
	
	.cart .val .item-quantity {
		padding-right: 30px;
	}
	
	.cart .val .item-quantity input {
		background: url(/images/potato-stamps/short-01-white.png) left top / 100% 100% no-repeat;
	}
	
	/* Sub-Total */
	.cart .sub .heading-subtotal {
		width: 35%;
	}
	
	.cart .sub .total-quantity {
		width: 20%;
		margin-right: 20%;
	}
	
	.cart .sub .subtotal {
		width: 15%;
		margin-right: 10%;
	}
	
	/* Discount, Gift Voucher & Shipping */
	.cart .heading-discount,
	.cart .heading-voucher,
	.cart .heading-shipping {
		width: 35%;
	}
	
	.cart .code {
		width: 20%;
		padding-right: 30px;
	}
	
	.cart .shipping .shipping-option {
		width: 40%;
		padding-right: 30px;
	}

	.cart .code input,
	.cart .shipping-option select {
		background: url(/images/potato-stamps/medium-01-white.png) left top / 100% 100% no-repeat;
	}
	
	.cart .update,
	.cart .shipping-gst {
		width: 20%;
		padding-right: 30px;
	}
	
	.cart .update input {
		color: #fff;
		font-weight: 600;
		text-transform: uppercase;
		background: url(/images/potato-stamps/short-01-purple.png) left top / 100% 100% no-repeat;
	}

	.cart .discount-total,
	.cart .shipping-total {
		width: 15%;
		margin-right: 10%;
	}
	
	.cart #shippingSpan {
		display: none;
	}
	
	.cart .shippingDiv {
		width: 100%;
	}
	
	/* Total */
	
	.cart .total .heading-grand-total {
		width: 55%;
	}
	
	.cart .total .gst-total {
		width: 45%;
	}
	
	.cart .total .mobile {
		display: block;
		width: 45%;
	}
	
	.cart .total .grand-total {
		width: 45%;
		margin-left: 55%;
	}
	
	.cart .grand-total .mobile {
		
	}
	
	/* Actions */
	.cart .actions .clear-cart,
	.cart .actions .checkout {
		float: left;
		width: 20%;
	}
	
	.cart .actions .clear-cart {
		margin-left: 35%;
	}
	
	.cart .actions .checkout {
		margin-left: 25%;
	}
	
	.cart .actions input {
		color: #fff;
		font-weight: 600;
		text-transform: uppercase;
	}
	
	.cart .actions #catshopclear input {
		background: url(/images/potato-stamps/short-01-red.png) left top / 100% 100% no-repeat;
	}
	
	.cart .actions #catshopbuy input {
		background: url(/images/potato-stamps/short-01-lime.png) left top / 100% 100% no-repeat;
	}
	
	/* Checkout ------ */
	
	#checkout h1 {
		margin-bottom: 0;
	}
	
	#checkout h3 {
		margin-top: 0;
	}
		
	
	/* Footer ---------- */

	/* Footer Top ------ */
	
	#footer-top {
		padding-top: 15px;
	}

}


/* Screen sizes 720px - 800px ---------- */
@media only screen 
and (min-width : 720px)
and (max-width : 800px) {

	/* Header ---------- */
	
	/* Nav ------ */

	nav li a {
		font-size: 0.875em;
	}

}


/* Screen sizes 800px - 960px ---------- */
@media only screen 
and (min-width : 800px)
and (max-width : 960px) {

	/* Text Styles ---------- */
	
	h1 {
		font-size: 3.25em;
	}
	
	h2 {
		font-size: 2.5em;
	}
	
	h3 {
		font-size: 1.75em;
	}


	/* Header ---------- */
	
	/* Nav ------ */

	nav li {
		padding: 0 15px;
	}
	
	nav .desktop {
		display: none;
	}
	
	
	/*	PAGES ---------- */
	
	/*	RESOURCES WEB APPS ------ */
	
	.resources .flex-container a.flex-box {
		width: 33.3333%;
	}
	
	
	/* Footer ---------- */
	
	/* Footer Top ------ */
	
	#footer-top h3 {
		font-size: 2.0em;
	}
	
	#subscribe input[type='submit'],
	#paypal-donate input[type='submit'] {
		width: 50%;
	}

	/* Footer Bottom ------ */
	
	#footer-bottom p {
		font-size: 0.875em;
	}
	
}


/* Screen sizes 960px and larger ---------- */
@media only screen  
and (min-width : 960px) {

	/* TEXT STYLES ---------- */
	
	h1 {
		font-size: 3.25em;
	}
	
	h2 {
		font-size: 2.0em;
	}
	
	h3 {
		font-size: 1.5em;
	}
	
	h4 {
		font-size: 1.0em;
	}
	
	h5 {
		font-size: 1.0em;
	}


	/* HEADER ---------- */
	
	/* NAV ------ */
	
	nav li {
		padding: 0 15px;
	}
	
	/* BANNER ------ */
	
	#banner #text {
		position: absolute;
		z-index: 100;
		top: 50%;
		width: 100%;
		
		-webkit-transform: translate(0%, -50%);
		-moz-transform: translate(0%, -50%);
		-o-transform: translate(0%, -50%);
		-ms-transform: translate(0%, -50%);
		transform: translate(0%, -50%);
		
		color: #fff;
		text-shadow: 0 0 15px rgba(0,0,0,0.9);
	}
	
	#banner #text .learn-more {
		display: block;
		width: 120px;
		height: 40px;
		padding: 0 15px;
		line-height: 40px;
		background: url(/images/potato-stamps/short-01-lime.png) left top / 100% 100% no-repeat;
		
		text-align: center;
		font-size: 0.75em !important;
		font-weight: 600;
		color: #fff;
		text-transform: uppercase;
		text-shadow: 0 0 10px rgba(0,0,0,0.5);
	}
	
	#banner #text .learn-more:hover {
		background: url(/images/potato-stamps/short-01-orange.png) left top / 100% 100% no-repeat;
		text-decoration: none;
	}
	
	/*
	#banner #text a {
		color: #8dc100;
	}
	*/
	
	
	/* MAIN ---------- */
	
	main > .inner {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	main h1 {
		margin-top: 45px;
	}
	
	
	/* NAV SIDE ------ */

	.nav-side {
		padding-bottom: 60px;
	}

	#logo {
		padding-top: 45px;
	}
	

	/*	PAGES ---------- */
	
	/*	RESOURCE WEB APPS ------ */
	
	.resources .main-img {
		padding-top: 45px;
	}
	
	.resources .flex-container a.flex-box {
		width: 25%;
	}
	

	/* FOOTER ---------- */

	/* FOOTER TOP ------ */

	#footer-top h3 {
		font-size: 2.25em;
	}

	#subscribe input[type='submit'],
	#paypal-donate input[type='submit'] {
		width: 40%;
	}

	/* FOOTER BOTTOM ------ */
	
	#footer-bottom p {
		font-size: 0.875em;
	}

}


/* Screen sizes 1200px - 1360px		--------- */
@media only screen 
and (min-width : 1200px) 
and (max-width : 1360px) {

	/* GENERAL ---------- */
	
	.inner {
    	max-width: 65em;
	}
	
	.inner {
		padding-left: 45px;
		padding-right: 45px;
	}
	
}


/* Screen sizes 1360px - 1520px		--------- */
@media only screen 
and (min-width : 1360px) 
and (max-width : 1520px) {

	/* GENERAL ---------- */
	
	.inner {
    	max-width: 70em;
	}
	
	.inner {
		padding-left: 60px;
		padding-right: 60px;
	}
	
}


/* Screen sizes 1520px and larger		--------- */
@media only screen 
and (min-width : 1520px) {

	/* GENERAL ---------- */

	.inner {
    	max-width: 75em;
	}
	
	.inner {
		padding-left: 75px;
		padding-right: 75px;
	}
	
}


@media only screen and (min-width: 35em) {

}


@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {

}


/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: '';
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: ' ';
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}