/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}




:root {
    --pl-btn-border-radius: 0.4rem;
    --pl-input-border-radius: 0.4rem;
    --pl-dark-green: #40B5AD;

    --pl-dark-gray: #1a1a1a;

    --pl-content-width:1350px;
    --pl-border-radius:10px;

    --pl-text-color: #555;
    
    --pl-button-text-color: #fff;
    --pl-button-bg-color: #40B5AD;
    --pl-button-hover-bg-color: #555;
}



body { 
	margin:0px; 
	padding:0px;
	/* background-color:#fff; */
	background-color: #fff;
	
	font-size:100%;
	line-height:120%;
	color:var(--pl-text-color);
	/* font-family: 'Roboto', sans-serif !important; */
    font-family: "Open Sans", sans-serif;
    font-weight:400;
}
body.home {
	background:#ffffff url('../images/header_bg.jpg') no-repeat top center;
}


.clear {
	clear:both;	
}



#menu_layer ion-icon {
	font-size: 3em;	
	color:#888;
}





hr {
	border: 0;
	color: #eee;
	background-color: #eee;
	height: 1px;
	margin-top: 25px;	
}

/*
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, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
}
*/
:focus {/* remember to define focus styles! */
	outline: 0;
}
ol, ul {
	list-style:circle;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}


.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('../images/page-loader.gif') 50% 50% no-repeat rgb(249,249,249);
}


.inpage_notice {
	padding:10px;
	background:#33af44;
	color:white;
}





a.button,
.button,
input[type="button"],
input[type="submit"],
::file-selector-button {
	display:inline-block;
	text-decoration:none !important;
	color:var(--pl-button-text-color);
	border:1px solid #aaa;
	background:var(--pl-button-bg-color);
	padding:8px;
    border-radius:var(--pl-btn-border-radius);
}
	a.button:hover,
    .button:hover,
    input[type="button"]:hover,
    input[type="submit"]:hover,
    ::file-selector-button:hover {
		background-color:var(--pl-button-hover-bg-color);
		text-decoration:none !important;
	}



.logo_box2 {
    position: absolute;
    top:5px;
    left:5px;
    background-image: url('/images/logo1.jpg');
    background-size: cover;
    background-position: center; 
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    z-index: 999;
    border:1px solid var(--pl-dark-green);    
    border-radius:var(--pl-border-radius);
}
@media (max-width:480px) {
	
	.logo_box2 {
        width: 75px;
        height: 75px;
	}
}



.logo_box {
	float:left;
	width:150px;
	margin-top:8px;
}

.logo {
	max-width:100px;
}

@media (max-width:480px) {
	
	.logo_box {
		float:none;
		margin:0 auto;
		width:100%;
		text-align:center;
	}

	.logo {
		max-width:75px;
	}
	
}

		
#login_tools {
	padding:15px;
	width:auto;
	margin:0;
	background:var(--pl-dark-green);
	color:#fff;
	/* width:350px; */
    overflow:hidden;
}
	#login_tools ul {
		list-style:none;
		margin:0;
		padding:0;
	}
	#login_tools ul li {
		display:inline;
		margin:0;
		padding:0;
	}
	#login_tools a {
		text-decoration:none;
		padding:10px;
		color:#fff;
	}
	#login_tools a:hover {
		color:#fff;
		text-decoration:underline;
	}
	#login_tools a.button {
		padding:8px 11px;
		color:#fff;
        background-color:transparent;
        border:1px solid #fff;
        border-radius: var(--pl-btn-border-radius);
	}
	#login_tools a.button:hover {
        color:#222;
        background-color:#e2f8f6;
	}
        
/*
@media (max-width:480px){

	#login_tools {
		float:none;
		margin:0 auto;
		width:100%;
		clear:both;
	}
}
*/


a {
	text-decoration:none;
	color:#0000ee;
}
a:hover {
	text-decoration:underline;
}




h1 {
	font-size:225%;
	line-height:100%;
	color:#444;
}
h2 {
	font-size:175%;
	color:#999;
}
.ErrorText {
	font-weight:bold;
	color:red;
}



#page {
}
#header_layer {
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	clear:both;
}
.home #header_layer {
	background:none;
}
#header_cap {
	width:100%;
	height:4px;
	background:#414141;
	margin:0;
	padding:0;
	clear:both;
}

