
.wsmain html, .wsmain body, .wsmain iframe, .wsmain h1, .wsmain h2, .wsmain h3, .wsmain h4, .wsmain h5, .wsmain h6 {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font: inherit;
	vertical-align: baseline;
	font-weight: normal;
	line-height: 18px;
	/*font-size: 12px;
	font-family: Helvetica, Arial, sans-serif;*/
	-webkit-font-smoothing: subpixel-antialiased;
	font-smoothing: antialiased;
	font-smooth: antialiased;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: subpixel-antialiased !important;
	font-smoothing: subpixel-antialiased !important;
	font-smooth: subpixel-antialiased;
}
.wsmenu .cl {
	clear: both;
}
.wsmenu .cl hr{
   margin:10px 0;
}
.wsmenu img, object, embed, video {
	border: 0 none;
	max-width: 100%;
}
.wsmenu a:focus {
	outline: none !important;
}
.wsmenu:before, .wsmenu:after {
	content: "";
	display: table;
}
.wsmenu:after {
	clear: both;
}

/*--------------------------------------------------------------------------
|  02 Desktop CSS
--------------------------------------------------------------------------*/


.bodyshadow
{
    position:relative;
}
.bodyshadow:before
{
    content: "";
    background: rgba(105, 112, 128, 0.94);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index:4;
    width: 100%;
    height: 100%;
}

.wsmobileheader {
	display: none;
}
.overlapblackbg {
	display: none;
}
.header .wrapper .container{position:relative;}
.header .wrapper{    background: #00aeef/*c32026/*2aabe1/*da2128 #dc262a*/;}
.header .wrapper .logo{ float: left; position:relative;}
.header .wrapper .logo a{    position: relative; display:block;}
.header .wrapper .logo a img{   position: relative; z-index: 1; height: 60px; /*margin:5px 0;*/ }
.header .wrapper .logo a:after
{
    content: "";
    position: absolute;
    background: #fff;
    left: -5000px;
    right: -0px;
    top: -200px;
    bottom: 0px;
    transform: skew(35deg);
    -ms-transform: skew(35deg);
    -webkit-transform: skew(35deg);
}
.IDAWebsites{
    position:absolute;
    right: 15px; bottom:0;
}
.IDAWebsites .IDAWebsitesAnc{
    padding: 10px 40px 10px 40px;
    background: #fff;
    color:#00aeef;
    display: block;
    text-decoration:none;
    border-radius: 4px 4px 0 0;
}

.IDAWebsites .IDAWebsitesAnc:before, 
.IDAWebsites .IDAWebsitesAnc:after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -1px;
    height: 2px;
    width: 9px;
    background: #00aeef;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: width .3s,-webkit-transform .3s;
    -moz-transition: width .3s,-moz-transform .3s;
    transition: width .3s,transform .3s;
}
.IDAWebsites .IDAWebsitesAnc:before {
    right: 18px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.IDAWebsites .IDAWebsitesAnc:after {
    right: 13px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.IDAWebsites .IDAWebsitesAnc.selected:before, 
.IDAWebsites .IDAWebsitesAnc.selected:after {
    width: 14px;
    background: #fff;
}
.IDAWebsites .IDAWebsitesAnc.selected:before {
    -webkit-transform: translateX(5px) rotate(-45deg);
    -moz-transform: translateX(5px) rotate(-45deg);
    -ms-transform: translateX(5px) rotate(-45deg);
    -o-transform: translateX(5px) rotate(-45deg);
    transform: translateX(5px) rotate(-45deg);
}
.IDAWebsites .IDAWebsitesAnc.selected:after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}


.IDAWebsites .IDAWebsitesAnc .fa{
    position: absolute;
    left: 10px;
    top: 50%;
    font-size: 18pt;
    transform: translateY(-50%);
}
.IDAWebsites .IDAWebsitesAnc.selected{
    background:#da2128;
    color:#fff;
}
.IDAWebsitesContainer{
    position: absolute;
    left: 15px; right: 15px;
    top: 100%;
    background: #fff;
    z-index: 3;
    display:none;
    padding:15px;
    box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
    /*box-shadow: 2px 2px 10px 1px rgba(0,0,0,.1);*/
}

#IDAWebsitesContainer ul{
    padding:0;
    margin:0;
    list-style-type:none;
}
#IDAWebsitesContainer a{
    text-decoration:none;
}
#IDAWebsitesContainer a:hover{
    color: #00aeef!important;
}
#IDAWebsitesContainer .FirstLevel li > a{
    padding: 3px 5px 3px 20px;
    font-size: 95%;
    font-weight: 500;
    color: #424242;
    position: relative;
    display: block;
    line-height: 1.6em;
}
#IDAWebsitesContainer .FirstLevel li > a i{
    position:absolute;
    left:0; top: 8px;
}
#IDAWebsitesContainer .LastLevel li > a i{
    position:absolute;
    left:0; top: 8px;
}
#IDAWebsitesContainer .SecondLevel{
    padding-left:15px;
    position:relative;
}
#IDAWebsitesContainer .ThirdLevel{
    padding-left:30px;
    position:relative;
}
#IDAWebsitesContainer a:before{
    content: "\f0a9";
    font-family:FontAwesome;
    position:absolute;
    left:0;
}
#IDAWebsitesContainer .Folder:before{
    display:none;
}
#IDAWebsitesContainer .Folder{
    color:#1B2432!important;
    font-size: 97%!important;
    font-weight: 600!important;
}


