/* core styles*/
html {
	height: 100%;
	margin-bottom: 1px;
	overflow-y:scroll;
}

html, body {
min-height: 100%;
}
body {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
	font-family:'Poppins', Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height:1.4em;
	font-weight: 300;
	color: #666666;
} 
img {
	max-width: 100%;
	border: 0;
	vertical-align: middle;
}

p
{
	margin: 0 0 1em;
	line-height: 1.4em;
	font-size:1em;
}
#content strong { font-weight:600; }
#content p
{
	margin: 0 0 1em;
	line-height: 1.4em;
	font-size:0.9em;
	text-align:left;
}

/* default links */
a {
	color: #333333;
	font-weight:normal;
	text-decoration:none;
}
a:hover {
	color: #000000;
	text-decoration:underline;
}	
.clr {  
	clear:both;
	margin:0px;
	font-size:0px;
	line-height:0px;
	height:0px;
}
ul { margin:0; }




/* ---------LAYOUT -------- */
#page {
	padding:0px;
	margin: 0px;
	width:100%;
	background-color:#ffffff;
 }
/* --- MOBILE FIRST LAYOUT --- */
	#header {
	width: 100%;
	height: 6.5em;
	margin: 0px auto;
	background-color: #ffffff;
	}
	#header .inside {
	height: 6.5em;
}
	div#header-right {
	width:35%;
	height:6.5em;
	float:right;
	}
	#navigation {
	margin: 0 1em 0 0;
	text-align:right;
	}
	#logo { 
	width:65%;
	padding-top: 0;
	}
	img.logo { 
	max-width:100%;
	height:3em;
	margin: 1.7em 1em 0 1em; 
	}
	
	#top-mod {
	display:block;
	height: 2em;
	text-align:right;
	line-height:2em;
	}
	.h-reset { 
	/*height:4.8em;*/ 
	clear:both; }
	#main {
	width:100%;
	}
	#container-main {
	margin: 0px auto;
	padding:0 1em;
	}
	#content {
	padding:2em 0;
	}
	#col1 {
	padding:1em 0;
	}
	#col2 {
	padding:1em 0;
	}

#above-bottom {
    background-color: #eeeeee;
    margin: 0;
    min-height: 1em;
    padding: 2em 0;
}

	 #above-bottom .inside {
	padding:0 0.5em;
	background-image: url(../images/quote-bg.png);
    background-position: right 30px;
    background-repeat: no-repeat;
	}

	#bottom { 
	margin:0;
	min-height:1em;
	padding: 0.5em 0;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,222222+100 */
background: #000000; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyMjIyMjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #000000 0%, #222222 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #000000 0%,#222222 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #000000 0%,#222222 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#222222',GradientType=0 ); /* IE6-8 */


	 }
	 #bottom .inside {
	padding:0 0.5em;
	}
	#footer,
	#copyright {
	margin:0 0 0 0;
	background-color:#000000;
	min-height:1em;
	padding: 1.5em 0;
	}
	#footer .inside,
	#copyright .inside {
	padding:0em 1em ;
		-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box; 
	}
	#footer a { color:#ffffff; font-weight:normal; }
	#footer a:hover { color:#ffffff; }

	#col1 .inside {
	margin:0;
	padding:0;
	}
	#col2 .inside {
	margin:0;
	padding:0;
	}
	.inside {
	margin:0;
	padding:0;
	}
	#display {
	margin:0;
	background-color:#ffffff;
	min-height:1em;
	border-top:2px solid #dddddd;

	}
	#display .inside {
		max-width:1920px;
		margin: 0 auto;
	}
	#header .inside,
	#display .inside,
	#footer .inside { 
	width:100%;
 	margin:0 auto;
	}
	#middle {
	width:100%;
	min-height:10em;
	padding:0 0 1em 0;
	}
		.tri-col {
	width:100%;
	margin-right:0;
	}
