/* Concat */

/* REDESIGN OVERRIDES -------- */



/** 
GLOBAL -------------------------|
**/

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.outside_wrap {
    width: 1400px;
}

a {
    transition: 400ms ease-out;
}

.left {
    float: left;
}

.right {
    float: right;
}



/**
HEADER -------------------------|
**/

.header {
    padding: 12px 100px;
}
.topnavcontainer {
    background-image: none;
}
.topnavcontainer #navtable {
    margin: 0 0 20px 100px; 
    float: left;
    width: 800px;
}
.topnavcontainer #navtable li a.top-level {
    text-transform: uppercase;
    font-size: 16px;
    color: #717274
}
.topnavcontainer #navtable li a.top-level::after {
    content: url("/images/redesign/header/nav-down-arrow.png");
}

/* Drop-Downs */
#navtable li:hover table, #navtable div li.sfhover table {
    background: #f9f9f9;
    padding: 16px;
    margin-left: -16px;
}
#navtable li,
#navtable li a {
    color: #717274;
    line-height: 1.5;
}
#navtable li a:hover {
    color: #92273f;
}

.header a:link, .header a:visited {
    color: #717274;
}
.headerLinks li {
    border-left: none;
    padding:0 0 0 20px;
}

.mainSearch {
    margin: 0 100px 0 0;
    display: flex;
}

.mainSearch input {
    border: 1px solid #999;
    /* background: url("/images/redesign/header/search-glass.png") no-repeat right 10px top 6px; */
    font-size: 14px;
    color: #92273f!important;
}

.mainSearch input.searchHeight {
    width: 300px!important;
    height: 34px!important;
    padding: 0 12px 3px 12px;
}

.mainSearch input[type="image"] {
    width: 24px;
    height: 25px;
    border: 0;
    margin: 0;
    position: relative;
    top: 7px;
    right: 36px;
    margin-right: -36px;
}



/**
UTILITY -------------------------|
**/

.breadcrumb {
    width: 1210px;
    background: #F3F3F3;
    padding: 5px 0 0 0;
    height: 18px;
    margin: 0 100px 30px 100px;
}





/**
ALTERNATE LANG LAYOUT FIXES (for Legacy Content within new header/footer) -------------------------|
**/

/* Center content areas */
.mainFlash {
    margin: 0 auto;
}
.modCol-wrap {
    display: flex;
    justify-content: center;
}






/**
CONTENT -------------------------|
**/

.content-wrap {
    width: 1200px;
    margin: 0 100px;
    float: left;
    clear: both;
}

.content-left {
    width: 260px;
    float: left;
    margin-bottom: 3em;
}

/* Left Nav -----------*/
#sidebarRedesign
{
 margin-bottom:50px;   
}
#sidebarRedesign ul
{
    margin:10px 0 15px 0;
}
.content-wrap #leftMenu ul.firstlevel, #sidebarRedesign ul, #sidebarRedesign ul.firstlevel {
    width: 260px;
    background: #b1b3b4;
    padding: 0;
    list-style: none;
    display: block;
margin-bottom:35px;
}
#sidebarRedesign h2
{
    margin-top:25px;
margin-bottom:0px;
}

.content-wrap #leftMenu ul.firstlevel li {
    padding: 8px 24px;
    border-bottom: 1px solid #fff;
}
#sidebarRedesign ul li, #sidebarRedesign ul.firstlevel li {
    padding: 8px 38px;
    border-bottom: 1px solid #fff;
}
.content-wrap #leftMenu ul.firstlevel li:hover, #sidebarRedesign ul li:hover, #sidebarRedesign ul.firstlevel li:hover {

    background:#989999;
}

.content-wrap #leftMenu ul.firstlevel li a, #sidebarRedesign ul li a, #sidebarRedesign ul.firstlevel li a {
    color: #fff;
    font-size: 12px; 
    font-weight: bold; 
}

.content-wrap #leftMenu ul.firstlevel li.selected {
    padding: 8px 24px;
    background:#989999;
}
.content-wrap #leftMenu ul.firstlevel li.selected a.no-children{
   /* text-decoration:underline;*/
}
.content-wrap #leftMenu ul.firstlevel li.selected ul.secondlevel li a.no-children{
    text-decoration:none;
}

