﻿
/* =============================================================================
   HTML5 display definitions
   ========================================================================== */


article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}


audio,
canvas,
video {
    display: inline-block;
}



audio:not([controls]) {
    display: none;
}



[hidden] {
    display: none;
}


html {
    font-size: 100%; /* 1 */
    overflow-y: scroll; /* 2 */
    -webkit-text-size-adjust: 100%; /* 3 */
    -ms-text-size-adjust: 100%; /* 3 */
}

body {
    margin: 0; 
	background-color: #e1e1e1 ; 
    font-family: "HelveticaNeueLTW20-Ligh", "Lucida Sans Unicode","Times New Roman";
 
}


h1, h2, h3, h4, h5 { 
   font-family: "Petra light", "Lucida Sans Unicode","Times New Roman";
}





/* =============================================================================
   Links
   ========================================================================== */


a:link{
	text-decoration:none;
	color:#888;
}
 
 
 
a:focus {
    outline: thin dotted;
}


a:hover,
a:visited,
a:active {
    outline: 0;
	color:#333;
}


/* =============================================================================
   Typography
   ========================================================================== */


h1 {
    font-size: 2em;
}

abbr[title] {
    border-bottom: 1px dotted;
}


b, 
strong { 
    font-weight: bold; 
}

blockquote {
    margin: 1em 40px;
}


dfn {
    font-style: italic;
}


mark {
    background: #ff0;
    color: #000;
}


pre,
code,
kbd,
samp {
    font-family: monospace, serif;
    font-family: 'courier new', monospace;
    font-size: 1em;
}


pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}




q {
    quotes: none;
}



q:before,
q:after {
    content: '';
    content: none;
}

small {
    font-size: 75%;
}


sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}


/* =============================================================================
   Lists
   ========================================================================== */

ul,
ol {
    margin-left: 0;
    padding: 0 0 0 40px;
}

dd {
    margin: 0 0 0 40px;
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}


/* =============================================================================
   Embedded content
   ========================================================================== */


img {
    border: 0; 
    -ms-interpolation-mode: bicubic; 
}


svg:not(:root) {
    overflow: hidden;
}


/* =============================================================================
   Figures
   ========================================================================== */


figure {
    margin: 0;
}


/* =============================================================================
   Forms
   ========================================================================== */


form {
    margin: 0;
}


fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}


legend {
    border: 0;
}


button,
input,
select,
textarea {
    font-size: 100%; 
    margin: 0; 
    vertical-align: baseline; 
    
}




button,
input {
    line-height: normal;
}


button,
input[type="button"], 
input[type="reset"], 
input[type="submit"] {
    cursor: pointer; 
    -webkit-appearance: button; 
    
}


input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box; 
    padding: 0; 
}


input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}


input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}


button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}


textarea {
    overflow: auto;
    vertical-align: top;
}


/* =============================================================================
   Tables
   ========================================================================== */


table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 0.8em;
    line-height: 1.4;
	padding-bottom: 20px; 
}



    
    



    
   



hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}


img {
    vertical-align: middle;
}


fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}


textarea {
    resize: vertical;
}


input, textarea, keygen, select, button {
	margin: 0em;
	color: initial;
	letter-spacing: normal;
	word-spacing: normal;
	text-transform: none;
	text-indent: 0px;
	text-shadow: none;
	display: inline-block;
	text-align: start;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Custom styles
   ========================================================================== */
   
   
.wrapper  {

	background-color: #fff;
	width:980px;
	margin: 10px auto;
} 
   
.mobile-menu  {
	display:none;
}
   
/* ==========================================================================
   Header
   ========================================================================== */

header#header { 
   	text-align: center;
	color: #222222;
	line-height: 1;
	margin-bottom: 30px;
	background: transparent url("/SCTA_03/images/background2.png") no-repeat 0px -100px;

}
   
header#header h1 {
	margin: 0;   
	color: #585858;
}

   
.sct-head-local-content{
	height:140px;
}


.sct-head-top-menu {
	background: none;
	position: absolute;
	right: 0;
	top: 0;
}


.sct-head-logo {
	float: left;
	margin: 25px 10px 10px 0;
}

 

.sct-head-form-wrapper {
	margin-left: 90px;
	margin-bottom: 40px;
	float: left;
	position: relative;
}

.sct-head-form-wrapper .sct-head-form {
	height: 30px;
	float: left;
	height: 40px;
	margin-left: 0;
	overflow: hidden;
	transition: width .25s;
	width: 200px;	
}