/* --- MOBILE NARROW TWEAKS --- */
@media all and (min-width:21em)
{	
	img.logo { 
	max-width:100%;
	height:3.3em;
	margin:1.5em 1em 0 1em; 
	}
}

	/* --- MOBILE WIDE --- */
@media all and (min-width:38em)
{		
	#header {
	height: 7.5em; }
		img.logo { 
	max-width:100%;
	height:4em;
	margin:1.5em 1em; 
	}
	#header .inside {
	height: 7.5em;
	}
	div#header-right {
	width:50%;
	height:7.5em;
	float:right;
	}
	#navigation {
	margin: 0 1em 0 0;
	text-align:right;
	}
	#logo { 
	width:50%;
	padding-top: 0;
	}
		#top-mod {
	display:block;
	height: 3em;
	text-align:right;
	line-height:3em;
	}
	div.left-column-wide { 
	float:left;
	width:62%;
	margin-right:3%;
	}
	div.right-column-narrow { 
	float:right;
	width:32%;
	margin-right:3%;
	}
	div.left-column { 
	float:left;
	width:47%;
	margin-right:3%;
	}
	div.right-column { 
	float:right;
	width:47%;
	margin-left:3%;
	}
}
	/* --- MEDIUM SCREEN --- */
@media all and (min-width:48em)
{
	#header {
	width:100%;
	height:9em;
	margin: 0px auto;
	position:static;	
	}
	#header .inside {
	height: 9em;
	}
	div#header-right {
	width:50%;
	height:9em;
	float:right;
	}
	#navigation {
	margin: 0.1em;
	width: 100%;
	float: right;
	}
	#logo { 
	width:50%;
	float:left;
	padding-top: 0;
	vertical-align:middle;
	}
	
	img.logo { 
	max-width:100%;
	height:5em;
	margin:2em 0;
	}
	#top-mod {
	display:block;
	height: 4em;
	text-align:right;
	line-height:4em;
	}
	.h-reset { height:0em; clear:both; }
	#container-main {
	margin:0 auto;
	padding: 0;
	max-width:46em;
	}
	#main {
	float:left;
	width:100%;
	}
/*	#content {
	} */
	#col1 {
	float:left;
	width:11em;
	margin-left:46em;
	}
	#col2 {
	float:left;
	margin-left:-12em;
	width:12em;
	}
	#bottom { 
	clear:both;
	 }
	#bottom .inside {
	padding:0 0;
	}
	#col1 .inside {
	margin:1em 2em 1em 0;
	background:transparent;
	padding:0;
	}
	#col2 .inside {
	margin:1em 0 1em 2em;
	background:transparent;
	padding:0;
	}
	#header .inside,
	#above-bottom .inside,
	#bottom .inside,
	#footer .inside,
	#copyright .inside { 
	max-width:46em;
 	margin:0 auto;
	}
	#footer .inside {
	padding:0em 0em ;
	}
/*	#middle {
	} */
	div.left-column { 
	overflow:hidden;
	}
	div.right-column { 
	overflow:hidden;
	}
}
/* --- WIDESCREEN --- */
@media all and (min-width:60em)
{
	#header {
	width:100%;
	height:9.25em;
	margin: 0px auto;
	}
	#header .inside {
	height: 9.25em;
	}
	div#header-right {
	width:60%;
	height:9.25em;
	float:right;
	}
	#navigation {
	margin: 0 0 0 0;
	width: 100%;
	float: right;
	}

	#logo { 
	width:40%;
	float:left;
	padding-top: 0;
	vertical-align:middle;
	}
	img.logo { 
	max-width:100%;
	height:auto;
	margin:2em 0 0 0;
	}
	#top-mod {
	display:block;
	height: 5.5em;
	text-align:right;
	line-height:6em;
	}
	#top-mod h3 { 
	line-height:6em;
	margin:0;
	padding-right:1em;
	text-align:right;
	color:#E0B52A;
	font-size:1.4em;
	}
	#container-main {
	margin:0 auto;
	padding: 0;
	max-width:58em;
	}
	#main {
	float:left;
	width:100%;
	}
