/* Update Font Style */
@import url('https://fonts.googleapis.com/css?family=Open+Sans');


body {
	border: 0;
	font-family: 'Open Sans', sans-serif;
	background: #ffffff;
	width: 100%;
	min-width: 240px;
	max-width: 1200px;
	margin: auto;
	text-align: left;
	color: #333333;
	border-collapse: collapse;
}

h1 {
color:#cc0004;
font-size:2.0em;
background:transparent;
text-align: left;
line-height:1.2em;
}

h2 {
color:#cc0004;
font-size:1.8em;
background:#F0F0F0;
line-height:1.2em;
}

h3{
color:#cc0004;
font-size:1.6em;
background:#F0F0F0;
line-height:1.3em;
}

h4{
color:#cc0004;
font-size:1.4em;
background:transparent;
}

h5{
color:#cc0004;
font-size:1.2em;
background:transparent;
}

h6{
color:#cc0004;
font-size:1.0em;
background:transparent;
}



p,ul {
font-size: 1.0em;
line-height:1.4em
}

li {
font-size: 1.0em;
line-height:1.4em
}

a:link {
color:#003399;
background:transparent;
}

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

th, td { 
padding: 0px; 
line-height:1.4em
}

a:visited {
color:#003399;
background:transparent;
}

a:hover {
color:#fffff0;
background:#cc0004;
}

a:active {
color:#003399;
background:transparent;
}


.unhover a:hover {  background:transparent;   }


.padding {
padding: 5px;
}

.rollup {
color:#003399;
font-size:1.0em;
text-decoration:underline;
background:transparent;
margin-top:0; 
margin-bottom:0;
}

#main .rollup {
	background: url(../img/open.png) no-repeat 0% 10%;
	padding-left: 20px;
	cursor: pointer;
}
#main .rollup.close {
	background-image: url(../img/close.png);
}
#main .answer {
  background-color: white;
}

.whitespace {
       border:10px; 
       border-color:white; 
       border-style: solid;
}

.smallfont {
	font-size: small;
}

.small-italics {
	font-size: small;
	font-style: italic;
}

.xsmallfont {
	font-size:x-small;
}

.xsmall-italics {
	font-size: x-small;
	font-style: italic;
}

.quote {
	font-style: italic;
	font-size: .8em;
	border: 5px solid #F0F0F0;
	margin:5px;
	background-color: #F0F0F0;
	float:right;
	width:200px;
	line-height:1em;
    
}

.related {
	font-style: italic;
	font-size: 1em;
	border: 5px solid #F0F0F0;
	margin:5px;
	background-color: #F0F0F0;
	float:right;
	width:250px;
	line-height:1em;
    
}

.video {
	font-style: italic;
	font-size: .8em;
	border: 3px solid #FFFFFF;
	background-color: #F0F0F0;
	float:right;
	width:400px;
	line-height:1em;
}

.center {
	 text-align:center
	}
	
.left {
	 text-align:left
	}
	
.right {
	 text-align:right
	}
	
.blueborder {
	border-style: solid;
	border-width: 1px;
	border-color: #003399;
	border-collapse: collapse;
	border-left-color: #003399;
	border-left-width: 1px;
	border-right-color: #003399;
	border-right-width: 1px;
	border-top-color: #003399;
	border-top-width: 1px;
	border-bottom-color: #003399;
	border-bottom-width: 1px;
}

.blueborder-solution {
	border-style: solid;
	border-width: 3px;
	border-color: #003399;
	border-collapse: collapse;
	border-left-color: #003399;
	border-left-width: 3px;
	border-right-color: #003399;
	border-right-width: 3px;
	border-top-color: #003399;
	border-top-width: 3px;
	border-bottom-color: #003399;
	border-bottom-width: 3px;
}

.breadcrumbs {
	font-size:.9em;
	font-style:italic
}

.releaselog {
	height: 35px;
}

.bulletjust {
	text-align: justify;
}

.navbar {
	font-size: .8em;
}

#GenerateToolTipFixedDiv{
	position: absolute;
	padding: 2px;
	border: 1px #CC0004 solid;
	font: normal 12px Verdana;
	line-height: 18px;
	z-index: 100;
}	

