/*--------------------------------------------------------------------------
Global Styles:
--------------------------------------------------------------------------*/

/* Default header styles */
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  font-style: normal;
  color: #333e49;
  text-rendering: optimizeLegibility;
}

h1 {
    font-size: 3em; /* 48 / 16 */
    line-height: 1em; /* 48 / 48 */
    margin-bottom: .5em; /* 24 / 48 */
}
.pageContent header h1 {
	font-size: 1.8em;
	margin-bottom: 30px;
}
h2 {
    font-size: 2.25em; /* 36 / 16 */
    line-height: 1.333333333333333em; /* 48 / 36 */
    margin-bottom: .6666666666666667em; /* 24 / 36 */
}
h3 {
    font-size: 1.5em; /* 24 / 16 */
    line-height: 1em; /* 24 / 24 */
    margin-bottom: 1em; /* 24 / 24 */
}
h4 {
    font-size: 1.3125em; /* 21 / 16 */
    line-height: 1.142857142857143em; /* 24 / 21 */
    margin-bottom: 1.142857142857143em; /* 24 / 21 */
}
h5 {
    font-size: 1.125em; /* 18 / 16 */
    line-height: 1.333333333333333em; /* 24 / 18 */
    margin-bottom: 1.333333333333333em; /* 24 / 18 */
}
h6 {
    font-size: 1em; /* 16 / 16 */
    line-height: 1.5em; /* 24 / 16 */
    margin-bottom: 1.5em; /* 24 / 16 */
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-size: 60%;
  color: #55799c;
  line-height: 0;
}

.pageContent header h1.authorized-small {
	font-size: 1em;
}

hr {
  border: solid #ccc;
  border-width: 1px 0 0;
  clear: both;
  margin: 20px 0 28px;
  height: 0;
}

hr.hidden-break {
	border: 0;
	margin: 0;
}

hr.double {
	border-width: 1px 0;
	height: 2px;
}

.subheader {
  color: #55799c;
  font-weight: 300;
}

/* Helpful Typography Defaults */
em, i {
  font-style: italic;
  line-height: inherit;
}

strong, b {
	/* font-family: 'Open Sans Bold','Open Sans',sans-serif; */
	font-weight: 700;
  line-height: inherit;
}

small {
  font-size: 60%;
  line-height: inherit;
}

code {
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: bold;
  color: #55799c;
}

/* Default Link Styles */
a, .whats-inthebox .hoverInfo{
  color: #3498db;
  text-decoration: none;
}
a:hover {
  color: #258cd1;
}

p a:hover {
	text-decoration: underline;
}

a img {
  border: none;
}

/* Default paragraph styles */
p {
  font-size: 0.875em; /* 14 / 14 */
  line-height: 1.4em; /* 19.6 / 14 */
  margin-bottom: 1em; /* 19.6 / 14 */
  text-rendering: optimizeLegibility;
}

p.lead {
  font-size: 24px;
  line-height: 1.6;
}

/* Lists */
ul, ol, dl {
  margin:8px 12px 20px 0;
  padding-left:30px;
  list-style-position: outside;
  font-family: inherit;
}

dl {
	padding-left: 0;
}

li {
	line-height:1.4;
	margin: 1px 0 3px;
}

/* Unordered Lists */
li ul, li ol {
  margin-left: 0;
  margin-bottom: 0;
  font-size: 1em;
  /* Override nested font-size change */
}
ul.square li ul, ul.circle li ul, ul.disc li ul {
  list-style: inherit;
}
ul.square {
  list-style-type: square;
}
ul.circle {
  list-style-type: circle;
}
ul.disc {
  list-style-type: disc;
}
ul.no-bullet {
  list-style: none;
}

/* Ordered Lists */
ol li ul, ol li ol {
  margin-left: 20px;
  margin-bottom: 0;
  font-size:1em;
}

/* Definition Lists */
dl dt {
  margin-bottom: 6px;
  font-weight: bold;
}
dl dd {
  margin-bottom: 12px;
  margin-left:0;
}

/* Abbreviations */
abbr, acronym {
  text-transform: uppercase;
  font-size: 0.875em;
  color: #34495e;
  border-bottom: 1px solid #ddd;
  cursor: help;
}

abbr {
  text-transform: none;
}

/* Blockquotes */
blockquote {
  margin: 0 0 20px;
  padding: 8px 20px 3px 20px;
  border-left: 4px solid #ecf0f1;
}
blockquote cite {
  display: block;
  font-size: 100%;
  color: #507192;
}
blockquote cite:before {
  content: "\2014 \0020";
}
blockquote cite a,
blockquote cite a:visited {
  color: #507192;
}