/*	#content {
	} */
	#col1 {
	float:left;
	width:14em;
	margin-left:58em;
	}
	#col2 {
	float:left;
	margin-left:-14em;
	width:14em;
	}

	#above-bottom .inside {
	padding:0 0;
	}
	
	
	#bottom { 
	clear:both;
	 }
	#bottom .inside {
	padding:0 0;
	}
	#col1 .inside {
	margin:1em 2em 1em 0;
	background:transparent;
	padding:0;
	}
	#col2 .inside {
	margin:1em 0 1em 2em;
	background:transparent;
	padding:0;
	}
	#header .inside,
	#above-bottom .inside,
	#bottom .inside,
	#footer .inside,
	#copyright .inside { 
	max-width:58em;
 	margin:0 auto;
	}
/*	#middle {
	} */
	.tri-col {
	width:28%;
	margin-right:5.3%;
	float:left;
	}
}



/* --- EXTRA WIDESCREEN --- */
@media all and (min-width:75em)
{
	#header {
	width:100%;
	height:10.25em;
	margin: 0px auto;
	}
	#header .inside {
	height: 10.25em;
	}
	div#header-right {
	width:65%;
	height:10.25em;
	float:right;
	}
	#navigation {
	margin: 0 0 0 0;
	width: 100%;
	float: right;
	}
	#logo { 
	width:35%;
	float:left;
	padding-top: 0;
	vertical-align:middle;
	}
	img.logo { 
	max-width:100%;
	height:auto;
	margin:3em 0 0 0;
	}
	#top-mod {
	display:block;
	height: 6.5em;
	text-align:right;
	line-height:6em;
	}
	#container-main {
	margin:0 auto;
	padding: 0;
	max-width:70em;
	}
	#main {
	float:left;
	width:100%;
	}
/*	#content {
	} */
	#col1 {
	float:left;
	width:16em;
	margin-left:70em;
	}
	#col2 {
	float:left;
	margin-left:-16em;
	width:16em;
	}
	#bottom { 
	clear:both;
	 }
	#bottom .inside {
	padding:0 0;
	}
	#col1 .inside {
	margin:1em 2em 1em 0;
	background:transparent;
	padding:0;
	}
	#col2 .inside {
	margin:1em 0 1em 2em;
	background:transparent;
	padding:0;
	}
	#header .inside,
	#above-bottom .inside,
	#bottom .inside,
	#footer .inside,
	#copyright .inside { 
	max-width:70em;
 	margin:0 auto;
	}
/*	#middle {
	} */
}
/* --- MODULES --- */
#col2 div.moduletable,
#col2 div.moduletable_menu,
#content div.moduletable {
	margin-bottom:25px;
	padding-bottom:10px;
}
#col1 div.moduletable h3,
#col2 div.moduletable h3,
#col2 div.moduletable_menu h3 {
	margin: 0px 0 20px 0;
	color:#666666;
 	font-family: 'Poppins', Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
	text-align:center;
	padding-bottom:10px;
	border-bottom:1px solid #dddddd;
	text-transform:lowercase;
	font-size: 1.2em;
	letter-spacing:0.05em;
	

}

