/*** Reset ***/ 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 1em; /*100%*/
	font: inherit;
	vertical-align: baseline;
} 
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
} 
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
.content li:before {
	content: "•"; /* Insert content that looks like bullets */
	padding-right: 8px;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
bold {
	font-weight:700;
}
/***********************************
 ** Grid
 **********************************/
.wrapper {
	width: 100%;
	border-collapse: collapse;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 0 4%;
	margin: 4% 0 0;
}
body .wrapper:first-child {
	margin: 0;
} 
.row {
	clear: both;
	max-width: 92%;
	height: 100%;
	margin: 0 auto;
}
.row:after {
	content:"";
	display:table;
	clear:both;
}
.col_1, .col_2, .col_3, .col_4, .col_5, .col_6, .col_7, .col_8, .col_9, .col_10, .col_11, .col_12 {
	font-size: .85em;
	float: left;
	width: 100%;
	border-collapse:collapse;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	word-break: break-word;
	margin: 4% 0 0;
}
.wrapper .row .col_1,
.wrapper .row .col_2,
.wrapper .row .col_3,
.wrapper .row .col_4,
.wrapper .row .col_5,
.wrapper .row .col_6,
.wrapper .row .col_7,
.wrapper .row .col_8,
.wrapper .row .col_9,
.wrapper .row .col_10,
.wrapper .row .col_11,
.wrapper .row .col_12 {
	padding: 20px;
}
/*schedule page*/
.no_padding,
.row.no_padding .col_1,
.row.no_padding .col_2,
.row.no_padding .col_3,
.row.no_padding .col_4,
.row.no_padding .col_5,
.row.no_padding .col_6,
.row.no_padding .col_7,
.row.no_padding .col_8,
.row.no_padding .col_9,
.row.no_padding .col_10,
.row.no_padding .col_11,
.row.no_padding .col_12 {
	padding: 0 !important;
}
.no_margin {
	margin: 0 !important;	
} 
h3 {
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
}
h1.quote, h3.quote {
	text-align: center;
	font-size: 36px;
	font-style: italic;
	font-weight: normal;
	color: #666;
	text-transform: uppercase;	
}
h1.quote .dotted, h3.quote .dotted {
	font-weight: normal;	
}
h3.quote a {
	color: #34495e;	
}

@media all and (min-width : 768px) {
	.wrapper {
		width: 100%;
		padding: 1% 0;
		margin: 2% 0 0;
	}
	body .wrapper:first-child {
		margin: 0;
	}
	.row {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		clear: both;
		margin: 0 auto;
		max-width: 90%;
		height: 100%;
		padding: 2% 0 0;
	}
	.wrapper .row {
		padding: 1% 0;	
	}
	.row:after {
		content:"";
		display:table;
		clear:both;
	}
	.col_1, .col_2, .col_3, .col_4, .col_5, .col_6, .col_7, .col_8, .col_9, .col_10, .col_11, .col_12 {
		margin: 0 2% 0 0;
		float: left;
		word-break: break-word;
		position: relative;
	}
	
	.col_1 { width: 6.5%; }
	.col_2 { width: 15%; }
	.col_3 { width: 23.5%; }
	.col_4 { width: 32%; }
	.col_5 { width: 40.5%; }
	.col_6 { width: 49%; }
	.col_7 { width: 57.5%; }
	.col_8 { width: 66%; }
	.col_9 { width: 74.5%; }
	.col_10 { width: 83%; }
	.col_11 { width: 91.5%; }
	.col_12 { width: 100%; margin: 0; }
	
	.no_gutter .col_1 { width: 8.33%; margin: 0; }
	.no_gutter .col_2 { width: 15%; margin: 0; }
	.no_gutter .col_3 { width: 23.5%; margin: 0; }
	.no_gutter .col_4 { width: 32%; margin: 0; }
	.no_gutter .col_5 { width: 40.5%; margin: 0; }
	.no_gutter .col_6 { width: 49%; margin: 0; }
	.no_gutter .col_7 { width: 57.5%; margin: 0; }
	.no_gutter .col_8 { width: 66%; margin: 0; }
	.no_gutter .col_9 { width: 74.5%; margin: 0; }
	.no_gutter .col_10 { width: 83%; margin: 0; }
	.no_gutter .col_11 { width: 91.5%; margin: 0; }
	.no_gutter .col_12 { width: 100%; margin: 0; }
	
	.last {
		margin: 0;
	}
}

/* And then some... */
html, body {
	height: 100%;
	width: 100%;	
	font-family:'Open Sans', sans-serif;
	background: #ecf0f1;
	color: #0d0d0d; /*242424 404040*/
	line-height: 1.5;
}
h1, h2 {
	line-height: 1.5;
}
h1 { /* AAA WomenWorks */
	font-family: 'Felipa', serif; 
	text-align: center;
	font-size: 50px;
	color: #42295a;
}
h2 {
	font-size: 1.5em; 
	color: #666;
}
h4 {
	font-family:'Open Sans', sans-serif;
	font-size: 1.05em; 
	color: #fff973; /*f39c12*/
}
p {
	padding: 10px 0;
	line-height: 1.5;
	color: #0d0d0d;
}
p.withdrawn { /*withdrawn*/
	font-family:'Open Sans', sans-serif;
	font-weight: 500;
	margin-top: 5px;
}
.header {
	/*background: #21A9E1;*/
	background: rgba(20, 2, 40, .95);
}
.menu {
	float: right;
	font-family:'Oswald', sans-serif;
	/*text-transform: uppercase;*/
	font-weight:300;
	line-height: 80px; 
	position: absolute;
	top: 125px;
	left: 0;
	display: none;
}
.menu li {
	float: left;
	width: 100%;
	/*list-style: none; - see line 29*/
	background: rgba(66, 41, 90, .95);
	border-top: 1px solid #ccc;
	line-height: 60px; 
}
.menu li a {
	padding: 0 10px;	
	text-decoration: none;
	color: #fff;
	font-size: 20px;
}
.menu li:last-child a {
	padding: 0 20px 0 0;	
}
.menu li a.active span {
	border-bottom: 1px solid #FFF;	
}
.menu li a:hover span {
	border-bottom: 1px solid #FFF;	
}
.mobile-menu { 
	background: url(../_images/menu-lines.png);
	background-repeat: no-repeat;
	height: 35px;
	width: 55px;
	margin: 0 auto;
	padding: 0 0 20px;
	cursor: pointer;
	cursor: hand;	
}
.tagline { /*Herbal Salves for Soothing Life's Ouchies*/
	text-align: center;
	color: #42295a;
}
.intro {
	text-align: center;
	font-size: 32px;
	width: 100%;
}
.wrapper.main {
	/*background: #bdc3c7;*/
}
.wrapper.example {
	/*background: #fff;	*/ /*see also line 314 .example*/
	background:rgba(2, 52, 57, 1);
}
.dotted {
	border-bottom: 1px dashed #666;
	font-weight: bold;
}
.copyright {
	text-align: center;	
	font-size: .90em;/*16px*/
	color: #FFF;
}
.example {
	background:rgba(2, 52, 57, 1);
}
.grid .row:first-child .col_12 {
	background: none;
	border: 0;
	padding: 0;
}
.example .row:first-child .col_12 h2 {
	color: #fff;
}
.markup {
	background: #f1f1f1 !important;	
}
.getInTouch {  /*footer*/
	background:rgba(20, 2, 40, .95); 
	color: #fff;
}
.ui-effects-wrapper {
	height: auto!important;	
}
.getInTouch h2 {
	color: #fff;	
}
.flexGRID {
	background:rgba(2, 52, 57, 1);
}
.flexGRID .row:first-child .col_12 * {
	color: #fff;
}
.grid .row .col_1,
.grid .row .col_2,
.grid .row .col_3,
.grid .row .col_4,
.grid .row .col_5,
.grid .row .col_6,
.grid .row .col_7,
.grid .row .col_8,
.grid .row .col_9,
.grid .row .col_10,
.grid .row .col_11,
.grid .row .col_12 {
	background: #fff;
	border-radius: 5px;
} 
.indent { /*hawthorn tincture - dr. christopher comments*/
	border-left: 1px solid #c6c6c6;
	padding: 0 10px 0 10px;
	font-size: 80%;
}
.attribution {
	font-size: 80%;
	font-weight:600;
}
pre.code {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;	
	font-size: 16px;
}

/* Blocks */
.row .block .image {
	text-align: center;	
}
.row .block .image img {
	width: 100%;	
	max-width: 100%; /*200px 150px*/
	max-height: auto; /*200px 150px*/
	transition:All 0.3s ease-out;
	-webkit-transition:All 0.3s ease-out;
	-moz-transition:All 0.3s ease-out;
	-o-transition:All 0.3s ease-out;
}
/*
.imgcentered {
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
*/

.row .block .heading {
	font-size: 1.2em; /*18px*/
	text-align: center;
	font-weight: bold;
	padding: 20px 0;
}

/* schedule */
.grid .row .col_3.schedule {
	background: #fff;
	border-radius: 5px;
}
.schedule-heading {
	margin-top:-20px;
	margin-right: -20px;
	margin-left: -20px;
	padding:0;
}
h2.date {
	margin-top:0;
	font-size: 1.40em; /*font-size: 1.5em; 18px*/
	text-align: center;
	font-weight: 400;
	color: #fff;
	background: #311247;
/*	background: rgba(66, 41, 90, .95);*/
	border-radius: 5px 5px 0 0;
}
h2.date-withdrawn {
	margin-top:0;
	font-size: 1.40em; /*font-size: 1.5em; 18px*/
	text-align: center;
	font-weight: 400;
	color: #fff;
	/*background: #311247;*/
	background: darkmagenta;
	/*background-color: darkmagenta;*/
	border-radius: 5px 5px 0 0;
}
h3.location {
	margin-top: 1px;
	font-size: 1.25em; 
	text-align: center;
	font-weight: 400;
	text-transform: capitalize;
	color: #fff;
	background: #311247;
}
h3.location-withdrawn {
	margin-top: 1px;
	font-size: 1.25em; 
	text-align: center;
	font-weight: 400;
	text-transform: capitalize;
	color: #fff;
	/*background: #311247;*/
	background: darkmagenta;
	/*background-color: darkmagenta;*/
}
h3.withdrawal { /*canceled*/
	font-family:'Open Sans', sans-serif;
	font-size: 1.30em; 
	text-align: center;
	font-weight: 800;
	text-transform: capitalize;
	color: darkmagenta; 
	margin-top: 5px;
}
.schedule-content {
	margin: 0;
	padding: 0;
}
.dimmed{
	background-color:#dedede;
}
.small {
	font-size: 90%;
}
.smaller {
	font-size: 85%;
}
.smallest {
	font-size: 80%;
}
.product_tagline { /*First-Aid for Life’s Ouchies (products page)*/
	font-size: 85%;
}
.ingredients { /*ingredients  (products page)*/
	font-size: 90%;
}
.disclaimer { /*FDA (products page)*/
	font-size: 75%;
}
/* more info button */
.info {
	font-family:'Open Sans', sans-serif;
	font-weight: 700;
	width: auto; 
	background:rgba(2, 52, 57, 1);
	background:rgba(2, 52, 57, 1);
	color: white;
	cursor: pointer;
	display: inline-block;
	line-height: 1;
	margin: 0;
	outline: none;
	padding: 5px 10px;
	text-align: center;
	text-decoration: none;
	border-radius: 3px;
}
/* end more info button */

/* map it button */
/* from flexbox first look */
.cta {
	font-weight: 900;
	color: #02000C; 
}
.button {
	font-family:'Open Sans', sans-serif;
	font-weight: 700;
	width: auto;
	border: 1px solid rgba(52, 32, 72, 0.95);
	background: rgba(66, 41, 90, .95);
	color: white;
	cursor: pointer;
	display: inline-block;
	line-height: 1;
	margin: 0;
	outline: none;
	padding: 5px 10px;
	text-align: center;
	text-decoration: none;
	border-radius: 3px;
}
/* end map it button */
/* end from flexbox first look */
/* end schedule*/

.logo {
	text-align: center;	
}
.logo img {
	width: 60px;	
}
.menu {
	text-align: center;
	width: 100%;	
}
.download {
	width: 100%;	
}

.orange-flat-button {
	font-family:'Open Sans', sans-serif;
	vertical-align: middle;
	width: 100%;
	height: 60px;
	line-height: 60px;
	padding: 0 5px;
	font-size: 1.45em; 
	font-weight: 300px;
	color: white;
	text-align: center;
	background: #42295a; /*#fff973 #6e9d59 #354c2b - #f39c12*/
	border: 0;
	border-bottom: 3px solid #3b2550;/*green-6e9d59 -- green-22311b*/
	cursor: pointer;
	position: relative;
	border-radius: 3px;
}
.orange-flat-button a {
	text-decoration: none;
	color: #fff;	
	display: block;
}

/*
.formError {
	display: none;
	border: 3px solid #e74c3c;
	margin: 10px 0;
	padding: 20px;	
}
.orange-flat-button a:hover {
	border-bottom: 2px solid #fff973;
}
.orange-flat-button:active {
	top: 2px;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.send-message .orange-flat-button span {
	text-decoration: none;
	color: #fff;	
	border-radius: 3px;
}
*/
/*
.send-message .orange-flat-button span:hover {
	border-bottom: 2px solid #FFF;
}
*/
/*
.orange-flat-button.subscribe {
	width: 100%;
	margin: 0 auto;
}
*/

.menu.show {
	display: block;	
}
.getInTouch {
	padding: 2% 0 1%;	
}
.getInTouch .contact-us {
	margin-top: 20px;	
}
.getInTouch .contact-us .field {
	margin-bottom: 20px;
}
.getInTouch .contact-us .field .input input {
	width: 100%;
	height: 40px;
	border: 0;
	border-radius: 3px;
	padding: 0 10px;
	border-collapse:collapse;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family:'Open Sans', sans-serif;
	font-size: 16px;
	margin-top:10px;
}
.getInTouch .contact-us .field .input textarea {
	width: 100%;
	height: 300px;
	border: 0;
	border-radius: 3px;
	padding: 10px;
	border-collapse:collapse;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family:'Open Sans', sans-serif;
	font-size: 16px;
	margin-top: 10px;
}
.getInTouch .contact-us .field .input select {
	width: 100%;
	height: 40px;
	border: 0;
	border-radius: 3px;
	padding: 0 10px;
	border-collapse:collapse;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family:'Open Sans', sans-serif;
	font-size: 16px;
	margin-top: 10px;
}
.validate .email_address {
	width: 100%;
	height: 60px;
	border: 0;
	padding: 0 20px;
	border-collapse: collapse;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family:'Open Sans', sans-serif;
	font-size: 18px;
	border: 1px solid #ccc;
}
.showcase {
	text-align: center;	
}

.vt a {
	color: #2980b9;	
}
*:focus {
    outline: 0;
}
.send-message .orange-flat-button {
	width: 100%;	
}
.privacy {
	font-size: 16px;
	width: 100%;
	text-align: center;	
}

@media all and (min-width : 768px) {
	.logo {
		text-align: left;	
	}
	.logo img {
		width: 80px;	
	}
	.mobile-menu {
		display: none;	
	}
	.menu {
		text-align: right;
		position: relative;
		top: 0 !important;
		display: block !important;
		width: auto;
	}
	.menu li {
		width: auto;	
		border: 0;
		line-height: 80px;
	}
	.menu li:nth-child(n+1):after {
		/*content: "/"; - default*/
		content: "|";
		color: #fff;
	}
	.menu li:last-child:after {
		content: "";
	}
	.menu li a {
		padding: 0 10px;	
	}
	.menu li:last-child a {
		padding: 0 0 0 20px;	
	}
	.send-message .orange-flat-button {
		float: right;
		width: 30%;	
	}
	.getInTouch .contact-us .field .input select {
		width: 50%;
	}
	.showcase .content {
		margin-top: 75px;	
	}
	.productdisplay {
		/*max-width: 300px;*/
		max-width: 100%;
		height: auto;
	}
}

@media all and (min-width : 768px) and (max-width : 1024px) {	
	.showcase .content {
		margin-top: 0;	
	}
	.menu li a {
	padding: 0 10px;	
	text-decoration: none;
	color: #fff;
	font-size: 15px;
	}
	.orange-flat-button {
	font-size: 1.05em; 
	}
	.productdisplay {
		max-width: 100%;
		height: auto;
	}
}

/*TC added this*/
/* Smartphones (portrait and landscape) ----------- */
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
	img .productdisplay {
		max-width: 100%;
		height: auto;
	}
	.productdisplay {
		max-width: 100%;
		height: auto;
	}
}
/*end TC added this*/
/*end styles*/