    /* user nav 
================================================== */
body.login nav.user {display:none!important;} /* hide the login on the login page duh ;-)*/
nav.user {float:right;line-height:43px;}
nav.user a {text-decoration:none; float:left; padding:0 5px;margin-right:5px;color:#758694;}
nav.user a:hover {color:#53a3b7;}

body.tall-logo nav.user {margin-left:180px;}

/* header / logo (desktop)
================================================== */
#logo { /* width and height of logo desktop NON retina - this is the regular size logo */
    /*width:108px;
	height:59px;
    margin:0 auto;*/
    width:8em;
}
#logo a img {
    /*padding: 0 0 10px 0;
    float: left;
    position:relative;
    margin-top:18px;*/
    /*background:url(../../img/OSCPA_logo_white.png) no-repeat;*/
    max-width:100%;
    height: auto;
    padding-top:.4em;
}
.print-logo {
    width:108px;
    height:59px;
    margin:0 auto;
}
/* ie 7 fix*/
.lt-ie8 #logo {position:absolute!important:top:0;left:0;}


#logo em { 
	position:absolute;
	display:block;
	top:-1000px;
	left:100px;
	width:1px;
	height:1px;
	overflow:hidden;
}
body:not(.redesign) .header {
    /*margin: 0 auto 3% auto;*/
    margin: 0 auto 0 auto;
    position: relative;
    clear:both;
    padding:0;
    /*background: #4c5966;*/
    z-index: 999 /* ie 7*/
}


/* header / preheader / menu
================================================== */

.header .container {
    position: relative
}
.container.preheader {
	/*right:-10px;*/
	position:relative
}

.search-wrapper {
	float:right;
	padding:5px 10px 0 5px;
    margin:0 10px;
    border-right: 1px solid #d8dfe5;
    height: 45px;
}
.search #search-trigger{
    font-size:0.75em;
    font-weight:bold;
    color:#333;
    text-indent:-9999em;
    display:block;
    float:left;
    padding:0;
    margin:0;
    width:30px;
    height:30px;
    position:relative;
    top:3px;
	background:url(../../img/search.png) 0px 50% no-repeat;
	cursor:pointer
}
.search #search-trigger.active{
	background:url(../../img/search.png) -30px 50% no-repeat;
}
.search input {
	background-color:#fff;
	width:200px;
	margin-left:5px;
	/*top:3px;*/
	position:relative;
    display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 15px;
    line-height: 1.428571429;
    color: #758694;
    vertical-align: middle;
    border: 1px solid #c7cfd6;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.js .search #search-box {
	display:none;
    position: relative;
    top:1px;
}

.divider {
    border-right:1px solid #d8dfe5;
}

/* main navigation / desktop styles
================================================== */
/* Logo
================================================== */
.oscpaLogo {
    background-image: url(../../img/logos/logo-oscpa-big-banner.png);
    background-repeat:  no-repeat;
    background-size: contain;
    width:100%;
    height: 13em;
    width:12em;
    float: left;
    position: absolute;
    top:-18px;
    z-index: 1000;

    -webkit-transition: all .2s ease-in;
}

.sso-status {
    float:left;
    margin-right:10px;
}
.sso-status ul.dropdown-menu {
    right:0;
    left:initial;
}
.sso-status .btn-container {
    float:left;
}
.sso-status .link-container {
    float:left;
}
.sso-status .link-container ul {
    list-style-type:none;
    margin-bottom:0;
}
.sso-status .link-container li {
    font-size:70%;
    margin-left:10px;
}
/*.preheader-wrapper div {
    float:right;
}*/
/*.preheader-wrapper .sfsearchBox {
    width:200px;
    margin-right:10px;
}*/
.preheader-wrapper .sfsearchBox {
    padding-right: 15px;
}


/* =============================================== */
/*	SEARCH BAR
================================================== */
.sb-search {
	position: relative;
	/*margin-top: 10px;*/
	width: 0%;
	min-width: 34px;
	height: 34px;
	float: right;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
}

