.site-header * {
    -moz-box-sizing:    border-box !important;
    -webkit-box-sizing: border-box !important;
    box-sizing:         border-box !important;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.site-header, .page-wrap, .menu-toggle, .info-area a, .nav-content {
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}


.info-area #tel-header,
.info-area #signin-header{
    display: block;
    text-align: right;
    clear: both;
}

/* equally opposite of .slide-holder left */
.page-wrap.menu-open { margin-left:225px; }
.page-wrap.menu-open .site-header { left:225px; }
.site-footer.menu-open { margin-left:225px; }

.page-wrap {
    width: 100%;
    min-width: 100%;
}

.site-header {
    position: fixed;
    z-index:20;
    width:100%;
    min-width: 320px;
    top: 0;
    left: 0;
    background: #fff;
    padding: 0;
}

.has-floating:after {
    content: " ";
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
}


/********************* Slide Menu Styles ********************/
.slide-holder {
    background-color: #444;
    color:#ddd;
    width:225px;
    position: absolute;
    top: 0;
    z-index: 2;
    left: -225px;
    padding-bottom: 9999px;
    box-shadow: -4px 4px 4px #2f2f2f inset;
    max-height: 50px;
}

.responsive-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}
.responsive-menu li {
    margin:0.5em 0;
    list-style: none;
}

.responsive-menu ul {
    padding: 0 !important;
    margin: 0 !important;
    display:none;
    width: auto;
}

.responsive-menu .sub-open ul {
    display:block;
    background: #393939;
    background-color: rgba(0,0,0,0.25);
}

.responsive-menu > li > a {
    text-align: center;
}

.sub-menu-toggle {
    padding: 0 1em 0 0.75em;
    margin: -7px 0 -11px;
}

.responsive-menu .sub-open .sub-menu-toggle .ts-angle-down:before {
    content: "\f001";
}

.responsive-menu a {
    color: #ccc;
    display: block;
    padding: 0.75em 0.5em;
}

.responsive-menu li.bucket {
    border-top: 1px solid #555;
}

.responsive-menu a:hover, .responsive-menu a:active {
    /*background: #e7e7e7;*/
    color:#fff;
    text-decoration: none;
}

.responsive-menu .sub-open a:hover, .responsive-menu .sub-open a:active {
    background: transparent;
    color: #ccc;
}

.responsive-menu ul a {
    padding: 0.33em 0.33em 0.33em 1.5em;
    margin: 0;
    font-size: 0.9em;
    text-align: left;
}

.menu-toggle {
    font-size: 1.5em;
    text-decoration: none;
    color: #666;
    line-height: 85px;
    padding: 0 0.75em 0 0.75em;
}

.sticky-header, .sticky-header .nav-content {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-align-items: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
}
.sticky-header .nav-content {
    -ms-flex:1;
    -webkit-flex:1;
    flex:1;
    height:100%;
}

.site-header, .sticky-alias {
    height:85px;
}


.site-header {
    /*box-shadow: 0 0 5px #553;*/
    border-bottom: solid 1px #E4E4E4 !important;
}

.company-logo {
    width: 100%;
    display: block;
    text-indent: -9999px;
    overflow: hidden;
    background: url('//cdn.tsheets.com/images/logo-340.png') no-repeat center center;
    background-size: 150px;
    -ms-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    margin: 1px 0 1px 0;
    height: 65px;
    -ms-align-self: center;
    -webkit-align-self: center;
    align-self: center;
}

/* Call to action button and interactions */
.header-cta {
    position: relative;
    display: block;
    vertical-align: top;
    color: #fff;
    min-width: 252px;
    padding: 14px 10px;
    text-align: center;
    background: #cb3626;
    /*border-radius: 4px;*/
    font-family: 'helvetica-neue-75', Helvetica, Arial, sans-serif;
    font-size: 1.15em;
    line-height: 1.25;
    margin: 0 auto 1em;
    max-width: 300px;
    border: 0;
    cursor:pointer;
}
.header-cta:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: #931306;
    /*border-radius: 0 0 4px 4px;*/
}

.header-cta:active:before {
    height: 2px;
}

/* Header Info Area */
.info-area {
    min-width: 100px;
    border-left: none !important;
}

.info-area > a {
    display: block;
    text-align: right;
    font-size: 0.9em;
    text-transform: uppercase;
}

.info-area a:hover {
    text-decoration: underline;
    background-color: transparent;
}

.info-area .header-cta {
    color: #DF1F26;
    background: transparent;
    border-style: solid;
    border-color: #fff;
    border-width: 0 0 1px 0;
    padding:3px 0;
    min-width:0;
    font-family:inherit;
    text-align: right;
}

.scrolled-past .info-area .header-cta {
    font-size: 14px;
    /*min-width: 0;*/
    /*text-transform: uppercase;*/
    /*margin: 0.5em 0.5em 0.25em 0;*/
    color: #fff;
    border-style: solid;
    border-color: #931306;
    border-width: 0 0 1px 0;
    font-family: helvetica-neue-75,Arial,Helvetica,sans-serif;
    text-align: center;
    background: #cb3626;
}