blockquote, blockquote p {
  font-size: 0.875em;
  line-height: 1.225em;
  color: #698aac;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*radius*/

.radius-sm {
	border-radius: 2px;
}

.radius-med {
	border-radius: 3px;
}

.radius-lg {
	border-radius: 4px;
}

.radius-round {
	border-radius: 1000px;
}

.separator-top{ border-top:1px solid #ccc;}
.separator-bottom{ border-bottom:1px solid #ccc;}

.readMore{font-size: 0.875em;}

.loadingTextPlaceholder{
	display: inline-block;
	padding: 20px 0;
	text-align: center;
	font-size: 0.875em;
	color: #888;
}

.loading{ 
	min-height: 300px;
	background:url("/image/lsa/ui/ajaxLoading.gif") no-repeat center #fff;
}



/*--------------------------------------------------------------------------
Content Styles:
--------------------------------------------------------------------------*/

.pageContent{
 	width:1020px;
 	margin:0 auto;
 	padding:8px 0;
 	clear:both;
 	min-height:500px; 
}

.legacyContentWrapper {
	background:#fff;
	margin: -8px 0;
	padding: 48px 105px
}

.color-block {
	background-color:#fff;
	border-radius: 4px;
	padding: 18px;
	border: 1px solid #e5e5e9;
	border-bottom-width: 2px;
	border-top-width: 0;
}

 /*breadcrumbs*/
.breadcrumbs{
	overflow:hidden;
	padding: 6px 0 6px;
	margin: 6px 0 10px;
	/*
border: 1px solid #ddd;
	background: #f9f9f9;
	border-radius: 3px;
*/
}
.breadcrumbs > div, .breadcrumbs > em{
	float:left;
	margin-right:5px;
}
.breadcrumbs > div:after{
	content:"\203A";
  color:#8a9bad;
	margin-left:4px;
	position: relative;
	top: 1px;
	font-weight: 300;
}

.breadcrumbs > div:last-child:after{
	content:" ";
	display:none;
}

.breadcrumbs span, .breadcrumbs em{
  font-size: 0.75em;
  font-style: normal;
}
.breadcrumbs em {
	margin: 5px 0 0 3px;
	color: #777;
	cursor: default;
}
.breadcrumbs a span:hover {
	text-decoration: underline;
}

.alert {
	color: #e74c3c;
}

.alert-note.alert {
	color: inherit;
	border: 1px solid #e74c3c;
	padding: 12px;
	background-color: #fff0ee
}

.alert-strong.alert {
	background-color: #e74c3c;
	color: #fff;
}

.widget {
	padding: 0;
	margin-bottom: 24px;
	border-radius: 4px;
}

.widget-header {
	padding: 10px 15px;
	background-color: #f1f1f1;
	border: 1px solid #ccc;
	margin: 0;
	text-align: center;
	border-radius: 4px 4px 0 0;
	font-weight: 400;
}
.widget-content {
	padding: 0;
	border: 1px solid #ccc;
	border-top-width: 0;
	border-radius: 0 0 4px 4px;
	background-color: #fff;
}

.widget.highlight .widget-content {
	background-color: #f3f3f6;
	border-color: #9ba5b0;
}

.widget.highlight .widget-header {
	background-color: #333e49!important;
	border-color: #333e49;
	color: #fff;
}


.shadow-scroller, .linkset.additional-configurations {
	overflow-y: auto;
	position: relative;
	background:
		linear-gradient(white 30%, rgba(255,255,255,0)),
		linear-gradient(rgba(255,255,255,0), white 70%) 0 100%,
		radial-gradient(50% 0, farthest-side, rgba(0,0,0,.2), rgba(0,0,0,0)),
		radial-gradient(50% 100%,farthest-side, rgba(0,0,0,.2), rgba(0,0,0,0)) 0 100%;
	background:
		linear-gradient(white 30%, rgba(255,255,255,0)),
		linear-gradient(rgba(255,255,255,0), white 70%) 0 100%, radial-gradient(farthest-side at 50% 0, rgba(0,0,0,.2), rgba(0,0,0,0)),
		radial-gradient(farthest-side at 50% 100%, rgba(0,0,0,.2), rgba(0,0,0,0)) 0 100%;
	background-attachment: local, local, scroll, scroll;
	background-color: white;
	background-repeat: no-repeat;
	background-size: 100% 40px, 100% 40px, 100% 14px, 100% 14px;
}


.loading-global {
	background: url('/image/lsa/ui/ajaxLoading.gif') center center no-repeat;
	content: '';
	width: 22px;
	height: 12px;
	display: inline-block;
}

#storageFrame {display:none;}

/* !--- level0 (Used for global notifications) --- */

header .level0 {
	display: none;
	padding:8px 0;
	border-bottom: 1px solid #ccc;
	background-color: #f9edbe;
	color: #333; 
	font-size: 0.75em;
	font-weight: 700;
    width:100%;
 	clear:both;
     position: relative;
}
.globalMessageOn header .level0{
	display: block;
}
.level0 .wrap {
	text-align: center;
	max-height:1.3em;
	overflow:hidden;
}
.level0 .wrap p {
	font-size:1em;
}
.level0-dismiss {
	float: right;
	font-size: 1.4em;
	position: relative;
	top: -2px;
}
.level0-dismiss:before {
	color: #338ebd;
}
.level0-dismiss span {display: none;}

/* !--- level1 --- */

/*social icons*/
.social-share .social .fb-share-button,
.social-share .social iframe, 
.social-share .social.social-google > div{
    vertical-align: middle !important;
    margin-right: 5px;
}


/* !--- small and medium size responsiveness --- */
@media screen and (max-width:801px) {
.breadcrumbs {display: none;}
.pageContent {width:100%!important;}
.breadcrumbs {width:94%; margin:2px 3% 8px;}
.level0 .wrap {max-height: none;}
	.level0-dismiss {float: none; display: block; font-size: 1em; margin-top: 6px;}
	.level0-dismiss:before {display: none;}
	.level0-dismiss span {display: block;}
}



/* !--- responsive: between mobile and full --- */
@media screen and (max-width:1020px) and (min-width:801px) {
	.pageContent {width:100%;}
}