.sct-head-form-wrapper .ms-sbplain{
	background-color: #eee !important;
	bottom: 5px !important;
	font-size: 12px !important;
	padding: 2px 10px 5px !important;
	right: 11px !important;
	top: 5px !important;
	width: 150px !important;
	border: none !important;
	border-radius: 0 !important;
	color: #888 !important;
	margin: 0 !important;
	font-family: "HelveticaNeueLTW20-Ligh","Lucida Sans Unicode","Times New Roman";
	position: absolute !important;
	transition: background-color .25s,color .25s !important;
	-webkit-appearance: none !important;
	line-height: normal !important;
	-webkit-rtl-ordering: logical !important;
	-webkit-user-select: text !important;
	cursor: auto !important;
}


.sct-head-form-wrapper .ms-sbplain:focus
{
	background-color: #f3f3f3 !important;
	color: #333 !important;	
	outline: none !important;
}



.sct-head-form-wrapper .ms-sbplain.placeholder
{
	color: #ccc;
}

.sct-head-form-wrapper .ms-sbplain
{
	height: 32px ;
	line-height: 32px ;
}

.sct-head-form  img{
	display :none;
}

.sct-head-form  a{
	background: transparent url("/SCTA_03/images/search-box.png") no-repeat scroll 50% 50% !important;
	background-size: contain !important;
	border: none !important;
	bottom: 5px !important;
	height: 0 !important;
	padding: 13px !important;
	position: absolute !important;
	right: 12px ;
	top: 5px !important;
	width: 0 !important;
}

.sct-head-form  a:hover,.sct-head-form  a:active,.sct-head-form  a:focus
{
	background-image: url("/SCTA_03/images/search-box-hover.png") !important;
}

.sct-head-form  a:hover
{
	cursor: pointer !important;
}


.sct-head-extras {
	bottom: 20px;
	height: 44px;
	position: absolute;
	right: 0;
	right:auto;
}

.sct-sections-menu{
	width:240px;
	position:relative;
	margin:0px;
	padding:0px;
	list-style:none;
}
.sct-sections-menu li{
	float:right;
	width:50px;
	height:50px;
	margin-left:10px;
}
.sct-sections-menu li a{
	display:block;
	overflow:hidden;
	text-align:center;
	width:50px;
	font-size: 16px;
	position:relative;
	line-height:90px;	
	color:#888;
	font-size:13px;
	padding:10px;
	width:30px;
	height:50px;

}
.sct-sections-menu li a:hover{
	color:#fff;
}
.sct-sections-menu li.tourist a:hover{
	background:#1bac4d;
}
.sct-sections-menu li.investor a:hover{
	background:#de652b;
}
.sct-sections-menu li.reseach a:hover{
	background:#58a8c0;
}
.sct-sections-menu li.media a:hover{
	background:#f7b924;
}


.sct-sections-menu li a span{
	width:40px;
	height:40px;
	position:absolute;
	background-position:top left;
	background-repeat:no-repeat;
	background-color:transparent;
	left:5px;
	top:5px;
}


.sct-sections-menu li.tourist a span{
	background-image:url("/SCTA_03/images/tourist.png");
}
.sct-sections-menu li.investor a span{
	background-image:url("/SCTA_03/images/investor.png");
}
.sct-sections-menu li.reseach a span{
	background-image:url("/SCTA_03/images/reseach.png");
}
.sct-sections-menu li.media a span{
	background-image:url("/SCTA_03/images/media.png");
}



.sct-sections-menu li.tourist a:hover span{
	background-position:  0 -40px;
}
.sct-sections-menu li.investor a:hover span{
	background-position:  0 -40px;
}
.sct-sections-menu li.reseach a:hover span{
	background-position:  0 -40px;
}
.sct-sections-menu li.media a:hover span{
	background-position:  0 -40px;
}



/* Top Menu */

.sct-top-menu{
	display: block;
	height: auto;
	background-color: #eee;
	margin: 0;
	padding: 0;
	width:500px;
	height:25px;
	position: absolute;
	right: 0;
	top: 0;
	
}


.sct-top-menu .sct-top-menu-list{
	list-style:none;	
	margin: 0;
	padding: 0;
}

.sct-top-menu  .sct-top-menu-list .sct-top-menu-item{
	float: right;
	height: auto;
	padding: 0;
	text-transform: uppercase;
}

.sct-top-menu  .sct-top-menu-list .sct-top-menu-item .sct-top-menu-link{
	display: block;
	font-size: 12px;
	line-height: 19px;
	font-size: 10px;
	line-height: 15px;
	padding: 5px 12px;
	color:#fff;
	text-decoration:none;
	background-color:#ccc;
}

.sct-top-menu  .sct-top-menu-list .sct-top-menu-item .sct-top-menu-link:hover{
	background-color:#a1a1a1;

}

