/* Minification failed. Returning unminified contents.
(262,29): run-time error CSS1039: Token not allowed after unary operator: '-left-nav'
 */
@charset "UTF-8";
/* CSS Document */

/* For Old iPad, this is more rare */
@media (max-width: 1024px) {
    
}


@media (max-width: 992px) {
    
}

	
@media (max-width: 767px) {
    .affix {
        position: static;
    }
}
@charset "UTF-8";
/* CSS Document */


/* Laptop/Low Resolution */
@media (max-width: 1200px) {
   
}


@media (max-width: 992px) {


}

	
@media (max-width: 767px) {
    

}


/* Laptop/Low Resolution */
@media (max-width: 1200px) {
   
    .nav.pwTopNavAlertNotificationsMenuNav {
        padding-right: 0 !important;  /* <- not sure why i have to do this here */
    }

    .pwTopNav .pwSlelectEntities {
        width: 180px;
    }

    #pwHomeFloatingNav.navbar-default .navbar-nav > li > a {
        font-size: 10px;
        padding-left: 5px;
        padding-right: 5px;
    }
    
    .pwTopNav.navbar-default .nav > li > a {
        /* top right bottom left*/
        padding: 13px 2px 10px 2px;
    }
    
    .pwTopNav.navbar-default .navbar-brand img {
        height: 23px;
        margin-right: 0;
    }	
}


@media (max-width: 992px) {

    /* TopNav */
    
    .pwTopNav .pwNavTopLevelProductIcon {
        display: none;
    }
    .pwTopNav.navbar-default .nav > li > a {
        /* top right bottom left*/
        padding: 13px 1px 10px 1px;
        font-size: 11px;
    }
	.pwTopNav.navbar-fixed-top + .pwLayoutPage
	{
		margin-top:0px;
	}
	.pwTopNav.navbar-fixed-top {
		margin-bottom: 0px;
	}

    /*
	.pwTopNav.navbar-fixed-top .container, 
	.pwTopNav.navbar-fixed-bottom .container
	{
		padding:0px;
	}
    */

	.pwTopNav .navbar-collapse .nav .dropdown-header a {
	    color: #fff;
	}
	.pwTopNav .navbar-search .search-query
	{
		margin-top:0px;
	}
	.pwTopNav .navbar-collapse .nav > li > a:hover,
	.pwTopNav .navbar-collapse .dropdown-menu a:hover
	{
	}
    
    
    .pwTopNav .pwSlelectEntities {
        width: 99%;
        float: none;
        margin-bottom: 10px;
        margin-left: 10px;
        margin-right: 10px;
    }
	
    .nav-groupTabsTiny > li > a {
        font-size: 7px;
        padding: 1px 1px;
    }
}

	
@media (max-width: 767px) {
    
    /*On mobile, turn icons back on*/
    .pwTopNav .pwNavTopLevelProductIcon {
        display: inline-block;
    }
    .navbar-toggle {
        padding: 5px;
        margin-bottom: 9px;
    }

    .pwTopNav .pwSlelectEntities {
        width: 92%;
    }

    /* TopNav */
	.pwTopNav.navbar-fixed-top + .pwLayoutPage
	{
		margin-top:0px;
	}
	.pwTopNav.navbar-fixed-top {
		margin-bottom: 0px;
	}
	.pwTopNav .navbar-search .search-query
	{
		margin-top:0px;
	}

    .pwTabset {
        width: auto;   
    }
    #pwHomeFloatingNav .navbar-nav {
        padding: 0;
        width: auto;
    }

    .pwTopNav.navbar-default .navbar-brand {
        padding: 0;
        margin-left: 30px;
    }

}


/* START navbar ---------------------------------------------------------------------------------------------------- */

.nav.pwTopNavAlertNotificationsMenuNav {
    padding-right: 15px;
}

/* All bootstrap navbars */
/* For some reason, sub menu items don't work in mobile. But the  following css rule fixes issue */
.dropdown-backdrop {
  position: static;
}

.dropdown-menu > li > a {
    text-align: left;
}