.hidden-all, .tablet-hidden, .mobile-hidden { display:none; }

.info-area {
    display: -ms-flexbox;
    display: -webkit-flex;
    -ms-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    -ms-justify-content: space-between;
    -webkit-justify-content: space-between;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    margin: 0.25em 0;
}

.info-area .header-cta:before {
    display:none;
}

.info-area a {
    color: #666;
    margin:0 0.5em 0 0;
}

.info-area .tel {
    text-decoration: none;
    margin-top:0;
    letter-spacing: -1px;
    padding-right: 1px;
    height:18px;
    overflow:hidden;
    display: block;
}

.site-search, #header_search { display:none; }

#search-form-header {
    width: 90% !important;
    padding: 7% 5% 5%;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 2px 0px 0px rgba(224,31,38,0.75);
    -moz-box-shadow: 0px 2px 0px 0px rgba(224,31,38,0.75);
    box-shadow: 0px 2px 0px 0px rgba(224,31,38,0.75);
    clear: both;
}

.cta-button {
    position: relative;
    display: block;
    vertical-align: top;
    color: #fff;
    min-width: 252px;
    padding: 14px 10px;
    text-align: center;
    background: #cb3626;
    border-radius: 4px;
    font-family: 'helvetica-neue-75', Helvetica, Arial, sans-serif;
    font-size: 1.15em;
    line-height: 1.25;
    margin: 0 auto 1em;
    max-width: 300px;
    border: 0;
    cursor:pointer;
}
.cta-button:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: #931306;
    border-radius: 0 0 4px 4px;
}
.cta-button:hover, .cta-button:hover {
    text-decoration: none;
    background: #ec614c;
    color: #fff;
}

@media only screen and (max-width: 760px) {
    .non-zero-pos.site-header, .non-zero-pos.sticky-alias {
        height: 60px;
    }

    .non-zero-pos .menu-toggle {
        line-height: 60px;
    }

    .scrolled-past .info-area .tel {
        height: 0;
        padding: 0;
    }
}

@media only screen and (min-width: 500px) {
    .company-logo {
        background-size: 175px;
    }
}

@media only screen and (min-width: 760px) {
    .mobile-hidden { display:inline; }
    .desktop-hidden { display:inline; }

    .company-logo {
        background-position: center left;
        margin: 2px 0.5em;
        background-size: 175px;
    }
    .info-area {
        min-width: 350px;
        padding: 0 1em;
        color: #a4b1b9;
        z-index: 3;
        display: block;
        margin-top: 1em;
    }
    .info-area a {
        text-transform: uppercase;
        color:#666;
        display: inline-block;
        text-align: center;
        padding:3px 0;
        margin:0;
        line-height: 1;
    }
    .info-area .header-cta {
        text-align: center;
        float: left;
    }
    .info-area .tel {
        text-decoration: none;
        font-family: 'helvetica-neue-75', Helvetica, Arial, sans-serif;
        text-align: left;
        letter-spacing: normal;
    }
    .scrolled-past .info-area .tel { height: 21px; }
    .scrolled-past .info-area .header-cta {
        text-decoration: none;
    }
    .site-search {
        /*display:block;*/
        width:100%;
        position: relative;
        margin-top:0.25em;
    }
    .site-search input {
        width: 100%;
        border: 1px solid #cecece;
        padding: 3px 20px 3px 3px;
        font-size: 14px;
        min-height: 26px;
    }
    #header_search {
        display: inline;
        float: right;
        cursor: pointer;
        font-size: 1.4em;
        margin: 0.4em 1em 0 0;
        -webkit-transform:rotateY(180deg);
        -moz-transform:rotateY(180deg);
        -o-transform:rotateY(180deg);
        -ms-transform:rotateY(180deg);
        unicode-bidi:bidi-override;
        direction:rtl;
    }
    #header_search:hover {
        color: #cb3626;
    }

    #links-header {
        float: left;
    }

    .info-area #tel-header,
    .info-area #signin-header {
        display: block;
        text-align: left;
        clear: none;
        float: none;
    }


    .info-area {
        height: 100%;
        padding-top: 2em;
    }
    .info-area {
        float: right;
        width: 300px;
        min-width: 250px;
        padding-left: 1em;
        padding-right: 0 !important;
        /*border-left: 1px solid #a4b1b9;*/
    }

    .info-area .tel {
        clear: both;
    }

    .info-area {
        /*background: green;*/
        min-height: 50px;
        padding-top: 0.5em;
        padding-left: 0.5em !important;
    }

    .info-area #tel-header,
    .info-area #signin-header {
        clear: both;
    }

    .site-search {
        float: left;
        width:75%;
        position: relative;
    }
    .site-search input {
        width: 100%;
        border: 1px solid #cecece;
        padding: 3px 20px 3px 3px;
        font-size: 14px;
        min-height: 26px;
    }

    .header-cta {
        width: 100px;
        height: 35px !important;
        max-height: 35px;
        line-height: 25px !important;
        color: #cb3626;
        border: solid 1px #D13E36 !important;
        padding: 5px 10px !important;
        margin: 0em 1em 0.25em 0.25em !important;
        font-family: 'helvetica-neue-55', Helvetica, Arial, sans-serif !important;
        font-size: 0.9em !important;
        font-weight: 400 !important;
    }

    .scrolled-past .header-cta,
    a.header-cta:hover
    {
        text-decoration: none !important;
        color: #fff !important;
        padding: 4px 10px !important;
        border: solid 1px #931306 !important;
        background: #cb3626 !important;
        font-family: 'helvetica-neue-75', Helvetica, Arial, sans-serif !important;
        font-size: 0.9em !important;
    }
    #header-cta {
        white-space: nowrap;
        overflow: hidden;
    }
}

