.sidr {
    display: none;
    position: absolute;
    position: fixed;
    top: 0;
    height: 100%;
    z-index: 999999;
    width: 280px;
    overflow-x: none;
    overflow-y: auto;
    background: #313131 url(../images/stripe-charcoal.png) repeat 0 0;
    color: #fff;
    -webkit-box-shadow: inset 0 0 5px 5px #222;
    -moz-box-shadow: inset 0 0 5px 5px #222;
    box-shadow: inset 0 0 5px 5px #222;
}

.sidr .sidr-inner {
    padding: 0 0 15px;
}

.sidr .sidr-inner>p {
    margin-left: 15px;
    margin-right: 15px;
}

.sidr.right {
    left: auto;
    right: -280px;
}

.sidr.left {
    left: -280px;
    right: auto;
}

.sidr #mobile-click {
    width: 100%;
    float: left;
    display: block;
    padding: 6% 0;
    background: #1f1f1f url(../images/phone.png) no-repeat 18px 34px;
    background-size: 33px 46px;
}

.sidr #mobile-click h2 {
    font-size: 0.875em;
    font-weight: 700;
    padding-left: 45px;
}

.sidr #mobile-click h2 a {
    color: #ffffff;
}

.sidr #mobile-click h2 span {
    font-size: 2.14em;
    font-weight: 300;
    display: block;
    padding-left: 15px;
    margin-top: -5px;
}

.sidr nav[role="primary"] ul {
    margin: 0;
    padding: 0;
}

.sidr nav[role="primary"] ul li {
    position: relative;
}

.sidr nav[role="primary"] ul li a {
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.875em;
    color: #fff;
    padding: 8% 0 8% 10%;
    display: block;
    border-bottom: 1px solid #181818;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.sidr nav[role="primary"] ul li a:hover {
    background: rgba(0,0,0,0.2);
}

.sidr nav[role="primary"] ul li:after {
    content: '';
    width: 10px;
    height: 98%;
    display: block;
    background: #0079c2;
    position: absolute;
    top: 0;
    right: 0;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.sidr nav[role="primary"] ul li:hover:after {
    background: #143876;
}

.sidr ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 100%;
    float: left;
    clear: both;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.sidr ul li#give a,
.sidr ul li#apply a,
.sidr ul li#login a {
    width: 32%;
    float: left;
    height: 63px;
    padding: 22px 0 0 35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: rgba(0,0,0,0.3);
    -webkit-box-shadow: inset 0 0 5px 5px #222;
    -moz-box-shadow: inset 0 0 5px 5px #222;
    box-shadow: inset 0 0 5px 5px #222;
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.875em;
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.sidr ul li#give a,
.sidr ul li#apply a {
    margin-right: 2%;
}

.sidr ul li#give a {
    color: #2171ba;
    background: rgba(0,0,0,0.3) url(../images/ico-give-lg.png) no-repeat center left 15px;
    background-size: 15px 15px;
    padding-left: 40px;
}

.sidr ul li#apply a {
    color: #cc6721;
    background: rgba(0,0,0,0.3) url(../images/ico-apply-lg.png) no-repeat center left 12px;
    background-size: 15px 16px;
}

.sidr ul li#login a {
    color: #a0cd4f;
    background: rgba(0,0,0,0.3) url(../images/ico-login-lg.png) no-repeat center left 10px;
    background-size: 18px 15px;
}

.sidr ul li#give a:hover,
.sidr ul li#apply a:hover,
.sidr ul li#login a:hover {
    background-color: rgba(0,0,0,0.7);
    -moz-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.sidr form {
    width: 280px;
    float: left;
    clear: both;
    margin: 10% 0;
    padding: 0 20px 20px;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #000;
    position: relative;
}

.sidr form input[type="search"] {
    color: #afafaf;
    font-style: italic;
    font-size: 0.75em;
    font-family: 'Open Sans', sans-serif;
    max-width:  100%;
    width: 232px;
    height: 21px;
    padding: 4px;
    border: none;
    background: #ffffff;
    background-size: 12px 12px;
    -webkit-appearance:textfield;
    -webkit-box-sizing:content-box;
}

.sidr form input[type="submit"] {
    width: 29px;
    height: 29px;
    display: block;
    background: url(../images/ico-search.png) no-repeat center center;
    background-size: 12px 12px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: none;
    position: absolute;
    top: 0;
    right: 21px;
}

.sidr nav[role="secondary"] ul {
    margin: 0 0 25px 0;
    padding: 0 0 0 20px;
    list-style-type: none;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.sidr nav[role="secondary"] ul li {
    display: inline-block;
    float: left;
    clear: both;
    padding: 1% 10% 1% 0;
}

.sidr nav[role="secondary"] ul li a {
    color: #ffffff;
    font-size: 0.75em;
    position: relative;
} 

.sidr nav[role="secondary"] ul li a:after {
    content: '';
    width: 5px;
    height: 7px;
    display: block;
    position: absolute;
    top: 6px;
    right: -12px;
    background: url(../images/arrow-secondary.png) no-repeat 0 0;
    background-size: 5px 7px;
}

