/*--------------------------------------------------------------------------
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;
}
.static-content .widget-content {
	padding: 15px 15px 18px;
}

.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;}


/*Edit Order Mode*/
body.edit-order-active {
	padding-bottom:100px;
}

.edit-order-page .edit-order-status-bar {
	display:block;
	bottom:0;
}
.edit-order-page .edit-order-status-bar .info {
	margin-top:3px;
}
.edit-order-page .edit-order-status-bar button {
	margin-top: 6px;
	margin-left: 20px;
}
.edit-order-status-bar.active .layout-70-30{
	display: block;
}

/*Sticky edit order status bar */

.edit-order-status-bar {
	bottom: -100%;
	padding: 24px 2%;
	left: 0;
	width: 100%;
	background: #fff;
	border-top: 1px solid #c4c4c4;
	transition: bottom .3s ease;
	position: fixed;
}
.edit-order-status-bar .wrap {
	max-width: 1020px;
	margin: 0 auto;
}
.edit-order-status-bar .toggle-button {
	display: none;
	border-radius: 50%;
	border: 1px solid #c4c4c4;
	position: absolute;
	width: 40px;
	height: 40px;
	top: 0;
	left: 50%;
	background: #fff;
	transform: translate(-50%, -50%) rotate(-90deg);
	transition: transform .3s ease;
}
.edit-order-status-bar .toggle-button:before {
	font-size: 24px;
	position: absolute;
	top: 8px;
	left: 8px;
}
.edit-order-status-bar h3 {
	font-weight: 400;
	margin: 0;
}
.edit-order-status-bar p {
	margin: 3px 0 0;
}
.edit-order-status-bar .read-more-link {
	display: none;
}
.edit-order-status-bar .info,
.edit-order-status-bar .info:before {
	color: #E69139;
}
.edit-order-status-bar .info {
	position: relative;
	padding-left: 22px;
}
.edit-order-status-bar .info:before {
	font-size: 1.3em;
	position: absolute;
	left: 0;
}
.edit-order-status-bar .button {
	margin: 13px 0 0 12px;
}
.edit-order-status-bar .col2 {
	text-align: right;
}
.edit-order-bar-shown .edit-order-status-bar{
	display: block;
	bottom: 0;
	transition: bottom .3s ease;
	z-index: 1001;
}

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

header .level0 {
	width: 100%;
    clear: both;
    display: block;
    position: relative;
    padding: 8px 0;
    border-bottom: 1px solid #ccc;
    background-color: #f9edbe;
    color: #333;
    line-height: 1.5;
}
.globalMessageOn header .level0{
	display: block;
}
.level0 .wrap {
	    width: 100%;
    max-width: 1020px;
    padding: 0 10px;
    margin: 0 auto;
    display: block;
    position: relative;
    text-align: center;
    height: auto;
    overflow: hidden;
}
.level0 .wrap p {
	font-size:1em;
    line-height: 2;
    margin-bottom: 0;
}
.level0-dismiss {
	float: right;
   position: relative;
    font-size: 1.2em;
   display: none;
}
.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, body:not(.edit-order-page) .edit-order-status-bar p, body:not(.edit-order-page) .edit-order-status-bar .button {display: none;}
.pageContent {width:100%!important;}
.breadcrumbs {width:94%; margin:2px 3% 8px;}

    .level0 .wrap p{padding: 8px 3px;font-size: .875em;}
    .level0 .wrap {max-height: none;}
	.level0-dismiss {float: none; display: block; font-size: 1em; margin-top: 6px;display: none;}
	.level0-dismiss:before {display: none;}
	.level0-dismiss span {display: block;}
	.edit-order-status-bar:not(.show) h3 {margin-bottom: 0;}
  .edit-order-status-bar {font-size:0.875em; padding-top:18px; padding-bottom: 18px;}
  .edit-order-status-bar .col1, .edit-order-status-bar .col2 { width: 100%; }
  .edit-order-status-bar .toggle-button, .edit-order-status-bar.show p, .edit-order-status-bar.show .button  { display: block!important; }
  .edit-order-active .regular-title, .edit-order-status-bar .info:before, .edit-order-status-bar.show .read-more-link   {display:none;}
  .edit-order-status-bar button {margin-left: 0!important}
  .edit-order-active .read-more-link, .edit-order-status-bar.show .regular-title {display: inline;}
  .edit-order-status-bar.show .toggle-button { transform: translate(-50%, -50%) rotate(90deg);transition: transform .3s ease; }
  .edit-order-status-bar .info {  padding-left: 0;  }
  .edit-order-status-bar,  .edit-order-status-bar .col2  {text-align: center; }
  .edit-order-status-bar.show {text-align:left}
  .edit-order-status-bar button {float: none; margin-top: 0; }
  body.edit-order-active {padding-bottom:70px;}
}

@media screen and (max-width:599px) {
	.widget {margin-bottom: 12px;}
}

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


/* !--- RWD sm --- */
@media screen and (max-width:599px) {
    .edit-order-status-bar {padding-left:4%;padding-right:4%;}
	 .edit-order-status-bar h3 {font-size:1.25em; margin-bottom:10px}
}

