@import url("https://ssl-images.newegg.com/WebResource/Themes/2005/CSS/Secure/USA/font-awesome.v1.s.10706.2.css");

div#offsetDiv.layoutOffset {

height: 0 !important;

}

/* copied from site.css*/

/* Set width on the form input elements since they're 100% wide by default */

input,
select,
textarea {
    max-width: 280px;
}

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

/*end*/


.logoContainer
{  
    height:135px; 
    width: 100%; 
    background-color:#3a5e90; 
    position:relative;  
}
.logoImage
{
    position: absolute; 
    margin:auto; 
    top:0px; 
    left:0px;
    bottom:0px; 
    right:0px;
}
.selectedMenuItem
{
    /*margin-left: 10px;*/ 
    display: inline;
    font-size: 13px; 
    color: #3a5e90 !important;
    font-weight:bold !important;
}

.regularMenuItem
{
    /*margin-left:10px;*/ 
    display:inline; 
    font-size:13px; 
    color:white;
    background-color:transparent;
    font-weight:bold !important;
}


.widget-header
{
    color : black;
    font-size:18px;
    font-weight:bold;
    margin-bottom: 10px;
    text-align: left;
}
.headerRightStyle
{
    color : #3a5e90;
    font-size:11px;
    font-weight:bold;
    margin-top:25px; 
    margin-left:15px; 
    margin-bottom:10px;
}
.textStyle
{
    color : #444444;
    font-size:11px;
}
.solutionfinderArticle {
    color: #808080;
    font-size: 11px;
    margin: 1PX;
}
.borderContainer
{
    display:table; 
    /* border: 1px solid #cccccc; */
    padding: 0px 0 0 50px;
    width:100%;
}


.itemsOffset
{
    font-size: 12px;
    margin-left:0px;   
    margin-top:0px;   
    color: #9e9e9e;
}
.containerTopOffset
{
   margin-top: 15px;
}
.attrOffset {
    display:inline-table; margin: 5px;
    vertical-align:bottom;
}
.categoryTopOffset
{
   margin-top: 10px;
}
.topicsContainer {
    margin-left: 20px;
    text-wrap:normal;
    text-align: left;
    margin-bottom: 5px;
}

/* CREATED BY AARON */
ul.normal-links.topicsContainer {
list-style: none;
text-decoration: none;
}

ul.normal-links.topicsContainer li:before {
    content: '\f0e5';
    font-family: 'FontAwesome';
    float: left;
    margin-left: -1.5em;
    color: #bdbdbd;
    text-decoration: none;
}

/* END CREATED BY AARON */

.inline{
    display:inline;
    color:#222;
}
.breadcrumbOffset{
    margin-top: 40px;
    margin-left:10px;
}
.breadcrumb{
    color : #cccccc;
    font-size:13px;    
}
.articlesInfo{
    color : #9e9e9e;
    font-size:14px;
    margin-left:15px;
}
.articlesTitles {
    /*REMOVED BY AARON: font-family: 'Segoe UI';*/
    font-size: 14px;
    color: black;
    font-weight: bold;
    padding-bottom: 15px;
    text-align:left;
}
.articlesLinkLists{
    color : #9e9e9e;
    font-size:13px;
}