#content div.moduletable h3 {
	margin: 0px 0 15px 0;
	color:#666666;
 	font-family: 'Poppins', Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
	text-align:left;
	padding-bottom:10px;
	border-bottom:1px solid #dddddd;
	text-transform:lowercase;

}
#footer div.moduletable h3,
#footer div.moduletable_tt h3 {
	margin: 0;
	color:#ffffff;
 	font-family: 'Poppins', Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-style: normal;


}
#footer div.moduletable h3,
#footer div.moduletable_tt h3 {
line-height:2.3em; font-size:1.4em; }
#col1 div.moduletable h3,
#col2 div.moduletable h3 {
line-height:1em; font-size:1.3em; }
div.moduletable_box {
	padding:0.7em;
	-moz-border-radius: 15px 0 15px 0;
	-webkit-border-radius: 15px 0 15px 0;
	border-radius: 15px 0 15px 0; 
	background:#111111;
	margin-bottom:1em;
	color:#ffffff;
}
#col2 ul.menu { margin-left: 0em; }
#bottom .inside{ overflow: hidden; }
#bottom .moduletable { 
float:left;
width:23%;
margin:0 1%;
text-align:center;
min-height: 7.5em;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#222222+1,000000+99 */
background: #222222; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzIyMjIyMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top,  #222222 1%, #000000 99%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #222222 1%,#000000 99%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #222222 1%,#000000 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222222', endColorstr='#000000',GradientType=0 ); /* IE6-8 */
-webkit-box-sizing: border-box; 
-moz-box-sizing: border-box; 
box-sizing: border-box; 
border:1px solid #222222;
	
}
#footer .moduletable { 
float:none;
width:100%;
margin-right:0;
}
#footer .moduletable_tt { 
float:none;
width:100%;
 }
	#bottom .moduletable img.bico { height:3.8em; margin: 1em 0 0.2em 0;opacity: 0.8;}
	#bottom .moduletable img.bico:hover {opacity: 1.0;}
	#bottom .moduletable h3 { font-family: 'Poppins', Helvetica, Arial, sans-serif;font-size: 0.6em; margin: 0.2em 0.5em 0.6em 0.5em; line-height:1.1em;font-weight:300;}
	#bottom .moduletable h3 a { color:#eeeeee; text-transform:uppercase;font-weight:300;line-height:normal; }
	#bottom .moduletable h3 a:hover { color:#ffffff; text-decoration:none;}
	#bottom .moduletable p { margin:0;}
@media all and (min-width:20em)
{
	#bottom .moduletable h3 { font-size: 0.7em; }
	#bottom .moduletable img.bico { height:3.8em; margin: 0.7em 0 0.2em 0;}

}
@media all and (min-width:28em)
{
	#bottom .moduletable img.bico { height:4em;margin: 0.5em 0 0.2em 0; }
	#bottom .moduletable h3 { font-size: 0.9em; }

}
@media all and (min-width:38em)
{
	#bottom .moduletable { height: auto; }
	#bottom .moduletable img.bico { height:5em; }
	#bottom .moduletable h3 { font-size: 1em; margin: 0.2em 0 0.6em 0;}
	#bottom .moduletable p { margin:0; }
	#bottom .moduletable { 
	width:24%;margin:0 0.5%;}
}
@media all and (min-width:48em)
{
	#bottom .moduletable h3 { font-size: 1.2em; margin: 0.2em 0 1em 0;}
}
@media all and (min-width:60em)
{
	#bottom .moduletable img.bico { height:8.125em;margin: 1em 0 0.5em 0;}
	#bottom .moduletable h3 { font-size: 1.4em; margin: 0.2em 0 1em 0;}
	#bottom .moduletable p { margin:0; }
	#footer .moduletable_tt { display:block; }
	#footer .moduletable_tt { 
	float:left;
	width:60%;
	margin-right:5%;
	}
	#footer .moduletable { 
	float:left;
	width:35%;
	margin-right:0%;
	}
}
@media all and (min-width:75em)
{
	#footer .moduletable_tt { 
	width:66%;
	margin-right:4%;
	}
	#footer .moduletable { 
	width:30%;
	margin-right:0%;
	}
}
#top-mod img.smi-ttl {
	display:none;
	opacity: 1;
	visibility: hidden;
}
#top-mod img.smi-top {
	display:inline-block;
	opacity: 0.9;
	width:auto;
	height:20px;
	margin-right:2px;
	
}
#top-mod img.smi-top:hover { opacity: 1; }
	
/* --- CONTENT STYLES --- */
h1,h2,h3,h4,h5,h6 {
	line-height:normal;
	font-weight: normal;
    font-style: normal;
	}