.sb-search-input {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	outline: none;
	background: #eee;
	width: 100%;
	height: 34px;
	margin: 0;
	z-index: 10;
	padding: 20px 65px 20px 20px;
	font-family: inherit;
	font-size: 14px;
    line-height: 10px;
}


.sb-icon-search,
.sb-search-submit  {
	width: 34px;
	height: 34px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin: 0;
	line-height: 34px;
	text-align: center;
	cursor: pointer;
}

.sb-search-submit {
	background: #fff; /* IE needs this */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    opacity: 0;
	color: transparent;
	border: none;
	outline: none;
	z-index: -1;
}

.sb-icon-search {
	color: #fff;
	z-index: 90;
	font-size: 14px;
	font-family: 'fontawesome';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
}

.sb-icon-search:before {
	content: "\f002";
}

/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {
	width: 100%;
}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
	color: #fff;
	z-index: 11;
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
	z-index: 90;
}


/*================================================== */
/* HEADER
================================================== */
.header-wrapper {
    background:#fff;
}


/*================================================== */
/* quick link nav
================================================== */
.quick-link-nav {
    float:right;
    /*padding:0 1.3em 1em 0;*/
    padding-right:.5em;
    font-size:90%;
}
.quick-link-nav ul li {
    padding:0 6px;
    height:40px;
    line-height:40px;
}
.quick-link-nav ul li .sfSel {
    font-weight:normal !important;
}

/*================================================== */
/* main navigation
================================================== */

/* HIDE MENU ARROWS */
.k-menu .k-item>.k-link>.k-icon {
    display:none;
}


/* sf dropdown mobile nav */

.mobile_nav_wrapper { display: none } /* hide trigger for desktop */


/*
***********************************************************************************
/*	BEGIN MEDIA QUERIES
***********************************************************************************
 */

/*====================================================
******************************************************
/*	DEVICES less than 1100 pixels wide
******************************************************
====================================================== */

@media only screen and (max-width: 1100px) {
    #Preheader .logo-wrapper {
        width:12em;
        height: 13em;
        float: left;
        position: absolute;
        top:-12px;

        -webkit-transition: all .2s ease-in;
    }
}/**** end max width 1100 ****/

/*====================================================
******************************************************
/*	DEVICES less than 980 pixels wide
******************************************************
====================================================== */
@media only screen and (max-width: 980px) {
    #logo a img {
        /*padding-top:1.9em;*/
        padding-top:1.4em;
    }


    #Preheader .logo-wrapper {
        background: url(../Images/logo-oscpa-small-banner.png) no-repeat;
        background-size: contain;
        width:6.5em;
        height: 12em;
        float: left;
        position: absolute;
        top:0;
    }
}/**** end max width 980px ****/


/*==================================================== 
******************************************************
/*	DEVICES less than 880 pixels wide
******************************************************
====================================================== */
@media only screen and (max-width: 880px) {

#logo a img {
    padding-top:1.5em;
}
/*** Menu Adjustment so items don't cover the logo ***/
.main-nav li {
    margin: 0 0 0 2px
}
.main-nav li a {
    padding: 0 10px;
    /*font-size: 120%;*/
}


} /**** end max width 880px ****/

/*====================================================
******************************************************
/*	DEVICES less than 768 pixels wide
******************************************************
====================================================== */
@media only screen and (max-width: 768px) {
    #Preheader {
        height:75px;
    }
}/**** end max width 768px ****/


/*==================================================== 
******************************************************
/*	DEVICES less than 700 pixels wide
******************************************************
====================================================== */
@media only screen and (max-width: 700px) {
#logo a img {
    padding-top:1.4em;
}
/*** Menu Adjustment so items don't cover the logo ***/
.main-nav li {
	margin: 0;
}
.main-nav li a {
padding: 0 7px;
/*font-size: 115%;*/
}
	
} /**** end max width 700px ****/

