@charset "UTF-8";
/* CSS Document */

/* Remove input autofocus  */
*:focus {
	outline: none;
	-webkit-outline: none;
	-moz-outline: none;
}
/* end autofocus  */


.gradient_wrap2 {
	width: 100%;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffe682+1,ffffff+100 */
background: #ffe682; /* Old browsers */
background: -moz-linear-gradient(left, #ffe682 1%, #ffffff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #ffe682 1%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #ffe682 1%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe682', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */
}

.nest {
	margin: 0 auto;
	max-width: 1000px;
	padding: 1em 2em 15px 2em;
	}


.title {
	font-family: 'Lato', sans-serif;
	font-size: 1.8em;
	line-height: 1.2em;
	color: #3358d4;
	margin-top:25px;
	text-shadow: 2px 2px 2px #e0e0e0;
	}
	
.subhead {
	font-size: 1em;
	line-height:1.4em;
	font-weight:900;
	color: #1a3fba;
	text-transform:uppercase;
	letter-spacing:.05em;
	text-align:right;
	padding: 5px 20px 5px 0;
	}	

/* main body */	
.back_color	{
	background-color:#fff;
	width: 100%;
	padding-top: 1em;
	}
.back_color-sticky	{
	background-color:#fff;
	width: 100%;
	padding-top: 70px;
	}
@media only screen and (max-width:880px) {
	.back_color-sticky	{
	padding-top: 10px;
	}
	}
		
.gray_back_color {
background: #ebebeb; /* Old browsers */
background: -moz-linear-gradient(top, #ebebeb 0%, #f7f7f7 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ebebeb 0%,#f7f7f7 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ebebeb 0%,#f7f7f7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */
	width: 100%;
	}
.forms_main {
	margin: 0 auto;
	max-width: 1000px;
	padding: 1em 2em 3em;
	}
	
.required_notification {
	font-size:15px;
	line-height: 1.5em;
	text-align:left;
	font-style: italic;
	}
	
/* forms divs */
	
.label {
    display: inline-block;
    box-sizing: border-box;
    color: #333;
    width: 100%;
	font-weight: 700;
	letter-spacing:.01em;
	font-size:16px;
    text-align: right;
    vertical-align: center;
    padding: 5px 20px 0 0;
}
.login-label {
    display: block;
    box-sizing: border-box;
    color: #333;
    width: 100%;
	font-weight: 700;
	letter-spacing:.01em;
	font-size:16px;
    text-align: left;
    vertical-align: center;
    padding:10px 0 5px;
}
.label-left {
    display: inline;
    color: #333;
    width: 100%;
	font-weight: 700;
	letter-spacing:.01em;
	font-size:16px;
    text-align: left;
    vertical-align: center;
    padding: 10px 20px 0 0;
}

.normal_weight {
	font-weight:400;
	font-size:16px;
	line-height:1.4em;
	color: #333;

	}
.sm_ital_textbox {
		font-size:15px;
		line-height:1.4em;
		font-style:italic;
		padding-top: 6px;
		color: #333;	
		}
.text-in-inputs {
	color: #333;
	font-size: 16px;
	display: inline-block;
	box-sizing: border-box;
    padding: 5px;
	}
	
input[type="text"], input[type="tel"], input[type="email"], input[type="url"]{
    color:  #333;
    box-sizing: border-box;
	border-radius: 2px;
    width:22em;
    box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);
	-webkit-box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);
    padding: 5px 10px;
    border: 1px solid #bababa;
}
input[type="text"].medium {
    color:  #333;
    box-sizing: border-box;
	border-radius: 2px;
    width: 100%;
    box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);
	-webkit-box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);
    padding: 5px 10px;
    border: 1px solid #bababa;
	overflow: hidden;
}
/*--new--*/
input[type="text"].shopping-cart {
    color:  #333;
    box-sizing: border-box;
	border-radius: 2px;
    width: 100%;
    box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);
	-webkit-box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);
    padding: 5px 10px;
    border: 1px solid #bababa;
	overflow: hidden;
}