h1,
.componentheading {
	margin: 0 0 15px 0;
	font-size: 2.2em;
	color: #661930;
	font-family: 'Poppins', Helvetica, Arial, sans-serif;
	font-weight: 300;
    font-style: normal;
}
h2 {
	margin: 0 0 15px 0;
	font-size:1.8em;
	color:#333333;
	font-family: 'Poppins', Helvetica, Arial, sans-serif;
	font-weight: 300;
    font-style: normal;

}
#djmediatools h2 { font-size: 1.6em; }
h3 {
	margin: 10px 0;
	font-size:1.6em;
	color:#661930;
		font-family: 'Poppins', Helvetica, Arial, sans-serif;
	font-weight: 300;
    font-style: normal;
	
}

h4{
	margin: 7px 0;
	font-size:1.4em;
	color:#333333;
		font-family: 'Poppins', Helvetica, Arial, sans-serif;
	font-weight: normal;
    font-style: normal;
}
h5 {
	margin: 7px 0;
	font-size:1.2em;
	color:#661930;
		font-family: 'Poppins', Helvetica, Arial, sans-serif;
	font-weight: normal;
    font-style: normal;
}
h6 {
	margin: 4px 0;
	font-size:1.1em;
	color:#000000;
		font-family: 'Poppins', Helvetica, Arial, sans-serif;
	font-weight: normal;
    font-style: normal;
	text-transform:uppercase;
}
.center { text-align:center; }
blockquote {
	margin:10px 0;
	background-color: #111111;

	padding:1em;
	border:1px solid #850085;
	color:#ffffff;
		-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
 }
hr {
	border-bottom: 1px solid #222222;
	border-style: solid;
	border-width: 0 0 1px;
	height: 1px;
    margin: 10px 0; 
}
#col1 ul,
#col2 ul,
#content ul {
	list-style-type: none;
	margin:10px 0;
	padding:0;
}
#footer ul {
	list-style-type: none;
	margin:0.8em 0.5em;
	padding:0;
}
#col1 ul li ul,
#col2 ul li ul,
#content ul li ul,
#footer ul li ul {
	list-style-type: none;
	margin:5px 0;
	padding:0;
}
#col1 ul li,
#col2 ul li,
#content ul li {
	list-style-type: none;
	padding-left:20px;
	background-image: url(../images/bullet_main.png);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	margin-bottom:3px;
	font-size:0.9em;
	font-weight:normal;
}
#footer ul li {
	list-style-type: none;
	padding-left:20px;
	background-image: url(../images/bullet_main.png);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	margin-bottom:2px;
}
#col1 ul li ul li,
#col2 ul li ul li,
#content ul li ul li,
#footer ul li ul li {
	list-style-type: none;
	padding-left:16px;
	background-image: url(../images/bullet_main_sub.png);
	background-repeat: no-repeat;
	background-position: 0px 1px;
	margin-bottom:3px;
	font-size:13px;
}


	



@media all and (min-width:60em)
{	
	#content p, #content ul li {
	font-size:1em; }
	
	#footer img.smi {
	display:block;
	float:left;
	margin: 0 8px 10px 0;
	opacity: 0.8;}
}
div.item-separator {
	 margin:20px 0;
	 border-bottom:1px solid #dddddd; 
}
p.readmore { margin-top:0px;}
p.copyright { 
	clear:left;
	text-align:center;
	font-size:0.7em;
	letter-spacing:0.1em; 
	padding: 2em 1em;
	margin:0;
	color:#ababab;
	font-weight:400;}

	p.copyright a { color:#bbbbbb;}
p.copyright a:hover  {color:#ffffff;}

p.chrono_credits,p.chrono_credits a { height:1px;line-height:1px;font-size:1px;text-indent:-9999em; }
/* --- OTHER J! CONTENT STYLES --- */
/* +++  readmore  +++ */
#main .readmore a {
	font-weight:bold;
	padding:2px 5px 2px 10px;
	display:inline-block;
	margin-top:5px;
	text-decoration:none;
}
.newsflash  a.readmore:link,
.newsflash a.readmore:visited,
#main a.readmore:link,
#main a.readmore:visited {
	padding:4px 5px 4px 10px;
	line-height:1.2em;
	text-decoration:none;
}
.newsflash  a.readmore:link,
.newsflash a.readmore:visited {
	margin:10px 0;
}
a.readmore:hover,
a.readmore:active,
a.readmore:focus {
	text-decoration:none;
}
#main .readmore a:hover,
#main .readmore a:active,
#main .readmore a:focus {
	 text-decoration:none;
}
/* +++  details  +++ */
.article-info {
	margin:10px 0 10px 0px;
	font-size:0.8em;
}
.article-info-term {
	display:none;
}
dt.category-name,
dt.create,
dt.modified,
dt.createdby {
	float:left;
	padding-right:5px;
}
.archive .article-info dd,
.article-info dd {
	margin:2px 0 0px 0;
	line-height:1.2em
}
/* dd.createdby {
} */
.article-info dd span {
    text-transform:none;
	display:inline-block;
	padding:0 5px 0 0px;
	margin:0 10px 0 0px;
}
/* +++  icons  +++ */
#main ul.actions {
	text-align:right;
	padding:0 ;
	width:100%;
	margin:0;
}
#main ul.actions li {
	display:inline;
}
#main ul.actions a {
	text-decoration:none;
}
/* +++  items more  +++ */
#main .items-more {
	padding-top:10px; }