/*==================================================== 
******************************************************
/*	DEVICES less than 600 pixels wide
******************************************************
====================================================== */
@media only screen and (max-width: 600px) {
    #Preheader {
        height:85px;
    }
    #Preheader .logo-wrapper {
        /*background: url(../Images/logo-oscpa-small-banner.png) no-repeat;
        background-size: contain;
        width:5.5em;
        height: 10em;
        float: left;
        position: absolute;
        top:0;*/
        display: none;
    }
    #Preheader .preheader-wrapper {
        clear:both;
        padding:7px 0 0 0;
    }
    .sso-status {
        margin-right:0;
    }
    .preheader-wrapper .sfsearchBox {
    margin-right:0px;
}
    /* sf dropdown mobile nav */
    .main-nav .sfNavSelect {
        height:32px;
        margin:10px 0;
        border-radius:4px;
        float:right;
        width:216px;
    }
    
    a.tele {
        cursor: pointer;
        pointer-events: visible;
    }

    .preheader .shoppingCart {
        display:none;
    }

}/**** end max width 600 ****/



/*==================================================== 
******************************************************
/*	DEVICES less than 767 pixels wide 
******************************************************
====================================================== */
@media only screen and (max-width: 767px) {
/*** Header / Logo / Preheader Mobile Adjustments ***/

nav.user {float:right;line-height:55px;}
nav.user a {margin:0 10px 0 0;padding:0}
body.tall-logo nav.user {margin-left:0;}

#Header {
    padding-top:8px;
    /*margin-bottom:2%;*/
}

.ribbon h3, .ribbon-invert h3 {
    margin-bottom:1%;
    margin-top:1%;
}






.header {
    position: relative;
    height: auto;
    margin-top: 50px;
}
.header .container {
    padding: 0;
    width: 100%;
}
#logo {

    position: relative;
    background-position: 50% 50%;
    display: block;
    width: 100%;
    height: 59px;
    margin: 0;
    padding: 10px 0!important;
}
.container.preheader {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    width:100%; /***!! added width***/
    /*background: #53a3b7;*/
    height:50px;
}
.container.preheader  .phone,
.container.preheader  .phone a,
.container .preheader .login,
.container .preheader .login a {
    border: 0px;
    padding: 5px 0 0 0;
    margin: 0;
    color: #ffffff;
}
.container.preheader  .phone{
    margin-right: 10px;
}
.preheader .social {
    display: none
}
.preheader .login a.user {
    color:#ffffff;
    position:relative;
    top:10px;
    position:relative;
    text-decoration: none;
}
.preheader .login a.user:before {
    font-size:22px;
    line-height:25px;
    padding:0 5px 0 5px;
}
.preheader .login a.user:hover, .preheader .login a.user:hover> i {
    color: #BADAE2;
}
.preheader .shoppingCart {
    height: 50px;
    margin: 0 0 0 14px;;
}
.preheader .shoppingCart a {
    color:#ffffff;
    position:relative;
    top:14px;
    position:relative;
    text-decoration: none;
}
.preheader .shoppingCart a:before {
    font-size:22px;
    line-height:25px;
    padding:0 5px 0 5px;
}
.search input {
    position: relative;
    width: 180px; /***!! changed width ***/
    right: 0;
    top: auto;
    margin: 0 0 0 5px;
    font-size: 16px!important; 
    overflow-x: hidden;
}
.search #search-trigger {
    width: 30px;
    margin: 0;
    top: auto;
}
.search-wrapper {
	/***!!removed float right */
    padding: 10px 0 0 0;
    margin: 0;
    position: absolute; /***!! changed position type*/
    left:50px; /***!! added left position*/
    z-index: 2;
}

/*================================================== */
/*	MOBILE NAV
================================================== */
.sfNavWrp.main-nav .sfNavToggle {
    line-height:50px;
    padding:0 15px;
    color:#fff;
    float:right;
}


/* sf dropdown mobile nav */
.main-nav .sfNavSelect {
    height:32px;
    margin:10px 0;
    border-radius:4px;
    float:right;
}

