/* CSS Document 30-10-2021 */
@charset "utf-8";
:root {
	--BrandColor1:#09688f;
	--BrandColor2:#EF7F1B;
	--BrandColor3:#990033;
	
	--BrandTextColor1:#fff;
	--BrandTextColor2:#fff;

	--LinkColor:#2980b9;
	--LinkColorInverse:#000;
	--LinkHoverColor:#000;
	
	--TextColor1:#01A0E2;
	--TextColor2:#fff;
	--TextColor3:#EF7F1B;
	--TextColor4:#EF7F1B;
	--TextColor5:#EF7F1B;
	--TextColor5:#EF7F1B;
	
	--TextColorBlack:#000;
	--TextColorLightBlack:#333;
	--TextColorWhite:#fff;
	
	--FontSize7:7rem;
	--FontSize6:6rem;
	--FontSize5:5rem;
	--FontSize4:4rem;
	--FontSize3:3rem;
	--FontSize2:2rem;
	--FontSize1:1rem;
  
	--BackgroundColor1:#f6f6f6;
	--BackgroundColor2:#009999;
	--BackgroundColor3:#f6f6f6;
	--BackgroundColor4:#f6f6f6;
	--BackgroundColor5:#f6f6f6;
	--BackgroundColor6:#f6f6f6;
}
.BrandColor1{
	color:var(--BrandColor1);
}
.BrandColor2{
	color:var(--BrandColor2);
}
.BrandColor3{
	color:var(--BrandColor3);
}

.BackgroundWhite{
	background-color:#fff;
}
.BackgroundTry{
	background-color:#939;
}
.BackgroundColor1{
	background:var(--BackgroundColor1);
}
.BackgroundColor2{
	background:var(--BackgroundColor2);
}
.BackgroundColor3{
	background:var(--BackgroundColor3);
}
.BackgroundColor4{
	background:var(--BackgroundColor4);
}
.BackgroundColor5{
	background:var(--BackgroundColor5);
}
.BackgroundColor6{
	background:var(--BackgroundColor6);
}

.TextColorWhite{
	color:#fff;
}
.TextColorBlack{
	color:#000;
}
.TextColorLightBlack{
	color:--TextColorLightBlack;
}
.TextColor1{
	color:var(--TextColor1);
}
.TextColor1{
	color:var(--TextColor1);
}
.TextColor2{
	color:var(--TextColor2);
}
.TextColor3{
	color:var(--TextColor3);
}
.TextColor4{
	color:var(--TextColor4);
}
.TextColor5{
	color:var(--TextColor5);
}
.TextColor6{
	color:var(--TextColor6);
}