#main .items-more h3 {
	font-weight:normal;
	margin:0;
	 padding:5px 5px 5px 5px;
	font-size:1.4em;
}
#main .items-more ol {
	line-height:1.3em;
	list-style-type:none;
	margin:0;
	padding:10px 0 10px 2px;
}
#main .items-more ol li {
	padding:2px;
}
#main .items-more ol li a {
	display:inline;
	margin:0;
	font-weight:normal;
	padding:5px 5px 5px 20px;
}
#main .items-more ol li a:hover,
#main .items-more ol li a:active,
#main .items-more ol li a:focus {
	font-weight:normal;
	padding:5px 5px 5px 20px;
	text-decoration:none
}
/* +++ pagination  +++ */
#main .pagination {
	margin:10px 0 ;
	padding:10px 0 10px 0px;
	clear:both;
}
#main .pagination ul {
	list-style-type:none;
	margin:0;
	padding:0;
	text-align:left;
}
#main .pagination li {
	display:inline;
	padding:2px 5px;
	text-align:left;
	border:solid 0px #eee;
	margin:0 2px;
	background-image:none;
}
.pagenav {
	padding:2px; 
	clear: both;
}
#main .pagination li.pagination-start,
#main .pagination li.pagination-next,
#main .pagination li.pagination-end,
#main .pagination li.pagination-prev {
	border:0;
}
#main .pagination li.pagination-start,
#main .pagination li.pagination-start span {
	padding:0;
}
p.counter {
	font-weight:bold;
}
/* --- FORMS --- */
/* Chronoforms */
#content .ui.form label {
	font-size: 16px;
	font-weight: 400;
	color: #000000;
}	
#content .ui.form .field.small input {
	width: 30%;
}
#content .ui.form .field.medium {
	width: 100%;
}
#content .ui.message,
#content .ui.error.message {
	font-size:14px;
}
#content .ui.error.message ul {
	margin: 0;
}
#content .ui.error.message ul li {
	padding-left:0;
	background-image: none;
}
#content .ui.form input:not([type]):focus,
#content .ui.form input[type="date"]:focus,
#content .ui.form input[type="datetime-local"]:focus,
#content .ui.form input[type="email"]:focus,
#content .ui.form input[type="file"]:focus,
#content .ui.form input[type="number"]:focus,
#content .ui.form input[type="password"]:focus,
#content .ui.form input[type="search"]:focus,
#content .ui.form input[type="tel"]:focus,
#content .ui.form input[type="text"]:focus,
#content .ui.form input[type="time"]:focus,
#content .ui.form input[type="url"]:focus,
#content .ui.form textarea:focus,
#content .ui.form select:focus {
	border-color:#bbbbbb;
}
/* form#form-login { } */
fieldset.input { border:none; margin:0;padding:0; }
button.btn,
.button,
input.button,
a.button {
background: #ffffff; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWVlZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #ffffff 0%, #eeeeee 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffffff 0%,#eeeeee 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffffff 0%,#eeeeee 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-8 */
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border:1px solid #dddddd;
	font-family: 'Poppins', Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	display:inline-block;
	color:#661930;
	padding: 10px 20px;
	margin: 5px 0;
	cursor:pointer;
	font-size:1.2em;
	text-align:center;
 }