.GlossaryMatch {
	cursor: pointer;
	cursor: hand;
	border-bottom-style: dotted;
	color: #003399;
}

img { 
	max-width:100%;
	max-height:100%;
}


/* Horizontal Menu */
.cbp-hrmenu {
	width: 100%;
	margin-top: 2em;
	border-bottom: 2px solid #cc0004;
	position:relative;
	z-index: 99999;
	text-align:left;
	font-size: .9em;
}

/* general ul style */
.cbp-hrmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

/* first level ul style */
.cbp-hrmenu > ul,
.cbp-hrmenu .cbp-hrsub-inner {
	width: 100%;
	margin: 0 auto;
	padding: 0 1.875em 0 1.875em;
}

.cbp-hrmenu > ul > li {
	display: inline-block;
}

.cbp-hrmenu > ul > li > a {

	padding: .5em; 
	color: #333333;
	display: inline-block;
}

.cbp-hrmenu > ul > li > a:hover {
	color: #cc0004;
}

.cbp-hrmenu > ul > li.cbp-hropen a,
.cbp-hrmenu > ul > li.cbp-hropen > a:hover {
	color: #333333;
	background: #f0f0f0;
}

/* sub-menu */
.cbp-hrmenu .cbp-hrsub {
	display: none;
	position: absolute;
	background: #f0f0f0;
	width: 100%;
	left: 0;
	z-index: 99999;
}

.cbp-hropen .cbp-hrsub {
	display: block;
	padding-bottom: 3em;
}

.cbp-hrmenu .cbp-hrsub-inner > div {
	width: 32%;
	float: left;
	padding: 0 1em 0;
}

.cbp-hrmenu .cbp-hrsub-inner:before,
.cbp-hrmenu .cbp-hrsub-inner:after {
	content: " ";
	display: table;
}

.cbp-hrmenu .cbp-hrsub-inner:after {
	clear: both;
}

.cbp-hrmenu .cbp-hrsub-inner > div a {
	line-height: 2em;
}

.cbp-hrmenu .cbp-hrsub-inner > div a:hover {
	color: #cc0004;
}


.cbp-hrsub h4 {
	color: #cc0004;
	padding: 1em 0 0.6em;
	margin: 0;
	font-size: 120%;
	font-weight:bold;
}


// Small screens
@media only screen { } /* Define mobile styles */

@media only screen and (max-width: 40em) { 

	.cbp-hrmenu {
		font-size: 115%;
		border: none;
	}

	.cbp-hrmenu > ul,
	.cbp-hrmenu .cbp-hrsub-inner {
		width: 100%;
		padding: 0;
	}

	.cbp-hrmenu .cbp-hrsub-inner {
		padding: 0 1em;
		font-size: 75%;
	}

	.cbp-hrmenu > ul > li {
		display: block;
		border-bottom: 4px solid #f0f0f0;
	}

	.cbp-hrmenu > ul > li > a { 
		display: block;
		padding: 1em 3em;
	}

	.cbp-hrmenu .cbp-hrsub { 
		position: relative;
	}

	.cbp-hrsub h4 {
		padding-top: 0.6em;
	}

}
 /* max-width 640px, mobile-only styles, use when QAing mobile issues */

// Medium screens
@media only screen and (min-width: 40.063em) { 

	.cbp-hrmenu {
		font-size: 115%;
		border: none;
	}

	.cbp-hrmenu > ul,
	.cbp-hrmenu .cbp-hrsub-inner {
		width: 100%;
		padding: 0;
	}

	.cbp-hrmenu .cbp-hrsub-inner {
		padding: 0 1em;
		font-size: 75%;
	}

	.cbp-hrmenu > ul > li {
		display: block;
		border-bottom: 4px solid #f0f0f0;
	}

	.cbp-hrmenu > ul > li > a { 
		display: block;
		padding: 1em 3em;
	}

	.cbp-hrmenu .cbp-hrsub { 
		position: relative;
	}

	.cbp-hrsub h4 {
		padding-top: 0.6em;
	}

}
 /* min-width 641px, medium screens */