.sct-top-menu  .sct-top-menu-list .sct-top-menu-item .sct-top-menu-date{
	font-size: 10px;
	width:200px;
	padding:7px 0px;
	color:#555;
	float:right;
	background-color: #f8f8f8;
}

ul.isocial{
	padding: 0px;
	background-color: #f1f1f1;

}

ul.isocial li {
	float:left;
	list-style:none;
	margin:0px;
}


ul.isocial li a{
	float:left;
	background-image: url('/SCTA_03/images/social_letter.png');
	background-position:0 0;
	background-repeat: no-repeat;
	background-color: transparent;
	display:inline-block;
	text-indent:-9999px;
	overflow:hidden;
	width:24px;
	height:24px;
	position:relative;
	margin:0 2px;
}

ul.isocial li a.rss{background-position:0 0}
ul.isocial li a.rss:hover{
	background-position:0 -24px; 
	transition:background-position 0.2s ease; -moz-transition: 0.2s ease; -webkit-transition: 0.2s ease; -o-transition: 0.2s ease;}
ul.isocial li a.facebook{background-position:-25px 0}
ul.isocial li a.facebook:hover{
	background-position:-25px -24.5px; 
 	transition:background-position 0.2s ease; -moz-transition: 0.2s ease; -webkit-transition: 0.2s ease; -o-transition: 0.2s ease;}
ul.isocial li a.twitter{
	background-position:-50px 0}
ul.isocial li a.twitter:hover{
	background-position:-50px -24.5px; 
 	transition:background-position 0.2s ease; -moz-transition: 0.2s ease; -webkit-transition: 0.2s ease; -o-transition: 0.2s ease;}
ul.isocial li a.ins{background-position:-75px 0}
ul.isocial li a.ins:hover{
	background-position:-75px -24.5px; 
 	transition:background-position 0.2s ease; -moz-transition: 0.2s ease; -webkit-transition: 0.2s ease; -o-transition: 0.2s ease;}
ul.isocial li a.youtube{background-position:-100px 0}
ul.isocial li a.youtube:hover{
	background-position:-100px -24.5px; 
 	transition:background-position 0.2s ease; -moz-transition: 0.2s ease; -webkit-transition: 0.2s ease; -o-transition: 0.2s ease;}

ul.isocial li a.snapshat{background-position:-125px 0}
ul.isocial li a.snapshat:hover{
	background-position:-125px -24.5px; 
 	transition:background-position 0.2s ease; -moz-transition: 0.2s ease; -webkit-transition: 0.2s ease; -o-transition: 0.2s ease;}

	
ul.isocial li a.likedin{background-position:-150px 0}
ul.isocial li a.likedin:hover{
                background-position:-150px -24.5px; 
                transition:background-position 0.2s ease; -moz-transition: 0.2s ease; -webkit-transition: 0.2s ease; -o-transition: 0.2s ease;}

ul.isocial li a.google{background-position:-175px 0}
ul.isocial li a.google:hover{
                background-position:-175px -24.5px; 
                transition:background-position 0.2s ease; -moz-transition: 0.2s ease; -webkit-transition: 0.2s ease; -o-transition: 0.2s ease;}

	
.sct-head-main-menu {
    width:600px;
	float: left;
	margin-top: 15px;
}

.sct-main-menu-list{
	height: 30px;
	margin-left: 0;
	padding: 0 20px 0 0;
}

.sct-main-menu-item{
	height: 30px;
	padding-top: 0;
	float: left;
}

.sct-main-menu-link{
	line-height: 22px;
	padding-top: 8px;
	display: block;
	line-height: 36px;
	padding: 0 10px;
}

   
.sct-newsletter {
	display: block;
	list-style-type: none;
	margin: 0.8em;
	background-color: #f5f5f5;
	display: block;
	padding: 0.5em;
	text-align: right;
	min-height:32px;
}

.sct-newsletter .tile-space {
	display: block;
	padding: 0;
	position: relative;
	width: 30%;
	float: left;
}	
	
	
.sct-newsletter-heading {
	color: #333;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.25;
	background-image: url("/SCTA_03/images/mail2.png");
	background-position: left 60%;
	background-repeat: no-repeat;
	display: block;
	padding: .2em 0 .2em 2em;
	margin : 0;
}

.sct-newsletter-heading .text {
	display: block;
	position: relative;

}

.sct-newsletter .triple{
	width: 70%;
}

.sct-newsletter-label {
	display: inline-block;
	font-size: 1em;
	color:#888;
	line-height: 1.2;
	margin: 0 .5em 0 1em;
}