.articlesLinks{
    font-size: 14px; 
    color: #808080;
    text-decoration: underline;
}
.articlesLinksBackground{
    background-color: #EBEBEB;
    padding: 15px;
    margin: 15px 0 20px !important;
}
.articlesButton
{
   	display: inline-block;
	position: relative;
	margin: 0;
	padding: 6px 0.85em;
	outline: none;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 3px;
	border: 1px solid #384966;
	background-color: #6077A2;
	background: linear-gradient(to bottom, #6077A2, #4D6386);
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	line-height: 1;
	font-stretch: condensed;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: middle;
	cursor: pointer;
}

.articlesButton:hover {
    border-color: #384966;
	background-color: #4D6386;
	background: linear-gradient(to bottom, #4D6386, #6077A2);
	color: #FFF;
	text-decoration: none;
}
.articlesButton .articlesButton {
	padding: 0;
	border: 0;
}

.displayNone
{
    display:none;
}

#parent-off-canvas-wrap p {
     margin: 10px;
}

.confirmLabel
{
    font-size: 15px; 
    font-weight: bold;
    border-radius: 5px;
    background-color : #3a5e90;
    color: white;
    display: inline-block;
    position: relative;
    padding-top: 2px;
    text-align:center;
    width: 250px;
    height: 20px;
}
.sendFeedbackHeader
{
    margin-bottom: 20px; 
    font-size: 15px; 
    font-weight: bold;
}

/* AARON HID
.contentTopOffset
{
   margin-top: 20px;
}
*/

.layoutOffset
{
    width: 100%; height: 10px;
}
.footerBackground
{
 background-color:#d0dbe3;
    width:100%;
}
.fullWidthTable
{
    border: 0px solid transparent;/* REMOVED BY AARON width:100%;*/ margin:0px;
    margin-left: 0 !important;
}
.fullWidth {
    width: 100%;
    padding: 0;
}
.headerBackground
{
    width: 100%; 
    background-color: #333;
}
.separator
{
    background-color:#CCCCCC; 
    padding:0px;     
    margin-top:10px;
    /*margin-left:10px !important;*/
    margin-bottom:20px; 
    height:1px;
}
/* eg. Buttons on article page.*/
.kbbutton {
        border-style: solid;
        border-width: 0px;
        cursor: pointer;
        font-family:'Open Sans Condensed','Helvetica Narrow', arial, helvetica, sans-serif;
        font-weight: normal;
        line-height: normal;        
        position: relative;
        text-decoration: none;
        text-align: center;
        display: inline-block;        
        font-size: 1rem;
        background-color: #3a5e90;
        border-color: #007095;
        color: white!important;
        border: none;
        font-weight: bold !important; 
        padding:5px;
   	    min-width: 65px;
        width:auto;
	    height:30px;	
    }

/* eg. links for sub-catagory links on home page, search and catagory browse page, or Hot toics on home page*/
.normal-links 
{
    color: #4d4d4d; 
    /* REMOVED BY AARON: text-decoration:underline;*/ 
    cursor:pointer;     
    margin:5px 0px 10px 0px;
    font-size: 14px;
    line-height: 17px;
}
/* eg. header for Search Filters, Hot Topics...*/
.medium-headers
{
	margin-left: 15px;
    color: #000; 
    font-size: 18px; 
    font-weight: bold; 
    padding:10px;
    text-align: left;
}
/* eg. Search Suggestion links or Home page Attribute links */
.medium-header-links
{
    color: #000;
    font-size: 14px;
    text-decoration: underline;
    cursor: pointer;
    font-weight: bold;
}
/* eg. "Filter your Results on search page*/
.highlight-header
{
    color: black; 
    font-size: 18px; 
    font-weight: bold; 
    text-align: left;
    margin-bottom: 10px;
    margin-top: 20px;
    display:block;
}
/* eg Article title on search or browse page*/
.large-header
{
    color: #4d4d4d; 
    font-size: 20px; 
}
.dark-text
{
    color: #696969; 
    font-size: 12px; 
}
/* eg. Article Metadata like Modified*/
.light-text
{
    color: #a9a9a9; 
    font-size: 12px; 
}

.tile-container {
    display: inline-table;
    border: 1px solid #cccccc; 
    padding:10px;
    margin-left:20px;
    margin-top:20px;
    position:relative;
}
/* Article summary on search and browse page.*/
.articlesummary
{
    color :black!important;
    font-size:12px!important;
    text-align: left;
    display: block;
}



/*alert message box*/
.help-wrap .contact-form .message {
    margin: 40px auto;
    width: 70%;
}

.help-wrap .message-note, .help-wrap .message-info {
    border: 1px solid #e1b06a;
    background: #e1b06a;
}

.help-wrap .message {
    overflow: hidden;
    position: relative;
    margin: 0 0 25px 0;
}

.help-wrap .message-wrapper {
    padding: 5px;
    background: #fff;
    margin-right: 20px;
    min-height: 20px;
    height: auto !important;
    height: 20px;
}

.help-wrap .message-info .message-icon {
    background-position: -220px -143px;
}

.help-wrap .message-icon {
    background: url("http://images10.newegg.com/WebResource/Themes/2005/Nest/spr_icons.6.6.0.png") no-repeat;
    float: left;
    width: 20px;
    height: 20px;
}

.help-wrap .message-information {
    font-size: 11px;
    color: #4d4d4d;
    padding: 3px 0 0 25px;
}