/*** Mobile Navigation Trigger ***/
.lt-ie9 .mobile_nav_wrapper {
    display: none
}
.mobile_nav_wrapper {
    display: block;
    position: absolute;
    top:0;
    width:100%;
    height:50px;
    background: #343838;
}
.mobile_nav_wrapper .mobile_logo {
    float: left;
}
.mobile_nav_wrapper .mobile_logo img {
    max-height: 40px;
    height: 40px;
    position: relative;
    top: 5px;
    left:15px;
}
.mobile_nav_wrapper .mobile_logo em {
    position:absolute;
    display:block;
    top:-1000px;
    left:100px;
    width:1px;
    height:1px;
    overflow:hidden;
}
.mobile_nav {
    float: right;
    margin: 0;
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
    height: 40px;
    width: 40px;
    background: #343838;
    z-index: 1;
}
.mobile_nav a span {
    display: block;
    width: 20px;
    height: 40px;
    padding: 0;
    position: absolute;
    left: 10px;
    top: 0px;
    background: url(../Images/icons/navtriggerbg.png) -20px 50% no-repeat;
}
.mobile_nav a.active span {
    background-position: -60px 50%
}
.mobile_nav a {
    color: #fff;
    position: relative;
    text-decoration: none;
    display: block;
    padding: 0 0 0 5px;
    height: 40px;
    width: 100%;
    line-height: 38px;
    position: relative;
    z-index: 2000;
}
.no-js .mobile_nav {
    display: none
}
/*=============== END MOBILE NAV =================*/

/*.js .main-nav {
    display: none
}*/

.main-nav {
    display: block;
    position: relative;
    z-index: 10;
    width: 100%;
    right:0;
    text-shadow: 0 1px 3px rgba(0,0,0,.3);
    filter: dropshadow(color=#333333, offx=0, offy=1);
}
.main-nav ul {
    margin: 0;
}
.main-nav ul ul {
    height:auto;
    width:100%;
    overflow:visible;
}
/*.main-nav * {
   float: none!important;
}*/

.main-nav ul li a,
.main-nav ul.k-menu li.k-item a.k-link {
    height: auto;
    line-height: normal;
    margin: 0;
    font-size: 100%!important;
    /*padding: 10px 0 5px 20px;*/
    padding: 14px 0 14px 20px;
}
.main-nav li ul a,
.main-nav li ul li a,
.main-nav li ul li ul li a {
    height: auto;
    width: auto;
    line-height: auto;
    /*background: #4c5966;*/
    background: #79828C;
    /*padding: 8px 0 5px 20px;*/
    padding: 10px 0;
}

.main-nav li ul,
.main-nav ul,
.main-nav ul ul ul,
.main-nav ul ul ul ul {
    position: relative!important;
    top: auto!important;
    left: 0!important;
    clear: both!important;
    right: auto!important;
    width: 100%!important;
}
.main-nav ul,
.main-nav ul ul {
    border: none;
}

.main-nav ul ul {
    display:none;
}

.main-nav li { margin: 0 }
.main-nav li a { text-transform:uppercase;}
.main-nav li li a { text-transform:none;}
.main-nav ul ul li a { padding-left: 50px }
.main-nav ul ul li ul li a { padding-left: 70px }
.main-nav ul ul ul li:last-child {border:0px;}

.main-nav ul ul ul li {
	border-left:0px solid #fff;
	border-right:0px solid #fff;
}

.subheader {
    display: none;
}


}/**** end max width 767 ****/



/* ================================================== 
	MAIN RETINA BACKGROUND IMAGE REPLACEMENT & RETINA INFORMATION
	http://weedygarden.net/2012/04/hi-res-retina-display-css-sprites/
	http://www.kylejlarson.com/blog/2012/creating-retina-images-for-your-website/
	http://www.webresourcesdepot.com/3-solutions-for-serving-high-res-images-to-retina-display-devices/
================================================== */

/*	change the webkit number to 1 to test on webkit to make sure 
	the sizes and the images show up correctly then switch back before launch */

