﻿@media screen and (min-width: 1200px) {
    body.redesign .container {
        max-width: 1200px;
    }
}



body.redesign .oscpaLogo {
  background-image: url(https://www.ohiocpa.com/images/default-source/Logos/2016oscpa_logo.png?sfvrsn=2);
  background-repeat: no-repeat;
  background-size: contain;
  width: 300px;
  height: 71px;
  position: relative;
  top: 23px;
  z-index: 10000;
  -webkit-transition: all .2s ease-in; }
body.redesign .oscpa-logo {
  height: 120px; }
  body.redesign .oscpa-logo img {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
body.redesign .colorbar {
  height: 10px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0; }
  body.redesign .colorbar > li {
    height: 10px;
    display: block;
    float: left; }
  body.redesign .colorbar > li:before {
      content: '';
  }
  body.redesign .colorbar .green {
    background-color: #9ed883;
    width: 40%; }
  body.redesign .colorbar .teal {
    background-color: #00b0a8;
    width: 30%; }
  body.redesign .colorbar .blue {
    background-color: #225e94;
    width: 10%; }
  body.redesign .colorbar .purple {
    background-color: #5a346f;
    width: 20%; }
body.redesign .header {
  background: transparent;
  margin: 0 auto 0 auto;
  position: relative;
  clear: both;
  padding: 20px 0 0 0;
  z-index: 1000; }

  body.redesign .header .preheader {
    background-color: transparent;
    position: relative;
    color: #808080;
    font-size: 11px;
    display: none;
    z-index: 1000; }
    @media screen and (min-width: 768px) {
      body.redesign .header .preheader {
        display: block; } }
    body.redesign .header .preheader .preheader_nav {
      padding-bottom: 18px;
        border-bottom: 1px solid #ddd;
    }
      body.redesign .header .preheader .preheader_nav .sso-status {
          float: right;
          margin: 0;
      }
      body.redesign .header .preheader .preheader_nav .sso-status .btn-primary {
            color: #fff;
            line-height: 24px;
          font-size: 14px;
            padding: 3px 8px;
            margin-left: 10px;
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
          background: #59316f;
          border-color: #59316f;
      }
      body.redesign .header .preheader .preheader_nav .sso-status .btn-primary:hover {
          color: #fff;
          opacity: .8;
      }
      body.redesign .header .preheader .preheader_nav .sfsearchBox {
          float: right;
          margin: 0;
      }
      body.redesign .header .preheader .preheader_nav ul {
        list-style-type: none;
        text-align: right;
        margin-bottom: 0;
        float: right; }
        body.redesign .header .preheader .preheader_nav ul li {
          display: inline-block;
          height: 30px;
          line-height: 30px;
          float: none; }
          @media screen and (min-width: 768px) {
            body.redesign .header .preheader .preheader_nav ul li {
              float: left; } }
          body.redesign .header .preheader .preheader_nav ul li a {
            color: #808080;
            font-size: 1.2rem;
            -webkit-transition: color 100ms ease-in-out;
            -moz-transition: color 100ms ease-in-out;
            -ms-transition: color 100ms ease-in-out;
            -o-transition: color 100ms ease-in-out;
            transition: color 100ms ease-in-out; }
            body.redesign .header .preheader .preheader_nav ul li a:hover {
              color: #00B0A8; }
            body.redesign .header .preheader .preheader_nav ul li a.sfSel {
                color: #00B0A8;
                font-weight: normal;
            }
            body.redesign .header .preheader .preheader_nav ul li a.btn-purple {
              color: #fff;
              line-height: 1.4rem;
              padding: 7px;
              margin-left: 10px;
              -webkit-border-radius: 0;
              -moz-border-radius: 0;
              border-radius: 0; }
              body.redesign .header .preheader .preheader_nav ul li a.btn-purple:hover {
                color: #fff; }
          body.redesign .header .preheader .preheader_nav ul li.active a {
            color: #00B0A8; }
            body.redesign .header .preheader .preheader_nav ul li.active a:hover {
              color: #00B0A8; }
          body.redesign .header .preheader .preheader_nav ul li:not(.search) {
            margin-right: 12px;
            text-transform: uppercase;
            position: relative; }
          body.redesign .header .preheader .preheader_nav ul li.account-list {
            margin-left: 10px; }
            body.redesign .header .preheader .preheader_nav ul li.account-list .account-list--menu {
              position: absolute;
              right: 0;
              padding: 0;
              background: #f9f9f9;
              text-align: left;
              width: 175px; }
              body.redesign .header .preheader .preheader_nav ul li.account-list .account-list--menu li {
                width: 100%;
                margin: 0;
                height: 40px; }
                body.redesign .header .preheader .preheader_nav ul li.account-list .account-list--menu li:hover {
                  background: #eee;
                  color: #4d4d4d; }
                body.redesign .header .preheader .preheader_nav ul li.account-list .account-list--menu li a {
                  height: 100%;
                  line-height: 40px;
                  padding: 0 10px;
                  width: 100%;
                  color: #4d4d4d;
                  position: absolute; }
  body.redesign .header .preheader_nav--search {
    width: 200px; }
    body.redesign .header .preheader_nav--search .input-group .form-control:first-child {
      padding: 5px 12px;
      height: 30px;
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }
    body.redesign .header .preheader_nav--search .sfsearchSubmit {
        position: absolute;
        background: transparent !important;
        height: 30px;
        width: 36px;
        left: -3px;
        z-index: 1;
    }
    body.redesign .header .preheader_nav--search .sfsearchSubmit:hover {
        color: #fff;
    }
    body.redesign .header .preheader_nav--search .btn {
      padding: 7px 11px;
      line-height: 1.4px;
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
      background: #00B0A8;
      color: #fff;
      border-color: #00B0A8; }


/*================================================== */
/* main navigation
================================================== */
/* OVERRIDES */
body.redesign .k-menu .k-item, .k-widget.k-menu-horizontal>.k-item {
    border-width:0;
}
body.redesign .k-block, .k-header, .k-grid-header, .k-toolbar, .k-grouping-header, .k-pager-wrap, .k-button, .k-draghandle {
    background-color: transparent;
}
body.redesign .k-state-active, .k-state-active:hover, .k-active-filter, .k-tabstrip .k-state-active {
    background-color: transparent;
    border-color: transparent;
}
body.redesign .k-state-hover, .k-state-hover:hover {
    background-color: red;
    background-image:none;
}
/* HIDE MENU ARROWS */
body.redesign .k-menu .k-item>.k-link>.k-icon {
    /*margin:-2px 4px 0 4px;
    background-position:-16px -32px;*/
    display:none;
}


/* sf dropdown mobile nav */
body.redesign .main-nav .sfNavSelect {
    height:32px;
    margin:10px 0;
    border-radius:4px;
    float:right;
}
.mobile_nav_wrapper { display: none } /* hide trigger for desktop */
body.redesign .header-wrapper .main-nav-wrapper,
body.redesign .header-wrapper.main-nav-wrapper {
    background: red;
    position: relative;
    z-index: 100;
}
body.redesign .main-nav {
    padding: 0;
    z-index: 999;
    clear: none;
    position: relative;
    float:right;
    top: 0;
}
body.redesign .main-nav li.parent i.arrow {
	background:url('../Images/icons/menu_arrow.png') 0 0 no-repeat;
	display:inline-block;
	width:5px;
	margin-left:8px;
	height:5px;
	position:relative;
	top:-2px;
}

body.redesign .main-nav ul ul li.parent i { /* third level */
	background-position:-5px 0;
}

body.redesign .main-nav ul {
    float: right;
    margin: 0;
    padding: 0;
    position: relative;
    list-style: none;
}
body.redesign .main-nav ul ul {
    margin: 0;
    padding: 0;
    display:none;
}
/* first level */
body.redesign .main-nav li {
    float: left;
    margin: 0 0 0 2px;
    padding: 0;
    position: relative;
    background: transparent;
    text-transform:uppercase;
    font-size: 1.4rem;
}
body.redesign .main-nav li a {
    color: #4d4d4d !important;
}
body.redesign .main-nav li a:hover {
    color: #00B0A8 !important;
}
body.redesign .main-nav li a.sfSel {
    color: #00B0A8 !important;
    font-weight: normal !important;
}
body.redesign .main-nav li li a.k-state-active {
    color: #00B0A8 !important;
    background: #eee !important;
}
body.redesign .main-nav ul li a {
    border: none;
    color: #4d4d4d;
    display: block;
    line-height: 51px !important;
    margin: 0!important;
    padding: 0 12px !important;
    text-decoration: none;
}

body.redesign .main-nav a:hover {
    color: #00B0A8 !important;
    background: transparent !important;
}

body.redesign .lt-ie9 .main-nav ul li ul li a{ font-size: 100% }

body.redesign .main-nav ul li ul li {
    background: #f9f9f9; /* second level bg color */
    color: #4d4d4d;
    float: none;
    left: auto;
    margin: 0;
    top: 0;
    width: 100%;
    min-width: 175px;
}
body.redesign .main-nav ul li ul li a {
    color: #4d4d4d;
    font-size: 12px;
    line-height: 35px !important;
}
body.redesign .main-nav ul li a.k-state-active ul li a:hover {
    color: #00B0A8;
}
body.redesign .main-nav ul li ul li a:hover {
    color: #4d4d4d;
    background: #eee;
}


body.redesign .main-nav ul li ul li ul li {
    background: #f9f9f9; /* third level bg color */
    color: #4d4d4d;
}

body.redesign .k-menu .k-group .k-item {
    border-width:0;
}
body.redesign .k-menu .k-group .k-item:last-child {
    border-bottom:none;
}




/*
***********************************************************************************
/*	BEGIN MEDIA QUERIES
***********************************************************************************
 */

@media only screen and (max-width: 1220px) {
    body.redesign .main-nav ul li a {
        padding: 0 6px !important;
    }
}

/*====================================================
******************************************************
/*	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:0;
    }
    .header {
        margin-top: 10px;
    }
    body.redesign .header .preheader {
        display: block;
    }
    body.redesign .header .preheader .preheader_nav {
        border-bottom: none;
    }
    body.redesign .quick-links {
        display: none;
    }
}/**** 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 .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-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 ****/