@media only screen and (min-width: 40.063em) and (max-width: 64em) { 

	.cbp-hrmenu {
		font-size: 115%;
		border: none;
	}

	.cbp-hrmenu > ul,
	.cbp-hrmenu .cbp-hrsub-inner {
		width: 100%;
		padding: 0;
	}

	.cbp-hrmenu .cbp-hrsub-inner {
		padding: 0 1em;
		font-size: 75%;
	}

	.cbp-hrmenu > ul > li {
		display: block;
		border-bottom: 4px solid #f0f0f0;
	}

	.cbp-hrmenu > ul > li > a { 
		display: block;
		padding: 1em 3em;
	}

	.cbp-hrmenu .cbp-hrsub { 
		position: relative;
	}

	.cbp-hrsub h4 {
		padding-top: 0.6em;
	}

}



/* body, html { font-size: 100%; 	padding: 0; margin: 0;}

 Reset */
*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* Clearfix hack by Nicolas Gallagher: https://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}

.hrm body {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    color: #f0f0f0;
}

.hrm a {
	color: #cc0004;
	text-decoration: none;
}

.hrm a:hover {
	color: #000;
}

.container > header {
width: 90%;
	max-width: 69em;
	margin: 0 auto;
	padding: 0 1.875em 3.125em 1.875em;}

.container > header {
	padding: 2.875em 1.875em 1.875em;
}

.container > header h1 {
	font-size: 2.125em;
	line-height: 1.3;
	margin: 0;
	float: left;
	font-weight: 400;
}

.container > header span {
	display: block;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5em;
	padding: 0 0 0.6em 0.1em;
}

.container > header nav {
	float: right;
}

.container > header nav a {
	display: block;
	float: left;
	position: relative;
	width: 2.5em;
	height: 2.5em;
	background: #fff;
	border-radius: 50%;
	color: transparent;
	margin: 0 0.1em;
	border: 4px solid #f0f0f0;
	text-indent: -6000px;
}

.container > header nav a:after {
	content: attr(data-info);
	color: #f0f0f0;
	position: absolute;
	width: 600%;
	top: 120%;
	text-align: right;
	right: 0;
	opacity: 0;
	pointer-events: none;
}

.container > header nav a:hover:after {
	opacity: 1;
}

.container > header nav a:hover {
	background: #f0f0f0;
}

.icon-drop:before, 
.icon-arrow-left:before {
	font-family: 'fontawesome';
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	speak: none;
	font-style: normal;
	font-weight: normal;
	line-height: 2;
	text-align: center;
	color: #cc0004;
	-webkit-font-smoothing: antialiased;
	text-indent: 8000px;
	padding-left: 8px;
}

.container > header nav a:hover:before {
	color: #999;
}

.icon-drop:before {
	content: "\e000";
}

.icon-arrow-left:before {
	content: "\f060";
}




/*
Responsive Mobile Toggle Menu v1.0
Description: Mobile first responsive toggle menu
Author: Danielle Vautier
*/

/*Page CSS*/


/*Menu mobile first CSS*/
body {
-webkit-animation: bugfix infinite 1s;
}

.mainMenu {
z-index: 99999;
display: block;
}


#toggleMenu, .toggleMenu {
display: none;
}

.toggleMenu {
display: block;
position: relative;
cursor: pointer;
-webkit-touch-callout: none;
-webkit-user-select: none;
user-select: none;
}
#toggleMenu:checked ~ .menu {
max-height: 800px;
opacity: 1;
}

.menu {
width: 100%;
z-index: 99999;
margin: 0;
padding: 0;
list-style: none;
float: left;
max-height: 0px;
overflow-y: hidden;
-moz-transition: all 1s ease-in-out;
-webkit-transition: all 1s ease-in-out;
-o-transition: all 1s ease-in-out;
transition: all 1s ease-in-out;
}

label.menuTitle {
text-align: left;
font-size: 20px;
padding: 6px 3%;
margin: 0;
width: 94%;
display: block;
font-weight: bold;
cursor: pointer;
background: url(https://www.idautomation.com/css/burger.png) no-repeat 97% 10px;
background-size: 24px 19px;
}
 @media screen and (min-width:1025px) {
label.menuTitle {
display: none;
}
.menu {
display: block!important;
border: 0;
overflow: visible;
max-height: inherit;
padding: 5px 0;
}
}