#header_center {
	width:100%;
	max-width: var(--pl-content-width);
	margin:0 auto 0 auto;
	overflow:hidden;
	clear:both;
	height:125px;
}

.wrap {
	width:100%;
	max-width: var(--pl-content-width);
	margin:0 auto 0 auto;
}


#menu_layer {
	width:100%;
	margin:0;
	padding:15px;
	overflow: hidden;
	clear:both;
	background-color:#fff;
	border-bottom: 1px solid var(--pl-dark-green);
}

#menu {
	width: 100%;
    max-width: 700px;
	margin:0 auto;
	overflow:visible;
	clear:both;
}
	#menu a {
		text-align:center;	
	}


#msg_layer {
	width:100%;
	height:auto;
	margin:0;
	padding:10px;
	overflow:hidden;
	clear:both;
	text-align:center;
	background-color:#4792E6;
	color:#fff;
}
	#msg_layer a,
	#msg_layer a:link,
	#msg_layer a:visited {
		color:#f1f1f1;
	}
#clock_layer {
	width:100%;
	height:auto;
	margin:0;
	padding:10px;
	overflow:hidden;
	clear:both;
	text-align:center;
	background-color:#3778c1;
	color:#fff;
}
	#clock_layer a,
	#clock_layer a:link,
	#clock_layer a:visited {
		color:#f1f1f1;
	}

#maintenance_msg_layer {
	width:100%;
	height:auto;
	margin:0;
	padding:10px;
	overflow:hidden;
	clear:both;
	text-align:center;
	background-color:#f6f6f6;
	color:#333;
}

.header_ad_layer {
    overflow:hidden;
    clear:both;
    margin:0 auto;
	width:100%;
    text-align:center;
    padding:25px;
}
.header_ad_contain {
    margin:0 auto;
	width:100%;
    max-width:500px;
}


.header_admin_warning_layer {
    overflow:hidden;
    clear:both;
    margin:0 auto;
	width:100%;
    text-align:center;
    padding:25px;
    background:red;
    color:white;
}

#content_layer {
	width:100%;
	height:auto;
	margin:0 0 25px 0;
	padding:0;
	overflow:hidden;
	clear:both;
	background-color:#fff;;
}
.home #content_layer {
	width:100%;
	height:auto;
	margin:0 0 25px 0;
	padding:0;
	overflow:hidden;
	clear:both;
	background:none;
}
#content {
	width:100%;
	max-width: var(--pl-content-width);
	margin:20px auto 0 auto;
	padding:20px;
	/* min-height:500px; */
	background-color:#fff;
	/* box-shadow: 0 2px 8px rgba(0,0,0,.05); */
    /* border:1px solid #222; */
    overflow:hidden;
}
	#content p {
		margin-bottom:10px;
	}

.wrapper {
	width:100%;
	max-width: var(--pl-content-width);
	margin:20px auto 0 auto;
	padding:20px;

    overflow:hidden;
}


#footer_layer {
	width:100%;
	height:auto;
	margin:0;
	padding:0;
	overflow:hidden;
	clear:both;
	background-color:#484848;
	/* border-top:5px solid #65A4DF; */
}
#footer {
	width:100%;
	max-width: var(--pl-content-width);
	margin:0 auto 0 auto;
	padding:20px 0 0 0;
	min-height:200px;
	color:#ddd;
}
	#footer a,
	#footer a:link,
	#footer a:visited {
		color:#ddd;	
	}
	
	#footer .one_third {
		float:left;
		width:380px;
	}
	#footer .two_third {
		float:left;
		width:380px;
		margin:0 30px;
		text-align:center;
	}
	#footer .three_third {
		float:right;
		width:380px;
		text-align:right;
	}


img {
	vertical-align: bottom; 
	border:none;
        max-width: 100%;
        height: auto; }

.HeaderText
{
	FONT-WEIGHT: normal;
	FONT-STYLE: normal;
	FONT-SIZE: 8pt;
	COLOR: #666666;
	TEXT-DECORATION: none;
}

.TableHeaderRow {
    BACKGROUND-COLOR: #dfdfdf; /* #dbd6b3; */
	HEIGHT: 30px; /* 23px; */
}

.TableHeaderRowDark
{
    BACKGROUND-COLOR: #777777;
    HEIGHT: 24px;
	color:#fff;
}

.TableHiliteRow {
	BACKGROUND-COLOR:#dad4b2;
}

.TableRow {
    background:#fff;
	color:#555;
}
.TableRowAlt {
    background:#f8f7fc;
	color:#555;
}