@media only screen and (min-width: 1100px){
    .desktop-hidden {display:none;}
    .tablet-hidden { display: inline-block; }
    .responsive-menu li.bucket {
        border-top: solid 1px #E4E4E4 !important;
    }

    .menu-toggle { display: none; }

    /*Flexbox renders so many different ways that its unsafe for desktop*/
    .sticky-header, .sticky-header .content, .info-area, .nav-content {
        display: block !important;
    }

    .company-logo {
        width: 200px;
        float: left;
        height: 100%;
        background-size: 175px;
        margin: 0 0 0 5px;
    }

    .sticky-header .nav-content {
        height: 100%;
    }
    .slide-holder, .info-area {
        float: left;
    }
    .info-area {
        margin-top: 1em;
    }

    .info-area a {
        float: left !important;

    }

    .slide-holder {
        background-color: transparent;
        width:auto;
        position: static;
        left:auto;
        padding: 0.5em;
        box-shadow: none;
        align-self: center;
        margin-top: 1em;
    }

    .responsive-menu li {
        float: left;
        position: relative;
    }

    .responsive-menu a {
        color:#666;
        display: inline-block;
        padding: 0.33em 0.5em;
        border-bottom: 0;
        text-decoration: none;
    }

    .responsive-menu > li:hover a {
        color: #333;
        text-align: left;
    }

    .responsive-menu ul {
        display:block;
        margin: 0;
        position: absolute;
        z-index: -1;
        left:0;
        top:100%;
        height:0;
        overflow: hidden;
        opacity:0;
        -webkit-box-shadow: 0px 2px 0px 0px rgba(224,31,38,0.75);
        -moz-box-shadow: 0px 2px 0px 0px rgba(224,31,38,0.75);
        box-shadow: 0px 2px 0px 0px rgba(224,31,38,0.75);
    }

    .responsive-menu > li {
        margin: 0 0 0 1em;
        list-style: none;
    }

    .responsive-menu > li:first-child {
        margin-left:0;
    }

    .responsive-menu > li > a {
        /*border:1px solid #fff;*/
    }

    .responsive-menu > li:hover {
        z-index:23;
    }

    .responsive-menu> li > ul, .responsive-menu > li:hover > a {
        /*background: #f1f1f1;*/
        /*border: 1px solid #dedede;*/
        /*border-radius: 3px;*/
    }
    .responsive-menu> li > ul, .responsive-menu > li:hover > a ul {
        background: transparent;
    }
    .responsive-menu> li > ul li, .responsive-menu > li:hover > a ul li {
        background: #FFFFFF;
    }

    .responsive-menu .sub-open ul, .responsive-menu .sub-open:hover a {
        background: transparent;
        color:#333;
    }

    .responsive-menu .sub-open .sub-menu-toggle .ts-angle-down:before {
        content: "\f000";
    }

    .responsive-menu > li:hover > a.sub-menu-toggle {
        border-radius: 0 !important
    }

    .responsive-menu > li:hover ul {
        height: auto;
        width: 175px;
        opacity:1;
    }

    .responsive-menu ul {
        padding: 1.5em 0 0 0 !important;
    }

    .responsive-menu ul a {
        width: 175px;
        padding: 0.5em;
        margin: 0;
    }
    .responsive-menu ul li:last-child a:hover {
        border-bottom: 0;
    }

    .responsive-menu ul li {
        min-width: 125px;
        margin:0;
    }

    .responsive-menu > li > ul > li:hover {
        background: #F0F3F5;
    }

    .nav-content {
        max-width: 1096px;
        margin: 0 auto;
        padding:0 10px;
    }

    #header_search {
        margin: 0.4em 0.4em 0 0;
    }

    .sub-menu-toggle {
        margin:0;
    }

    .slide-holder {
        border-right: 1px solid #ddd;
    }

    li.help a {
        color: #CB3626 !important;
    }

    .header-cta {
        width: 120px;
    }

    .info-area .tel { min-width:100px; }

    /* Counteract the window being resized larger when the menu is open */
    .page-wrap.menu-open { margin-left:0; }
    .page-wrap.menu-open .site-header { left:0; }
    .site-footer.menu-open { margin-left:0; }
}