button.btn:hover,
.button:hover,
input.button:hover,
a.button:hover { 
 	color:#000000;
	border:1px solid #dddddd;
background: #eeeeee; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top,  #eeeeee 0%, #ffffff 99%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #eeeeee 0%,#ffffff 99%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #eeeeee 0%,#ffffff 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
	text-decoration:none;
}

.ui.button {	
background: #ffffff; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWVlZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #ffffff 0%, #eeeeee 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffffff 0%,#eeeeee 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffffff 0%,#eeeeee 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-8 */
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border:1px solid #dddddd;
	font-family: 'Poppins', Helvetica, Arial, sans-serif;
	font-weight: normal;
	font-style: normal;
	display:inline-block;
	color:#661930;
	padding: 10px 20px;
	margin: 5px 0;
	cursor:pointer;
	font-size:1.2em;
	text-align:center; }

.ui.button:hover {
 	color:#000000;
	border:1px solid #dddddd;
background: #eeeeee; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top,  #eeeeee 0%, #ffffff 99%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #eeeeee 0%,#ffffff 99%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #eeeeee 0%,#ffffff 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
	text-decoration:none; }

label { font-size:0.9em; }
select { 
	font-size:0.9em;
	color:#00526B;
	line-height:130%;
	border: 1px solid #850085;
}
#input-login-password { clear:both; }
#input-login-password label,
#form-login-username label {
	font-size:12px;
	width:65px;
	padding-right:5px;
	float:left;
	display:block;
	margin-bottom:3px;
	height:20px;
	line-height:20px;
}
#form-login-wrapper { margin-top:10px; }
#link-login-lostpassword { margin:5px 0; font-size:11px; }
#modlgn_username,
#modlgn_passwd {
	height:18px;
	width:100px;
	border:1px solid #C8D0D7;
	color:#65798C;
	float:right;
	display:block;
	margin-bottom:3px;
	font-family: "Trebuchet MS",Arial, Helvetica,Jamrul,sans-serif;
	font-size:13px;
}

span.tt-small {
	font-size:0.5em;
	font-style:italic;
	font-weight:normal;
	padding-left:7px;
	font-family:'Poppins', Arial, Helvetica, sans-serif;
	font-variant:normal;
	color: #999999;	
}

#col2 ul.nav { margin:0;}
#col2 ul.nav li { 
padding-left:0;
background-image: none;
margin-bottom:5px;
	
}

#col2 ul.nav a {
    display: block;
    text-align: center;
    line-height: 42px;
	font-weight:300;
    color: #541125;
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-size: 1.2em;
    border: 1px solid #dddddd;
	text-transform:uppercase;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,eeeeee+100 */
background: #ffffff; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZWVlZWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #ffffff 0%, #eeeeee 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #ffffff 0%,#eeeeee 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #ffffff 0%,#eeeeee 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-8 */

}

#col2 ul.nav a:hover {
color:#000000;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeee+0,ffffff+99 */
background: #eeeeee; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top,  #eeeeee 0%, #ffffff 99%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #eeeeee 0%,#ffffff 99%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #eeeeee 0%,#ffffff 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
text-decoration:none;
}
div.pic-left { 
float:left;
width:100%;
margin:0 0 0 0; }
div.pic-left { 
float:right;
width:100%;
margin:0 0 0 0; }