.TableRow:hover,
.TableRowAlt:hover {
    background:#dedaf2;
}

.TableErrorRow {
    BACKGROUND-COLOR: red;
	color:#fff;
}

tr.label_row {
	text-decoration:underline;
	color:#444;
}

.TableFooterRow {
	color:#000;
}
 	
.TextAreaInList
{ 
	FONT-WEIGHT: normal;
	FONT-SIZE: 7.5pt;
 	COLOR: #666666;
 	TEXT-DECORATION: none;
 	BORDER-WIDTH: 0px;
 	background: transparent;
}

input.StdButton
{
    FONT-SIZE: 8pt;
	COLOR: #333333;
    /* BACKGROUND-COLOR: #D79527; */
    BACKGROUND-COLOR: #DBD6B3; 
    BORDER-STYLE: solid;
    BORDER-COLOR: #666666;
    BORDER-WIDTH: 1px;
    HEIGHT: 19px;
}






.RadioButton
{ 
  BACKGROUND-COLOR: white; 
	FONT-SIZE: 8pt;
	COLOR: black;
}

.TextBoxBold
{ 
  BACKGROUND-COLOR: white; 
	FONT-SIZE: 8pt;
	COLOR: black;
}



.card {
    overflow:hidden;
    border:1px solid #ddd;
    border-radius:var(--pl-border-radius);
    padding:12px;
    margin-bottom:1.5rem !important;
    background-color:#fff;        
}



/* Author Card */

.author_card:first-of-type,
.author_card:nth-of-type(5n+1) {
	clear: both;
	margin-left: 0;
}
.author_card {
    overflow:hidden;
    border:1px solid #ddd;
    border-radius:var(--pl-border-radius);
    padding:12px;
    margin-bottom:1.5rem !important;
    background-color:#fff;        
    transform: scale(1); /* Initial scale - no zoom */
    transition: transform 0.3s ease-in-out;
}
    .author_card .img {
        max-width: 100%;
        height: auto; 
        display: block;
        clear:both;
        border-radius:var(--pl-border-radius);
    }
.author_card:hover {
    transform: scale(1.02); /* Zoom in on hover */
    box-shadow: 0 15px 25px rgba(0,0,0,0.1);
}


/* Content Card */

.content_card:first-of-type,
.content_card:nth-of-type(3n+1) {
	clear: both;
	margin-left: 0;
}

.content_card {
    overflow:hidden;
    border:1px solid #ddd;
    border-radius:var(--pl-border-radius);
    padding:12px;
    margin-bottom:1.5rem !important;
    background-color:#fff;
        
    transform: scale(1); /* Initial scale - no zoom */
    transition: transform 0.3s ease-in-out;
}
    .content_card .img,
    .content_preview_head .img {
        max-width: 100%;
        height: auto; 
        display: block;
        clear:both;
        border-radius:var(--pl-border-radius);
    }

.content_card:hover {
    transform: scale(1.02); /* Zoom in on hover */
    box-shadow: 0 15px 25px rgba(0,0,0,0.1);
}

.content_preview_head {
    background:#6B818C;
    min-height:400px;
    display:block;
    overflow:hidden;
    color:#fff;
}
    .content_preview_head h1 {
        color:#fff;
        margin:10px 0 0 0;   
    }
    .content_preview_head h3 {
        color:#fff;
    }
    .content_preview_head h3 a {
        color:#fff;
        text-decoration: underline;
    }
	.content_preview_head .icon {
		color:#fff;	
		font-size:1.2em;
        vertical-align: middle;
	}


.content_preview_main .icon {
    color:var(--pl-text-color);	
    font-size:1.8em;
    vertical-align: middle;
}


a.fill_link {
    display: block;
    height: 100%;
    width: 100%;
    text-decoration: none;
    color:#1a1a1a;

}

.content_card h3 {
    margin:10px 0 0 0;
    padding:0;
}

.content_card .author {
    margin:10px 0 0 0;
    display:inline-block;
}

.content_card .topic {
    margin: 0 5px 5px 0;
    display:inline-block;
    padding:4px 9px;
    background-color:#dfedaa;
    font-size:90%;
}



