@namespace MadCap url(http://www.madcapsoftware.com/Schemas/MadCap.xsd);
/*<meta />*/


/* = GENERAL STYLES
----------------------------*/


html.noMasterPage
{
	mc-master-page: url('../MasterPages/Empty.flmsp');
}


@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local('Lato Bold'), local('Lato-Bold'), url(http://fonts.gstatic.com/s/lato/v11/H2DMvhDLycM56KNuAtbJYA.woff2) format('woff2'), url(http://fonts.gstatic.com/s/lato/v11/wkfQbvfT_02e2IWO3yYueQ.woff) format('woff');
}

@media screen{
body
{
	font-family: Arial;
	font-size: 1em;
	margin: 0px;
	border: 0;
	background: #fff;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 15px;
	padding-bottom: 20px;
}



p
{
	font-family: Arial;
	font-size: 0.8em;
	padding-bottom: 0.15em;
	margin-bottom: 0.15em;
	text-align: left;
}


ul
{
	margin: 0 0 0 16px;
	padding: 0 0 0 18px;
}

ul li
{
	margin: 0.5em 0;
	padding: 0 0 0 4px;
	font-family: Arial;
	font-size: 0.8em;
	mc-next-tag: li;
}

ol,
.alpha
{
	margin: 0 0 0 18px;
	padding: 0 0 0 18px;
}

ol li
{
	margin: 0.5em 0;
	padding: 0 0 0 4px;
	font-family: Arial;
	font-size: 0.8em;
	mc-next-tag: li;
}

div.screen
{
visibility: visible
}

/* == HEADING STYLES
----------------------------*/
h1
{
	font-family: Lato, sans-serif;
	font-weight: bold;
	font-size: 2em;
	padding-top: 0.5em;	
	color: #31459C;
	mc-next-tag: p;
}

h2
{
	font-family: Lato, sans-serif;
	font-weight: bold;
	font-size: 1.66em;
	padding-top: 0.5em;
	color: #31459C;
	mc-next-tag: p;
}

h3
{
	font-family: Lato, sans-serif;
	font-weight: bold;
	font-size: 1.33em;
	padding-top: 0.1em;
	color: #31459C;
	mc-next-tag: p;
}

h4
{
	font-family: Lato, sans-serif;
	font-weight: bold;
	font-size: 1.33em;
	padding-top: 0.1em;
	color: #31459C;
	mc-next-tag: p;
}

/* = LIST TYPES
----------------------------*/

ul.bulletRed,
ul.bulletRedindent1,
ul.bulletRedindent2,
ul.bulletRedindent3
{
	list-style: url('../Icons/Docs/bulletred.gif');
}

ul.blank
{
	list-style: none; 
}

ul.bulletRedopen,
ul.bulletRedopenindent1,
ul.bulletRedopenindent2,
ul.bulletRedopenindent3
{
	list-style: url('../Icons/Docs/bulletred_open.png');
}

ul.diamondRed
{
	list-style: url('../Icons/Docs/diamondred.png');
}

ul.diamondRedopen
{
	list-style: url('../Icons/Docs/diamondred_open.png');
}

ul.checkmarkRed,
ul.checkmarkRedindent1,
ul.checkmarkRedindent2,
ul.checkmarkRedindent3
{
	list-style: url('../Icons/Docs/checkmarkRed.gif');
}

ul.xmarkRed,
ul.xmarkRedindent1,
ul.xmarkRedindent2,
ul.xmarkRedindent3
{
	list-style: url('../Icons/Docs/xmarkRed.png');
}


/* = PARAGRAPH STYLES - INDENTATION
----------------------------*/

.shortdescr
{
	font-size: 1em;
	padding-bottom: 0.50em;
}

.indent1,
.sectionLabelindent1,
.section2Labelindent1,
.Noteindent1,
.impNoteindent1,
.sampCodeindent1
{
	margin-left: 12px;
}

.indent2,
.sectionLabelindent2,
.section2Labelindent2,
.Noteindent2,
.impNoteindent2,
.sampCodeindent2
{
	margin-left: 22px;
}

.indent3,
.Noteindent3,
.impNoteindent3,
.sampCodeindent3
{
	margin-left: 40px;
}

.indent4
{
	margin-left: 55px;
}

.indent5
{
	margin-left: 70px;
}


/* = PARAGRAPH STYLES
----------------------------*/
.LabelSlide
{
margin-top: 0.75em;
	font-family: Arial;
	text-align: left;
	font-weight: bold;
	font-size: 1.15em;
	color: #89C3EB;
	}

.sectionLabel,
.sectionLabelindent1,
.sectionLabelindent2
{
	margin-top: 0.75em;
	font-family: Arial;
	text-align: left;
	font-weight: bold;
	font-size: 1.15em;
	color: #3895C0;
}

.NoteLabel,
.NoteLabelindent1,
.NoteLabelindent2
{
	margin-top: 0.75em;
	font-family: Arial;
	text-align: left;
	font-weight: bold;
	font-size: 1.15em;
	color: purple;
	}

.section2Label,
.section2Labelindent1,
.section2Labelindent2
{
	margin-top: 0.50em;
	font-family: Arial;
	text-align: left;
	font-weight: bold;
	font-size: 1.00em;
	color: #007ACC;
}

.Note,
.Noteindent1,
.Noteindent2,
.Noteindent3
{

	display:inline-block;
	font-size: 0.8em;
	color: #3F66A4;
	line-height: normal;
	text-align: left;
	font-family: Arial;
	padding: 0.5em;
	margin: 10px;
	background-color:#eeeeee;
	margin-right: 1em;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.NoteSection
{
	
	display: inline-block;
	font-size: 1em;
	line-height: normal;
	text-align: left;
	font-family: Tahoma;
	padding: 0.5em;
	margin: 0;
	background-color: #C2D4E1;
	margin-right: 1em;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.StickyNote
{
	
	display:inline-block;
	font-size: 1em;
color: #3F66A4;
	line-height: normal;
	text-align: left;
	font-family: Arial;
	padding: 0.5em;
	margin: 10px;
	background-color:#eeeeee;
	margin-right: 1em;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.JumboNote
{
	
	display:inherit;
	font-size: 1.5em;
color: #3F66A4;
	line-height: normal;
	text-align: left;
	font-family: Arial;
	padding: 0.5em;

	background-color:#eeeeee;



opacity:0.8;
	
}


.VideoNote
{
	
	display:inline-block;
	font-size: 1em;
color: black;
	line-height: normal;
	text-align: left;
	font-family: Arial;
	padding: 0.5em;
	margin: 10px;
	background-color:#FFFDDF;
	margin-right: 1em;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.impNote,
.impNoteindent1,
.impNoteindent2,
.impNoteindent3
{
	display:inline-block;
	font-size: 0.8em;
	line-height: normal;
	text-align: left;
	font-family: Tahoma;
	padding: 0.5em;
	margin: 0;
	background-color: #FFE4E4;
	margin-right: 1em;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.sampCode,
.sampCodeindent1,
.sampCodeindent2,
.sampCodeindent3
{
	display:inline-block;
	font-size: 1em;
	line-height: normal;
	text-align: left;
	font-family: monospace;
	padding: 0.5em;
	background-color: #C7D5E7;
	margin-right: 2.45em;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

p.RelatedTopics
{
	margin-top: 0.5em;
	color: #4ca838;
	margin-bottom: 0.1em;
	text-align: left;
	font-family: Arial;
	font-size: 0.8em;
	font-weight: bold;
	color: #4ca838;
	margin-top: 9pt;
	border-top-style: Solid;
	border-top-width: 1px;
	border-top-color: #4ca838;
	mc-next-class: Body;
	mc-next-tag: p;
}

p.QuickVid
{
	color: #BEBEBE;
	font-family: Arial;
	font-size: 0.7em;
	font-style:italic;
	text-align: left;
}


/* = TEXT ALIGNMENT
----------------------------*/

.justifyCenter
{
	text-align: center;
	margin-top: 0;
	margin-bottom: 0.5em;
	mc-next-tag: p;
}

.justifyRight
{
	text-align: right;
	margin-top: 0;
	margin-bottom: 0.5em;
	mc-next-tag: p;
}

/* = TEXT ALIGNMENT FOR INLINE IMAGES
----------------------------*/

h1 img,
h2 img,
h3 img,
h4 img,
p img,
td img
{
	vertical-align: text-bottom;
}

img
{
	border: none;
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

img.screen:hover

{

opacity:0.5;

}

img.screen
{
border: none;
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

/* = UNORDERED LIST STYLES
----------------------------*/

ul li p,
ul li ul li p,
ul li ul li
{
	font-size: 1em;
}

ul li ul
{
	margin-bottom: 0.15em
}

ul li ul li
{
	margin: 0.15em 0em 0em 0em;
	padding-top: 0.15em;
}

ul li p
{
	margin: 0;
	padding: 0.25em 0 0 0;	
}

ul li ul li p
{
	margin: 0;
	padding: 0;	
}

ul li .sectionLabel
{
	margin: 0.25em 0em;
	font-family: Arial;
	font-weight: bold;
	font-size: 1.125em;
	color: #0A0A63;
}

ul li ul li .sectionLabel
{
	font-size: 1em;
}

ul li .Note,
ul li .Noteindent1,
ul li .Noteindent2,
ul li .Noteindent3,
ul li .impNote,
ul li .impNoteindent1,
ul li .impNoteindent2,
ul li .impNoteindent3,
ul li .sampCode,
ul li .sampCodeindent1,
ul li .sampCodeindent2,
ul li .sampCodeindent3
{
	font-size: 1em;
}


/* = UNORDERED LIST STYLES - INDENTATION
----------------------------*/

.bulletRedindent1,
.bulletRedopenindent1,
.checkmarkRedindent1,
.xmarkRedindent1
{
	margin-left: 24px;
}

.bulletRedindent2,
.bulletRedopenindent2,
.checkmarkRedindent2,
.xmarkRedindent2
{
	margin-left: 36px;
}

.bulletRedindent3,
.bulletRedopenindent3,
.checkmarkRedindent3,
.xmarkRedindent3
{
	margin-left: 54px;
}

.bulletRedindent1 li,
.bulletRedopenindent1 li,
.checkmarkRedindent1 li,
.xmarkRedindent1 li
{
	padding: 0.3em 0 0 4px;
}

.bulletRedindent2 li,
.bulletRedopenindent2 li,
.checkmarkRedindent2 li,
.xmarkRedindent2 li
{
	margin: 0.25em 0;
	padding: 0 0 0 4px;
}

.bulletRedindent3 li,
.bulletRedopenindent3 li,
.checkmarkRedindent3 li,
.xmarkRedindent3 li
{
	margin: 0.25em 0;
	padding: 0 0 0 4px;
}

/* = ORDERED LIST STYLES
----------------------------*/

ol.alpha
{
	list-style: lower-alpha;
}

ol li p,
ol li ol li,
ol li ol li p,
ol li ul li,
ol li ul li p
{
	font-size: 1em;
}

ol li ul li ul
{
	margin-bottom: 0.15em
}

ol li ul li ul li
{
	margin: 0.15em 0em 0em 0em;
}

ol li ol,
ol li .alpha
{
	margin: 0.50em 0 0.8em 16px;
}


ol li p,
ol li ul li p
{
	margin: 0;
	padding: 0.45em 0 0 0;	
}

ol li .sectionLabel
{
	margin: 0.25em 0em;
	font-family: Verdana;
	font-size: 1.125em;
	color: #0A0A63;
}

ol li ol li .sectionLabel,
ol li ul li .sectionLabel
{
	font-size: 1em;
	font-family: Arial;
}

ol li .Note,
ol li .Noteindent1,
ol li .Noteindent2,
ol li .Noteindent3,
ol li .impNote,
ol li .impNoteindent1,
ol li .impNoteindent2,
ol li .impNoteindent3,
ol li .sampCode,
ol li .sampCodeindent1,
ol li .sampCodeindent2,
ol li .sampCodeindent3
{
	font-size: 0.95em;
}


/* = ORDERED LIST STYLES - INDENTATION
----------------------------*/

ol.indent1
{
	margin-left: 28px;
}

ol.indent2
{
	margin-left: 38px;
}

ol.indent3
{
	margin-left: 56px;
}

ol.indent1 li
{
	padding: 0.3em 0 0 4px;
}

ol.indent2 li
{
	margin: 0.25em 0;
	padding: 0 0 0 4px;
}

ol.indent3 li
{
	margin: 0.25em 0;
	padding: 0 0 0 4px;
}



li.noSpace
{
	margin-top:0pt;
	margin-bottom: 0pt;
	padding-bottom: 0px;
	list-style: url('../Icons/Docs/bulletred.gif');
	mc-next-class: noSpace;
	mc-next-tag: li;
}

/* Horizontal list styles
--------------------------------------------------------*/

ul.navlist li
{
	display: inline;
	list-style-type: none;
	padding-right: 20px;
}


/* TABLE STYLES
--------------------------------------------------------*/


/* = DEFAULT TABLE
----------------------------*/
table,
table.indent1,
table.indent2,
table.indent3,
table.indent4
{ 
	width: 100%; 
	border-collapse: collapse; 
	font-size: 0.8em;
}

/* Zebra striping */
tr:nth-of-type(odd) 
{ 
	background: #f4f4f4; 
}

tr:nth-of-type(even)
{
	
	background: #e0e0e0;
}

td, 
th 
{ 
	border: 3px solid #fff; 
	text-align: left; 
	vertical-align: top;
}

th 
{ 
	background: #3f66a3; 
	color: white; 
	font-weight: bold; 
	padding: 5px;
}

td
{
	padding: 10px 5px 15px 5px;
	font-family: Arial;
	font-size: 1em;
	padding-bottom: 0.15em;
	margin-bottom: 0.15em;
	text-align: left;
	text-align: bottom;
}

td table tbody tr:nth-of-type(odd),
td table tbody tr:nth-of-type(even)
{
    background: inherit;
}

td table tbody tr th
{
    font-weight: bold;
    background: #3f66a3; 
}

td table tbody tr td
{
    background: inherit;
}

td p
{
	font-size: 1em;
	margin-top: 0em;
}

td ul
{
	margin-top: 0px;
	padding-top: 0px;
	font-size: 1em;
}

td ul.bulletRed,
td ul.checkmarkRed,
td ul.xmarkRed
{
	margin-left:15px;
	font-size: 1em;

}

td ul.bulletRed li,
td ul.checkmarkRed li,
td ul.xmarkRed li
{
	margin-top: 0px;
	padding-top: 0px;
	font-size: 1em;
}

td p,
td p.Note,
td p.impNote,
td p.sampCode,
td p.indent1,
td p.indent2
{
	font-size: 1em;
}

/* = BLANK TABLE
----------------------------*/

table.blank,
table.blankindent1,
table.blankindent2,
table.blankindent3,
table.blankindent4
{
	margin: 10px 0 15px 6px;
	border: 0px;
	border-collapse: none;
}

table.blank td{

	border: 0px;
}

/* Zebra striping */
table.blank tr:nth-of-type(odd),
table.blank tr:nth-of-type(even)
{
	background: #fff;
}


/* = TABLE - INDENTATIONS
----------------------------*/

table.indent1,
table.blankindent1
{
	margin-left: 12px;
}

table.indent2,
table.blankindent2
{
	margin-left: 22px;
}

table.indent3,
table.blankindent3
{
	margin-left: 40px;
}

table.indent4,
table.blankindent4
{
	margin-left: 55px;
}


/* = LIGHTBOX STYLES
----------------------------*/

p.LightBox
{
	color: #fff;
	display: block;
	background-color: #463E41;
	font-family: Verdana;
	font-size: 0.8em;
	text-align: center;
	padding-left: 0.5em;
	padding-bottom: 0.5em;
	margin-top: 0em;
	margin-bottom: 0.5em;
	border-bottom: solid 1px #AAA2A5;
}

p.LightBox A:link
{
	color: #F0E8EB;
	font-weight: bold;
}

p.LightBox A:visited
{
	color: #F0E8EB;
	font-weight: bold;
}

a.LightBoxClose
{
	cursor: pointer;
	float: right;
	padding-right: 30px;
	height: 40px;
	text-indent:-9999px;
	background: url('../Icons/Docs/amazon-style-close-button.png') no-repeat 0 2px;
}


/* = CURSOR STYLES
----------------------------*/

.cursor:hover
{
	cursor: pointer;
}

/* = HORIZONTAL RULES
----------------------------*/

hr.footer
{ 
	height: 12px; 
	border: 0; 
	box-shadow: inset 0 12px 12px -12px rgba(0,0,0,0.5); 
}

/* = ANIMATED GIF STYLES
----------------------------*/

.images 
{
	cursor: pointer;
	position: relative;
	float: left;
	max-width: 98%;
	height: auto;
	margin: 10px 0 10px 10px;
	border: solid 1px #E4E3E9; 
}

.caption 
{
	font-family: verdana;
	font-weight: bold;
	color: #fff;
	text-align: center;
	background-color: #3e62b0;
	padding: 5px 0;
}

.back-to-top {
    position: fixed;
    bottom: 2em;
    right: 0px;
    text-decoration: none;
    color: #000000;
    background-color: rgba(235, 235, 235, 0.80);
    font-size: 12px;
    padding: 1em;
    display: none;
}

.back-to-top:hover {    
    background-color: rgba(135, 135, 135, 0.50);
}



/* = MADCAP COMPILER STYLES
----------------------------*/

MadCap|popup
{
	mc-popup-width: auto;
	mc-popup-height: auto;
}

MadCap|popupBody.CSH_Note
{
	font-family: Arial;
	font-size: 10pt;
	background-color: #f7941e;
	color: #172139;
}

span.popupBodyCSH_Note
{
	font-family: Arial;
	font-size: 10pt;
	background-color: #f7941e;
	color: #172139;
}

MadCap|popup.CSH_Note
{
	color: #6495ed;
	font-family: Arial;
	font-size: 10pt;
	background-color: #edbd64;
}


div.dropDownBodyKeyStone
{
	color: #0A0A63;
	font-family: Arial;
	font-size: 1em;
	text-align: left;
	display: block;
	padding: 0.5em 0.25em;
	background-color: #fff;
}

span.dropDownHeadKeyStone
{
	display: block;
	text-align: left;
	padding: 0.5em;
	margin: 0.8em;
	font-family: Verdana;
	font-size: 0.8em;
	font-weight: bold;
	color: #0A0A63;
	background-color: #ABDBFF;
	opacity: 0.7;
}

span.dropDownHeadKeyStone:hover
{
	background-color: #ABDBFF;
	opacity: 1;
}

MadCap|breadcrumbsProxy
{

	font-family: Arial;
	font-size: 0.8em;
}

/* = CLEAR STYLES
----------------------------*/

.clear div
{
	clear: both;
	padding-top: 5px;
}

.clear_left div
{
	clear: left;
	padding-top: 5px;
}

/*--------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------
 = TOPIC LAYOUT, STYLES, AND OTHER STAPLES TO CASEWARE DESIGN
--------------------------------------------------------------------------------------
--------------------------------------------------------------------------------------*/


/* = TOPIC HEADERS
----------------------------*/



.header
{
	font-size: 0.95em;
	font-weight: bold;
	line-height: normal;
	text-align: center;
	font-family: Tahoma;
	margin: 0 auto;
	padding: 0 12px 0 0;
}

.header .User,
.header .FirmAuthor,
.header .MoreInfo,
.header .HowDoI,
.header .Reference
{
	width: 100%;
	margin: 0 auto;
	padding: 4px 7px;
}

.header .User
{
	color: #000000;
	background-color: #F2E0AC;
}

.header .FirmAuthor
{
	color: #000000;
	background-color: #F2E0AC;
}

.header .MoreInfo
{
	color: #fff;
	background-color: #4CA838;
	/*
	background: #8989ba;
	background: -moz-linear-gradient(top,  #A59ED6 15%, #52435b 77%, #52435b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(15%,#A59ED6), color-stop(77%,#52435b), color-stop(100%,#52435b));
	background: -webkit-linear-gradient(top,  #A59ED6 15%,#52435b 77%,#52435b 100%);
	background: -o-linear-gradient(top,  #A59ED6 15%,#52435b 77%,#52435b 100%);
	background: -ms-linear-gradient(top,  #A59ED6 15%,#52435b 77%,#52435b 100%);
	background: linear-gradient(to bottom,  #A59ED6 15%,#52435b 77%,#52435b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#A59ED6', endColorstr='#52435b',GradientType=0 ); */
}

.header .HowDoI
{
	color: #fff;
	background: #3895C0;
	/*background-color: #ccddff;
	background: #c5deea;
	background: -moz-linear-gradient(top,  #c5deea 0%, #8abbd7 25%, #066dab 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c5deea), color-stop(25%,#8abbd7), color-stop(100%,#066dab));
	background: -webkit-linear-gradient(top,  #c5deea 0%,#8abbd7 25%,#066dab 100%);
	background: -o-linear-gradient(top,  #c5deea 0%,#8abbd7 25%,#066dab 100%);
	background: -ms-linear-gradient(top,  #c5deea 0%,#8abbd7 25%,#066dab 100%);
	background: linear-gradient(to bottom,  #c5deea 0%,#8abbd7 25%,#066dab 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5deea', endColorstr='#066dab',GradientType=0 );*/
}

.header .Reference
{
	color: #fff;
	background-color: #154588;
	}
	/*
	background: #8da7dd;
	background: -moz-linear-gradient(top,  #8da7dd 15%, #2f63a8 62%, #154588 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(15%,#8da7dd), color-stop(62%,#2f63a8), color-stop(100%,#154588));
	background: -webkit-linear-gradient(top,  #8da7dd 15%,#2f63a8 62%,#154588 100%);
	background: -o-linear-gradient(top,  #8da7dd 15%,#2f63a8 62%,#154588 100%);
	background: -ms-linear-gradient(top,  #8da7dd 15%,#2f63a8 62%,#154588 100%);
	background: linear-gradient(to bottom,  #8da7dd 15%,#2f63a8 62%,#154588 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8da7dd', endColorstr='#154588',GradientType=0 ); */


.header .graphicMoreInfo,
.header .graphicHowDoI,
.header .graphicReference,
.header .graphicFirmAuthor,
.header .graphicUser
{
	margin: 0 auto;
	width: 0;
	height: 0;
	border-left: 85px solid transparent;
	border-right: 85px solid transparent;
}

.header .graphicMoreInfo
{
	
}

.header .graphicHowDoI
{

}

.header .graphicReference
{
	
}

.header .graphicFirmAuthor
{
	border-top: 25px solid #F2E0AC;
}

.header .graphicUser
{
	border-top: 25px solid #F2E0AC;
}

/* = Text Stylings
----------------------------*/

span.QuickRef,
span.QuickHowDoI
{
	display: inline-block;
	padding:3px 10px 3px 5px;
	font-family: Verdana;
	font-size: 0.95em;
	font-weight: bold;
	color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-decoration:none;
	opacity: 0.75;
}

span.QuickRef:hover,
span.QuickHowDoI:hover
{
	opacity: 1;
}

span.QuickRef A:link,
span.QuickHowDoI A:link
{
	color: #fff;
}

span.QuickRef A:visited,
span.QuickHowDoI A:visited
{
	color: #fff;
}

span.QuickRef
{
	background: #4CA838;
	text-decoration:none; 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#376291', endColorstr='#7db9e8',GradientType=1 );
}

span.QuickHowDoI
{
background: #3895C0;
	text-decoration:none;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4269B1', endColorstr='#bce0ee',GradientType=1 );
}

span.inlineLabel
{
	display: inline-block;
	color: #3232FF;
	font-size: 0.9em;
	font-family: Verdana;
	font-weight: bold;
	border: solid 2px #C8C8FF;
	background: #fefcea;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmNlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWRhMzYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #fefcea 0%, #f1da36 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fefcea), color-stop(100%,#f1da36));
	background: -webkit-linear-gradient(top,  #fefcea 0%,#f1da36 100%);
	background: -o-linear-gradient(top,  #fefcea 0%,#f1da36 100%);
	background: -ms-linear-gradient(top,  #fefcea 0%,#f1da36 100%);
	background: linear-gradient(to bottom,  #fefcea 0%,#f1da36 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcea', endColorstr='#f1da36',GradientType=0 );
	padding: 0.25em 0.5em 0.25em 0;
	margin: 0 0.5em 0 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

span.inlineLabel_New
{
	display: inline-block;
	color: #fff;
	font-size: 0.9em;
	font-family: Verdana;
	font-weight: bold;
	background-color: #CD0000;
	padding: 0.25em 0.5em;
	margin: 0 0.5em 0 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

span.inlineLabel_WatchVid
{
	display: inline-block;
	color: #fff;
	font-size: 0.8em;
	font-family: Verdana;
	font-weight: bold;
	background-color: #3e62b0;
	padding: 0.25em 0.5em;
	margin: 0 0.5em 0 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

span.inlineLabel_Updated
{
	display: inline-block;
	color: #fff;
	font-size: 0.9em;
	font-family: Verdana;
	font-weight: bold;
	background-color: #7cb458;
	padding: 0.25em 0.5em;
	margin: 0 0.5em 0 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

/* = TOPIC LAYOUTS
----------------------------*/

div.Core_DefaultLayout
{
	float: left;
	width: 95%;
	overflow: hidden;
	padding-left: 15px;
	min-width: 400px;
}

div.Core_DefaultLayout_RightNavFloat
{
	float: right;
	max-width: 190px;
	padding-right: 15px;
	padding-top: 20px;
	padding-left: 20px;
	margin-left: 15px;
	margin-right: 15px;
	border: solid 1px #959697;
	background: #eeeeee;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background: #e0eff9;
	background: -moz-linear-gradient(top, #E4E3E9 0%, #D5D4DA 0%, #F8F8F8 32%, #FBFBFB 35%, #FBFBFB 36%, #FDFDFD 38%, #FDFDFD 41%, white 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#E4E3E9), color-stop(0%,#D5D4DA), color-stop(32%,#F8F8F8), color-stop(35%,#FBFBFB), color-stop(36%,#FBFBFB), color-stop(38%,#FDFDFD), color-stop(41%,#FDFDFD), color-stop(100%,white));
	background: -webkit-linear-gradient(top, #E4E3E9 0%,#D5D4DA 0%,#F8F8F8 32%,#FBFBFB 35%,#FBFBFB 36%,#FDFDFD 38%,#FDFDFD 41%,white 100%);
	background: -o-linear-gradient(top, #E4E3E9 0%,#D5D4DA 0%,#F8F8F8 32%,#FBFBFB 35%,#FBFBFB 36%,#FDFDFD 38%,#FDFDFD 41%,white 100%);
	background: -ms-linear-gradient(top, #E4E3E9 0%,#D5D4DA 0%,#F8F8F8 32%,#FBFBFB 35%,#FBFBFB 36%,#FDFDFD 38%,#FDFDFD 41%,white 100%);
	background: linear-gradient(top, #E4E3E9 0%,#D5D4DA 0%,#F8F8F8 32%,#FBFBFB 35%,#FBFBFB 36%,#FDFDFD 38%,#FDFDFD 41%,white 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#fefefe',GradientType=0 );

}

div.Core_DefaultLayout_LeftNavFloat
{
	float: left;
	max-width: 190px;
	padding-right: 15px;
	padding-top: 20px;
	padding-left: 20px;
	margin-top: 25px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 0px;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-style: solid;
	border-left-width: 1px;
	background: #eeeeee;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

div.Core_DefaultLayout_RightNavFloat ul, div.Core_DefaultLayout_LeftNavFloat ul
{
	margin-left: 1em;
	padding-left: 0.2em;
	margin-bottom: 1em;		
}

div.Core_DefaultLayout_BlueBoxFloat
{
	float: right;
	max-width: 300px;
	padding-right: 10px;
	padding-top: 5px;
	padding-left: 15px;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-top: 75px;
	border-right-style: solid;
	border-right-width: 1px;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	border-left-style: solid;
	border-left-width: 1px;
	background: #fff689;
	background-color: #ccddff;
	overflow: hidden;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.Core_DefaultLayout_BlueBoxFloat h2
{
	font-family: Verdana;
	font-weight: bold;
	font-size: 14pt;
	color: #505050;
}

.Core_DefaultLayout_BlueBoxFloat ul
{
	text-align: left;
	margin-left: 1em;
	margin-bottom: 6pt;
}

.Core_DefaultLayout_BlueBoxFloat li
{
	text-align: left;
	font-family: Arial;
	font-size: 10pt;
	list-style: url('../Icons/Docs/bulletred.gif');
	margin-left: 0pt;
	margin-bottom: 3pt;
}

div.Core_DefaultLayout_HowDoIBoxFloat
{
	float: left;
	max-width: 180px;
	padding-right: 10px;
	padding-top: 5px;
	padding-left: 15px;
	margin-left: 15px;
	margin-right: 25px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top-style: solid;
	border-top-width: 1px;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	background: #eeeeee;
	background-color: #eeeeee;
	overflow: hidden;
}


/* = KEYSTONE TOPIC - VERSION 1 FLOATING BOXES
----------------------------*/

.KeyStone_Main_Container 
{
	clear:left;
	float:left;
	width:100%;
	background:#fff;
	padding-bottom:20px;
}

.KeyStone_Box_Container 
{
	float:left;
	width:390px;
	margin-top:20px;
}

.KeyStone_HowDoI_Box 
{
	float:right;
	min-width:370px;
	height: auto;
	background:#ccddff;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border: 3px solid #90bcea;
	background: #b8e1fc;
	background: -moz-linear-gradient(top, #a9d2f3 0%, #b8e1fc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a9d2f3), color-stop(100%,#b8e1fc));
	background: -webkit-linear-gradient(top,  #a9d2f3 0%,#b8e1fc 100%);
	background: -o-linear-gradient(top,  #a9d2f3 0%, #b8e1fc 100%);
	background: -ms-linear-gradient(top,  #a9d2f3 0%,#b8e1fc 100%);
	background: linear-gradient(to bottom,  #a9d2f3 0%,#b8e1fc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a9d2f3', endColorstr='#b8e1fc',GradientType=0 );
	padding-bottom: 30px;
}

.KeyStone_HowDoI_Box h2
{
	text-align: center;
	border-bottom: solid 1px #000;
}

.KeyStone_MoreInfo_Box 
{
	float:right;
	width:370px;
	height:auto;
	background: #8064A2;
	color: #fff;
	padding-bottom:5px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	background: #8989ba;
	background: -moz-linear-gradient(top,  #A59ED6 15%, #52435b 77%, #52435b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(15%,#A59ED6), color-stop(77%,#52435b), color-stop(100%,#52435b));
	background: -webkit-linear-gradient(top,  #A59ED6 15%,#52435b 77%,#52435b 100%);
	background: -o-linear-gradient(top,  #A59ED6 15%,#52435b 77%,#52435b 100%);
	background: -ms-linear-gradient(top,  #A59ED6 15%,#52435b 77%,#52435b 100%);
	background: linear-gradient(to bottom,  #A59ED6 15%,#52435b 77%,#52435b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#A59ED6', endColorstr='#52435b',GradientType=0 );
}

.KeyStone_Reference_Box 
{
	float:right;
	width:370px;
	height:auto;
	background: #25375d;
	color: #fff;
	padding-bottom:5px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	background: #8da7dd;
	background: -moz-linear-gradient(top,  #8da7dd 15%, #2f63a8 62%, #154588 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(15%,#8da7dd), color-stop(62%,#2f63a8), color-stop(100%,#154588));
	background: -webkit-linear-gradient(top,  #8da7dd 15%,#2f63a8 62%,#154588 100%);
	background: -o-linear-gradient(top,  #8da7dd 15%,#2f63a8 62%,#154588 100%);
	background: -ms-linear-gradient(top,  #8da7dd 15%,#2f63a8 62%,#154588 100%);
	background: linear-gradient(to bottom,  #8da7dd 15%,#2f63a8 62%,#154588 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8da7dd', endColorstr='#154588',GradientType=0 );
}

.KeyStone_Reference_Box h2, .KeyStone_MoreInfo_Box h2
{
	color: #fff;
	text-align: left;
}

.KeyStone_Reference_Box h3, .KeyStone_MoreInfo_Box h3
{
	color: #fff;
	font-weight: normal;
	font-size: 1.00em;
}

.KeyStone_Reference_Box p.Indent_forH3andLower, .KeyStone_MoreInfo_Box p.Indent_forH3andLower
{
	color: #fff;
	font-weight: normal;
}

.KeyStone_Reference_Box  A:link, .KeyStone_MoreInfo_Box  A:link
{
	text-decoration: underline;
	color: #fff;
}

.KeyStone_Reference_Box  A:visited, .KeyStone_MoreInfo_Box  A:visited
{
	text-decoration: none;
	color: #afafaf;
}

.KeyStone_Reference_Box  A:active, .KeyStone_MoreInfo_Box  A:active
{
	text-decoration: none;
}

.KeyStone_Reference_Box  A:hover, .KeyStone_MoreInfo_Box  A:hover
{
	text-decoration: underline;
	color: red;
}

.KeyStone_Box_ContentPad 
{
	position:relative;
	right:5px;
	float:right;
	width:360px;
	overflow:hidden;
}

.KeyStone_Box_ContentPad li, .KeyStone_Box_ContentPad p
{
	margin-left: 10px;
	margin-right: 15px;
	font-size:12pt;
}

/* START LANDING PAGE - VERSION 1
---------------------------*/

ul.squared 
{
	padding:0; 
	list-style:none; 
	width:93%;
	align: center;
	margin: 0 auto;
}
	
ul.squared li 
{
	margin-left: 5px;
	float:left;
	width: 23%;
	border-top: 2px solid #F0EEE3;
	border-left: 2px solid #F0EEE3;
	border-right: 2px solid #F0EEE3;
	border-bottom: 2px solid #F0EEE3;
	text-align: center;
	border-radius: 15px;
	-moz-border-radius: 35px;
	-webkit-border-radius: 35px;
	-o-border-radius: 35px;
	background: #CCDDFF;
}
	
ul.squared li a 
{
	display:block; 
	margin: 0 auto;
	width:90%; 
	height:40px; 
	padding-top:5px; 
	padding-bottom:10px; 
	font-family:Verdana; 
	color:#666; 
	text-decoration:none; 
	font-size:16px;
	-webkit-transition: 0.25s;
	-moz-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
	text-align: center;
	vertical-align: bottom;
}

ul.squared li a.selected
{
	color: #d4b250;
	font-weight:bold;
	font-size:18px;
	
}

ul.squared li:hover
{
	background: #fff;
		
}
	
ul.squared li:hover a
{
	color: #d4b250;
}
	
ul.squared li.selected
{
	background: #e1e1e1;
	color: #fff;
}

#source
{
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}
div.content
{
	clear: both;
	width: 1000px;
	max-width: 1500px;
	min-width: 1000px;
	overflow: hidden;
	margin: 0 auto;
}

iframe.welcomePage
{
	clear:left;
	width: 100%;
}

/*--LAYOUTS FOR LANDING, MICRO-LANDING, AND KEYSTONE PAGES
----------------------------------------------------------------- */

.colmask-landing h2 img,
.colmask-microlanding h2 img,
.colmask-keystone h2 img
{
	vertical-align: text-bottom;
}

.colmask-landing a,
.colmask-microlanding a,
.colmask-keystone a 
{
	color:#369;
}

.colmask-landing a:hover,
.colmask-microlanding a:hover,
.colmask-keystone a:hover 
{
	color:#fff;
	background:#369;
	text-decoration:none;
}

.colmask-keystone h2.HowDoI,
.colmask-microlanding h2.GettingStarted,
.colmask-keystone h2.MoreInfo,
.colmask-keystone h2.Reference
{
	line-height: normal;
	text-align: left;
	font-family: Lato, sans-serif;
	padding: 0.75em 0.5em 0.5em 0.75em;
	box-shadow:         0px 2px 5px 2px #ccc;
}
	
	
.colmask-keystone h2.HowDoI
{
color: #fff;
	background: #3895C0;
	font-size: 1.4em;
	margin-left: 0.75em;
	margin-right: 0.75em;
	text-align: center;
	padding: 10px 0px;
	/*
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ViZjFmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgxJSIgc3RvcC1jb2xvcj0iI2FiZDNlZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4OWMzZWIiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZDVlYmZiIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(top,  #ebf1f6 0%, #abd3ee 81%, #89c3eb 100%, #d5ebfb 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebf1f6), color-stop(81%,#abd3ee), color-stop(100%,#89c3eb), color-stop(100%,#d5ebfb));
	background: -webkit-linear-gradient(top,  #ebf1f6 0%,#abd3ee 81%,#89c3eb 100%,#d5ebfb 100%);
	background: -o-linear-gradient(top,  #ebf1f6 0%,#abd3ee 81%,#89c3eb 100%,#d5ebfb 100%);
	background: -ms-linear-gradient(top,  #ebf1f6 0%,#abd3ee 81%,#89c3eb 100%,#d5ebfb 100%);
	background: linear-gradient(to bottom,  #ebf1f6 0%,#abd3ee 81%,#89c3eb 100%,#d5ebfb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebf1f6', endColorstr='#d5ebfb',GradientType=0 ); */
	/*background: #c5deea;
	background: -moz-linear-gradient(top,  #c5deea 0%, #8abbd7 25%, #389FDD 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c5deea), color-stop(25%,#8abbd7), color-stop(100%,#389FDD));
	background: -webkit-linear-gradient(top,  #c5deea 15%,#8abbd7 65%,#389FDD 100%);
	background: -o-linear-gradient(top,  #c5deea 0%,#8abbd7 25%,#389FDD 100%);
	background: -ms-linear-gradient(top,  #c5deea 0%,#8abbd7 25%,#389FDD 100%);
	background: linear-gradient(to bottom,  #c5deea 15%,#8abbd7 65%,#389FDD 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5deea', endColorstr='#389FDD',GradientType=0 );*/
}	
	
.colmask-microlanding h2.GettingStarted
{
	font-size: 1.4em;
	padding: 0.5em;
	background-color: #c5deea;
	margin-right: 0.5em;
		
}
.colmask-keystone h2.MoreInfo
{
	color: #fff;
	font-size: 1.4em;
	padding: 10px;
text-align:center;
background: #4CA838;
	}
	/*
	background: #8989ba;
	background: -moz-linear-gradient(top,  #A59ED6 15%, #52435b 77%, #52435b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(15%,#A59ED6), color-stop(77%,#52435b), color-stop(100%,#52435b));
	background: -webkit-linear-gradient(top,  #A59ED6 15%,#52435b 77%,#52435b 100%);
	background: -o-linear-gradient(top,  #A59ED6 15%,#52435b 77%,#52435b 100%);
	background: -ms-linear-gradient(top,  #A59ED6 15%,#52435b 77%,#52435b 100%);
	background: linear-gradient(to bottom,  #A59ED6 15%,#52435b 77%,#52435b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#A59ED6', endColorstr='#52435b',GradientType=0 ); */

	
.colmask-keystone h2.Reference
{
	color: #fff;
	font-size: 1.4em;
	padding: 10px;
	background-color: #25375d;
	background-color: #154588;
text-align:left;
	}
	/*
	background: #8da7dd;
	background: -moz-linear-gradient(top,  #8da7dd 15%, #2f63a8 62%, #154588 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(15%,#8da7dd), color-stop(62%,#2f63a8), color-stop(100%,#154588));
	background: -webkit-linear-gradient(top,  #8da7dd 15%,#2f63a8 62%,#154588 100%);
	background: -o-linear-gradient(top,  #8da7dd 15%,#2f63a8 62%,#154588 100%);
	background: -ms-linear-gradient(top,  #8da7dd 15%,#2f63a8 62%,#154588 100%);
	background: linear-gradient(to bottom,  #8da7dd 15%,#2f63a8 62%,#154588 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8da7dd', endColorstr='#154588',GradientType=0 ); */


.col1-keystone .sectionLabel
{
	margin: 0.75em 0 0 2.5em;
	font-family: "Lucida Grande", Verdana;
	text-align: left;
	font-weight: bold;
	font-size: 1em;
	color: #3895C0;
}

.col1-keystone .FAQ
{
	margin: 10.00em 0 0 2.5em;
	font-weight: bold;
	font-size: 0.8em;
	font-style: italic;
}


.col1-keystone .bulletRed li
{
	font-size: 1em;
}

.col1-keystone .bulletRed
{
	margin: 0.50em 1em 0.8em 3.5em;
	padding: 0 0 0 4px;
}

.col2-keystone .bulletRed
{
	margin: 0.50em 0 0.8em 1.5em;
	padding: 0 0 0 4px;
}

.colmask-keystone .bulletRed li img
{
	vertical-align: text-bottom;
	margin: 0 0em;
}

.colmask-landing,
.colmask-microlanding,
.colmask-keystone
{
	clear: both;
	width: 100%;
	overflow: hidden;
}

.colmask-landing
{
	margin: auto;
	margin-top: 1em;
	box-shadow:    	    0px 2px 5px 0px #ccc;
	}

.colmask-microlanding,
.colmask-keystone
{
	}

.colleft-landing,
.colleft-microlanding,
.colleft-keystone
{
	float: left;
	width: 100%;
	position: relative;
}

.colleft-microlanding
{
	border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
}

.col1-landing,
.col2-landing,
.col1-microlanding,
.col2-microlanding,
.col1-keystone,
.col2-keystone
{
	float: left;
	position: relative;
	overflow: hidden;
}

.col1-microlanding,
.col2-microlanding,
.col1-keystone,
.col2-keystone
{
	padding: 0 0 1em 0;
width:47%
}

.doublepage-landing,
.doublepage-microlanding
{
	/*background: #FCFCFC;	/* right column background colour */
	
}

.doublepage-landing
{
	max-width: 1250px;
	background: #FCFCFC;

}

@media only screen and (min-width: 720px){
	
	
	.doublepage-landing
	{
	
		
	}	

	.doublepage-microlanding
	{
		background: #fff; /*right column background*/
		
	}
	
	.doublepage-landing .colleft-landing
	{
		right: 50%;
		background: #FCFCFC;
border-right: thick double #eee;
	
		
			}
	.doublepage-microlanding .colleft-microlanding
	{
		right: 37%;
		background: #fff;

		
	}
	.doublepage-keystone .colleft-keystone
	{
		right: 45%;
		background: #fff;
	
		
		
	}

	.doublepage-landing .col1-landing
	{
		width: 45%;
		left: 50%;
		margin-left: 5%;
	}

	.doublepage-landing .col2-landing
	{
		width: 47.5%;
		left: 57.5%;
		margin-left: -5%;
	}

	.doublepage-microlanding .col1-microlanding
	{
		width: 60%;
		left: 38%;
	}
	.doublepage-microlanding .col2-microlanding
	{
		width: 32%;
		left: 42%;
	}

	.doublepage-keystone .col1-keystone
	{
		width: 55%;
		left: 45%;	

	}
	.doublepage-keystone .col2-keystone
	{
		width: 42%;
		left: 47%;
	}
}

@media only screen and (max-width: 720px){

	.colmask-keystone h2.HowDoI
	{
		max-width: 520px;
	}

	.colmask-landing,
	.colmask-microlanding,
	.colmask-keystone
	{
		margin: 0.35em 0em;
		width: 100%;
		box-shadow:         0px 0px 0px 0px #fff;
		-moz-box-shadow:    0px 0px 0px 0px #fff;
		-webkit-box-shadow: 0px 0px 0px 0px #fff;
		-box-shadow:        0px 0px 0px 0px #fff;
	}

	.col1-landing,
	.col1-microlanding,
	.col1-keystone
	{
		margin-left: 0.85em;
	}
	
	.doublepage-landing,
	.doublepage-microlanding,
	.doublepage-keystone
	{
		max-width: 720px;
		background: #fff;
	}

	.doublepage-landing .colleft-landing,
	.doublepage-microlanding .colleft-microlanding,
	.doublepage-keystone .colleft-keystone
	{
		background: #fff;
	}

	.doublepage-landing .col1-landing
	{
		width: 95%;
		left: 0%;
		
	}
	.doublepage-landing .col2-landing
	{
		width: 95%;
		left: 2.5%;
		border-top: solid 1px;
	}

	.doublepage-microlanding .col1-microlanding
	{
		width: 95%;
		left: 0%;
	}
	.doublepage-microlanding .col2-microlanding
	{
		width: 95%;
		left: 2.5%;
	}

	.doublepage-keystone .col1-keystone
	{
		width: 95%;
		left: 0%;
	}
	.doublepage-keystone .col2-keystone
	{
		width: 95%;
		left: 2.5%;
	}

}

/* -- MICRO LANDING SIDE NAV
-------------------------------------------*/

.col2-microlanding ul 
{
	list-style:none;
	clear:both;
	float:left;
	width:100%;
	padding:10px 0 0 0;
	margin:0;
}
	
.col2-microlanding ul li 
{
	clear:left;
	float:left;
	width:97%;
	padding: 0 0 20px 0;
	position:relative;
	margin: 0;
}
	
.col2-microlanding ul li a 
{
	display:block;
	float:left;
	width:97%;
	text-decoration:none;
	-moz-border-radius:.3em;
	-webkit-border-radius:.3em;
	border-radius:.3em;
	background:#fff;
	position:relative;
	overflow:hidden;
	background: #fff;
box-shadow: 0px 2px 5px 0px #DDD; 
border-left:solid; 

}
	
.col2-microlanding ul li a p 
{
	margin:1.5em;
}
	
.col2-microlanding ul li a .sectionLabel 
{
	margin:1em;
	font-size: 1.66em;
}

.col2-microlanding ul li a .bulletRed
{
	list-style: url('../Icons/Docs/bulletred.gif');
	margin: 0 2em;
	padding: 0 0 0 4px;
	width: 80%;
}

	
.col2-microlanding ul li a:hover 
{
	border:1px solid #368;
	background:#368;
}
	
.col2-microlanding ul li a:hover p 
{
	color:#fff;
}


/* = FOOTER STYLES
----------------------------*/

.colmask-footer .inlineblock
{
	display: inline-block;
}

.colmask-footer ul.social-footer 
{
	clear: both;
	width: 100%;
	list-style: none;
	display: inline;
}


.colmask-footer ul.social-footer li
{
	display: inline;
}

.colmask-footer ul.social-footer li img
{
	vertical-align: text-bottom;
}

.colmask-footer
{
	clear: both;
	width: 100%;
	overflow: hidden;
	float: left;
}

.colmask-footer .sectionLabel
{
	margin-top: 0.75em;
	font-family: "Lucida Grande", Verdana;
	text-align: left;
	font-weight: bold;
	font-size: 0.85em;
	color: #2C3D5F;
}

.colmask-footer p
{
	color: #000;
}

.colmask-footer a 
{
	text-decoration: none;
}

.colmask-footer a:visited 
{
	color: blue;
}
	
.colmask-footer a:hover,
.colmask-footer a:visited a:hover
{
	color:#fff;
	background:#369;
	text-decoration:none;
}

.colmask-footer ul
{
	list-style: none;
	margin-left: 0px;
	padding-left: 0px;
}

.colmask-footer ul li img
{
	vertical-align: text-bottom;
	margin: 0em;
}

.colleft-footer
{
	float: left;
	width: 100%;
	position: relative;
}

.col1-footer,
.col2-footer
{
	float: left;
	position: relative;
	overflow: hidden;
}

.doublepage-footer
{
	background: #fff; /*right column background*/
}

@media only screen and (min-width: 720px){
	

	.doublepage-footer .colleft-footer
	{
		right: 40%;
		background: #fff;
		margin: auto;
	}

	.doublepage-footer .col1-footer
	{
		width: 60%;
		left: 40%;
	}
	.doublepage-footer .col2-footer
	{
		width: 40%;
		left: 40%;
	}

	.col2-footer-links
	{
		float:right;
		min-width: 300px;
	}
	
	.col2-footer-links .Legal
	{
		float: right;
		width: 40%;
		min-width: 115px;
	}

	.col2-footer-links .Help
	{
		float: right;
		width: 50%;
		min-width: 150px;
	}
}

@media only screen and (max-width: 720px){

	.colmask-footer
	{
		margin: 0.35em 0em;
		width: 100%;
	}

	.col1-footer
	{
		margin-left: 0.5em;
	}
	
	.doublepage-footer
	{
		max-width: 720px;
		background: #fff;
	}

	.doublepage-footer .colleft-footer
	{
		background: #fff;
	}

	.doublepage-footer .col1-footer
	{
		width: 95%;
		left: 0%;
		margin: 0% 2%;
	}
	.doublepage-footer .col2-footer
	{
		width: 95%;
		left: 0%;
		margin: 0% 2%;
	}

	.col2-footer-links
	{
		float:left;
		width: 90%;
		min-width: 300px;
	}
	
	.col2-footer-links .Legal
	{
		float: left;
		width: 30%;
		min-width: 115px;
	}

	.col2-footer-links .Help
	{
		float: left;
		width: 60%;
		min-width: 175px;
	}

}

/* = Google Translate
----------------------------*/

#google_translate_element
{
	text-align: right;
}
/*! jQuery UI - v1.10.4 - 2014-02-26
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css, jquery.ui.theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Lucida%20Grande%2CLucida%20Sans%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=2px&bgColorHeader=%23dddddd&bgTextureHeader=highlight_soft&bgImgOpacityHeader=50&borderColorHeader=%23dddddd&fcHeader=%23444444&iconColorHeader=%230073ea&bgColorContent=%23ffffff&bgTextureContent=highlight_soft&bgImgOpacityContent=25&borderColorContent=%23555555&fcContent=%23000000&iconColorContent=%23cccccc&bgColorDefault=%23154588&bgTextureDefault=highlight_soft&bgImgOpacityDefault=100&borderColorDefault=%230b93d5&fcDefault=%23ffffff&iconColorDefault=%23cccccc&bgColorHover=%2389C3EB&bgTextureHover=highlight_soft&bgImgOpacityHover=100&borderColorHover=%230b93d5&fcHover=%23000000&iconColorHover=%23ffffff&bgColorActive=%2352435B&bgTextureActive=highlight_hard&bgImgOpacityActive=100&borderColorActive=%23372651&fcActive=%23ffffff&iconColorActive=%23222222&bgColorHighlight=%23dadffd&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=80&borderColorHighlight=%230b0e8d&fcHighlight=%23000000&iconColorHighlight=%230b0b8e&bgColorError=%23fce8e8&bgTextureError=flat&bgImgOpacityError=50&borderColorError=%23fa1418&fcError=%23111111&iconColorError=%23da1e06&bgColorOverlay=%23eeeeee&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=80&bgColorShadow=%23cccccc&bgTextureShadow=flat&bgImgOpacityShadow=30&opacityShadow=60&thicknessShadow=7px&offsetTopShadow=-7px&offsetLeftShadow=-7px&cornerRadiusShadow=8px
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin-top: 2px;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-noicons {
	padding-left: .7em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 49%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
.ui-dialog {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}


.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("images/animated-overlay.gif");
	height: 100%;
	filter: alpha(opacity=25);
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}
.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}
/* vertically center icon */
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Lucida Grande,Lucida Sans,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	
	background: #ffffff url(images/ui-bg_highlight-soft_25_ffffff_1x100.png) 50% top repeat-x;
	color: #000000;
	border: 1px solid #DDD;
}

.ui-widget-header {
	border: 1px solid #dddddd;
	background: linear-gradient(#708CA7, #EAE5DF) repeat scroll 0% 0% transparent;
	color: #444444;
	font-weight: bold;
}
.ui-widget-header a {
	color: #444444;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #0b93d5;
	background: #154588;
	font-weight: bold;
	color: #ffffff;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #ffffff;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #0b93d5;
	background: #89C3EB;
	font-weight: bold;
	color: #000000;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
	color: #000000;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #372651;
	background: #52435B;
	font-weight: bold;
	color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #0b0e8d;
	background: #dadffd url(images/ui-bg_highlight-soft_80_dadffd_1x100.png) 50% top repeat-x;
	color: #000000;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #000000;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #fa1418;
	background: #fce8e8 url(images/ui-bg_flat_50_fce8e8_40x100.png) 50% 50% repeat-x;
	color: #111111;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #111111;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #111111;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70);
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35);
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* For IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(images/ui-icons_0073ea_256x240.png);
}
.ui-widget-header .ui-icon {
	background-image: url(images/ui-icons_0073ea_256x240.png);
}
.ui-state-default .ui-icon {
	background-image: url(images/ui-icons_cccccc_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url(images/ui-icons_ffffff_256x240.png);
}
.ui-state-active .ui-icon {
	background-image: url(images/ui-icons_222222_256x240.png);
}
.ui-state-highlight .ui-icon {
	background-image: url(images/ui-icons_0b0b8e_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(images/ui-icons_da1e06_256x240.png);
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 2px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 2px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 2px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 2px;
}

/* Overlays */
.ui-widget-overlay {
	background: #eeeeee url(images/ui-bg_flat_0_eeeeee_40x100.png) 50% 50% repeat-x;
	opacity: .8;
	filter: Alpha(Opacity=80);
}
.ui-widget-shadow {
	margin: -7px 0 0 -7px;
	padding: 7px;
	background: #cccccc url(images/ui-bg_flat_30_cccccc_40x100.png) 50% 50% repeat-x;
	opacity: .6;
	filter: Alpha(Opacity=60);
	border-radius: 8px;
}

 /***********************************************************************
**  Liquid Slider
*  Kevin Batdorf
**  http://liquidslider.com
**  GPL license 
*************************************************************************/

/******************************************************
* No JavaScript
*******************************************************/
.no-js .liquid-slider {
  height:350px;
  overflow:scroll;
}

/******************************************************
* Preloader
*******************************************************/
.ls-preloader {  
  background: url(images/loading.gif) #f2f2f2 no-repeat center 75px;
  opacity:1;
  /* Do not edit below this line */
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
  z-index:2;
}

/******************************************************************
* Base Styles 
******************************************************************/
.ls-wrapper {
  margin:0 auto;
  /* Do not edit below this line */
  clear: both;
  overflow: auto;
  position: relative;
}

/******************************************************
* Main Container
*******************************************************/
.ls-wrapper .liquid-slider {
  background: #f2f2f2;
  width: 1030px;
  /* Do not edit below this line */
  float: left;
  overflow: hidden;
  position: relative;
}
.ls-wrapper .panel-container {
  /* Do not edit below this line */
  position: relative;
  -webkit-backface-visibility: hidden;
  -webkit-perspective: 1000;

}
.ls-wrapper .liquid-slider .panel-container .fade {
  /* Do not edit below this line */
  width:100%;
  opacity: 0;
  position: absolute;
  top: 0; 
  left: 0;
  display: block;
}

.ls-wrapper .liquid-slider .panel {  
  width: 100%;
  /* Do not edit below this line */
  display: block;
  float: left;
}

.ls-wrapper .liquid-slider .panel img{
  /*
  width:100%;
  height:auto;  
  margin:0 5px;
  */
}

.ls-wrapper .liquid-slider .panel video {
  /*
  width:100%;  
  height:auto;
  */
}

.ls-wrapper .liquid-slider .panel-wrapper {  
  padding: 20px;
  /* Do not edit below this line */
  position:relative;
}

.ls-wrapper .ls-nav a {
  background: #d8d8d8;
  color: #333333;
  margin-right: 1px;
  padding: 10px 2px;  
  width: 170px;
  height:50px;
  outline:0;
  font-weight: bold;

}
.ls-wrapper .ls-nav a:hover {
  background: #f2f2f2;
  color: #333333;
  text-shadow: none;
}
.ls-wrapper .ls-nav .current {
  background: #3895C0;
  color: #FFF;
  font-weight: bold;

}
.currentCrossLink {
  font-weight: bold;
}
.ls-wrapper .ls-nav ul {  
  padding:0;
  /* Do not edit below this line */
  clear: both;
  display: block;
  margin: auto;
  overflow: hidden;
}
.ls-wrapper .ls-nav ul li {
  /* Do not edit below this line */
  display: inline;
}
.ls-wrapper .ls-nav ul li a {
 
  /* Do not edit below this line */
  display: block;
  float: left;
  text-decoration: none;
}
/*****************************************************
* Mobile Menu
*******************************************************/
.ls-wrapper .ls-nav {
  overflow:hidden;
  clear:both;
}
.ls-wrapper .ls-select-box {  
  /* Delete these if you want the standard select box.
     Also delete the rules below */

  width: 100%;
  height: 35px;
  overflow: hidden;
  background: url(images/menu.png) no-repeat right #ddd;
  
}
.ls-wrapper .ls-select-box select {  


  width: 150%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance:none;
  background: transparent;
  padding: 5px;
  font-size: 110%;
  border: none;
  height: 35px;
  cursor:pointer;
  outline: 0;
}

/******************************************************
* Arrows
*******************************************************/
.ls-wrapper .ls-nav-left, .ls-wrapper .ls-nav-right {
  /* Do not edit below this line */
  float: left;
}
.ls-wrapper .ls-nav-left a, .ls-wrapper .ls-nav-right a {
  /* non-graphical arrows */
  background: #000;
  color: #fff;
  padding: 5px;
  width: 100px;
  /* Do not edit below this line */
  display: block;
  text-align: center;
  text-decoration: none;
}
.ls-wrapper .ls-nav-left-arrow, .ls-wrapper .ls-nav-right-arrow {
  cursor: pointer;
  /* Do not edit below this line */
  float: left;
}
.ls-wrapper .ls-nav-left-arrow a, .ls-wrapper .ls-nav-right-arrow a {
  /* Do not edit below this line */
  display: block;
}
.ls-wrapper .ls-nav-left, .ls-wrapper .ls-nav-left-arrow {
  /* Do not edit below this line */
  clear: both;
}
.ls-wrapper .ls-nav-right-arrow {
  width: 25px;
  height: 25px;
  background: url(images/arrow.png) no-repeat top right;
  margin-top: 50px;
  margin-right: 5px;
  /* Do not edit below this line */
  position:relative;
}
.ls-wrapper .ls-nav-left-arrow {
  width: 25px;
  height: 25px;
  background: url(images/arrow.png) no-repeat top left;
  margin-top: 50px;
  margin-left: 5px;
  /* Do not edit below this line */
  position:relative;
}
.ls-wrapper .ls-nav-left-arrow:hover {
  /* Left graphical arrows hover */
  background: url(images/arrow.png) no-repeat bottom left;
}
.ls-wrapper .ls-nav-left-arrow:active {
  /* Left graphical arrows click */
}
.ls-wrapper .ls-nav-right-arrow:hover {
  /* Right graphical arrows hover */
  background: url(images/arrow.png) no-repeat bottom right;
}
.ls-wrapper .ls-nav-right-arrow:active {
  /* Right graphical arrows click */
}
.arrows .liquid-slider {
  /* Margin between slider and arrows */
  margin: 0 10px;
}

/******************************************************
* Responsive Styles
*******************************************************/
.ls-responsive .liquid-slider {
  width: 100%;
  margin: 0;
}
.ls-responsive .liquid-slider .panel .panel-wrapper {
  padding: 10px;
}
.ls-responsive .ls-nav-left {
  /* Do not edit below this line */
  position: absolute;
  left: 0;
  z-index: 2;
}
.ls-responsive .ls-nav-left a {
  /* Left non-graphical arrows */
  background: #9A9A9A;
  width: 80px;
}
.ls-responsive .ls-nav-left a:hover {
  /* Left non-graphical hover */
  background: #747474;
}
.ls-responsive .ls-nav-right {
  /* Do not edit below this line */
  position: absolute;
  right: 0;
  z-index: 2;
}
.ls-responsive .ls-nav-right a {
  background: #9A9A9A;
  width: 80px;
}
.ls-responsive .ls-nav-right a:hover {
  background: #747474;
}
.ls-responsive .ls-nav-left-arrow {
  /* Do not edit below this line */
  position: absolute;
  left: 0;
  z-index: 2;
}
.ls-responsive .ls-nav-right-arrow {
  /* Do not edit below this line */
  position: absolute;
  right: 0;
  z-index: 2;
}

/******************************************************************
* Larger Mobile Devices
******************************************************************/
@media only screen and (min-width: 481px) {
  .ls-wrapper .liquid-slider .panel img{

  }

}
/******************************************************************
* Tablet & Smaller Laptops
******************************************************************/
@media only screen and (min-width: 768px) {
  .ls-wrapper .liquid-slider .panel img{
    /* Example */
    /*
    width:24%;
    */
  }
  .ls-responsive .liquid-slider .panel .panel-wrapper {
    padding: 20px 35px;
  }
}

/******************************************************************
* DESKTOP 
******************************************************************/
@media only screen and (min-width: 1030px) {
  
}

/******************************************************************
* LARGE VIEWING SIZE 

******************************************************************/
@media only screen and (min-width: 1240px) {
  
}

/******************************************************************
* RETINA (2x RESOLUTION DEVICES)
******************************************************************/

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min--moz-device-pixel-ratio: 1.5),
       only screen and (min-device-pixel-ratio: 1.5) {
  
}

/*Bootstrap Button Groups /*
/*!
 * Bootstrap v3.1.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

/*! normalize.css v3.0.0 | MIT License | git.io/normalize */

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
margin-bottom:10px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
  border-color:darkslateblue;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #333333;
}
.btn-primary {
  color: #ffffff;
	border: 1px solid #0b93d5;
	background:#4269B1 }

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
 border: 1px solid #0b93d5;
	background: #154588 }

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
border: 1px solid #372651;
	background: #52435B url(images/ui-bg_highlight-hard_100_52435B_1x100.png) 50% 50% repeat-x;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary .badge {
  color: #428bca;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #ffffff;
}
.btn-link {
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover,
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus,
.btn-group > .btn:active,
.btn-group-vertical > .btn:active,
.btn-group > .btn.active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}
.btn-group > .btn:focus,
.btn-group-vertical > .btn:focus {
  outline: none;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}
.btn-toolbar {
  margin-left: -5px;
}
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.btn-group > .btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group > .btn-group {
  float: left;
}
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group > .btn-group:first-child > .btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}
.btn-group > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}
.btn-group > .btn-lg + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn .caret {
  margin-left: 0;
}
.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}
.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
  float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
[data-toggle="buttons"] > .btn > input[type="radio"],
[data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.dropdown {
  position: relative;
}
.dropdown-toggle:focus {
  outline: 0;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #999999;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #999999;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: auto;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}


.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
  background:linear-gradient(#708CA7, #EAE5DF) repeat scroll 0% 0% transparent;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 20px;
}
.modal-footer {
  margin-top: 15px;
  padding: 19px 20px 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.clearfix:before,
.clearfix:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.form-horizontal .form-group:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
	}
	}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}
.navbar-collapse.in {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}
@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}
.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.navbar-toggle:focus {
  outline: none;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
 
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 150px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    vertical-align: middle;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-form.navbar-right:last-child {
    margin-right: -15px;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
  .navbar-text.navbar-right:last-child {
    margin-right: 0;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}
.navbar-default .navbar-brand {
  color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
  color: #777777;
}
.navbar-default .navbar-nav > li > a {
  color: blue;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #87cefa;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
color:green;
}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover,
.navbar-default .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-default .navbar-toggle {
  border-color: #dddddd;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555555;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: green;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777777;
}
.navbar-default .navbar-link:hover {
  color: #333333;
}
.navbar-inverse {
  background-color: #222222;
  border-color: #080808;
}
.navbar-inverse .navbar-brand {
  color: #999999;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a {
  color: #999999;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #080808;
}
.navbar-inverse .navbar-nav > .disabled > a,
.navbar-inverse .navbar-nav > .disabled > a:hover,
.navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444444;
  background-color: transparent;
}
.navbar-inverse .navbar-toggle {
  border-color: #333333;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #333333;
}
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #080808;
  color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999999;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999999;
}
.navbar-inverse .navbar-link:hover {
  color: #ffffff;
}

.jumbotron {
  padding: 78px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-image: url("images/tile_bkrnd.png");
  background-repeat: repeat;
  background-attachment: fixed;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 0px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 78px 0;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}
.clearfix:before,
.clearfix:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after {
  content: " ";
  display: table;
}
.clearfix:after,
.form-horizontal .form-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  padding: 10px 15px;
  padding-right:20px;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}
.nav > li.disabled > a {
  color: #999;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #999;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #eee;
  border-color: #428bca;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  box-shadow: 0px 2px 5px 0px #666;
margin-left:-2px;
padding-bottom: 10px;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
text-decoration:none;
}
.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
color:blue;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
border-bottom: solid 2px blue;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 4px;
}
.nav-pills > li + li {
  margin-left: 2px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #428bca;
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}
.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  visibility: visible;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: right;
}

@media  (max-width:767px)

{
.col-xs-3{
display:none;
}
}


.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
border-right:1pt solid #DDD;
}


@media (max-width:767px)

{
.col-xs-9{
width:100%
}
}

.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}



@media (min-width: 250px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 250px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: right;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}


/**TOC **/
.sidr{display:none;position:absolute;position:fixed;top:0;height:100%;z-index:999999;width:260px;overflow-x:none;overflow-y:auto;font-family:"lucida grande",tahoma,verdana,arial,sans-serif;font-size:15px;background:#f8f8f8;color:#333;-webkit-box-shadow:inset 0 0 5px 5px #ebebeb;-moz-box-shadow:inset 0 0 5px 5px #ebebeb;box-shadow:inset 0 0 5px 5px #ebebeb}.sidr .sidr-inner{padding:0 0 15px}.sidr .sidr-inner>p{margin-left:15px;margin-right:15px}.sidr.right{left:auto;right:-260px}.sidr.left{left:-260px;right:auto}.sidr h1,.sidr h2,.sidr h3,.sidr h4,.sidr h5,.sidr h6{font-size:11px;font-weight:normal;padding:0 15px;margin:0 0 5px;color:#333;line-height:24px;background-image:-webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #dfdfdf));background-image:-webkit-linear-gradient(#ffffff,#dfdfdf);background-image:-moz-linear-gradient(#ffffff,#dfdfdf);background-image:-o-linear-gradient(#ffffff,#dfdfdf);background-image:linear-gradient(#ffffff,#dfdfdf);-webkit-box-shadow:0 5px 5px 3px rgba(0,0,0,0.2);-moz-box-shadow:0 5px 5px 3px rgba(0,0,0,0.2);box-shadow:0 5px 5px 3px rgba(0,0,0,0.2)}.sidr p{font-size:13px;margin:0 0 12px}.sidr p a{color:rgba(51,51,51,0.9)}.sidr>p{margin-left:15px;margin-right:15px}.sidr ul{display:block;margin:0 0 15px;padding:0;border-top:1px solid #dfdfdf;border-bottom:1px solid #fff}.sidr ul li{display:block;margin:0;line-height:48px;border-top:1px solid #fff;border-bottom:1px solid #dfdfdf}.sidr ul li:hover,.sidr ul li.active,.sidr ul li.sidr-class-active{border-top:none;line-height:49px}.sidr ul li:hover>a,.sidr ul li:hover>span,.sidr ul li.active>a,.sidr ul li.active>span,.sidr ul li.sidr-class-active>a,.sidr ul li.sidr-class-active>span{-webkit-box-shadow:inset 0 0 15px 3px #ebebeb;-moz-box-shadow:inset 0 0 15px 3px #ebebeb;box-shadow:inset 0 0 15px 3px #ebebeb}.sidr ul li a,.sidr ul li span{padding:0 15px;display:block;text-decoration:none;color:#333}.sidr ul li ul{border-bottom:none;margin:0}.sidr ul li ul li{line-height:40px;font-size:13px}.sidr ul li ul li:last-child{border-bottom:none}.sidr ul li ul li:hover,.sidr ul li ul li.active,.sidr ul li ul li.sidr-class-active{border-top:none;line-height:41px}.sidr ul li ul li:hover>a,.sidr ul li ul li:hover>span,.sidr ul li ul li.active>a,.sidr ul li ul li.active>span,.sidr ul li ul li.sidr-class-active>a,.sidr ul li ul li.sidr-class-active>span{-webkit-box-shadow:inset 0 0 15px 3px #ebebeb;-moz-box-shadow:inset 0 0 15px 3px #ebebeb;box-shadow:inset 0 0 15px 3px #ebebeb}.sidr ul li ul li a,.sidr ul li ul li span{color:rgba(51,51,51,0.8);padding-left:30px}.sidr form{margin:0 15px}.sidr label{font-size:13px}.sidr input[type="text"],.sidr input[type="password"],.sidr input[type="date"],.sidr input[type="datetime"],.sidr input[type="email"],.sidr input[type="number"],.sidr input[type="search"],.sidr input[type="tel"],.sidr input[type="time"],.sidr input[type="url"],.sidr textarea,.sidr select{width:100%;font-size:13px;padding:5px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0 0 10px;-webkit-border-radius:2px;-moz-border-radius:2px;-ms-border-radius:2px;-o-border-radius:2px;border-radius:2px;border:none;background:rgba(0,0,0,0.1);color:rgba(51,51,51,0.6);display:block;clear:both}.sidr input[type=checkbox]{width:auto;display:inline;clear:none}.sidr input[type=button],.sidr input[type=submit]{color:#f8f8f8;background:#333}.sidr input[type=button]:hover,.sidr input[type=submit]:hover{background:rgba(51,51,51,0.9)}
.sidr ul.submenu {
    display:none;
}

/**SearchBar **/

div#searchform input {
    font-family: 'Lato',sans-serif;
    font-weight: 300;
    font-style: italic;
    font-size: 20px;
    width: 460px;
    height: 35px;
    border-radius: 10px;
    padding-left: 40px;
    color: #B3B3B3;
    background-image: url('images/magnifying-glass-small.png');
    background-repeat: no-repeat;
    background-position: 10px 3px;
	}
	
	div.guide
	{
	height:600px;
overflow:auto; 
position: relative;
}
	
}
	

/**PRINT **/

@media print
{

body
{
	font-family: Arial;
}

h1
{
	page-break-before: avoid;
	color: #041277;
	font-family: Verdana;
	font-size: 13pt;
	font-weight: bold;
	border-bottom: solid 10px #ff0000;
	border-bottom-width: 0.01em;
	padding-top: 18px;
}


h2
{
	page-break-before: avoid;
	font-variant: normal;
	text-transform: uppercase;
	margin-top: 11.67pt;
	margin-bottom: -0.33pt;
	font-weight: bold;
	font-size: 12pt;
	color: #bda41a;
	font-family: Verdana;
	font-variant: small-caps;
}

p
{
	text-align: left;
	font-family: Verdana;
	font-size: 10pt;
	margin-top: 0pt;
	margin-bottom: 9pt;
	line-height: 12pt;
}

p.indent1
{
	margin-left: 12px;
}

p.sectionLabel
{
	margin-top: 6.00pt;
	margin-bottom: 2.00pt;
	font-family: Verdana;
	color: #060970;
	text-align: left;
	font-weight: bold;
	color: #041277;
	margin-top: 9pt;
	margin-bottom: 0pt;
	font-size: 10pt;
}

p.sectionLabelindent1
{
	margin-top: 6.00pt;
	margin-bottom: 2.00pt;
	font-family: Verdana;
	color: #060970;
	text-align: left;
	font-weight: bold;
	color: #041277;
	margin-top: 9pt;
	margin-bottom: 0pt;
	font-size: 10pt;
	margin-left: 12px;
}

ol,
ul
{
	text-align: left;
	font-family: Verdana;
	font-size: 10pt;
	margin-top: 0pt;
	margin-bottom: 3pt;
	/*line-height: 12pt;*/
	margin-left: 2em;
	padding-left: 0.2em;
	
}

ul
{
	margin: 6pt 0 10pt 12pt;
	padding: 0 0 0 3pt;
}

ul li
{
	margin: 6pt 0pt 3pt 10pt;
	padding: 4.5pt 0 0 3pt;
	font-family: Verdana;
	font-size: 10pt;
	mc-next-tag: li;
}

ul.bulletRedindent1
{
	margin-left: 24px;
}


p.footer
{
	font-family: Verdana;
	font-size: 9pt;
	font-style: italic;
	//mc-float: frame-center;
	vertical-align: middle;
	margin-left: auto;
	margin-right: auto;
}

p.enhancementListPoint
{
	text-align: left;
	font-family: Arial;
	font-size: 10pt;
	margin-top: 0pt;
	margin-bottom: 9pt;
	line-height: 12pt;
}

img
{
	margin: 0px;
	padding: 0px;
}

/* = DEFAULT TABLE
----------------------------*/
table,
table.indent1
{ 
	width: 100%; 
	min-width: 600px;
	border-collapse: collapse; 
	font-size: 10pt;
}

table.indent1
{
	margin-left: 20px;
}

/* Zebra striping */
tr:nth-of-type(odd) 
{ 
	background: #f4f4f4; 
}

tr:nth-of-type(even)
{
	
	background: #e0e0e0;
}

td, 
th 
{ 
	border: 3px solid #fff; 
	text-align: left; 
	vertical-align: top;
}

th 
{ 
	background: #3f66a3; 
	color: white; 
	font-weight: bold; 
	padding: 5px;
}

td
{
	padding: 10px 5px 15px 5px;
	font-family: Arial;
	font-size: 1em;
	padding-bottom: 0.15em;
	margin-bottom: 0.15em;
	text-align: left;
	text-align: bottom;
}

td p
{
	font-size: 1em;
	margin-top: 0em;
}

td ul
{
	margin-top: 0px;
	padding-top: 0px;
	font-size: 10pt;
}

td ul.bulletRed,
td ul.checkmarkRed,
td ul.xmarkRed
{
	margin-left:15px;
	font-size: 10pt;

}

td ul.bulletRed li,
td ul.checkmarkRed li,
td ul.xmarkRed li
{
	margin-top: 0px;
	padding-top: 0px;
	font-size: 10pt;
}

.colmask-footer ul.social-footer 
{
	clear: both;
	width: 100%;
	list-style: none;
	display: inline;
}


.colmask-footer ul.social-footer li
{
	display: inline;
}

.colmask-footer ul.social-footer li img
{
	vertical-align: text-bottom;
}

.tab-content
{
display:none;
}

.navbar-default
{
display:none;
}

button.close
{
display:none;
}

div.guide
{
display:block;
}

.col-xs-3{
display:none;
}



}

p.sectionLabel, p.RelatedTopics {
	font-size: 1.25em;
	padding-bottom: 0em;
	margin-bottom: 0em;
}

p > image {
	padding-top: 0.4em;
	padding-bottom: 0.4em;
}

li p {
	padding-top: 0em;
}

p {
	font-size: 1.15em;
}

ul, ul.bulletRed, ol {
	padding-bottom: 5px;
}

li, li p {
	font-size: 1.15em;
}

ul li, 
ul.bulletRed li, 
ol li {
	font-size: 1.15em;
}

ul li p, 
ul.bulletRed li p, 
ol li p {
	font-size:1em;
}


ul.menu._Skins_Menu {
	font-size: 0.9em;
}

.Note, .impNote, .StickyNote {
	font-size: 1.15em;
	margin-top: 5px;
}

li .Note, li .impNote, li .StickyNote {
	margin-left: 0;
	margin-bottom: 0;
}

ul.menu, ul.menu ul, ul.menu li {
	padding-top: 5px;
}

table {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 1.15em;
}

td, th {
	border: 0;
	padding-top: 10px;
	padding-bottom: 0.35em;
	padding-left: 15px;
	padding-right: 15px;
}

ul.bulletRedopen li {
    font-size:1em;
}

ul.navigation a {
    font-size:1em;
}