@media only screen and (-webkit-min-device-pixel-ratio: 2),
 	only screen and (-o-min-device-pixel-ratio: 3/2),
 	only screen and (min--moz-device-pixel-ratio: 2),
	only screen and (min-device-pixel-ratio: 2) 
{


/*#logo {
		background-image:url(../../img/OSCPA_logo_white.png);
        background-repeat: no-repeat;
	    	-moz-background-size:108px 59px; *//*w & h of total ORIGINAL 72dpi image*//*
             -ie-background-size:108px 59px;
              -o-background-size:108px 59px;
       	 -webkit-background-size:108px 59px;
                 background-size:108px 59px;
}*/

.customLogin #login-trigger {
    background-image:url(../../img/retina/login_@2x.png);
    -moz-background-size:60px 30px; /*w & h of total ORIGINAL 72dpi image*/
    -ie-background-size:60px 30px;
    -o-background-size:60px 30px;
    -webkit-background-size:60px 30px;
    background-size:60px 30px;
}

.search #search-trigger {
		background-image:url(../../img/retina/search_@2x.png);
	    	-moz-background-size:60px 30px; /*w & h of total ORIGINAL 72dpi image*/
             -ie-background-size:60px 30px;
              -o-background-size:60px 30px;
       	 -webkit-background-size:60px 30px;
                 background-size:60px 30px;
}

.preheader #feedback-toggle {
    background-image:url(../../img/retina/bullhorn_@2x.png);
    -moz-background-size:30px 30px; /*w & h of total ORIGINAL 72dpi image*/
    -ie-background-size:30px 30px;
    -o-background-size:30px 30px;
    -webkit-background-size:30px 30px;
    background-size:30px 30px;
}

.main-nav li.parent i.arrow {
		background-image:url(../../img/retina/menu_arrow_@2x.png);
	    	-moz-background-size:20px 5px; /*w & h of total ORIGINAL 72dpi image*/
             -ie-background-size:20px 5px;
              -o-background-size:20px 5px;
       	 -webkit-background-size:20px 5px;
                 background-size:20px 5px;
}


}/* end desktop and main retina swapping */


/*==================================================== 
******************************************************
/*	MOBILE SPECIFIC RETINA SWAPPING
******************************************************
====================================================== */

@media only screen and (min-width: 980px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (min-width: 980px) and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-width: 980px) and (min-moz-device-pixel-ratio: 2),
only screen and (min-width: 980px) and (min-device-pixel-ratio: 2)
{
    #Preheader .logo-wrapper {
        background-image: url(../Images/retina/logo-oscpa-big-banner_@2x.png);
        background-repeat: no-repeat;
        height: 13em;
        width:12em;
    }
}

@media only screen and (max-width: 980px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (max-width: 980px) and (-o-min-device-pixel-ratio: 3/2),
only screen and (max-width: 980px) and (min--moz-device-pixel-ratio: 2),
only screen and (max-width: 980px) and (min-device-pixel-ratio: 2)
{
    #Preheader .logo-wrapper {
        background-image: url(../Images/retina/logo-oscpa-small-banner_@2x.png);
        background-repeat: no-repeat;
        background-size: contain;
        width:6.5em;
        height: 12em;
    }
}

@media only screen and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2),
 	only screen and (max-width: 767px) and (-o-min-device-pixel-ratio: 3/2),
 	only screen and (max-width: 767px) and (min--moz-device-pixel-ratio: 2),
	only screen and (max-width: 767px) and (min-device-pixel-ratio: 2)
{




.mobile_nav a span
{
	background-image:url(../Images/retina/navtriggerbg_@2x.png);
	    	-moz-background-size:80px 40px; /*w & h of total sprite 72dpi image*/
             -ie-background-size:80px 40px;
              -o-background-size:80px 40px;
       	 -webkit-background-size:80px 40px;
                 background-size:80px 40px;	

}


}/*end mobile specific retina swapping */