/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.three-sixths,
.four-sixths,
.five-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.two-thirds,
.three-fourths,
.two-fourths,
.two-sixths {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-fifth {
    width: 17.94871794871795%; 
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}

@media only screen and (max-width: 960px) {
	
	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
    .one-fifth,
	.one-sixth,
	.one-third,
	.pricing-table .one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
}





.similar_records_box {
	background:#f1f1f1;
	padding:15px 25px;	
	margin-bottom:15px;
}


.text_counter {
	color:#aaa;	
}



.dash_panel {
	clear:both;
	margin:0 auto;
	padding:20px 0;
	/* border-top:2px solid #eee; */
	/* border-bottom:2px solid #eee; */
	overflow:hidden;
	/* border: 1px solid #eee; */
}

.dash_panel .title {
	padding:0 0 10px 20px;
	border-bottom:1px solid #eee;
}
	.dash_panel .title small {
		font-weight:normal;
	}
    .dash_panel table {
        padding:0 20px;
    }

h3 small {
	font-weight:normal;
}
	h3 small a:link {
		text-decoration:underline;
	}

/********************** FORM ELEMENTS */


.form_e {
	color: red;
}

.red {
	color:red;	
}
.bold {
	font-weight:bold;
}


/* INPUT = TYPE=TEXT */
input[type="text"],
input[type="password"],
.InputText {
	color:#222;
	padding:8px;
	border:1px solid #aaa;
	background:#f8f8f8;
	width:100%;
    border-radius:var(--pl-input-border-radius);
}
.InputTextError {
	color:#222;
	padding:8px;
	background:#f8f8f8;
	border:3px solid red !important;
}

/* TEXT AREA */
textarea,
.TextArea {
	color:#222;
	padding:8px;
	border:1px solid #aaa;
	background:#f8f8f8;
	width:100%;
    border-radius:var(--pl-input-border-radius);
}
.TextAreaError
{ 
	color:#222;
	padding:8px;
	background:#f8f8f8;
	border:3px solid red;
}

/* INPUT = TYPE=PASSWORD */
.InputPassword {
	color:#222;
	padding:8px;
	border:1px solid #aaa;
	background:#f8f8f8;
}
.InputPasswordError {
	color:#222;
	padding:8px;
	background:#f8f8f8;
	border:3px solid red;
}

/* SELECT (DDL) */
.DDL { 
	color:#222;
	padding:8px;
	border:1px solid #aaa;
	background:#f8f8f8;
	line-height:2em;
	width:100%;
    border-radius: var(--pl-input-border-radius);
}
.DDL_narrow {
	color:#222;
	padding:8px;
	border:1px solid #aaa;
	background:#f8f8f8;
	line-height:2em;
}

.DDLError { 
	padding:8px;
	border:1px solid #aaa;
	
	color:white;
	background:red;
	line-height:2em;
}

/* File Input */
.File { 
	color:#222;
	padding:8px;
	border:1px solid #aaa;
	background:#f8f8f8;
	line-height:2em;
	width:100%;
}
.FileError { 
	padding:8px;
	border:1px solid #aaa;
	color:white;
	background:red;
	line-height:2em;
}





.DetailFormTable td {
	margin:0;
	padding:3px 15px 3px 0;
}
.DetailFormTable td a:link, .DetailFormTable td a:visited {
	text-decoration:none;
}
.DetailFormTable td a:hover {
	text-decoration:underline;
}

 input[type="checkbox"],
 input[type="radio"] {
    margin: 7px 0;
 }



.FormLabel {
	line-height:125%;
}

.FormLabelRequired {
	line-height:125%;
}
	.FormLabelRequired:after {
		content: '*';
        color:red;
	}

.form_e {
	line-height:125%;
	color:red;
}
	
.FormNote {
	color:#444;
	font-size:100%;
}


.links {
	float:left;
	text-align:left;
	width:350px;
}
.search {
	float:right;
	text-align:right;
	width:650px;
}


.form_container .confirm_form_detail_table {
	font-size:105%;	
}

/*
.form_container .confirm_form_detail_table td {
	width:20%;	
}
*/


.paging_main {
	clear:both;
	/* padding:10px; */
	text-align:left;
	line-height:20px;
}
.paging_bottom {
	clear:both;
	padding:10px;
	text-align:right;
	margin:10px 0 0 0;
}

.report_data_red {
	color:red;
}
.report_data_blue {
	color:blue;
}
.report_data_green {
	color:green;
}
.bold {
	font-weight:bold;
}

/* @media screen and (max-width:8.5in) { /* resize your window until the event is triggered */
    /* html { width:8.5in; } */
    /* body { font: 9pt/1.5 Arial, sans-serif; } */ /* Roughly 12px font */
 
/* } */

.btn {
	background:#aaa;
	padding:0;
	margin:0;
	text-align:center;
	width:150px;
	display:inline-block;
}
.btn:hover {
	background:#000000;
}
.btn a {
	color:#fff;
	font-size:16px;
}
.btn a span {
	display:block;
	padding:10px;
}
.btn a:hover {
	text-decoration:none;
}


.toolbar {
	max-width:1050px;
	margin:0 auto;	
	text-align:center;
	padding:10px;
}

/* Confimration and Req Forms */

.form_container {
	max-width:750px;
	margin:0 auto;
}

	.form_container h1 {
		line-height:100%;	
	}
	
	.form_container table {
		font-size:125%;
	}
		.form_container table td {
			width:50%;
			padding:2px 0;
		}

.standing_order_tests_table {
	font-size:105% !important;
	/*border:1px solid black;*/
	border-collapse: collapse;
	border-spacing: 0;
}
	.standing_order_tests_table td {
		font-size:105% !important;
		width:20% !important;
		text-align:center;
		border:1px solid black;
		padding:2px !important;
	}

td.underline {
	border-bottom:1px solid black;
	padding:4px !important;
}









.icon-vip {
	height:22px;
	width:22px;
	margin:0 0 1px 3px;
	display: inline-block;
	vertical-align: middle;
	background: transparent url('../images/icons/vip.png') no-repeat;
}
.icon-stat {
	height:22px;
	width:22px;
	margin:0 0 1px 3px;
	display: inline-block;
	vertical-align: middle;
	background: transparent url('../images/icons/stat.png') no-repeat;
}
.icon-fasting {
	height:22px;
	width:22px;
	margin:0 0 1px 3px;
	display: inline-block;
	vertical-align: middle;
	background: transparent url('../images/icons/fasting.png') no-repeat;
}
.icon-consent {
	height:22px;
	width:22px;
	margin:0 0 1px 3px;
	display: inline-block;
	vertical-align: middle;
	background: transparent url('../images/icons/consent.png') no-repeat;
}
.icon-sh {
	height:22px;
	width:22px;
	margin:0 0 1px 3px;
	display: inline-block;
	vertical-align: middle;
	background: transparent url('../images/icons/sh.png') no-repeat;
}
.icon-standing {
	height:22px;
	width:22px;
	margin:0 0 1px 3px;
	display: inline-block;
	vertical-align: middle;
	background: transparent url('../images/icons/standing.png') no-repeat;
}
.icon-split-req {
	height:22px;
	width:22px;
	margin:0 0 1px 3px;
	display: inline-block;
	vertical-align: middle;
	background: transparent url('../images/icons/split_req.png') no-repeat;
}





.q_correct {
	background-color:green;
	color:white;
	padding:10px 20px;
}
	.q_correct::before {
		content: "Correct!";
	}
.q_wrong {
	background-color:red;
	color:white;
	padding:10px 20px;
}
	.q_wrong::before {
		content: "Incorrect";
	}









/*
Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1024px) {
	.caption-text {
		top: 95px;
	}

}



@media only screen and (max-width: 700px) {
	
	#content{
		padding:0 20px;	
	}
	
	#footer {
		padding:20px 20px;	
	}

	
}






.tag {
    display:inline-block;
    padding:4px 9px;
    background-color:#D8B4A0;
    margin: 0 5px 5px 0;
    font-size:90%;
    color:#fff;
}
a .tag {
    color:#fff;
}

.topic {
    display:inline-block;
    padding:4px 9px;
    margin: 0 5px 5px 0;
    font-size:90%;
    color:#1a1a1a;
}
 a .topic {
    color:#1a1a1a;
}
   

.remove_tag {
    background-color:#dfedaa;
}


span.hilite {
    display:inline-block;
    padding:5px 9px;
    background-color:#dfedaa;
    margin-right:5px;
}



#abms_info_box {
    display:none;
    padding:15px;
    background-color:#dfedaa;
}


/* Step Wizard */

.step-wizard {
    /* background-color: #21d4fd;
    background-image: linear-gradient(19deg, #21d4fd 0%, #b721ff 100%); */
    /* height: 100vh; */
    width: 100%;
    /* display: flex; */
    justify-content: center;
    align-items: center;
}
.step-wizard-list{
    background: #fff;
    /* box-shadow: 0 15px 25px rgba(0,0,0,0.1); */
    color: #333;
    list-style-type: none;
    border-radius: 10px;
    border:none;
    display: flex;
    padding: 20px 10px;
    position: relative;
    z-index: 10;
}

.step-wizard-item{
    padding: 0 20px;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive:1;
    flex-grow: 1;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    min-width: 140px;
    position: relative;
}
.step-wizard-item + .step-wizard-item:after{
    content: "";
    position: absolute;
    left: 0;
    top: 19px;
    background: #40B5AD;
    width: 100%;
    height: 2px;
    transform: translateX(-50%);
    z-index: -10;
}
.step-wizard .progress-count{
    height: 40px;
    width:40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-weight: 600;
    margin: 0 auto;
    position: relative;
    z-index:10;
    color: transparent;
}
.step-wizard .progress-count:after{
    content: "";
    height: 40px;
    width: 40px;
    background: #40B5AD;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    z-index: -10;
}
.step-wizard .progress-count:before{
    content: "";
    height: 10px;
    width: 20px;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -60%) rotate(-45deg);
    transform-origin: center center;
}
.step-wizard .progress-label{
    font-size: 13px;
    font-weight: 400;
    margin-top: 10px;
}
.step-wizard .current-item .progress-count:before,
.step-wizard .current-item ~ .step-wizard-item .progress-count:before{
    display: none;
}
.step-wizard .current-item ~ .step-wizard-item .progress-count:after{
    height:10px;
    width:10px;
}
.step-wizard .current-item ~ .step-wizard-item .progress-label{
    opacity: 0.5;
}
.step-wizard .current-item .progress-count:after{
    background: #fff;
    border: 2px solid #40B5AD;
}
.step-wizard .current-item .progress-count{
    color: #40B5AD;
}