input[type="text"].small {
    color:  #333;
    box-sizing: border-box;
    width:160px;
	padding: 5px 10px;
    box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);
	-webkit-box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);
    border: 1px solid #bababa;
}
input[type="text"].very-small {
    color:  #333;
    box-sizing: border-box;
    width:60px;
    box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);
	-webkit-box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.08);

    border: 1px solid #bababa;
}
input[type="checkbox"] {
	margin:3px 8px 0 0;
	vertical-align:top;
	font-size:16px;
		}
.checkbox_holder {
	padding-top: 7px;
	}
.checkbox_text {
		font-size:14px;
		font-style:italic;
		}
input[type="radio"] {
	margin-right: 10px;
	}
input[type="date"] {
	font-size:14px;
	margin-right: 10px;
	}
input:required:focus:invalid {
	border-color: #FF0000;
	box-shadow: 0 0 5px rgba(255, 0, 0, 0.4);
	}
input:required:focus:valid {
	border-color:#01c201;
	box-shadow: 0 0 5px rgba(0, 215, 0, 0.4);
	}
select.one {
	border: 1px solid #bababa;
	font-size:15px;
    background-color: #ffffff;
    color:  #333;
    box-sizing: border-box;
    width: 100%;
	margin-top: 5px;
    box-shadow: 0px 0px 4px 0 rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0px 0px 4px 0 rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 0px 4px 0 rgba(0, 0, 0, 0.25);
	overflow: hidden;
}
select.two {
	text-align:left;
	border: 1px solid #bababa;
	font-size:15px;
    background-color: #ffffff;
    color:  #333;
    box-sizing: border-box;
    max-width: 100%;
	margin-top: 5px;
    box-shadow: 0px 0px 4px 0 rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0px 0px 4px 0 rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 0px 4px 0 rgba(0, 0, 0, 0.25);
}
select.cart {
	text-align:right;
	border: 1px solid #000;
	font-size:14px;
    background-color: #ffffff;
    color:  #000;
    box-sizing: border-box;
	display:block;
	float: right;
    max-width: 100%;
	margin-top: 0;
}

select.three {
	border: 1px solid #bababa;
	font-size:15px;
    background-color: #ffffff;
    color:  #333;
    box-sizing: border-box;
    width: 200px;
	margin-top: 5px;
    box-shadow: 0px 0px 4px 0 rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0px 0px 4px 0 rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 0px 4px 0 rgba(0, 0, 0, 0.25);
}
option {
	font-size:14px;
	line-height:1.2em;
	padding: 4px 8px;
	color: #333;
		}
textarea {
	width: 100%;
	height: 100px;
	}

/*------------------------------*\
    Grid System
\*------------------------------*/

.form-4 {
    width: 32.2666666667%;
	margin-bottom: .5em;
}
.form-4a {
    width: 32.2666666667%;
	margin-bottom: 0;
}

.form-6 {
    width: 49.2%;
	margin-bottom: .5em;
}
.form-6a {
    width: 49.2%;
	margin-bottom: 0;
}
.form-3 {
	width: 30%;
	margin-bottom: .5em;
	padding-right: 5px;
	}
.form-8 {
    width: 66.1333333333%;
}
.sectionwrapper {
	margin: 0 auto;
	width: 100%;
	}
		