@media all and (min-width:48em)
{	
div.pic-left { 
float:left;
width:50%;
margin:0 1.2em 0em 0em; }
div.pic-right { 
float:right;
width:50%;
margin:0 0 0 1.2em; }
	.package {
		min-height:21.5em;}
		
		
		#packages-cont .tri-col { 
			width: 31%;
		margin-right: 2%;}
}
@media all and (min-width:21em)
{
	#top-mod img.smi-top {
	margin-right:4px;}
}
@media all and (min-width:24em)
{	img.img-small { width: 50%; }
	img.img-medium { width: 100%; }
}
@media all and (min-width:28em)
{	img.img-small { width: 50%; }
	img.img-medium { width: 50%; }
}
@media all and (min-width:38em)
{	img.img-small { width: 35%; }
	img.img-medium { width: 35%; }
	#top-mod img.smi-ttl {
	display:inline-block;
	opacity: 1;
	width:auto;
	height:30px;
	visibility: visible;}
	#top-mod img.smi-top {
	height:30px;
	margin-right:5px;}
}
@media all and (min-width:60em)
{	img.img-small { width: 25%; }
	img.img-medium { width: 35%; }
		#top-mod img.smi-top {
	height:38px;
	margin-right:5px;}
	#top-mod img.smi-ttl { height:38px;}
}



#above-bottom .moduletable h3 { 
	margin: 20px 0;
	font-size:1.6em;
	color:#000000;
	font-family: 'Poppins', Helvetica, Arial, sans-serif;
	font-weight: 400;
    font-style: normal;
	text-align:center;
	padding-bottom:10px;
	border-bottom: 1px solid #ffffff;

}

.testimonial-section { position: relative;  }

.testimonial-section .testimonial-title { margin-bottom: 60px; }

.testimonial-section .testimonial-title h2.title { color: #333; }

.testimonial-section .testimonial-title h2.title span { color:  #333; }

.testimonial-section .slick-slide { margin: 0 15px; }

.indurance-testimonial-item .testimonial-content { padding: 10px 30px 0px 30px; border: none; background-color: transparent; position: relative;border-radius:10px;text-align:center; }

.indurance-testimonial-item .testimonial-content:before { display:none; visibility: hidden;}

.indurance-testimonial-item .testimonial-content span { color: rgba(0, 0, 0, 0.8); font-size: 18px; line-height: 24px; 	font-family: 'Poppins', Helvetica, Arial, sans-serif;
	font-weight: 400; font-style: italic; margin-bottom: 0;text-align:center; }

.indurance-testimonial-item { margin: 0 auto;}

.indurance-testimonial-item .rating { display: block; margin: 0 auto; text-align:center; }

.indurance-testimonial-item .testimonial-author { display: block; margin-top: 20px auto;text-align:center; }

.indurance-testimonial-item .testimonial-author .author-image { margin-right: 20px;margin-top: 10px; margin-left: 10px; }

.indurance-testimonial-item .testimonial-author .author-image img { width: 70px; height: 70px; border-radius: 50%; border: 3px solid rgba(0, 0, 0, 0.1); }

.indurance-testimonial-item .testimonial-author .author-name { margin-top: 0px; margin:0 auto; text-align:center; }

.indurance-testimonial-item .testimonial-author .author-name .title { color: #333333; margin-bottom: 0px; margin:0 auto; font-size: 18px; line-height: 26px;text-align:center; }

.indurance-testimonial-item .testimonial-author .author-name span { color: #333333; font-size: 14px; margin:0 auto; line-height: 24px;text-align:center; }


	.nav-light .owl-nav .owl-prev, .nav-light .owl-nav .owl-next,
.nav-light.nav-bottom-right .owl-nav .owl-prev, .nav-light.nav-bottom-right .owl-nav .owl-next, .nav-light.nav-outside-top .owl-nav .owl-prev, .nav-light.nav-outside-top .owl-nav .owl-next {
	background-color: #FFF;
	border: 0px none;
}
.nav-light .owl-nav .owl-prev {
	background-image: url(../images/arrow-left-dark.png);
}
.nav-light .owl-nav .owl-next {
	background-image: url(../images/arrow-right-dark.png);
}