@media (max-width:880px) {
	
	.step-wizard {
		/*display:none;*/
	}
    .step-wizard-item{
        min-width:60px;
    }

}


/* Stars/ ratings */

.star_score {
    display: inline-block;   
}

.star_score.active .star {
  cursor: pointer;
}

.medium_stars img {
     max-height:45px;
}

.small_stars img {
     max-height:25px;   
}

/* Eyeball for password visibility */
a.eyeball {
    font-size:180%;
    color:#222;
    text-decoration: none;
    display:inline-block;
}

/* Password rules */

.password_rules {
    display: none; /* initially hidden */
    font-size:90%;
}

.password_rules span {
    display:inline-block;
    padding:5px 9px;
    margin:0 5px 5px 0;
}

.rule_valid {
    color:#fff;
    background-color:#7cb46b;
}
/*
.rule_valid:before {
  position: relative;
  left: -20px;
  content: "✔";
}
*/
.rule_invalid {
    color:#222;
    background-color:#f1f1f1;
}/*
.rule_invalid:before {
  position: relative;
  left: -20px;
  content: "✖";
}
*/


/* Message panels */

.dash_panel ion-icon {
	font-size: 1.3em;	
}

.imsg_panel {
	border:none;
    background: #40B5AD;
	padding:15px;
	color:#fff;
}
	.imsg_panel .icon {
		color:#fff;	
		font-size:2em;
        vertical-align: middle;
	}
	.imsg_panel span {
		display:inline-block;
        vertical-align: middle;
	}