.section {
	box-sizing: border-box;
	position: relative;
	display:block;
	margin: 1em auto;
	padding: .8em 15px 1.25em 15px;
background: #ebebeb; /* Old browsers */
background: -moz-linear-gradient(top, #ebebeb 0%, #f7f7f7 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ebebeb 0%,#f7f7f7 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ebebeb 0%,#f7f7f7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */border-radius: 15px;
border: 6px solid #d6d6d6;
	box-shadow: 0px 0px 7px rgba(204,204,204,0.5);
	-webkit-box-shadow: 0px 0px 7px rgba(204,204,204,0.5);
	-moz-box-shadow: 0px 0px 7px rgba(204,204,204,0.5);
	}
.white_section {
	box-sizing: border-box;
	position: relative;
	display:block;
	margin: 1em auto 1.25em auto;
	padding: .8em 15px 1.25em 15px;
	background-color:#fff;
	border-radius: 15px;
	border: 6px solid #d6d6d6;
	box-shadow: 0px 0px 7px rgba(204,204,204,0.6);
	-webkit-box-shadow: 0px 0px 7px rgba(204,204,204,0.6);
	-moz-box-shadow: 0px 0px 7px rgba(204,204,204,0.6);
	}
	
.searchwrapper {
	margin: 0 auto;
	width: 100%;
	}
.search_section {
	box-sizing: border-box;
	position: relative;
	display:block;
	margin: 1em auto;
	padding: .8em 15px 1.25em 15px;
background: #ebebeb; /* Old browsers */
background: -moz-linear-gradient(top, #ebebeb 0%, #f7f7f7 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #ebebeb 0%,#f7f7f7 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #ebebeb 0%,#f7f7f7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#f7f7f7',GradientType=0 ); /* IE6-9 */border-radius: 15px;
border: 6px solid #d6d6d6;
	box-shadow: 0px 0px 7px rgba(204,204,204,0.5);
	-webkit-box-shadow: 0px 0px 7px rgba(204,204,204,0.5);
	-moz-box-shadow: 0px 0px 7px rgba(204,204,204,0.5);
	}	
p.right {
	margin: 1em 1.5em 0 0;
	}
	
		
	/**-----Button Style------**/
.button_holder {
	text-align:center;
	margin: -1em 0 1em 0;
	}
.button_holder1 {
	display: inline-block;
	width: 100%;
	text-align:center;
	margin: 0 auto;
	}
/** --new for publications--**/
.button_holder2 {
	display: inline-block;
	width: 100%;
	text-align:left;
	margin-bottom: 10px;
	margin-top: 10px;
	}
.button_holder3 {
	display: inline-block;
	width: 100%;
	text-align:right;
	margin-top: 10px;
	}
@media only screen and (max-width: 400px) {
	.button_holder2 {
	text-align:center;
	margin-bottom: 0;
		}
}

	
button.smaller {
	background: #fff;
	border: 2px solid #3358d4;
	transition: all 0.5s ease;
	color: #3358d4;
	font-size:14px;
	font-weight: 900;
	letter-spacing: .02em;
    padding: 8px 10px;
	box-shadow: 0px 0px 4px 0 rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 0px 4px 0 rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 4px 0 rgba(0, 0, 0, 0.5);
	transition: padding 0.2s linear;
	-o-transition: padding 0.2s linear;
	-moz-transition: padding 0.2s linear;
	-webkit-transition: padding 0.2s linear;
	}
button.smaller:hover, button.smaller.hover {
	padding: 8px 20px;
	border-color: #3c458a;
	color: #3c458a;
	font-weight: 900;
	}
button.smaller:hover a, button.smaller.hover a {
	color: #3c458a;
	}
button.smaller:active, button.smaller.active {
	border-color: #252857;
	color: #252857;
	font-weight: 900;
	}
/** --end of new for publications--**/	
	
/* Button Style */
button.next {
	background: #fff;
	border: 3px solid #3358d4;
	transition: all 0.5s ease;
	color: #3358d4;
	font-size:14px;
	font-weight: 900;
	letter-spacing: .05em;
    padding: 8px 25px;
	margin:1em 0;
	box-shadow: 0px 0px 4px 0 rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 0px 4px 0 rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 4px 0 rgba(0, 0, 0, 0.5);
	}
button.next:hover, button.next.hover {
	padding: 8px 40px;
	border-color: #3c458a;
	color: #3c458a;
	font-weight: 900;
	}
button.next:hover a, button.next.hover a {
	color: #3c458a;
	}
	
button.next:active, button.next.active {
	border-color: #252857;
	color: #252857;
	font-weight: 900;
	}
	
button.save_add {
 background: #fff;
	border: 1px solid #444;
	color: #444;
	transition: all 0.5s ease;
	font-size:14px;
	font-weight: 400;
    padding: 6px 10px;
	margin:.5em 5px 0 5px;
	box-shadow: 0px 0px 4px 0 rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 0px 4px 0 rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 4px 0 rgba(0, 0, 0, 0.5);
}


button.save_add:hover, button.save_add:hover >a {
  padding: 6px 15px;
  transition: all 0.5s ease;
	border-color: #3c458a;
	color: #3c458a;
}
button.save_add:active, button.save_add:active >a {
	border-color: #252857;
	color: #3c458a;
	}
	
/* smaller Button Style in member area */
button.admin {
	background: #fff;
	border: 2px solid #3358d4;
	transition: all 0.5s ease;
	color: #3358d4;
	font-size:14px;
	font-weight: 900;
	letter-spacing: .03em;
    padding: 5px 10px;
	margin:1em 10px 1.5em 10px;
	box-shadow: 0px 0px 4px 0 rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0px 0px 4px 0 rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 4px 0 rgba(0, 0, 0, 0.5);
	}
button.admin:hover, button.admin.hover {
	padding: 5px 20px;
	border-color: #3c458a;
	color: #3c458a;
	font-weight: 900;
	}
button.admin:hover a, button.admin.hover a {
	color: #3c458a;
	}	
button.admin:active, button.admin.active {
	border-color: #252857;
	color: #252857;
	}
@media only screen and (max-width: 500px) {
button.admin {
	padding: 5px 5px;
	margin:1em 5px;
	}
button.admin:hover, button.next:hover {
	padding: 5px 10px;
	}
}
/* new button */

button.update {
	display:block;
	float: right;
	border: 1px solid #000;
	background-color:#fff;
	color: #000;
	font-size:14px;
	font-weight:400;
	padding:0 6px;
	margin-top: 5px;
	}
button.update:hover {	
	border: 1px solid #3358d4;
	background-color: rgba(51, 88, 212, 0.1);
	}
button.update:active {
	border-color: #252857;
	color: #252857;
	background-color:#fff;
	}
/* end of new button */

/* End of Button Style */

/* table styling */

.amt_table {
   text-align: left;
   overflow: hidden;
   width: 100%;
   margin: 0 auto;
   display: table;
}
.amt_table th {
	font-weight: 400;
	padding: 5px 10px;
	background-color:  rgba(255,255,255, 0.85);
	border-top: 1px solid #bbb;
	vertical-align:bottom; 
}
.amt_table tr {
	  -webkit-box-shadow: 0 2px 2px -2px #787878;
	  -moz-box-shadow: 0 2px 2px -2px #787878;
	  box-shadow: 0 2px 2px -2px #787878; 
	  border-bottom: 1px solid #bbb; 
}

.amt_table tr:last-child {
	  background-color: #e5e5e5; 
}
.amt_table td {
	font-weight: 400;
	font-size: 16px;
	padding: 6px 0 6px 10px;
	vertical-align: bottom;
}
td.right, th.right{
	text-align:right;
	padding-right: 10px;
	}

.blue {
color: #3358d4;
	}
/* end of amt table styling */

.amt_table_alt {
   text-align: left;
   overflow: hidden;
   width: 100%;
   margin: 0 auto;
   display: table;
}
.amt_table_alt th {
	font-weight: 400;
	padding: 5px 10px;
	background-color: #f2f2f2;
	border-top: 1px solid #bbb;
	vertical-align:bottom; 
}
.amt_table_alt tr {
	  background-color: #fff;
	  -webkit-box-shadow: 0 2px 2px -2px #787878;
	  -moz-box-shadow: 0 2px 2px -2px #787878;
	  box-shadow: 0 2px 2px -2px #787878; 
	  border-bottom: 1px solid #bbb; 
}

.amt_table_alt tr:last-child {
	  background-color: #ebebeb; 
}
.amt_table_alt td {
	font-weight: 400;
	font-size: 16px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
	vertical-align: bottom;
}
/* end of alt amt table styling */

/* TG table styling */
table.tg {
	display: block;
	  border: 0;
	  width: 100%;
	  margin: 0;
	  padding: 10px 0 0 0;
	  border-collapse: collapse;
	  border-spacing: 0;
	}
	 
table.tg tr {
	}
table.tg tr:last-child {
	border-bottom: none;
	}	
table.tg th,
table.tg td {
	  font-size:16px;
	  line-height: 1.3em;
	  text-align: left;
	  width: 50%;
	  vertical-align: top;
	  padding-top: 5px;
	  padding-right: 15px;
	  padding-bottom: 5px;
	  padding-left: 1.5em;
	  text-indent: -1.5em;
	}
table.tg td.alt1 {
	  font-size:16px;
	  line-height: 1.3em;
	  text-align: left;
	  width: 50%;
	  vertical-align: top;
	  padding-top: 0px;
	  padding-right: 15px;
	  padding-bottom: 5px;
	  padding-left: 1.5em;
	  text-indent: -1.5em;
	}
table.tg td.alt2 {
	  font-size:16px;
	  line-height: 1.3em;
	  text-align: left;
	  width: 50%;
	  vertical-align: top;
	  padding-top: 5px;
	  padding-right: 15px;
	  padding-bottom: 0px;
	  padding-left: 1.5em;
	  text-indent: -1.5em;
	}

.td14 {
	font-size:14px;}

table.tg th {
	  text-transform: uppercase;
	  font-size: 14px;
	  letter-spacing: 1px;
	}

@media screen and (max-width: 867px) {	 
table.tg { 
	border: 0; 
	}
table.tg tr {
	  display: block;
	  padding: 0 15px 0 0;
	}
table.tg td {
	padding-top: 10px;
	display: block;
	width: 100%;
	text-align: left;
	}
table.tg td.alt1 {
	padding-bottom: 5px;
	display: block;
	width: 100%;
	text-align: left;
	}
table.tg td.alt2 {
	padding-top: 5px;
	display: block;
	width: 100%;
	text-align: left;
	}
table.tg tr {
	border-bottom: none;
	}
table.tg td:last-child { border-bottom: 0; }
	}
/* end of TG table styling */



/* results table styling */
table.results {
	  width: 100%;
	  margin: 0 0 1.5em 0;
	  padding: 0;
	  font-size: 16px;
	  font-weight:400;
	  border-top: 1px solid #ccc;
	}
	 
table.results tr {
	  background-color: #fff;
	  -webkit-box-shadow: 0 2px 2px -2px #787878;
	  -moz-box-shadow: 0 2px 2px -2px #787878;
	  box-shadow: 0 2px 2px -2px #787878; 
	  border-bottom: 1px solid #ccc; 

	}
	 
table.results th, table.results td{
	  padding: 10px;
	  text-align: left;
	  vertical-align: top;
	}
table.results td.left {
	text-align:left;
	}
	
table.results th {
	font-weight: 700;
	background-color: #ededed;
	vertical-align:bottom;
	padding: 5px 10px; 
	}
	
		
@media screen and (max-width: 600px) {

table.results {
	  border-top: 4px solid #ccc;
	  margin: 0;
	  font-size: 15px;
	}	 
	 
table.results thead { display: none; }
	 
table.results tr {
	  margin: 5px 0 10px 0;
	  display: block;
	  border-bottom: 4px solid #ccc;
	  -webkit-box-shadow: none;
	  -moz-box-shadow: none;
	  box-shadow: none; 
	}
	 
table.results td {
	  display: block;
	  text-align: right;
	  border-bottom: 1px solid #ccc;
	}
table.results th, table.results td{
	  padding: 10px 5px;
	  }
table.results td.left {
	font-size: 16px;
	}
table.results td:last-child { border-bottom: 0; }
	 
table.results td:before {
	  content: attr(data-label);
	  float: left;
	  font-weight: 700;
	  width: 120px;
	  text-align:left;
	  padding: 0;
	  }
	 
}

/* end of results table styling */

/* info table styling */
table.info {
	box-sizing:border-box;
	font-size: 16px;
	width: 100%;
	margin: 0 0 1.5em 0;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
	}
	 
table.info tr {
	   border-bottom: 1px solid #ccc;
	   border-top: 1px solid #ccc;
	}
table.info tr:first-child {
	  border-top: none;
	}
table.info th {
	font-size: 14px;
	line-height:1.4em;
	font-weight:900;
	color: #3358d4;
	text-transform:uppercase;
	letter-spacing:.05em;
	width: 32.2666666667%;
	padding: 15px 15px 10px 10px;
	text-align: right;
	}
	
table.info td {
	  padding: 7px 15px;
	  text-align: left;
	  width: 67.3333334%;
	}

table.info td.gray {
	  padding: 7px 15px;
	  text-align: right;
	  width: 32.2666666667%;
	  font-weight:700;
	}


@media screen and (max-width: 600px) {	 
table.info {
	border: 0;
	}
table.info tr {
	  display: block;
	  padding: 0;
	  border-bottom:none;
	}
table.info tr:last-child {
	border-bottom: 1px solid #ccc;
}
	
table.info th,
table.info td {
	  box-sizing:border-box;
	  display: block;
	  width: 100%;
	  text-align: left;
	  padding-right: 5px;
	}
table.info td {
	  padding: 5px 15px 7px 15px;
}
table.info td.gray {
	  text-align: left;
	  width: 100%;
	  display: block;
	  box-sizing:border-box;
	  padding: 7px 15px 0 15px;
	}

table.info th {
	display: block;
	padding: 20px 0 5px 15px;
	}
	}
/* end of info table styling */

/* receipt table styling */
table.receipt {
	box-sizing:border-box;
	font-size: 15px;
	width: 100%;
	margin: 0 0 1.5em 0;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
	}
	
p.receipt {
	color: #1a3fba;
	font-size:14px;
	font-weight:400;
	text-align:center;
	line-height:1.6em;
	padding-top:1em;
	}
	 
table.receipt tr {
	   border-bottom: 1px solid #ccc;
	   border-top: 1px solid #ccc;
	   border-collapse: collapse;
		border-spacing: 0;
	}
table.receipt tr.no-bottom {
	   border-bottom: none;
	   border-top: 1px solid #ccc;
	   border-spacing: 0;
	}
table.receipt tr.no-top {
	   border-top: none;
	   border-bottom: 1px solid #ccc;
	   border-spacing: 0;
	}
table.receipt tr.no-border {
	   border-bottom: none;
	   border-top: none;
	   border-spacing: 0;
	}
table.receipt tr:first-child {
	  border-top: none;
	}
table.receipt th {
	font-size: 14px;
	line-height:1.4em;
	font-weight:900;
	color: #3358d4;
	text-transform:uppercase;
	letter-spacing:.05em;
	width: 32.2666666667%;
	padding: 15px 15px 10px 10px;
	text-align: right;
	vertical-align:text-bottom;
	}
table.receipt th.left {
	font-size: 15px;
	line-height:1.4em;
	font-weight:400;
	color: #000;
	text-transform: capitalize;
	letter-spacing:0;
	width: 42.13333332%;
	padding: 7px 15px;
	text-align: left;
	vertical-align:text-bottom;
	}
	
table.receipt td {
	  padding: 7px 15px;
	  text-align: left;
	  width: 67.3333334%;
	  vertical-align:top;
	}
table.receipt td.col2 {
	  padding: 7px 15px;
	  text-align: left;
	  width: 42.13333332%;
	}
table.receipt td.col2-pubs {
	  padding: 7px 15px;
	  text-align: left;
	  width: 52.13333332%;
	}
	
table.receipt td.col3 {
	  padding: 7px 15px;
	  text-align: left;
	  width: 10%;
	  border-left: 1px solid #ccc;
	}
table.receipt td.col4 {
	  padding: 7px 15px;
	  text-align: right;
	  width: 15%;
	  font-weight:700;
	  border-left: 1px solid #ccc;
	  border-right: 1px solid #ccc;
	}
table.receipt td.col4alt {
	  padding: 7px 15px;
	  text-align: right;
	  width: 32.2666666667%;
	  font-weight:400;
	  border-left: 1px solid #ccc;
	  border-right: 1px solid #ccc;
	}

table.receipt td.gray {
	  padding: 7px 15px;
	  text-align: right;
	  width: 32.2666666667%;
	  background-color: #ededed;
	  font-weight:700;
	}
table.receipt td.gray-not-mobile {
	  padding: 7px 15px;
	  text-align: right;
	  width: 32.2666666667%;
	  background-color: #ededed;
	  font-weight:700;
	}

table.receipt td.white {
	  padding: 7px 15px;
	  text-align: right;
	  width: 32.2666666667%;
	  background-color: #fff;
	  font-weight:700;
	}
table.receipt td.white-not-mobile {
	  padding: 7px 15px;
	  text-align: right;
	  width: 32.2666666667%;
	  background-color: #fff;
	  font-weight:700;
	}
	
table.receipt td.total {
	background-color: #ededed;
	font-weight:700;
	}

@media screen and (max-width: 600px) {	 
table.receipt {
	border: 0;
	}
table.receipt tr {
	  display: block;
	  padding: 0;
	  border-top: none;
	}
table.receipt th,
table.receipt td, table.receipt td.col2, table.receipt td.col2-pubs, table.receipt td.col3, table.receipt td.col4, table.receipt td.col4alt{
	  box-sizing:border-box;
	  display: block;
	  width: 100%;
	  text-align: left;
	  padding-right: 5px;
	  border-left: none;
	  border-right: none;
	}
 table.receipt td.col4{
	 font-weight:400;
	 }
 table.receipt td.col4.total{
	 font-weight:700;
	 }
	
table.receipt td.gray, table.receipt td.white {
	  text-align: left;
	  width: 100%;
	  display: block;
	  box-sizing:border-box;
	  background-color: #ededed;
	}
table.receipt td.gray-not-mobile, table.receipt td.white-not-mobile {
	  text-align: left;
	  width: 100%;
	  display: block;
	  box-sizing:border-box;
	  background-color: #fff;
	}

table.receipt th {
	display: block;
	padding: 20px 0 5px 15px;
	}
table.receipt td:empty {
	border: 0;
	display: none;
	}
	}
/* end of receipt table styling */


/* placeholder styling */

/* Chrome/Opera/Safari */ 
input[type="text"]::-webkit-input-placeholder,
input[type="textarea"]::-webkit-input-placeholder, 
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder, 
input[type="url"]::-webkit-input-placeholder {
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size: 16px;
	color: #c7c7c7;
}
input[type="text"]::-moz-placeholder,
input[type="textarea"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder, { /* Firefox 19+ */
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size: 16px;
	color: #c7c7c7;
}
input[type="text"]:-ms-input-placeholder,
input[type="textarea"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder, { /* IE 10+ */
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size: 16px;
	color: #c7c7c7;
}
input[type="text"]:-moz-placeholder,
input[type="textarea"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="url"]:-moz-placeholder, { /* Firefox 18- */
	font-family: 'Lato', sans-serif;
	font-weight:400;
	font-size: 16px;
	color: #c7c7c7;
}
/* end of placeholder */

/* === Form hints === */
.form_hint {
	background: #d45252;
	border-radius: 3px 3px 3px 3px;
	color: white;
	font-weight:400;
	font-size: 13px;
	line-height: 15px;
	margin-left:8px;
	padding: 6px 6px;
	z-index: 999; /* hints stay above all other elements */
	position: absolute; /* allows proper formatting if hint is two lines */
	display: none;
}
.form_hint::before {
	font-family:Georgia, "Times New Roman", Times, serif;
	content: "\25C0";
	color:#d45252;
	position: absolute;
	top:1px;
	left:-6px;
}
.forms_main input:focus + .form_hint {display: inline;}
.forms_main input:required:valid + .form_hint {background: #28921f;}
.forms_main input:required:valid + .form_hint::before {color:#28921f;}
	
/* media queries */
@media screen and (max-width: 890px) {
	.label-left {
	display: inline-block;
    width: 100%;
    text-align: left;
    padding: 5px 0 10px 0;
}
	}
	
@media only screen and (max-width: 767px) {
.nest {	
	padding: 1em 1.5em 15px 1.5em;
}

.sectionwrapper {
	width: 60%;
	}
.searchwrapper {
	width: 75%;
	}
.search_section {
	margin: 1em 4em;
	padding: 1.25em 2em;
	}	
.subhead {
	padding-top: 5px;
	text-align: left;
}

.forms_main {
	max-width: 100%;
	}

.label {
    width: 100%;
    text-align: left;
    padding: 5px 0 0 0;
}


.form-4 {
    width: 100%;
	margin-bottom: 5px;
    }
.form-4a {
    width: 100%;
	margin-bottom: 5px;
    }
.form-6 {
    width: 100%;
	margin-bottom: .5em;
    }
.form-6a {
    width: 100%;
	margin-bottom: -23px;
    }

.form-3 {
	width: 100%;
	margin-bottom: .5em;
	padding-right: 0;
	}
.form-8 {
	width: 100%;
	}

option {
	padding: 10px 8px
	}

.border2 {
	padding-bottom: 5px;
	margin-top: 1.2em;
	}
input[type="text"], input[type="tel"], input[type="email"], input[type="url"] {
	width: 100%;
	}
.sm_ital_textbox {
		padding-top: 0;	
		}
p.right {
	margin: 0;
	}
select.one, select.two, select.three{
	margin: 0;
	}

}
@media only screen and (max-width: 649px) {
.gradient_wrap2 {
	padding: 5px 0;
}
.sectionwrapper {
	width: 75%;
	padding-bottom:10px;
	}
.searchwrapper {
	width: 80%;
	}
.search_section {
	margin: 1em;
	padding: 1em 2em;
	}

}
@media only screen and (max-width: 500px) {
.nest {
	padding: 0 1em 5px 1em;
}
.sectionwrapper {
	width: 80%;
	}
.searchwrapper {
	width: 100%;
	margin: 0;
	}
.forms_main {
	padding: 0 1em 1em 1em;
	}
.section {
	padding: 15px 15px 25px 15px;
	}
}
@media only screen and (max-width: 400px) {

.sectionwrapper {
	width: 95%;
	}
.search_section {
	margin: 0 0 5px 0;
	padding: 1em;
	}
}


/**--new--**/
/* cart-price table styling */
table.cart-price {
	width: auto;
	font-weight:400;
	font-style:normal;
	font-size: 14px;
	  border: 0;
	  margin: .5em auto 1.5em auto;
	  padding: 0;
	  border-collapse: collapse;
	  border-spacing: 0;
	  border: 1px dotted #ccc;
	}
	 
table.cart-price tr {
	border-top: 1px dotted #ccc;
	}
table.cart-price th,
table.cart-price td {
	padding: 3px 6px;
	text-align: left;
	vertical-align: top;
	margin-bottom: 30px;
	}
table.cart-price td.right {
	text-align: right;
}
table.cart-price tr:first-child {

	}
table.cart-price tr:last-child {
	  border-bottom: 1px dotted #ccc;
	}

table.cart-price th {
	  font-weight:900;
	  background-color: #ededed;
	}

/* end of pub-cart table styling */

/**--new--**/
.login-white_section {
	box-sizing: border-box;
	display:block;
	margin: 1em auto 1.25em auto;
	padding: 0 25px 25px 25px;
	background-color:#fff;
	border-radius: 15px;
	border: 6px solid #d6d6d6;
	box-shadow: 0px 0px 7px rgba(204,204,204,0.6);
	-webkit-box-shadow: 0px 0px 7px rgba(204,204,204,0.6);
	-moz-box-shadow: 0px 0px 7px rgba(204,204,204,0.6);
	}
@media only screen and (max-width: 767px) {
	.login-white_section {
		width: 300px;
		padding: 0 15px 1.25em 15px
		}
}
@media only screen and (max-width: 400px) {
	.login-white_section {
		width: 100%;
		}
}

@media print {
	.forms_main {
		padding-top: 0;
		padding-bottom: 0;
		}
		}