.content-wrap #leftMenu ul.firstlevel li.selected a.menuExpander img {
    background: url(/images/redesign/icon-expand2.png) left center no-repeat;
    position: relative;
    top: -4px;
    left: -11px;
    width: 21px;
    height: 21px;
}

.content-wrap #leftMenu ul.firstlevel li.selected a.menuExpander {
    float: left;
}

.content-wrap #leftMenu ul.firstlevel li a.menuExpander img {
    background: url(/images/redesign/icon-expand2.png) left center no-repeat;
    position: relative;
    top: 5px;
    left: -11px;
    width: 21px;
    height: 21px;
}

.content-wrap #leftMenu ul.firstlevel li.selected a.menuExpanded img {
    background: url(/images/redesign/icon-collapse2.png) left center no-repeat;
    position: relative;
    top: -4px;
    left: -11px;
    width: 21px;
    height: 21px;
}

.content-wrap #leftMenu ul.firstlevel li.selected a.menuExpanded {
    float: left;
}

.content-wrap #leftMenu ul.secondlevel {
    width: 260px;
    background: #F3F3F3;
    padding: 0;
    list-style: none;
    margin: 8px -24px -8px -24px;
}

.content-wrap #leftMenu ul.secondlevel li {
    padding: 8px 24px;
    border-bottom: 1px solid #fff;
}
.content-wrap #leftMenu ul.secondlevel li:hover {
    background: #F3F3F3;
}

.content-wrap #leftMenu ul.secondlevel li a {
    color: #666;
    font-weight: normal; 
}

.content-wrap #leftMenu ul.secondlevel li a {
    color: #92273f;
}
.content-wrap #leftMenu ul.secondlevel li.selected a {
    color: #92273f;
    font-weight:bold;
}
.content-wrap #leftMenu ul.secondlevel li.selected {
    background: #F3F3F3;
}
/* /Left Nav -----------*/

.content-right {
    width: 800px;
    float: left;
    padding: 50px 50px 0 50px;
}

.content-right h2 {
    color: #717274;
    line-height: 1.8;
}

.content-right p {
    color: #717274;
    line-height: 1.6;
}

/* Right Column (Sidebar) */
.sidebar {
    float: left;
    width: 260px;
    margin: 0px 0 20px 0;
}

.sidebar .rightMod {
    padding: 20px 36px;
    color: #717274;
    line-height: 1.8;
}

.sidebar .rightMod p {
    margin: 2px 0px 8px 0px;
    color: #717274;
    line-height: 1.4;
}

.sidebar .rightModInformation,
.sidebar .rightModPhone {
    height: auto;
}

.sidebar .rightModPhone {
    margin-top: 30px;
}

.sidebar .rightModInformation h5,
.sidebar .rightModPhone h5 {
    font-size: 14px;
    position: relative;
    bottom: 3px;
}

#leftMenu .firstlevel {
    margin-left: 0px;
}

/**
SYSTEMS LANDING -------------------------|
**/

.systems-tmb-wrp
{
    overflow:hidden;
    width:192px;
    height:192px;
    border:1px solid #e7e7e7;
    text-align: center;
    vertical-align:middle;
    display:table-cell;
    padding:0;
    border-radius:3px;
        -webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    o-transition: .2s ease-in-out;
}
.systems-tmb-wrp:hover
{
    border:1px solid #92273f;
}
.systems-tmb-wrp img
{
    width:150px;
    max-width:192px;   
   max-height:150px; 
    vertical-align: top;
    -webkit-transition: .1s ease-in-out;
    -moz-transition: .1s ease-in-out;
    o-transition: .1s ease-in-out;
    /*-moz-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    transform: scale(1,1);*/
    
}
.system-ttl
{
    width:192px;
}
.systems-tmb-wrp:hover img {
   /* -moz-transform: scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);*/    
}
.systems-content-wrp{
    width:100%;
    text-align:center;
}
.systems-content-wrp-btm{
    width:100%;
    text-align:center;
}
.systems-content-wrp-top{
    width:100%;
    text-align:center;
    margin-top:100px;
}
.systems-content-wrp-top-reduced-padding
{
    width:100%;
    text-align:center;
    margin-top:40px;
}
.systems-content{
    margin-top:0 auto;
    display:inline-block;
    width:1170px;
    text-align:center;
}
.systems-content h2 
{
    color: #717274;
    line-height: 1.8;
    text-align:left;
}
.systems-content p{
    font-family: Helvetica, Arial, sans-serif;
    color: #717274;
    font-size: 14px;
    line-height: 28px;
    text-align:left;
}
.systems-content div{
  margin-bottom:30px;
}
.systems-content .prodttl{
  /*margin-bottom:30px;*/
}