.pwFloatingNavContent {
    margin-top: 25px;
    margin-bottom: 10px;
}

.pwFloatingNav.navbar-default.affix {
    background-color: #fff; /*#ECEEF0;*/
    
    /*
    -webkit-box-shadow: inset 0px 2px 3px 0px rgba(221,221,221,0.65), 0 1px 10px rgba(153, 153, 153, 0.65);
    -moz-box-shadow: inset 0px 2px 3px 0px rgba(221,221,221,0.65), 0 1px 10px rgba(153, 153, 153, 0.65);
    box-shadow: inset 0px 2px 3px 0px rgba(221,221,221,0.65), 0 1px 10px rgba(153, 153, 153, 0.65);
    */
    -webkit-box-shadow: 0 1px 10px rgba(153, 153, 153, 0.65);
    -moz-box-shadow: 0 1px 10px rgba(153, 153, 153, 0.65);
    box-shadow: 0 1px 10px rgba(153, 153, 153, 0.65);
}

.pwFloatingNav.navbar-default {
    background-color: #fff; /*#ECEEF0;*/
    border: 0;
    
    /* Shadow: horizontal offset, vertical offset, blur radius, spread radius, color in rgb to speicfy opacity */
    /*x
    -webkit-box-shadow: inset 0px 2px 3px 0px rgba(221,221,221,0.65), inset 0px -2px 0px 0px rgba(221,221,221,0.65);
    -moz-box-shadow: inset 0px 2px 3px 0px rgba(221,221,221,0.65), inset 0px -2px 0px 0px rgba(221,221,221,0.65);
    box-shadow: inset 0px 2px 3px 0px rgba(221,221,221,0.65), inset 0px -2px 0px 0px rgba(221,221,221,0.65);
    */
}


.pwLogoTagline {
    font-size: 13px;
    font-weight: 100;
    color: #fff;
}

.pwTopNav.navbar-default .navbar-brand,
.pwHomeFloatingNav.navbar-default .navbar-brand
{
	/* top nav logo */
    height: auto;
    font-size: 12px;
	margin-left:0px;
    /*top right bottom left*/
	padding:9px 5px 12px 0px;
    float: none;
}


.pwTopNav.navbar-default .navbar-brand img {
    margin-right: 5px;
}

.pwTopNav.navbar-default .navbar-brand img,
.pwHomeFloatingNav.navbar-default .navbar-brand img {
    
    margin-bottom: 5px;
    display: inline;
    max-width:150px;
}

.pwTopNav .navbar-header {
	/*float:none;*/
}

.pwHomeFloatingNav.navbar-default .navbar-brand {
	padding:12px 15px 12px 10px;
}


/* Why is this not done programatically?  I had done this a while back, BUT I ende up re-creating the entire affix function, so for now, falling back to using css */
.pwFloatingNav.affix {
    top: 0; /*topNav Height plus 1px border, places floatingNav imeediately below topNav, this value MUST be in synch w/ topNav height, here and .pwMainContent */
    z-index: 1029; /*Sit below topnav*/
    width: calc(100% - var(--left-nav));
}


#pwHomeFloatingNav .affixTabs {
    display: none;
}

#pwHomeFloatingNav.affix .affixTabs {
    display: block;
}

#pwHomeFloatingNav .navbar-nav {
    background-color: #ECEEF0;
    width: 100%;

    padding-left: 15px;
    padding-right: 0;

    /* Shadow: horizontal offset, vertical offset, blur radius, spread radius, color in rgb to speicfy opacity */
    -webkit-box-shadow: inset 0px 2px 3px 0px rgba(221,221,221,0.65), inset 0px -2px 0px 0px rgba(221,221,221,0.65);
    -moz-box-shadow: inset 0px 2px 3px 0px rgba(221,221,221,0.65), inset 0px -2px 0px 0px rgba(221,221,221,0.65);
    box-shadow: inset 0px 2px 3px 0px rgba(221,221,221,0.65), inset 0px -2px 0px 0px rgba(221,221,221,0.65);
}