.emsg_panel {
	/* border: #238721 solid 1px; */
    background: #C04000;
	padding:15px;
	color:#fff;
}
	.emsg_panel .icon {
		color:#fff;	
		font-size:2em;
        vertical-align: middle;
	}
	.emsg_panel span {
		display:inline-block;
        vertical-align: middle;
	}






/*
#content_layer:after {
    background: #1a1a1a;
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
    
    -ms-filter: "alpha(Opacity=35)";
    filter: alpha(opacity=35);
    opacity: .35;
} 
*/














/* Main Table */

/* refer to https://codepen.io/AllThingsSmitty/pen/MyqmdM
for responsive tble CSS exampl */

.responsive_table {
    border-collapse: collapse;
    margin:20px 0 0 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
	border-spacing:0;
}

.responsive_table thead tr {
    background-color: #dfdfdf;
}


.responsive_table tr {

}

.responsive_table th {
	font-weight:normal;
}

.responsive_table td,
.responsive_table th {
	margin:0;
	padding:8px;
}
.responsive_table td a:link, .responsive_table td a:visited {
	text-decoration:none;
}
.responsive_table td a:hover {
	text-decoration:underline;
}
.responsive_table td .minor_link:link,
.responsive_table td .minor_link:visited {
 	color:#666666;
	text-decoration:none;
 	border-bottom:1px dashed #666666;
}
.responsive_table td .minor_link:hover {
 	border-bottom:1px solid #666666;
}


    @media screen and (max-width: 600px) {
      .responsive_table {

      }

      .responsive_table caption {
        font-size: 1.3em;
      }

      .responsive_table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
      }

      .responsive_table tr {
          border: 1px solid #ddd;
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: .625em;
          overflow:hidden;
      }

      .responsive_table td {
        border-bottom: 1px solid #ddd;
        display: block;
        text-align: right;
	    padding:12px;
      }

      .responsive_table td::before {
        content: attr(data-label);
        float: left;
        font-weight: bold;
      }

      .responsive_table td:last-child {
        border-bottom: 0;
      }
    }