.systems-wrp{
    width:25%;
    float:left;
    text-align:center;
    margin-top:20px;
    height:240px;
}
.systems-wrp-alt{
    width:33%;
    float:left;
    text-align:center;
    margin-top:20px;
    height:240px;
    margin-bottom:20px;
}
.systems-wrp-alt p{
    margin-top:20px;
    padding: 0 40px 0 40px;
}
.systems-wrp p {
    margin-top:20px;
    text-align:center;
    padding: 0 40px 0 40px;

}

p.sales-link a{
    text-decoration:underline;
}
.callout{
    text-align:left;
    color:#666666;
}
.callout p{
    margin-bottom:0px;
}
p.sales-link
{
    padding-top:10px;
}
.callout-wrp
{        
    height:100%;
}
.callout-left-wrp{
    width:51%;
    float:left;
}
.callout-right-wrp{
    width:49%;
    float:right;
}
.callout-left-content-wrp {
    float:right;
    background-image:url(/images/redesign/systems/icon_sales.png);
    margin-left:60px;
}
.callout-right-content-wrp {
    float:left;
    background-image:url(/images/redesign/systems/icon_support.png);
    margin-left:110px;
}
.callout-content-wrp{
    margin-top:30px;
    width:300px;
    height:100%;
    background-position:top left;
    background-repeat:no-repeat;
}
.callout h2{
    padding:9px 0 16px 55px;
    color:#666666;
}
#systems-callouts{
    margin:0 auto;
    width:95%;
    height:225px;
    border:1px solid #c3d2e0;
    text-align:center;
    clear:both;
    background-color:#eceef0;
}
#systems-callouts-wrp{
    padding-top:50px;
    clear:both;
    display:block;
    margin-bottom:80px;
}
#systems-mast-wrp{
    width: 1400px; 
    height: 410px; 
    background-image: url(/images/redesign/systems/mast.png); 
    text-align: center; 
    position: relative;
    margin-top:30px;
}
#systems-mast-wrp h1 {
    padding: 40px 0 0 0;
    color: white;
    text-shadow: 2px 3px 3px #000;
}
#systems-mast-img-wrp {
    position: absolute; 
    width: 100%; 
    top: 360px;
}
#systems-mast-img-wrp div
{
    width: 515px; 
    margin: 0 auto;
}




/**
FOOTER -------------------------|
**/

.global-footer-top {
    background: #eeeff0;
    clear: both;
}

.footer-col-wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 50px 100px;
}

.global-footer-top ul.Suppliers,
.global-footer-top ul.Community,
.global-footer-top ul.social {
    list-style: none;
    padding: 0;
}

.global-footer-top ul.Suppliers h3, 
.global-footer-top ul.Suppliers h3 a,
.global-footer-top ul.Community h3, 
.global-footer-top ul.Community h3 a {
    color: #717274;
    font-size: 16px;
    font-weight: bold;
}

.global-footer-top ul.Suppliers li,
.global-footer-top ul.Suppliers li a,
.global-footer-top ul.Community li,
.global-footer-top ul.Community li a {
    color: #717274;
    padding: 5px 0;
}

.global-footer-top ul.Suppliers li a:hover,
.global-footer-top ul.Suppliers li a:hover {
    color: #92273f;
}

.global-footer-top ul.social {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-self: flex-end;
    width: 200px;
}

.global-footer-bottom .footer-col-wrap {
    padding-top: 16px;
    align-items: center;
}

.global-footer-bottom p {
    color: #717274;
    margin: 0;
}

.global-footer-bottom ul.footer-base-links {
    list-style: none;
    padding: 0;
}

.global-footer-bottom ul.footer-base-links {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 300px;
}

.global-footer-bottom ul.footer-base-links li,
.global-footer-bottom ul.footer-base-links li a {
    color: #717274;
}

.global-footer-bottom ul.footer-base-links li a:hover {
    color: #92273f;
}
.loggedInPanel
{
    clear: both;
    text-align: right;
    font-size: 10px;
    margin-bottom: 10px;
}
.logOut
{
    padding-left:6px;
}