.sct-newsletter-name, .sct-newsletter-email {
	background-color: #fff;
	border: 1px solid #bdbec0;
	color: #333;
	font-size: 0.8em;
	line-height: 1.2;
	margin: 0;
	padding: .25em .25em;
	width: 16em;
}

.sct-newsletter-subscribe {
	background: #e57020;
	color: #fff;
	border: none;
	display: inline-block;
	font-size: 1em;
	font-weight: bold;
	margin: 0.2em 0;
	padding: .1em 1.2em;
	text-decoration: none;
	margin-left: 2em;
	position: relative;
}


.sct-newsletter:before, .sct-newsletter:after {
	content: " ";
	display: table;
}



/* ==========================================================================
   Content
   ========================================================================== */
   
   ul.description {
	    text-align: center;
		color: #222222;
		font-size: 12px;
		text-transform: uppercase;
		font-weight: bold;
		margin: 0;
		padding: 0;
		margin-top: 10px;
		margin-bottom: 20px;
		list-style: none;    
   }
   
   ul.description li { 
   		display: inline-block; 
		margin-right: 20px; 
   }
   
   ul.description li .attribute { 
  		color: #b5b5b5;
   }

	h2.title {
		font-size:22px;
		background-image: url("/SCTA_03/images/title-line.png");
		background-position: center center;
		background-repeat: repeat-x;		
	}

	h2.title span { 
		background: #fff; 
		padding: 0px 10px ; 
	}

   .article {
		color: #666666;
		margin-bottom: 5px; 
		padding-bottom: 5px;
		font-size: 12px;
   }
   
   
   .module .title{
   		font-size: 18px;
		margin-top:0px;
   }
   
   .gray:hover {
		background: #d5d5d5; 
   }
   
   .gray .columns { 
   		font-size: 12px; 
		margin-bottom: 3px; 
		font-weight: bold; 
		color: #404040; 
   }
   
   .gray .desc { 
   		font-size: 12px; 
   }

   .parent-column {  
   		text-align: center; 
   }

   .parent-column h5 {
		margin: 10px 0px 10px 0px;    
   } 
   
   .sct-categorylinks-list{
     list-style-type: square;
	 margin:0 0 0 3em;
	 padding:0;

   }
   
   .sct-categorylinks-list li{
		margin:1em 0em;
   }


   
   /*Animated Menu*/
   
.roll-link {
	display: inline-block;
	overflow: hidden;
	vertical-align: top;
}

.roll-link:hover {
	text-decoration: none;
	background: #d36028;
	color: #fff;


}
.roll-link span {
	display: block;
	position: relative;
	padding: 0 2px;
	color: #888 ;
}

.roll-link:hover span {
	background: #d36028;
	color: #FFF ;
}
   
   
   
/* ==========================================================================
   Footer
   ========================================================================== */

   
.sct-footer {
	padding-bottom: 2em;
	overflow: hidden;
}

.sct-footercontact {
	border-top: solid 1px #d8d9da;
	border-bottom: solid 1px #d8d9da;
	padding: .3em 0;
	float: left;
	width: 100%;
}

.sct-footerimage {
	float: left;
	width: 9.4em;
	border-right: solid 1px #d8d9da;
	margin-top: .3em;
}

.sct-footerimage img {
	border: none;
	vertical-align: top;
	width: 8em;
}

.footercontact {
	float: left;
	width: 64em;
	margin-top: .3em;
	font-size: 0.9em;
}
	
.sct-copyright {
	color: #bdbec0;
	float: left;
	padding-left: .9em;
}

.sct-lastupdate {
	color: #bdbec0;
	float: left;
	padding-left: .9em;
}


.sct-footerfontlinks {
	float: right;
	margin-top: -10px;
}

.sct-footerfontlinks a{
	text-decoration:none;
	color:#888;
	margin:0 .2em;
}
.sct-footerfontlinks a:hover{
	color:#333;
}

.sct-footerfontlinks a.normalfont {
	font-size: 1.1em;
	
}

.sct-footerfontlinks a.mediumfont {
	font-size: 1.3em;
}

.sct-footerfontlinks a.largefont {
	font-size: 1.5em;
}

.sct-footerlists {

	
}

.sct-footercolumn {
	float: left;
	border-left: solid 1px #d8d9da;
	width: 12em;
	margin-top: .9em;
	min-height: 11em;
	height: auto!important;
	height: 11em;
}

.sct-footercolumn p{
	margin:.5em;
	font-size:11px;
	color:#888;
}

.sct-footercolumn h2{
	margin:0 .4em;
}

.sct-footercolumn h2 span{
	font-size:11px;
}

.sct-footercolumn  a{
	font-size:10px;
}