.RadialGradientBg{
	/* fallback */ 
	background-color: #2F2727;
	background-image: url(images/radial_bg.png);
	background-position: center center;
	background-repeat: no-repeat; /* Safari 4-5, Chrome 1-9 */ /* Can't specify a percentage size? Laaaaaame. */
	background: -webkit-gradient(radial, center center, 0, center center, 460, from(#1a82f7), to(#2F2727));
	/* Safari 5.1+, Chrome 10+ */ background: -webkit-radial-gradient(circle, #1a82f7, #2F2727); /* Firefox 3.6+ */
	background: -moz-radial-gradient(circle, #1a82f7, #2F2727); /* IE 10 */
	background: -ms-radial-gradient(circle, #1a82f7, #2F2727); /* Opera couldn't do radial gradients, then at some point they started supporting the -webkit- syntax, how it kinda does but it's kinda broken (doesn't do sizing) */ 
}
.LinearGradientBg{/* fallback */
	background-color: #1a82f7;
	background-image: url(images/linear_bg_1.png);
	background-repeat: repeat-y; /* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, left top, right top, from(#1a82f7), to(#2F2727)); /* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(left, #2F2727, #1a82f7); /* Firefox 3.6+ */
	background: -moz-linear-gradient(left, #2F2727, #1a82f7);
	/* IE 10 */ background: -ms-linear-gradient(left, #2F2727, #1a82f7); /* Opera 11.10+ */ background: -o-linear-gradient(left, #2F2727, #1a82f7);
}
*{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


a[href$=".pdf"]:hover {
    color: #FFA907;
}




/* FONT FAMILY */
html,body, p{
	font-family: 'Open Sans',sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #404040;
    line-height: 1.6;
}

	
/* END_____FONT FAMILY */

/* FONT FONT COLOR */
	body{
		color: #333;
	}
	.fa{
		color: #666;
	}
	a{
		color: #D7261C;
	}
	a:hover{
		color: #000;
	}
	h1, h2, h3, h4, h5{
		color: #333333;
	}
	
	#FooterCopyright {
		color:#fff;
	}
	#FooterCopyright  .fa{
		color:#fff;
	}
	#FooterCopyright p{
		color:#fff;
	}
/* END_____FONT COLOR */

/* LINE HEIGHT */
html, body, p {
    line-height: 20px;
}


/* END______LINE HEIGHT */

/* LIST STYLE */
li{
    list-style: disc;
}
/* END_________LIST STYLE */


/* FIELDSET */
fieldset {
    border: none;
    width: 100%;
    margin: 0;
    padding: 0;
}
/* END_________FIELDSET */



/* FONT FONT SIZE */
	html, body, p{
		font-size: 16px;
	}
	.fa{
		font-size:22px;
	}
	h1{ font-size:32px; }
	h2{ font-size:27px; }
	h3{ font-size:22px; }
	h4{ font-size:21px; }
	h5{ font-size:20px; }
	h6{ font-size:17px; }
	
	
	#FooterCopyright  li {
		font-size: 16px;
	}
	#FooterCopyright  li a{
		font-size: 16px;
	}
	#FooterCopyright  .fa{
		font-size: 16px;
	}
	#FooterCopyright p{
		font-size: 16px;
	}

/* END_____FONT SIZE */

/* TRANSITION */
body, a{
 transition:0.5s all;
 -webkit-transition:0.5s all;
 -moz-transition:0.5s all;
 -o-transition:0.5s all;
 -ms-transition:0.5s all;
 
}

/* END_________TRANSITION */

body{
	background-color:#f0ece1;
}

#BodyCover{
	width:90%;
	max-width:1200px;
	overflow:hidden;
	margin:0 auto;
	padding:0;
	background-color:transparent;
	position:relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}