#pwHomeFloatingNav.navbar-default {
    background-color: #ffffff;
    border: 0;
}


#pwHomeFloatingNav.navbar-default.affix {
    background-color: #ffffff;
    /* shadow */
    -webkit-box-shadow: 0 1px 10px rgba(204, 204, 204, 0.65);
    -moz-box-shadow: 0 1px 10px rgba(204, 204, 204, 0.65);
    box-shadow: 0 1px 10px rgba(204, 204, 204, 0.65);
}


#pwHomeFloatingNav.navbar-default .navbar-nav>li>a {
    color: #FC8C00;
    font-size: 15px;
    font-weight: 400;
    padding-left: 11px;
    padding-right: 11px;
}
#pwHomeFloatingNav.navbar-default .navbar-nav>.active>a, 
#pwHomeFloatingNav.navbar-default .navbar-nav>.active>a:hover, 
#pwHomeFloatingNav.navbar-default .navbar-nav>.active>a:focus {
    background-color: #fff;
    color: #444;

    
    /* Shadow: horizontal offset, vertical offset, blur radius, spread radius, color in rgb to speicfy opacity */
    box-shadow: -2px 0 2px -3px rgba(102, 102, 102, 0.65), 2px 0 2px -3px rgba(102, 102, 102, 0.65);
    -webkit-box-shadow: -2px 0 2px -3px rgba(102, 102, 102, 0.65), 2px 0 2px -3px rgba(102, 102, 102, 0.65);
    -moz-box-shadow: -2px 0 2px -3px rgba(102, 102, 102, 0.65), 2px 0 2px -3px rgba(102, 102, 102, 0.65);
}

@charset "UTF-8";
/* CSS Document */


/* Desktop large
------------------------- */
@media (max-width: 1200px) {
    
    #pwCarouselOverview.carousel .item {
        height: 410px;
    }
    #pwCarouselOverview.carousel img {
        width: auto;
        height: 410px;
    }
    #pwCarouselOverview .carousel-caption {
        margin-top: 7%;
    }
}

/* For Old iPad, this is more rare */
@media (max-width: 1024px) {
    
}

@media (max-width: 980px) {
}

/* Tablet to desktop
------------------------- */
@media (min-width: 768px) and (max-width: 979px) {
    
}


@media (max-width: 992px) {

    #pwCarouselOverview.carousel 
	{
		margin-top:0;
	}
    #pwCarouselOverview.carousel .item {
    }
    #pwCarouselOverview.carousel img {
    }
    #pwCarouselOverview .carousel-caption {
        margin-top: 10%;
    }
    #pwCarouselOverview .carousel-caption h1 {
        font-size: 42px;
    }
}


@media (max-width: 767px) {

    #pwCarouselOverview.carousel {
	    margin-top:0;
        margin-left: -20px;
        margin-right: -20px;
    }
    #pwCarouselOverview.carousel .container {

    }
    #pwCarouselOverview.carousel .item {
        height: 200px;
    }
    #pwCarouselOverview.carousel img {
        height: 200px;
    }
    #pwCarouselOverview .carousel-caption {
        /*padding: 0 70px;*/
        margin-top: 2%;
    }
    #pwCarouselOverview .carousel-caption h1 {
        font-size: 24px;
    }
    #pwCarouselOverview .carousel-caption .lead,
    #pwCarouselOverview .carousel-caption .btn {
        font-size: 12px;
    }
}




@media (max-width: 480px) {
    #pwCarouselOverview.carousel {
        margin-top: 0;
    }
    #pwCarouselOverview.carousel .item {
        height: 180px;
    }
    #pwCarouselOverview.carousel img {
        height: 180px;
    }

    #pwCarouselOverview .carousel-caption {
        margin-top: 20px;
        /*position: relative;*/
    }
    #pwCarouselOverview .carousel-caption h1 {
        font-size: 16px;
    }
    #pwCarouselOverview .carousel-caption .lead,
    #pwCarouselOverview .carousel-caption .btn {
        font-size: 9px;
        font-weight: bold;
    }
}