.content_preview_stats {
    position: relative;
    clear: both;
    overflow: hidden;
    padding: 20px 50px;
    width: 100%;
	max-width: 1000px;
    margin: -20px auto 0 auto;
    background-color:#fff;
    border-radius: var(--pl-border-radius); 
    border: 1px solid #ddd;
    box-shadow: 0 15px 25px rgba(0,0,0,0.1); 
    display: flex;
    align-items: center;
}
    .content_preview_stats div.one-fourth {
        text-align:center;
    }
    .content_preview_stats .credits,
    .content_purchase_main .credits {
        font-size:200%;
        font-weight: bold;
    }

.content_stats_layer {
    width: 100%;
    background-color:#f9f9f9;
    clear: both;
    overflow: hidden;
}

.content_stats {
    width: 100%;
	max-width: var(--pl-content-width);
    display: flex;
    align-items: center;
    background-color:#f9f9f9;
    clear: both;
    overflow: hidden;
    padding: 20px 50px;
    margin: 0 auto;
}

.content_purchase_main {
	max-width: 900px !important;
}

.qa_panel img {
    border-radius: var(--pl-border-radius);
    max-width:70px;
}

.qa_panel .qa_block {
    margin:15px 0;
    clear:both;
    padding:25px;
    overflow:hidden;
}

.qa_panel .qa_block:nth-child(odd) {
    background-color: #f4f4f4;
}
.qa_panel .user_name {
    font-weight: bold;
    font-size: 90%;
}
.qa_panel .qa_date {
    font-weight: normal;
    font-size: 90%;
}
.qa_panel .qa_date::before {
    content: " - ";
}

.reviews_panel img {
    border-radius: var(--pl-border-radius);
    max-width:90px;
}




.user_profile_img {
    max-width: 200px;
    border-radius: var(--pl-border-radius);
}

.icon {
    vertical-align: middle;
}

.indent {
     margin-left:37px;   
}










.page-header {
    padding: 8rem 0;
    position: relative;
    text-align: center;
    color: #fff;
    background-color: #1a1a1a;
}
.with-background-image {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.bg-primary:after {
    background: #1a1a1a;
}
.bg-primary:after, .bg-light-gray:after {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 0;
}
.with-background-image:after {
    -ms-filter: "alpha(Opacity=35)";
    filter: alpha(opacity=35);
    opacity: .35;
}

[class*=bg-], [class*=bg-] .wrap {
    position: relative;
    z-index: 2;
}


@media only screen and (min-width: 800px) {
    .home .page-header {
        padding: calc(12% + 10.8rem) 0 12%;
    }
}


.home-hero-content {
    position: relative;
    z-index: 99;
    color: #222;
    max-width: 95%;
    padding: 50px;
    text-align:left;
    box-shadow: 0 15px 25px rgba(0,0,0,0.1);

    border-radius:var(--pl-border-radius);
    background-color:#fff;
}
.home-hero-content h1 {
    color: #222;
}

@media only screen and (min-width: 800px) {
    .home-hero-content {
        max-width: 45%;
    }
}


.home-bubble {
    padding: 50px;
    box-shadow: 0 15px 25px rgba(0,0,0,0.1);
    border-radius:var(--pl-border-radius);
    margin-bottom:30px;
}


.wrap {
    margin: 0 auto;
    padding: 0 5%;
}


.pub_text {
    font-size:110%;
    line-height: 1.7;
}