.RadialGradientBg{
	/* fallback */ 
	background-color: #2F2727;
	background-image: url(images/radial_bg.png);
	background-position: center center;
	background-repeat: no-repeat; /* Safari 4-5, Chrome 1-9 */ /* Can't specify a percentage size? Laaaaaame. */
	background: -webkit-gradient(radial, center center, 0, center center, 460, from(#1a82f7), to(#2F2727));
	/* Safari 5.1+, Chrome 10+ */ background: -webkit-radial-gradient(circle, #1a82f7, #2F2727); /* Firefox 3.6+ */
	background: -moz-radial-gradient(circle, #1a82f7, #2F2727); /* IE 10 */
	background: -ms-radial-gradient(circle, #1a82f7, #2F2727); /* Opera couldn't do radial gradients, then at some point they started supporting the -webkit- syntax, how it kinda does but it's kinda broken (doesn't do sizing) */ 
}
.LinearGradientBg{/* fallback */
	background-color: #1a82f7;
	background-image: url(images/linear_bg_1.png);
	background-repeat: repeat-y; /* Safari 4-5, Chrome 1-9 */
	background: -webkit-gradient(linear, left top, right top, from(#1a82f7), to(#2F2727)); /* Safari 5.1, Chrome 10+ */
	background: -webkit-linear-gradient(left, #2F2727, #1a82f7); /* Firefox 3.6+ */
	background: -moz-linear-gradient(left, #2F2727, #1a82f7);
	/* IE 10 */ background: -ms-linear-gradient(left, #2F2727, #1a82f7); /* Opera 11.10+ */ background: -o-linear-gradient(left, #2F2727, #1a82f7);
}
.container{
	margin:0;
	padding:0;
}

.NoPadding{
	padding:0px !important;
}
.NoMargin{
	padding:0px !important;
}
.TwoColumnRightContentInner{
	width: 100%;
    min-height: 200px;
    height: auto;
    min-height: 100px;
    margin: 0px 0px 0px -15px;
    padding: 0px 0px 0px 0px;
    position: relative;
}
.TwoColumnRightContentSideInner{
	width: 100%;
	height: auto;
	min-height: 200px;
	margin: 20px 0px 0px 15px;
    padding: 0px 10px 0px 0px;
	position: relative;
}
.Test{
	width:100%;
	height:200px;
	margin:10px;
	padding:10px;
	background-color:#9F9;
}

.ViewContainer{
	clear:both;
	width:100%;
	height:auto;
	margin:0 auto;
	padding:5px;
	position:relative;
}

.Bg1{
	background-color:#090;	
}
.Bg2{
	background-color:#06C;	
}

/* START Icon Styles */
.BankeIconBig{
	width:150px !important;
	height:150px !important;
	float:left;
	overflow:hidden;
	border-radius:5px;
	margin:0px 10px 5px 0px;
	padding:0px;
	background-color:#2980b9;
	border:1px solid #2980b9;
	position:relative;
	
  -webkit-box-shadow: 0 0 3px 2px #2980b9;
    -moz-box-shadow: 0 0 3px 2px #2980b9;
    box-shadow: 0 0 3px 2px #2980b9;	
}

.BankeIconBig img{
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	overflow:hidden;
}

/*------------------------*/
.BankeIconMedium{
	width:100px !important;
	height:100px !important;
	float:left;
	overflow:hidden;
	border-radius:5px;
	margin:0px 10px 5px 0px;
	padding:0px;
	background-color:#2980b9;
	border:1px solid #2980b9;
	position:relative;
	
  -webkit-box-shadow: 0 0 3px 2px #2980b9;
    -moz-box-shadow: 0 0 3px 2px #2980b9;
    box-shadow: 0 0 3px 2px #2980b9;	
}

.BankeIconMedium img{
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	overflow:hidden;
}
/*------------------------------*/
.BankeIconSmall{
	width:50px !important;
	height:50px !important;
	float:left;
	overflow:hidden;
	border-radius:5px;
	margin:0px 10px 5px 0px;
	padding:0px;
	background-color:#2980b9;
	border:1px solid #2980b9;
	position:relative;
	
  -webkit-box-shadow: 0 0 3px 2px #2980b9;
    -moz-box-shadow: 0 0 3px 2px #2980b9;
    box-shadow: 0 0 3px 2px #2980b9;	
}

.BankeIconSmall img{
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	overflow:hidden;
}
/* -------------------END Icon Styles */


hr {
    max-width: 80px;
    border-width: 3px;
    opacity: 0.09;
    margin-top: 15px;
    margin-bottom: 15px;
}

hr.light {
    border-color: #fff;
}

a:hover,
a:focus {
    color: --TextColor1;
    outline:none;
	transition: border-color ease-in-out .3s, box-shadow ease-in-out .3s;
}

img{
    margin: 0;
    padding: 0;
}


h1, h2, h3, h4, a, p{
    text-decoration: none;
}


.main-container {
	clear:both;
    max-width: 1200px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    position: relative;
	box-sizing:border-box;
}
.HackZeroPadding{
	padding:0;
}

.wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0;
    padding: 0 20px 0 20px;
}


header {
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
}

.container{
	max-width:1200px;
	width:100%;
}

.KissomMask{
	width: 100%;
	height: 100%;
	margin:0;
	padding:0;
	
	top:0;
	left:0;
	position:absolute;
	
	
	background: rgba(41,39,41,1);
	background: -moz-linear-gradient(left, rgba(41,39,41,1) 0%, rgba(38,36,38,0.02) 16%, rgba(23,22,23,0.63) 96%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(41,39,41,1)), color-stop(16%, rgba(38,36,38,0.02)), color-stop(96%, rgba(23,22,23,0.63)));
	background: -webkit-linear-gradient(left, rgba(41,39,41,1) 0%, rgba(38,36,38,0.02) 16%, rgba(23,22,23,0.63) 96%);
	background: -o-linear-gradient(left, rgba(41,39,41,1) 0%, rgba(38,36,38,0.02) 16%, rgba(23,22,23,0.63) 96%);
	background: -ms-linear-gradient(left, rgba(41,39,41,1) 0%, rgba(38,36,38,0.02) 16%, rgba(23,22,23,0.63) 96%);
	background: linear-gradient(to right, rgba(41,39,41,1) 0%, rgba(38,36,38,0.02) 16%, rgba(23,22,23,0.63) 96%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#292729', endColorstr='#171617', GradientType=1 );
	
	
}



/* START 
Component Displayer Except Text Color and BG 
These are used in Component Displayers
*/

#MenuIcon{
	clear:both;
	width:100%;
	height:100px;
	margin:0;
	padding:0;
	overflow:hidden;
}
#MenuIcon .MenuIcon{
	clear:both;
	width:100%;
	height:100px;
	margin:0;
	padding:0;
}
#MenuIcon .MenuIconImg{
	clear:both;
	width:100%;
	height:200px;
	margin:0;
	padding:0;
}

#ArticleIcon{
	clear:both;
	width:100%;
	height:100px;
	margin:0;
	padding:0;
	overflow:hidden;
}
#ArticleIcon .ArticleIcon{
	clear:both;
	width:100%;
	height:100px;
	margin:0;
	padding:0;
}
#ArticleIcon .ArticleIconImg{
	clear:both;
	width:100%;
	height:200px;
	margin:0;
	padding:0;
}

.ContentContainer{
	width:100%;
	height:auto;
	background:none;
	margin:0px;
	padding:0;
	position:relative;
	box-sizing:border-box;
}




.ContentContainer .Icon{
	clear:both;
	width:150px;
	height:150px;
	border-radius:100%;
	border:2px solid #fff;
	margin:30px auto;
	padding:0;
	overflow:hidden;
}
.ContentContainer .Icon img{
	width:100%;
	height:100%;
	overflow:hidden;
}
.ContentContainer .Heading{
	clear:both;
	width:80%;
	height:auto;
	height:auto;
	background:none;
	margin:20px auto;
	padding:10px;
	text-align:center;
	
	position:relative;
	color:#333;
	box-sizing:border-box;
}

.ContentContainer .Content{
	width:80%;
	height:auto;
	background:none;
	margin:0 auto;
	margin-bottom:30px;
	padding:20px;
	position:relative;
	box-sizing:border-box;
	background:rgba(255,255,255,.7);
	
}
@media screen and (max-width: 700px){
	.ContentContainer{
		clear:both;
		width:100%;
		height:auto;
		margin:0px;
		padding:10px;
		font-size:inherit;
	}
	.ContentContainer .Icon{
		clear:both;
		width:150px;
		height:auto;
		margin:0px;
		padding:10px;
		font-size:inherit;
	}
	.ContentContainer .Heading{
		clear:both;
		width:100%;
		height:auto;
		margin:0px;
		padding:10px;
		font-size:inherit;
	}
	.ContentContainer .Content{
		clear:both;
		width:100%;
		height:auto;
		margin:0px;
		padding:10px;
		font-size:inherit;
	}
}
@media screen and (max-width: 500px){
	.ContentContainer{
		clear:both;
		width:100%;
		height:auto;
		margin:0px;
		padding:10px;
		font-size:inherit;
	}
	.ContentContainer .Icon{
		clear:both;
		width:50px;
		height:auto;
		margin:0 auto;
		padding:10px;
		font-size:inherit;
		
	}
	.ContentContainer .Heading{
		clear:both;
		width:100%;
		height:auto;
		margin:0px;
		padding:10px;
		background-color:red;
	}
	.ContentContainer .Content{
		clear:both;
		width:100%;
		height:auto;
		margin:0px;
		padding:10px;
		font-size:inherit;
	}
}
/* END Component Displayer Except Text Color and BG */

/* START
Module Displayer Except Text Color and BG
These are used in Module Displayers
*/
.ModuleDisplayer{
	width:100%;
	height:auto;
	background:none;
	margin:0;
	padding:0;
	position:relative;
}

.ModuleHeading{
	clear:both;
	width:100%;
	margin:100px 0px 10px 0px;
	padding:5px;
	text-align:center;
}
.ModuleContainer{
	width:100%;
	height:auto;
	margin:0;
	padding:0;
}


/* END Module Displayer Except Text Color and BG */

.ListStyleContactInfo{
	padding-right:2em; color:#666;

}
input,select,textarea,textarea{
    width: 100%;
	margin:5px;
	border:a px solid #ccc;
}
input[type="button"], input[type="reset"], input[type="submit"]{
	width:50%;
	margin:5px auto;
	text-align:center;
	border:2px solid #ccc;
}

/*** START CSS ONLY MULTI LEVEL MENU***/


/*** START CSS ONLY MULTI LEVEL MENU***/

/*FontAwesome*/
.fa-hover > a {
	background: #fafafa;
	display: block;
	padding: 10px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin: 10px 0;
	color: #a5a5a5;
   -webkit-transition: all .3s ease-in .1s;
   -o-transition: all .3s ease-in .1s;
   transition: all .3s ease-in .1s;
}
.fa-hover > a > i {
}
.fa-hover > a:hover,
.fa-hover > a:focus {
   background: #00bcd4;
   color: #fff;
}
.breadcrumb {
    padding: 0px 15px;
    margin-bottom: 0px;
}
/*-----------------------------------FontAwesome*/






/*START SIDE COLUMN*/
.SideColumn:first-child {
    margin-top: 0;
}
.SideColumn{
	width: 100%;
    margin: 0px;
    padding: 0px;
    background-color: #fff;
    box-sizing: border-box;
}

.SideColumnInner{
	width:95%;
	height:auto;
	margin:15px auto;
	padding:10px 15px 10px 15px;
	box-sizing:border-box;
	font-size: 20px;
	font-family:Lato;
}
.SideColumn h2{
	width: 100%;
    margin: 10px 0px 0px 0px;
    padding: 10px 20px;
    background-color: #900;
    color: #fff;
}
.SideColumnContent a,
.SideColumnContent h2 a,
.SideColumnPara a{
	text-decoration:none;
}
.SideColumnContent input[type="submit"]{
	clear:both;
	color:#fff;
}

.SideColumnContent ul{
	clear:both;
	margin:10px 0;
	padding:3px 3px 3px 14px;
}
.SideColumnContent li{
	list-style:none;
	margin-left: -30px;
	padding-left: 0px;
}
.SideColumnContent li a{
	color: var(--LinkColor);
	text-decoration: none;
}
.SideColumnContent li a:hover{
	color: var(--LinkHoverColor);
}



.SideColumn img{
	clear:both;
	width:100%;
	height:auto;
	margin:3px;
	padding:0px;
	box-sizing:border-box;
	
}

.SideColumn textarea {
  width: 80%;
  height: 150px;
}
.SideColumn select {
	width: 80%;
	display: inline-block;
	height: 35px;
	padding: 4px 6px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 20px;
	color: #555;
	vertical-align: middle;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-left: 0px;

}

.SideColumn input[type="submit"]:hover, .SideColumn input[type="submit"]:focus, .SideColumn input[type="button"]:hover, .SideColumn input[type="button"]:focus, .SideColumn textarea:hover, .SideColumn textarea:focus, .SideColumn input[type="text"]:hover, .SideColumn input[type="text"]:focus, .SideColumn input[type="password"]:hover, .SideColumn input[type="password"]:focus, .SideColumn input[type="datetime"]:hover, .SideColumn input[type="datetime"]:focus, .SideColumn input[type="datetime-local"]:hover, .SideColumn input[type="datetime-local"]:focus, .SideColumn input[type="date"]:hover, .SideColumn input[type="date"]:focus, .SideColumn input[type="month"]:hover, .SideColumn input[type="month"]:focus, .SideColumn input[type="time"]:hover, .SideColumn input[type="time"]:focus, .SideColumn input[type="week"]:hover, .SideColumn input[type="week"]:focus, .SideColumn input[type="number"]:hover, .SideColumn input[type="number"]:focus, .SideColumn input[type="email"]:hover, .SideColumn input[type="email"]:focus, .SideColumn input[type="url"]:hover, .SideColumn input[type="url"]:focus, .SideColumn input[type="search"]:hover, .SideColumn input[type="search"]:focus, .SideColumn input[type="tel"]:hover, .SideColumn input[type="tel"]:focus, .SideColumn input[type="color"]:hover, .SideColumn input[type="color"]:focus, .SideColumn .uneditable-input:hover, .SideColumn .uneditable-input:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.SideColumn input[type="submit"], .SideColumn input[type="button"], textarea, .SideColumn input[type="text"], .SideColumn input[type="password"], .SideColumn input[type="datetime"], .SideColumn input[type="datetime-local"], .SideColumn input[type="date"], .SideColumn input[type="month"], .SideColumn input[type="time"], .SideColumn input[type="week"], .SideColumn input[type="number"], .SideColumn input[type="email"], .SideColumn input[type="url"], .SideColumn input[type="search"], .SideColumn input[type="tel"], .SideColumn input[type="color"], .SideColumn .uneditable-input, textarea{
	width:100%;
    text-shadow: none;
    min-height: 35px;
    box-shadow: none;
	color:#000;
    background: none;
    padding: 0 6px;
    margin: 0;
    border: 2px solid #dde4e5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.SideColumn textarea, .SideColumn input[type="text"], .SideColumn input[type="password"], .SideColumn input[type="datetime"], .SideColumn input[type="datetime-local"], .SideColumn input[type="date"], .SideColumn input[type="month"], .SideColumn input[type="time"], .SideColumn input[type="week"], .SideColumn input[type="number"], .SideColumn input[type="email"], .SideColumn input[type="url"], .SideColumn input[type="search"], .SideColumn input[type="tel"], .SideColumn input[type="color"], .uneditable-.SideColumn input {
    background-color: #fff;
	color:#000;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border linear .2s,box-shadow linear .2s;
    -moz-transition: border linear .2s,box-shadow linear .2s;
    -o-transition: border linear .2s,box-shadow linear .2s;
    transition: border linear .2s,box-shadow linear .2s;
}
.SideColumn select, .SideColumn textarea, .SideColumn input[type="text"], .SideColumn input[type="password"], .SideColumn input[type="datetime"], .SideColumn input[type="datetime-local"], .SideColumn input[type="date"], .SideColumn input[type="month"], .SideColumn input[type="time"], .SideColumn input[type="week"], .SideColumn input[type="number"], .SideColumn input[type="email"], .SideColumn input[type="url"], .SideColumn input[type="search"], .SideColumn input[type="tel"], .SideColumn input[type="color"], .SideColumn .uneditable-input {
    display: inline-block;
    height: 20px;
    padding: 4px 6px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #555;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.SideColumn input, textarea, .SideColumn .uneditable-input {
    margin-left: 0;
}
.SideColumn input, textarea, .SideColumn .uneditable-input {
    width: 206px;
}
.SideColumn label, .SideColumn input,.SideColumn  button,.SideColumn  select, .SideColumn textarea {
	width:100%;
    font-size: 14px;
    font-weight: normal;
    line-height: 20px;
}
.SideColumn label{
	clear:both;
	width:100%;
}
.SideColumn  select{
	height:37px;
}

.SideColumn .ImageContainer{
	width:100%;
	height:100px;
	overflow:hidden;
}
.SideColumn .ImageContainer img{
	width:100%;
	height:auto;
	margin:0;
	padding:0;
}
/*--------------------------------END SIDE COLUMN*/

.Section-View{
	background:transparent;
	
	margin:0px;
	padding: 0px;
	
}
.KissomAccordinEditor .KissomAccordinHeaderEditor{
clear:both;
width:100%;
height:40px;
overflow:hidden;
float:left;
margin:0px;
padding:5px;
cursor: pointer;
overflow:hidden;
position:relative;
font-size:24px;
line-height:28px;
font-weight:bold;
background-color:#903;
border:1px solid #999;
box-sizing:border-box;
color:#fff;
}