.side-nav ul li .icon-li {
	display: block;
	float: right;
	padding: 0px 10px;
	margin-top: 12px;
	text-align: left;
	width: 30px;
}

.icons-ul .icon-li {
	position: absolute;
	right: -2.142857142857143em;
	width: 2.142857142857143em;
	text-align: center;
	line-height: inherit;
}

.side-nav ul li i {
	text-align: left;
	width: 33px;
	color: #333;
	margin: 12px 0px 0 0;
}

/*  Side Nav  */
.side-nav{margin-bottom:20px;}
.side-nav ul { margin: 0; padding: 0; background:#eee;}
.side-nav ul li { border-top:1px solid #fff;list-style: none;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
.side-nav ul li a { display: inline-block; font-size: 14px; line-height: 20px; padding: 10px 30px 10px 10px ;width:190px}
.side-nav ul li .icon-li{ display: block;   float: right;   padding: 0px 10px;   text-align: left;   width: 30px;}
.side-nav ul li:hover , .side-nav ul li.selected{ background: #888;}
.side-nav ul li:hover , .side-nav ul li.selected a{ color: #fff}
.side-nav ul li em {text-align: left;width: 33px;color:#333;margin:12px 20px 0 0;}



/*  breadcrumb and share icons  */
.breadcrumb{background:#ccc;color:#fff;padding:8px;line-height:25px;}
.breadcrumb a{padding:0px 5px;color:#888; font-size:12px;}
.breadcrumb a[href$=SkipLink] {display:none;}
.breadcrumb a:hover{color:#fff}


/* page title */
h1.page-title {
	background:#eee;
	color:#555;
	font-size:30px;
	padding:15px;
	margin:0;
	border-top:1px solid #fff;
	line-height:28px
}
h1.page-title .ms-long {width:627px;}

/* page tools */
.article-tools{overflow:visible;margin:18px 0 12px;}
.article-tools ul{list-style:none;padding:0;margin:0}
.article-tools li{float:left;margin: 0 5px 0 0}
.article-tools li a i{color: #888; display: inline-block;   font-size: 16px;}
.article-tools li a:hover i{color:#333}

.rating {
  unicode-bidi: bidi-override;
  direction: rtl;
}
.rating > span {
  display: inline-block;
  position: relative;
  width: 1.3em;
  font-size:14px;
  line-height:10px;
}
.rating > span:hover:before,
.rating > span:hover ~ span:before {
   content: "\2605";
   position: absolute;
}

.article-date{ float: right; width:220px; }

.article-text{line-height:23px; padding-bottom:40px;}
.article-text p {margin-bottom:30px; }
.article-text a {text-decoration:underline; color:#4a9eb9 }
.article-text a:hover {text-decoration:none; color:#ff8c0e}

.article-image {max-width:495px;margin:2em auto}
.article-image figcaption{ text-align:center; padding:4px;  font-size: 11px; }

.article-text ul ,ol{
/* margin-left:40px; */
}




.links-group-1,.links-group-2,.links-group-3{width:50%;float:right}
.services-listing{float:right;margin-bottom:30px}
.services-listing li{list-style:none outside none;margin-bottom:8px;float:right;width:100%;display:flex}
.services-listing .icon-angle-left{margin-left:8px;float:right;clear:both;margin-top:6px}
.services-listing .services-list{background:#ebebeb;padding:0 16px 32px 0;color:#333;width:319px;margin-left:10px;min-height:160px}
.services-listing .services-list ul li a span{ 	font-family: serif,"HelveticaNeueLTW20-Roma",monospace, serif;}
.services-listing .services-list ul li a { 	line-height: 12px;}

.services-listing .services-list ul li a { color:#888}
.services-listing .services-list ul li a:hover { color:#000}

.clear{clear:both}
.services-listing h5{margin:20px 0 10px;padding:0;color:#666;font-size:2em;line-height:30px}
.services-list ul{margin:10px 0 0;padding:0}
.services-listing img{float:right}
.services-list a{float:right;width:93%;font-size:1em;font-weight:normal}




/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    

}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}






/* ==========================================================================
   960px - 12 columns - 20px gutter 
   ========================================================================== */

   /* Container */ 
   .container-12 { width: 960px; margin: 0 auto; position: relative;} 

   /* Global */ 
   [class*="grid-"] { float: left; display: inline; margin-left: 10px; margin-right: 10px; } 
   .group:before, .group:after { content: ""; display: table; line-height: 0; } 
   .group:after { clear: both; } 

   /* Nested elements */ 
   .alpha { margin-left: 0px; } 
   .omega { margin-right: 0px; } 

   /* Grids */ 
   .container-12 .grid-1 {  width: 60px; }
   .container-12 .grid-2 {  width: 140px; }
   .container-12 .grid-3 {  width: 220px; }
   .container-12 .grid-4 {  width: 300px; }
   .container-12 .grid-5 {  width: 380px; }
   .container-12 .grid-6 {  width: 460px; }
   .container-12 .grid-7 {  width: 540px; }
   .container-12 .grid-8 {  width: 620px; }
   .container-12 .grid-9 {  width: 700px; }
   .container-12 .grid-10 {  width: 780px; }
   .container-12 .grid-11 {  width: 860px; }
   .container-12 .grid-12 {  width: 940px; }

   /* Offset Extra Space */ 
   .container-12 .offset-1 { padding-left: 80px; }
   .container-12 .offset-2 { padding-left: 160px; }
   .container-12 .offset-3 { padding-left: 240px; }
   .container-12 .offset-4 { padding-left: 320px; }
   .container-12 .offset-5 { padding-left: 400px; }
   .container-12 .offset-6 { padding-left: 480px; }
   .container-12 .offset-7 { padding-left: 560px; }
   .container-12 .offset-8 { padding-left: 640px; }
   .container-12 .offset-9 { padding-left: 720px; }
   .container-12 .offset-10 { padding-left: 800px; }
   .container-12 .offset-11 { padding-left: 880px; }


/* ==========================================================================
   768px - 12 columns - 20px gutter 
   ========================================================================== */

   @media (min-width: 768px) and (max-width: 959px) { 

   /* Container */ 
   .container-12 { width: 768px; margin: 0 auto; } 

   /* Global */ 
   [class*="grid-"] { float: left; display: inline; margin-left: 10px; margin-right: 10px; } 
   .group:before, .group:after { content: ""; display: table; line-height: 0; } 
   .group:after { clear: both; } 

   /* Nested elements */ 
   .alpha { margin-left: 0px; } 
   .omega { margin-right: 0px; } 

   /* Grids */ 
   .container-12 .grid-1 {  width: 44px; }
   .container-12 .grid-2 {  width: 108px; }
   .container-12 .grid-3 {  width: 172px; }
   .container-12 .grid-4 {  width: 236px; }
   .container-12 .grid-5 {  width: 300px; }
   .container-12 .grid-6 {  width: 364px; }
   .container-12 .grid-7 {  width: 428px; }
   .container-12 .grid-8 {  width: 492px; }
   .container-12 .grid-9 {  width: 556px; }
   .container-12 .grid-10 {  width: 620px; }
   .container-12 .grid-11 {  width: 684px; }
   .container-12 .grid-12 {  width: 748px; }

   /* Offset Extra Space */ 
   .container-12 .offset-1 { padding-left: 64px; }
   .container-12 .offset-2 { padding-left: 128px; }
   .container-12 .offset-3 { padding-left: 192px; }
   .container-12 .offset-4 { padding-left: 256px; }
   .container-12 .offset-5 { padding-left: 320px; }
   .container-12 .offset-6 { padding-left: 384px; }
   .container-12 .offset-7 { padding-left: 448px; }
   .container-12 .offset-8 { padding-left: 512px; }
   .container-12 .offset-9 { padding-left: 576px; }
   .container-12 .offset-10 { padding-left: 640px; }
   .container-12 .offset-11 { padding-left: 704px; }

   }

/* ==========================================================================
   Mobile 
   ========================================================================== */

   @media only screen and (max-width: 767px) {

   body { padding-left: 20px; padding-right: 20px; }

   /* Container */
   .container-12 { width: auto; }

   /* Global */
   [class*="grid-"] { display: block; margin-left: 0px; margin-right: 0px; }

   /* Nested Elements */
   .alpha { margin-left: 0px; }
   .omega { margin-right: 0px; }

   /* Grids */
   .container-12 .grid-1,
   .container-12 .grid-2,
   .container-12 .grid-3,
   .container-12 .grid-4,
   .container-12 .grid-5,
   .container-12 .grid-6,
   .container-12 .grid-7,
   .container-12 .grid-8,
   .container-12 .grid-9,
   .container-12 .grid-10,
   .container-12 .grid-11,
   .container-12 .grid-12 { width: 100%; }

   /* Offset Extra Space */
   .container-12 .offset-1, 
   .container-12 .offset-2, 
   .container-12 .offset-3, 
   .container-12 .offset-4, 
   .container-12 .offset-5, 
   .container-12 .offset-6, 
   .container-12 .offset-7, 
   .container-12 .offset-8, 
   .container-12 .offset-9, 
   .container-12 .offset-10, 
   .container-12 .offset-11 { padding-left: 0; }

   }


	.nwsrow {
		background : none !important;
		border-bottom : 1px solid #dfdfdf !important;
	}
	
	.nws-tools {
	  	float: right !important;
		background: #eee !important;
	  	margin-top: 5px !important;
	}	
	
	.nws-tools img {
		display:none !important;
	}


/* Your styles end here */

/* Print styles */
@media print {

}

/* Media queries */

@media (max-width: 1100px) {

}

@media (max-width: 980px) {

}

@media (max-width: 480px) {

body{
	padding-left: 5px;
	padding-right: 5px;
}

.wrapper{
	width:100%;
	margin:2px;
}


#MSO_ContentTable{
 width: 100% !important; 
 float: none !important;
}

.breadcrumb{
	width: 93% !important; 
}



.article-text{
	margin: 2px 27px;
	float: right;
	width: 80%;
	clear: both;
} 

.services-listing .services-list{
	width: 90%;
}

.article-text ul, ol {
  	margin-right: 5px !important;
}

.services-list ul {
  	margin: 0px !important ;
  	padding: 0px !important;
}

.side-nav,#ads-slider{
	display:none;
}

.article-image {
	float: right;
	max-width: 255px;
	margin: 1em 2em 0 0;
}

.container-12 .offset-1 {
 	padding-left: 10px; 
}
.article-tools ul{
	float:right;
}
.article-date{
	margin-bottom:1em;
	float:right;
	width:180px;
	display:block;
}

.links-group-1, .links-group-2, .links-group-3 {
	width:100%;
}

.megamenu_container2 .megamenu {
	display:none;
}

.article-image img, .article-text img.internal {
	width:250px;
	height:140px;
}

.rsMinW .rsBullets{
	bottom: 40px !important;
}



.mobile-menu{
	display:block;
}
.sct-head-local-content {
	height: 90px;
}

.sct-head-extras{
	bottom:10px;
}

.sct-sections-menu{
	width:220px;
}
.sct-sections-menu li{
	width:43px;
	height:40px;
	margin-right:5px;
}
.sct-sections-menu li a{
	padding:10px;
	width:30px;
	height:50px;
}

	.sct-head-logo-image{
		width:100px;
	}

	.sct-head-form-wrapper, .sct-top-menu-date, .megamenu_container{
		display:none;
	}

	.sct-top-menu{
		width:290px;
	}


	.sct-newsletter-heading{
		background-image:none;
	}

	.sct-newsletter-label{
		margin: 0;
		padding: 0.5em 0;
	}
	
	.sct-newsletter-subscribe{	
		margin-top: 1em;
	    margin-right: 0;		
	}
	
	.sct-footerfontlinks,.sct-footerimage{
		display:none;
	}
	
	.footercontact{
		width:93%;		
	}
	
	.sct-footercontact{
		width:93%;
	}


	/* SCTA Archive  */
	
	.nwsbox-title a,.nws-nwsdetails{
		font-family: serif ,"HelveticaNeueLTW20-Roma",monospace ;

	}
	.nwsrow {
		background : none !important;
		border-bottom : 1px solid #dfdfdf !important;
		margin: 0px !important;
	}
	.nwsbox {
		float : none !important;
		width : auto !important;
	}
	.dfwp-list{
		padding:0px !important;
	}
	.nwsimg {
		float : none !important;
		width : 100% !important ;
		margin: 0px !important;
		padding: 6px !important;
		text-align: right !important;
	}

	.nwsimg img {
		margin-bottom : 3px;
		height : 73px;
		width : 116px;
	}

	.nws-tools{
		background:none !important;
		background-color:#fff !important;
		padding-left: 15px;
	}
	.nws-tools a:hover, .nws-tools a:visited {
		padding: 0px;
	}

	.nws-tools img,.PagerContainerTable{
		display:none !important ;
	}
	
	.nwsimg-mn {
	  float: none !important;
	  padding: 5px !important;
	  text-align: right  !important; 
	  margin: 0px !important; 
	  width: 100% !important; 
	}
	
	


}

/*  class="datagrid"  */
.datagrid table {
	border-collapse: collapse;
	text-align: center;
	width: 100%;
}
.datagrid {
	background: #fff;
	overflow: hidden;
	border: 1px solid #CDCDCD;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width:98%;
	text-align:center;
}
.datagrid table td, .datagrid table th {
	padding: 3px 10px;
}
.datagrid table thead th {
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #E5E5E5), color-stop(1, #D7D7D7) );
	background: -moz-linear-gradient( center top, #EEEEEE 5%, #d9d9d9 100% );
	background-color: #eeeeee;
	color: #E08C4E;
	font-size: 15px;
	font-weight: bold;
	border-right: 1px solid #CCC8C8;
}
.datagrid table thead th:first-child {
	border: none;
}
.datagrid table tbody td {
	color: #7D7D7D;
	border-left: 1px solid #DBDBDB;
	font-size: 12px;
	font-weight: normal;
}
.datagrid table tbody .alt td {
	background: #f2f2f2;
	color: #7D7D7D;
}
.datagrid table tbody td:first-child {
	border-right: none;
}
.datagrid table tbody tr:last-child td {
	border-bottom: none; 
}
.datagrid table tfoot td div {
	border-top: 1px solid #8C8C8C;
	background: #EBEBEB;
}
.datagrid table tfoot td {
	padding: 0;
	font-size: 12px
}
/* end of class="datagrid"  */

/* home page icon menu */
.sti-menu{
	width:222px;
	position:relative;
	margin:0px;
	margin-top:1px;
	list-style: none;
}

.sti-menu li{
	float:left;
	width:54px;
	height:80px;
	margin:1px;
}

.sti-menu li.sti-last-item {
	margin-right:0px;
}

.sti-menu li.sti-first-item{
	margin-left:0px;
}

.sti-menu li a{
	display:block;
	overflow:hidden;
	background:#eee;
	text-align:center;
	height:100%;
	width:100%;
	position:relative;
}

.sti-menu li a:hover{
	background:#999;
}

.sti-menu li a h2{
	color:#666;
	font-family: serif ,HelveticaNeueLTW20-Roma;
	font-size: 1em;
	text-transform:uppercase;
	position:absolute;
	padding:0px;
	margin:0px;
	width:53px;
	top:50px;
	left:0px;
}

.sti-icon{
	width:32px;
	height:32px;
	position:absolute;
	background-position:top left;
	background-repeat:no-repeat;
	background-color:transparent;
	left:10px;
	top:10px;
}

.sti-icon-new{
	background-image:url("/SCTA_03/images/new.png");
}
.sti-icon-video{
	background-image:url("/SCTA_03/images/video.png");
}
.sti-icon-polls{
	background-image:url("/SCTA_03/images/polls.png");
}
.sti-icon-note{
	background-image:url("/SCTA_03/images/note.png");
}
   
/* end of home page icon menu */



.reader {
	padding: 0px;
	margin:0px;
	background:none;
}
.reader .wrapper {
    background-color: #fff;
    width: 100%;
    margin: 0px;
}

.reader .menu-collapser{
	display: none !important;
	
}
.reader #header {
	display: none;
}
.reader .container-12{
	width: 100%;
    margin: 0px;
    position: relative;
}
.reader .grid-3{
	display: none;
}
.reader .breadcrumb{
	display: none;
}
.reader .article-tools{
	display: none;
}

.reader h1.page-title {
    background: #fff;
    color: #000;
    font-size: 30px;
    padding: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin: 0;
    border-top:none;
	font-family:Arial;
}

.reader [class*="grid-"]{
    margin-left: 0px;
    margin-right: 0px;
}
.reader .article-text{
   	font-family:Tahoma;
    color: #000;
	line-height: 16px;
}
.reader .article-text p{
    padding: 0px;
}
.reader .article-text img{
	display: none;
}
.reader .article-image{
	display: none;
}
.reader .sct-footerimage{
	display: none;
}
.reader .sct-footerfontlinks{
	display: none;
}
.reader .sct-footerlists{
	display: none;
}
.reader  .sct-footercontact{
	border:none;
}
.reader .container-12 .grid-9{
	width: 100%;
}
.reader .sct-lastupdate {
	display: none;
 
}
.reader .sct-copyright {
    float: none !important;
    padding: 0px; 
	color: #000; 
	font-family:Tahoma;
    color: #000;
}





section #social-links {
  text-align: center;
  transform: translatez(0);
}



section #social-links li {
  width: 70px;
  height: 40px;
  display: inline-block;
  margin: 10px;
  list-style: none;
}

section #social-links li a {
  text-decoration:none;
}

section #social-links li i {
  width: 40px;
  height: 40px;
  color: #74d4b3;
  font-size: 1.4em;
  text-align: center;
  line-height: 40px;
  color:#eee;
  background-color: #999;
  transition: all 0.5s ease;
}

section #social-links li i:hover {
  transform: rotate(360deg);
  border-radius: 20px;
}

section #social-links li span {
  width: 70px;
  height: 20px;
  display: block;
  padding: 10px 0px;
  color: #999;
  font-family: Arial, sans-serif;
  text-transform: uppercase;
  font-size: 0.6em;
  text-align: center;
}