header
{
    -webkit-transition: all 0.4s ease;
     -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.4s ease;
    z-index: 99;
    /* width: 100%; */
    /* background: #fff; */
    position: relative;
    /* -webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.2);
     box-shadow: 0 2px 3px 0px rgba(0, 0 
    background: #2d324a5c;*/
    /* background: #fff;
    left:0px;
    right:0px;*/
}
header.is-fixed{ position:fixed; top:-160px!important; left:0; right:0; z-index: 999; /*background: #480a13e6;*/ background:#fff; box-shadow:0 2px 3px 0px rgba(0, 0, 0, 0.16); }
header.is-visible { top: 0!important;}
header.is-fixed .header .wrapper{ display:none;}

header.fixed{position:fixed; top:0; left:0; right:0; z-index: 9; }
header.fixed .header .wrapper{ display:none;}

/*header.is-fixed .wsmenu-list > li > a { line-height: 70px; }*/
header.is-fixed .navigation:before { border-bottom: 68px solid #00b9bb; }
/*header.is-fixed .logoimg { max-width: 95px; top:-3px; left:40px; }*/
header.is-fixed h3 { margin:10px 0 3px; }

header.is-fixed .navbar-header a.logo {        box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
    height: 110px;
    padding: 34px 10px 0 10px; }

header.is-fixed .navbar-header a.logo .logoimgfirst 
{
      max-width: 65px;
    top: 6px;
    left: 25px;
  
    }

header.is-fixed .marqueenews { display:none; }

.wsmenu {
    /* background-color: #fff; */
    /* position: relative; */
    /* padding: 0px; */
    /* margin: 0px auto; */
    /* width: 100%; */
    /* -webkit-border-radius: 4px 4px 0px 0px; */
  /*  -moz-border-radius: 4px 4px 0px 0px;
     border-radius: 4px 4px 0px 0px;
    float: right; */
}

.wsmenu .links a
{
    position: relative;
    padding: 3px 3px 3px 20px;
    display: inline-block;
    text-decoration: none!important;
}
.wsmenu .links a:before
{
    content: "\f0a9";
    position: absolute;
    left: 0;
    top: 3px;
    font-family: fontAwesome;
}

.wsmenu-list {
    width: 100%;
    text-align: right;
    margin: 0 auto 0 auto;
    padding: 0;
    display: table;
    position: relative;
}
.wsmenu-list > li {
    text-align: center;
    /* display: table-cell; */
    float: none;
    list-style-type: none;
    /* border-bottom: 4px solid #00b9bb; */
    display: inline-block;
}
    /*.wsmenu-list > li.activemenu {
            border-bottom: 4px solid #0E0021;
    }*/

.wsmenu-list li:first-child a {
	-webkit-border-radius: 4px 0px 0px 0px;
	-moz-border-radius: 4px 0px 0px 0px;
	border-radius: 4px 0px 0px 0px;
}
.wsmenu-list li:last-child a {
	-webkit-border-radius: 0px 4px 0px 0px;
	-moz-border-radius: 0px 4px 0px 0px;
	border-radius: 0px 4px 0px 0px;
	border-right: 0px solid;
}
.wsmenu-list > li > a .fa {
	display: inline-block;
	font-size: 14px;
	line-height: inherit;
	margin-right: 0px;
}
.wsmenu-list li ul li a .fa.fa-angle-double-right {
	font-size: 12px;
	margin: 0 3px 0 -4px;
}
.wsmenu-list li a .arrow:after {
    border-left: 4px solid rgba(0, 0, 0, 0);
    border-right: 4px solid rgba(0, 0, 0, 0);
    border-top: 4px solid #b3b3b3;
    content: "";
    height: 0;
    margin: 0 0 0 5px;
    position: absolute;
    text-align: right;
    top: 50%;
    right: 10px;
    margin-top: -2px;
    width: 0;
    z-index: 2;
}
.wsmenu-list > li > a {
    display: block;
  
    /* color: #fff;
    font-weight: 400;
    padding: 0px 0px 0px 22px;
    line-height: 70px;
 
    text-decoration: none;
    position: relative;
      display: block;
    background-color: #fff; */
    color: #000;
    font-weight: 500;
    /* border-right: 1px solid rgba(0,0,0,0.10); */
    text-decoration: none;
    position: relative;
    /* text-transform: uppercase; */
    font-size: 102%;
    padding: 15px 0px 0px 18px;
    line-height: 55px;
}

.wsmenu-list > li.activemenu > a
{
    color: #ff3333;
     /*color:#1698c2;*/
}

.wsmenu-list > li.home > a{
    padding: 0 4px;
}
.wsmenu-list > li.home > a:before{display:none;}
.wsmenu-list > li.home > a:hover{color:#ff3333;}


.wsmenu-list li a:hover .arrow:after {
	border-top-color: #b3b3b3
}
.wsmenu-list li a.active .arrow:after {
	border-top-color: #b3b3b3
}
.wsmenu-list li:hover>a .arrow:after {
	border-top-color: #b3b3b3
}
.megamenu iframe {
	width: 100%;
	margin-top: 10px;
	min-height: 200px;
}
.megamenu video {
	width: 100%;
	margin-top: 10px;
	min-height: 200px;
}
.wsmenu-list li:hover .megamenu {
	opacity: 1;
}
.megamenu {
    font-size: 100%;
    width: 100%;
    left: 0px;
    position: absolute;
    top: 100%;
    color: #000;
    z-index: 1000;
    margin: 0px;
    text-align: left;
    padding: 0;
    border: 1px solid #eee;
    /* border-top: 1px solid #dcdcdc; */
    /* box-shadow: 2px 2px 10px 1px rgba(0,0,0,.1); */
    background-color: #fff;
    opacity: 0;
	/*-o-transform-origin: 0% 0%;
	-ms-transform-origin: 0% 0%;
	-moz-transform-origin: 0% 0%;
	-webkit-transform-origin: 0% 0%;
	-o-transition: -o-transform 0.3s, opacity 0.3s;
	-ms-transition: -ms-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;*/
}
.megamenu .title {
	border-bottom: 1px solid #ddd;
	/*font-size: 17px; height: 39px;*/
	padding: 9px 5px 9px 0px;
	font-size: 115%;
	color: #01aef2 /*424242*/;
	text-align: left;
	margin: 0 0 10px 0;
}

.megamenu .menu .parent .parent .title {
	padding: 9px 5px 9px 0px;
	font-size: 100%;
    font-weight:600;
	color: #1B2432;
	margin: 0;
    border:0;
	text-align: left;
}

.megamenu .menu .parent .parent > ul {
	padding-left: 10px;
}


.link-list li {
	display: block;
	text-align: center;
	white-space: nowrap;
	text-align: left;
}
.link-list li a {
	line-height: 18px;
	border-right: none;
	text-align: left;
	padding: 6px 0px;
	background: #fff !important;
	background-image: none !important;
	color: #666666 !important;
	border-right: 0 none !important;
	display: block;
	border-right: 1px solid #e7e7e7;
	background-color: #fff;
	color: #424242;
}
.link-list .fa {
	font-size: 11px;
}
.megacollink {
	width: 23%;
	float: left;
	margin: 0% 1%;
	padding: 0px;
}
.megacollink li {
	display: block;
	text-align: center;
	white-space: nowrap;
	text-align: left;
}
.megacollink li a {
	line-height: 18px;
	border-right: none;
	text-align: left;
	padding: 8px 0px;
	background: #fff !important;
	background-image: none !important;
	color: #666666 !important;
	border-right: 0 none !important;
	display: block;
	border-right: 1px solid #e7e7e7;
	background-color: #fff;
	color: #424242;
}
.megacollink .fa {
	font-size: 11px;
}
.megacolimage {
	width: 31.33%;
	float: left;
	margin: 0% 1%;
}
.typographydiv {
	width: 100%;
	margin: 0% 0%;
}
.typographylinks {
	width: 25%;
	float: left;
	margin: 0% 0%;
}
.typographylinks ul {
	padding: 0px;
}
.mainmapdiv {
	width: 100%;
	display: block;
	margin: 0% 0%;
}
.wsmenu-list .ad-style {
	width: 28%;
	float: right;
}
.wsmenu-list .ad-style a {
	border: none !important;
	padding: 0px !important;
	margin: 0px !important;
	line-height: normal !important;
	background-image: none !important;
}
.mobile-sub .megamenu .ad-style a:hover {
	background-color: transparent !important;
}
.wsmenu-list .megamenu li:hover>a {
	background: transparent !important;
}
.wsmenu-list .megamenu li a:hover {
	background: transparent !important;
    color:#01aef2;
	text-decoration: underline;
}
.wsmenu-list .megamenu li .fa {
	margin-right: 5px;
	text-align: center;
	width: 18px;
}
.mrgtop {
	margin-top: 15px;
}
.show-grid div {
	padding-bottom: 10px;
	padding-top: 10px;
	background-color: #dbdbdb;
	border: 1px solid #e7e7e7;
	color: #6a6a6a;
	margin: 2px 0px;
}
.singlemenu {
    width: 15em;
    right: auto !important;
    left: auto !important;
}

.halfmenu {
	width: 50%;
	right: auto !important;
	left: auto !important;
}
.halfmenu .megacollink {
	width: 48%;
	float: left;
	margin: 0% 1%;
}
.halfdiv {
	width: 35%;
	right: 0px !important;
	left: auto;
}

.thirdmenu {
	width: 75%;
	right: auto !important;
	left: auto !important;
}

.menu_form {
	width: 100%;
	display: block;
}
.menu_form input[type="text"] {
	width: 100%;
	border: 1px solid #e2e2e2;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #000;
	font-size: 13px;
	padding: 8px 5px;
	margin-bottom: 8px;
}
.menu_form textarea {
	width: 100%;
	border: 1px solid #e2e2e2;
	border-radius: 5px;
	color: #000;
	font-size: 13px;
	padding: 8px 5px;
	margin-bottom: 8px;
	min-height: 122px;
}
.menu_form input[type="submit"] {
	width: 25%;
	display: block;
	height: 28px;
	float: right;
	border: solid 1px #ccc;
	margin-right: 15px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.menu_form input[type="button"] {
	width: 25%;
	display: block;
	height: 28px;
	float: right;
	border: solid 1px #ccc;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.megamenu .left.carousel-control {
	padding-top: 20%;
}
.megamenu .right.carousel-control {
	padding-top: 20%;
}
.megamenu .carousel-caption {
	bottom: 0px;
	background-color: rgba(0,0,0,0.7);
	font-size: 13px;
	height: 31px;
	left: 0;
	padding: 7px 0;
	right: 0;
	width: 100%;
}
.wsmenu-list li > .wsmenu-submenu {
	transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	transform: rotateX(-75deg);
	-o-transform: rotateX(-75deg);
	-moz-transform: rotateX(-75deg);
	-webkit-transform: rotateX(-75deg);
	visibility: hidden;
}
.wsmenu-list li:hover > .wsmenu-submenu {
	transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
	opacity: 1;
	visibility: visible;
}
.wsmenu-submenu li > .wsmenu-submenu-sub {
	transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	transform: rotateX(-75deg);
	-o-transform: rotateX(-75deg);
	-moz-transform: rotateX(-75deg);
	-webkit-transform: rotateX(-75deg);
	visibility: hidden;
}
.wsmenu-submenu li:hover > .wsmenu-submenu-sub {
	transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
	opacity: 1;
	visibility: visible;
}
.wsmenu-submenu-sub li > .wsmenu-submenu-sub-sub {
	transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	transform: rotateX(-75deg);
	-o-transform: rotateX(-75deg);
	-moz-transform: rotateX(-75deg);
	-webkit-transform: rotateX(-75deg);
	visibility: hidden;
}
.wsmenu-submenu-sub li:hover > .wsmenu-submenu-sub-sub {
	transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
	opacity: 1;
	visibility: visible;
}
.wsmenu-list li > .megamenu {
	/*transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
	transform: rotateX(-75deg);
	-o-transform: rotateX(-75deg);
	-moz-transform: rotateX(-75deg);
	-webkit-transform: rotateX(-75deg);*/
	visibility: hidden;
}
.wsmenu-list li:hover > .megamenu {
	transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-webkit-transform: rotateX(0deg);
	opacity: 1;
	visibility: visible;
}
.wsmenu-submenu {
	position: absolute;
	top: 100%;
	z-index: 1000;
	margin: 0px;
	padding: 2px;
	border: solid 1px #eeeeee;
	background-color: #fff;
	opacity: 0;
	-o-transform-origin: 0% 0%;
	-ms-transform-origin: 0% 0%;
	-moz-transform-origin: 0% 0%;
	-webkit-transform-origin: 0% 0%;
	-o-transition: -o-transform 0.3s, opacity 0.3s;
	-ms-transition: -ms-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
}
.wsmenu-submenu li a {
	background: #fff !important;
	background-image: none !important;
	color: #666666 !important;
	border-right: 0 none !important;
	text-align: left;
	display: block;
	line-height: 22px;
	padding: 6px 12px;
	text-transform: none;
	font-size: 13px;
	letter-spacing: normal;
	border-right: 0px solid;
}
.wsmenu-submenu li {
	position: relative;
	margin: 0px;
	padding: 0px;
}
.wsmenuexpandermain {
	display: none;
}
.wsmenu-list li:hover .wsmenu-submenu {
	display: block;
}
.wsmenu-list .wsmenu-submenu .wsmenu-submenu-sub {
	min-width: 220px;
	position: absolute;
	left: 100%;
	top: 0;
	margin: 0px;
	padding: 0px;
	opacity: 0;
	-o-transform-origin: 0% 0%;
	-ms-transform-origin: 0% 0%;
	-moz-transform-origin: 0% 0%;
	-webkit-transform-origin: 0% 0%;
	-o-transition: -o-transform 0.4s, opacity 0.4s;
	-ms-transition: -ms-transform 0.4s, opacity 0.4s;
	-moz-transition: -moz-transform 0.4s, opacity 0.4s;
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
}
.wsmenu-list .wsmenu-submenu li:hover .wsmenu-submenu-sub {
	opacity: 1;
	list-style: none;
	padding: 2px;
	border: solid 1px #eeeeee;
	background-color: #fff;
}
.wsmenu-list .wsmenu-submenu li:hover .wsmenu-submenu-sub {
	display: block;
}
.wsmenu-list .wsmenu-submenu .wsmenu-submenu-sub .wsmenu-submenu-sub-sub {
	min-width: 220px;
	position: absolute;
	left: 100%;
	top: 0;
	margin: 0px;
	padding: 0px;
	opacity: 0;
	-o-transform-origin: 0% 0%;
	-ms-transform-origin: 0% 0%;
	-moz-transform-origin: 0% 0%;
	-webkit-transform-origin: 0% 0%;
	-o-transition: -o-transform 0.4s, opacity 0.4s;
	-ms-transition: -ms-transform 0.4s, opacity 0.4s;
	-moz-transition: -moz-transform 0.4s, opacity 0.4s;
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
}
.wsmenu-list .wsmenu-submenu .wsmenu-submenu-sub li:hover .wsmenu-submenu-sub-sub {
	opacity: 1;
	list-style: none;
	padding: 2px;
	border: solid 1px #eeeeee;
	background-color: #fff;
}
.wsmenu-submenu li {
	position: relative;
	padding: 0px;
	margin: 0px;
	display: block;
}
.wsmenu-click {
	display: none;
}


.wsmenu-click02 {
	display: none;
}
/*.wsmenu-list li:hover>a {
	background-color: rgba(0,0,0,0.08) !important;
	color:#2aabe1;
	text-decoration: none;
}
.wsmenu-list > li > a:hover {
	background-color: rgba(0,0,0,0.08) !important;
	color:#2aabe1;
	text-decoration: none;
}
.wsmenu-list > li > a:hover .arrow:after{
    border-top-color:#2aabe1;
}
.wsmenu-list > li > a.active {
	background-color: rgba(0,0,0,0.08) !important;
	color:#2aabe1;
	text-decoration: none;
}
.wsmenu-submenu > li > a:hover {
	background-color: rgba(0,0,0,0.08) !important;
	color:#2aabe1;
	border-radius: 0px!important;
	text-decoration: none;
	text-decoration: none;
}*/

/*.wsmenu-list > li > a:before{
	content: "";
    position: absolute;
    width: 0%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 10px;
    bottom: 10px;
    left: 50%;
    opacity: 0;
    z-index:1;
    background: #da2128;
    border-radius: 25px;
    -webkit-transition: all 300ms;
    transition: all 300ms;
}

.wsmenu-list > li > a:hover {}*/

.wsmenu-list > li:hover > a .arrow:after,
.wsmenu-list > li > a:hover .arrow:after{border-top-color: #fff;}

.wsmenu-list > li:hover > a,
.wsmenu-list > li:hover > a:before,
.wsmenu-list > li > a:hover:before, 
.wsmenu-list > li.active:before{
	opacity: 1;
    width: 100%; color:#ff3333;
}

.wsmenu-list > li > a span:not(.arrow) { z-index: 2; position:relative;}

.typography-text {
	padding: 0px 0px;
	/*font-size: 14px;*/
}

.typography-text ul {
	padding: 0;
	margin-bottom: 0;
}
.typography-text p {
	text-align: justify;
	color: #656565;
}
.typography-text ul li {
	display: block;
}
.typography-text ul li a {
	color: #656565;
}

.typography-text ul.menu > li > ul > li {
    float: left;
    width: 25%;
    padding: 0px;
    /*margin-bottom:20px;*/
}

.typography-text ul li ul.thirdlevelul {
    padding-left:20px;
}

.typography-text ul li ul.thirdlevelul li a
{
     border-bottom:none !important;
}

.megamenu.singlemenu .typography-text ul.menu > li > ul > li{
    width: 100%;
}
.megamenu.halfmenu .typography-text ul.menu > li > ul > li{
    width: 50%;
}
.megamenu.thirdmenu .typography-text ul.menu > li > ul > li{
    width:33.33%;
}


#Public-Home .megamenu .direct{
    display:none;
} 

.typography-text ul.RelatedLinks {
    display:none;
}



.typography-text .bdrbtmBig{ border:0!important}

.typography-text ul.menu li a{
    cursor: pointer;
    display: block;
    padding: 4px 0 4px 16px;
    line-height: normal;
    position: relative;
}
.typography-text ul.menu li a:before{
    content: "\f0a9";
    position: absolute;
    left: 0;
    top: 6px;
    font-family: fontAwesome;
    display:none;
}

.typography-text ul.menu .direct a{
    padding: 0.5em 1em;
    font-size: 100%;
    /* font-weight: 500; */
    color: #424242;
    position: relative;
    border-bottom: 1px solid rgba(0,0,0,0.07);
}

.typography-text ul.menu .direct a:before{
    top: 6px;
    content: "\f18e";
    color: #da2128;
}
.typography-text ul.menu .direct a:hover{
    color:#ff3333;
    text-decoration: none;
}
.typography-text ul.menu .direct .title{
    border-color:transparent;
}

.typography-text ul.menu .parent + .direct{
    margin-top:48px;
}

.typography-text ul.menu .parent .direct{
    display:none;
}

.typography-text .TopMenuImage {
    text-align:center;
}
.typography-text .TopMenuTopImage{
    text-align: center;
    padding-bottom: 15px;
    /* margin-bottom: 15px; */
}
.typography-text .bottom-logo a{
    display:block;
    height:70px;
    position:relative;
}
.typography-text .bottom-logo a img{
    max-height: 100%;
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.hometext {
	display: none;
}
.wsmenu-submenu .fa {
	margin-right: 7px;
}

/*--------------------------------------------------------------------------
|  03 Tab CSS
--------------------------------------------------------------------------*/ 

 @media only screen and (min-width:800px) and (max-width:1023px) {
.wsmenu-list > li > a > .fa {
	display: none !important;
}
.hometext {
	display: block !important;
}
.wsmenu {
	font-size: 13px !important;
}
.wsmenu-list li a {
	white-space: nowrap !important;
	/*padding-left: 4px !important;
	padding-right: 4px !important;*/
}
.megacollink {
	width: 48%;
	margin: 1% 1%;
}
.typographylinks {
	width: 48%;
	margin: 1% 1%;
}
}
 @media only screen and (min-width: 801px) and (max-width:1200px) {
     /*.wsmenu-list > li > a {
        padding: 0px 5px;
        line-height: 50px;
    }*/
    .wsmenu-list li a .arrow:after {
	    display: none !important;
    }

}
@media only screen and (min-width: 1200px) and (max-width:1400px) {
     .wsmenu-list > li > a {
      /*  padding: 0px 0px 0px 22px;
        line-height: 70px;*/
            padding: 15px 0px 0px 15px;
    line-height: 55px;
    }
    .wsmenu-list li a .arrow:after {
	    display: none !important;
    }

}
 @media only screen and (min-width: 801px) {
.wsmenu-list li:hover > .wsmenu-submenu {
	display: block !important;
}
.wsmenu-submenu li:hover > .wsmenu-submenu-sub {
	display: block !important;
}
.wsmenu-submenu-sub li:hover > .wsmenu-submenu-sub-sub {
	display: block !important;
}
.wsmenu-list li:hover > .megamenu {
	display: block !important;
}
}



/*--------------------------------------------------------------------------
|  04 Mobile CSS
--------------------------------------------------------------------------*/

@media only screen and (max-width: 1199px)
{
    .wsmenu { margin-right: -20px; }
    /*.wsmenu-list > li > a { font-size:96%; padding:0px 0px 0px 12px; }*/
    .wsmenu-list > li > a { padding:15px 0px 0px 5px; }
}


@media only screen and (max-width: 992px) {
.wsoffcanvasopener .wsmenu {
	left: 0px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.wsmenucontainer.wsoffcanvasopener {
	display: block;
	/*margin-left: 240px;*/
}
.wsmobileheader {
	display: block !important;
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
    bottom:0px;
}
.wsmenu-list > li:hover>a {
	background-color: rgba(0,0,0,0.08) !important;
	text-decoration: none;
}
.hometext {
	display: inline-block !important;
}
.megacollink {
	width: 96% !important;
	margin: 0% 2% !important;
}
.megacolimage {
	width: 90% !important;
	margin: 0% 5% !important;
}
.typographylinks {
	width: 98% !important;
	margin: 0% 1% !important;
}
.typographydiv {
	width: 86% !important;
	margin: 0% 7% !important;
}
.mainmapdiv {
	width: 90% !important;
	margin: 0% 5% !important;
}
.overlapblackbg {
	left: 0;
	z-index: 102;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	display: none;
	background-color: rgba(0, 0, 0, 0.45);
	cursor: pointer;
}
.wsoffcanvasopener .overlapblackbg {
	display: block;
}
.wsmenu-submenu > li:hover>a {
	background-color: #7b7b7b;
	color: #666666;
}
.wsmenu > .wsmenu-list > li > a.active {
	color: #666666;
	background-color: rgba(0,0,0,0.08);
}
.wsmenu > .wsmenu-list > li > a:hover {
	color: #666666;
	background-color: rgba(0,0,0,0.08);
}
.wsmenu-list li:hover .wsmenu-submenu {
	display: none;
}
.wsmenu-list li:hover .wsmenu-submenu .wsmenu-submenu-sub {
	display: none;
}
.wsmenu-list .wsmenu-submenu .wsmenu-submenu-sub li:hover .wsmenu-submenu-sub-sub {
	display: none;
	list-style: none;
	padding: 2px;
	border: solid 1px #eeeeee;
	background-color: #fff;
}
.wsmenu-list li:first-child a {
	-webkit-border-radius: 0px 0px 0px 0px;
	-moz-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
}
.wsmenu-list li:last-child a {
	-webkit-border-radius: 0px 4px 0px 0px;
	-moz-border-radius: 0px 0px 0px 0px;
	border-radius: 0px 0px 0px 0px;
	border-right: 0px solid;
}
.innerpnd {
	padding: 0px !important;
}
.typography-text {
	padding: 0px 0px;
}

.wsmenucontainer {
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.wsmenu-click {
	height: 43px;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	cursor: pointer;
	width: 100%;
}
.wsmenu-click i {
	display: block;
	height: 23px;
	width: 25px;
	margin-top: 11px;
	margin-right: 8px;
	background-size: 25px;
	font-size: 21px;
	color: rgba(0,0,0,0.25);
	float: right;
}
.wsmenu-click02 {
	height: 43px;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	cursor: pointer;
	width: 100%;
}
.wsmenu-click02 i {
	display: block;
	height: 23px;
	width: 25px;
	margin-top: 11px;
	margin-right: 8px;
	background-size: 25px;
	font-size: 21px;
	color: rgba(0,0,0,0.25);
	float: right;
}
.ws-activearrow > i {
	transform: rotate(180deg);
}
.wsmenu-rotate {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.wsmenu-submenu-sub {
	width: 100% !important;
	position: static !important;
	left: 100% !important;
	top: 0 !important;
	display: none;
	margin: 0px !important;
	padding: 0px !important;
	border: solid 0px !important;
	transform: none !important;
	opacity: 1 !important;
	visibility: visible !important;
}
.wsmenu-submenu-sub li {
	margin: 0px 0px 0px 0px !important;
	padding: 0px;
	position: relative;
}
.wsmenu-submenu-sub a {
	display: block;
	padding: 10px 25px 10px 25px;
	border-bottom: solid 1px #ccc;
	font-weight: normal;
}
.wsmenu-submenu-sub li a.active {
	color: #000 !important;
}
.wsmenu-submenu-sub li:hover>a {
	background-color: #333333 !important;
	color: #fff;
}
.wsmenu-list > li > a .fa {
	margin-right: 6px;
}
.wsmenu-submenu-sub-sub {
	width: 100% !important;
	position: static !important;
	left: 100% !important;
	top: 0 !important;
	display: none;
	margin: 0px !important;
	padding: 0px !important;
	border: solid 0px !important;
	transform: none !important;
	opacity: 1 !important;
	visibility: visible !important;
}
.wsmenu-submenu-sub-sub li {
	margin: 0px 0px 0px 0px !important;
}
.wsmenu-submenu-sub-sub a {
	display: block;
	color: #000;
	padding: 10px 25px;
	background: #000 !important;
	border-bottom: solid 1px #ccc;
	font-weight: normal;
}
.wsmenu-submenu-sub-sub li a.active {
	color: #000 !important;
}
.wsmenu-submenu-sub-sub li:hover>a {
	background-color: #606060 !important;
	color: #fff;
}
.wsmenu {
	position: relative;
}
.wsmenu .wsmenu-list {
	width: 100%; height: 100%;
	overflow-y: auto; overflow-x: hidden;
	display: block !important;
}
.wsmenu .wsmenu-list > li {
	width: 100%;
	display: block;
	float: none;
	border-right: none;
	background-color: transparent;
	position: relative;
	white-space: inherit;
}
.wsmenu > .wsmenu-list > li > a {
	padding: 9px 32px 9px 17px;
	/*font-size: 14px;*/
	text-align: left;
	border-right: solid 0px;
	background-color: transparent;
	color: #666666;
	line-height: 25px;
	border-bottom: 1px solid;
	border-bottom-color: rgba(0,0,0,0.13);
	position: static;
}
.wsmenu-list > li > a span:not(.arrow) { z-index:inherit; position:inherit;}
.wsmenu > .wsmenu-list > li > a > .fa {
	font-size: 16px;
	color: #bfbfbf;
}
.wsmenu .wsmenu-list li a:before,
.wsmenu .wsmenu-list li a .arrow:after {
	display: none !important;
}
.wsmenu .wsmenu-list li ul li a .fa.fa-caret-right {
	font-size: 12px !important;
	color: #8E8E8E;
}
.mobile-sub .wsmenu-submenu {
	transform: none !important;
	opacity: 1 !important;
	display: none;
	position: relative !important;
	top: 0px;
	background-color: #fff;
	border: solid 1px #ccc;
	padding: 0px;
	visibility: visible !important;
}
.mobile-sub .wsmenu-submenu li a {
	line-height: 20px;
	height: 36px;
	background-color: #e7e7e7 !important;
	font-size: 13px !important;
	padding: 8px 0px 8px 18px;
	color: #8E8E8E;
}
.mobile-sub .wsmenu-submenu li a:hover {
	background-color: #e7e7e7 !important;
	color: #666666;
	text-decoration: underline;
}
.mobile-sub .wsmenu-submenu li:hover>a {
	background-color: #e7e7e7 !important;
	color: #666666;
}
.mobile-sub .wsmenu-submenu li .wsmenu-submenu-sub li a {
	line-height: 20px;
	height: 36px;
	background-color: #e7e7e7 !important;
	border-bottom: none;
	padding-left: 28px;
}
.mobile-sub .wsmenu-submenu li .wsmenu-submenu-sub li .wsmenu-submenu-sub-sub li a {
	line-height: 20px;
	height: 36px;
	background-color: #e7e7e7 !important;
	border-bottom: none !important;
	padding-left: 38px;
	color: #8e8e8e;
}
.wsmenu-list .megamenu {
	background-color: #e7e7e7;
	color: #666666;
	display: none;
	position: relative !important;
	top: 0px;
	padding: 0px;
	border: solid 0px;
	transform: none !important;
	opacity: 1 !important;
	visibility: visible !important;
}
.wsmenu-list li:hover .megamenu {
	display: none;
	position: relative !important;
	top: 0px;
}
.megamenu .title {
	color: #666666;
	font-size: 15px !important;
	padding: 10px 8px 10px 10px;
}
.halfdiv .title {
	padding-left: 15px;
}
.megamenu > ul {
	width: 100% !important;
	margin: 0px;
	padding: 0px;
	font-size: 13px !important;
}
.megamenu > ul > li > a {
	padding: 9px 14px !important;
	line-height: normal !important;
	font-size: 13px !important;
	background-color: #e7e7e7 !important;
	color: #666666;
}

.megamenu > ul > li > a:hover {
	background-color: #000 !important;
}
.typography-text ul.menu > li > ul > li {
    float:none;
    margin: 0!important;
    width:100%!important;
}

.ad-style {
	width: 100% !important;
}
.megamenu ul li.title {
	line-height: 26px;
	color: #666666;
	margin: 0px;
	padding: 7px 13px !important;
	border-bottom: 1px solid #ccc;
	background-color: transparent !important;
}
.singlemenu {
    width: 100%;
    display: block;
}
.halfdiv {
	width: 100%;
	display: block;
}
.halfmenu {
	width: 100%;
	display: block;
}
.thirdmenu {
	width: 100%;
	display: block;
}
.TopMenuImage, .TopMenuTopImage, .bottom-logo{ display:none;}
.menu_form {
	padding: 10px 10px 63px 10px;
	background-color: #e7e7e7;
}
.menu_form input[type="button"] {
	width: 46%;
}
.menu_form input[type="submit"] {
	width: 46%;
}
.menu_form textarea {
	min-height: 100px;
}
.wsmenu {
	width: 240px;
	left: -240px;
	height: 100%;
	position: fixed;
	top: 0;
	margin: 0;
	background-color: #fff;
	border-radius: 0px;
	z-index: 103;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	border: none !important;
	background-color: #fff !important;
}

.WebGlobe {
	color: #444;
	font-size: 25px;
	height: 25px;
	position: absolute;
	right: 15px;
	top: 18px;
	width: 25px;
	z-index: 102;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.WebGlobe:focus, .WebGlobe:hover {
	color: #fff !important;
}
.wsoffcanvasopener .WebGlobe {
	display: none !important;
}
.smallogo {
	display: block;
    text-align: center;
    width: 100%;
    height: 60px;
    padding: 5px 0;
    position: relative;
    /*position: fixed;*/
    z-index: 1; 
    background: #fff;
    box-shadow: 0 1px 4px rgba(0,0,0,.5);
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.5);
	/*background: -moz-linear-gradient(top, #262626 0, #1c1c1c 50%, #262626 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #262626), color-stop(50%, #1c1c1c), color-stop(100%, #262626));
	background: -webkit-linear-gradient(top, #262626 0, #1c1c1c 50%, #262626 100%);
	background: -o-linear-gradient(top, #262626 0, #1c1c1c 50%, #262626 100%);
	background: -ms-linear-gradient(top, #262626 0, #1c1c1c 50%, #262626 100%);
	background: linear-gradient(to bottom, #262626 0, #1c1c1c 50%, #262626 100%);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#262626', endColorstr='#262626', GradientType=0);*/
	
}

.smallogo img{ height:100%;}

.wsoffcanvasopener .animated-arrow {
    left: 260px;
    position: fixed;
    top: 30px;
}
.animated-arrow {
    cursor: pointer;
    padding: 0px 35px 0px 0px;
    /*margin: 15px 0 0 15px;*/
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 1000;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}


.animated-arrow span, .animated-arrow span:before, .animated-arrow span:after {
	cursor: pointer;
	height: 3px;
	width: 23px;
	background: #444;
	position: absolute;
	display: block;
	content: '';
}
.animated-arrow span:before {
	top: -7px;
}
.animated-arrow span:after {
	bottom: -7px;
}
.animated-arrow span, .animated-arrow span:before, .animated-arrow span:after {
	transition: all 500ms ease-in-out;
}
.wsoffcanvasopener .animated-arrow span {
	background-color: transparent;
}
.wsoffcanvasopener .animated-arrow span:before, .animated-arrow.active span:after {
	top: 7px;
}
.wsoffcanvasopener .animated-arrow span:before {
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	bottom: 0px;
    background-color:#fff;
}
.wsoffcanvasopener .animated-arrow span:after {
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
    background-color:#fff;
}
.wsmenu-list li > .wsmenu-submenu {
	transform: none !important;
	-o-transform: none !important;
	-moz-transform: none !important;
	-webkit-transform: none !important;
	transform: none !important;
	-o-transform: none !important;
	-moz-transform: none !important;
	-webkit-transform: none !important;
	visibility: visible !important;
}
.wsmenu-list li:hover > .wsmenu-submenu {
	transform: none !important;
	-o-transform: none !important;
	-moz-transform: none !important;
	-webkit-transform: none !important;
	transform: none !important;
	-o-transform: none !important;
	-moz-transform: none !important;
	-webkit-transform: none !important;
	visibility: visible !important;
}
.wsmenu-submenu li > .wsmenu-submenu-sub {
	transform: none !important;
	-o-transform: none !important;
	-moz-transform: none !important;
	-webkit-transform: none !important;
	transform: none !important;
	-o-transform: none !important;
	-moz-transform: none !important;
	-webkit-transform: none !important;
	visibility: visible !important;
}
.wsmenu-submenu li:hover > .wsmenu-submenu-sub {
	transform: none !important;
	-o-transform: none !important;
	-moz-transform: none !important;
	-webkit-transform: none !important;
	transform: none !important;
	-o-transform: none !important;
	-moz-transform: none !important;
	-webkit-transform: none !important;
	visibility: visible !important;
	opacity: 1 !important;
}
.wsmenu-submenu-sub li > .wsmenu-submenu-sub-sub {
	transform: none !important;
	-o-transform: none !important;
	-moz-transform: none !important;
	-webkit-transform: none !important;
	transform: none !important;
	-o-transform: none !important;
	-moz-transform: none !important;
	-webkit-transform: none !important;
	visibility: visible !important;
	opacity: 1 !important;
}
.wsmenu-submenu-sub li:hover > .wsmenu-submenu-sub-sub {
	transform: none !important;
	-o-transform: none !important;
	-moz-transform: none !important;
	-webkit-transform: none !important;
	transform: none !important;
	-o-transform: none !important;
	-moz-transform: none !important;
	-webkit-transform: none !important;
	visibility: visible !important;
	opacity: 1 !important;
}
.wsmenu-list li > .megamenu {
	transform: none !important;
	-o-transform: none !important;
	-moz-transform: none !important;
	-webkit-transform: none !important;
	transform: none !important;
	-o-transform: none !important;
	-moz-transform: none !important;
	-webkit-transform: none !important;
	visibility: visible !important;
	opacity: 1 !important;
}
.wsmenu-list li:hover > .megamenu {
	transform: none !important;
	-o-transform: none !important;
	-moz-transform: none !important;
	-webkit-transform: none !important;
	transform: none !important;
	-o-transform: none !important;
	-moz-transform: none !important;
	-webkit-transform: none !important;
	visibility: visible !important;
	opacity: 1 !important;
}
}

/*****************************************
	Publications In Top Menu
*****************************************/
.Publications a
{
    position: relative;
    display: block;
    color: #656565;
    margin-bottom: 20px;
    float: left;
    text-decoration:none!important;
    text-align: justify;
    text-decoration: none;
    border-radius: 2px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.Publications a p{  margin:0;}

.Publications a span
{
    float: left;
    width: 100px;
    height: 120px; margin-right:15px;
    border-radius: 50%;
    position:relative;
    display:none;
}


.Publications a img{max-width:100%; }

                          
.Publications a h5{ font-size:110%;font-weight: 500; color:#1B2432; position:relative; margin-top: 0px; margin-bottom: 20px;}
.Publications a h5:before{ content:""; width:50px; height:1px; position:absolute; bottom: -10px; left:0; background:#1B2432;  }    


/*****************************************
	//Publications In Top Menu
*****************************************/

@media only screen and (max-width: 540px) {
    .animated-arrow { padding:13px 20px 16px 0px; }
}
