#heading h1 {
    text-align: center;
    text-transform: uppercase;
    font-weight: 100;
    font-size: 36px;
}
#heading p {
    text-align: center;
    max-width: 435px;
    margin: 0 auto;
}
.resource .content a {
    display: inline-block;
    background: none;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #fff;
    color: #f39300;
}
.resource .content a:hover {
    color: #f39300;
    border-bottom: 1px solid;
}
h2 {
    text-transform: uppercase;
    color: #7C7C7C;
    font-weight: 500;
    font-size: 22px;
}
.resource h3 {
    border-top: 1px solid #ccc;
    padding: 5px 0;
    margin: 0px;
    color: #8D8D8D;
    font-weight: 500;
}
.resource a {
    background: #e6e6e6;
    display: block;
    position:relative;
    margin-bottom: 20px;
    padding: 15px;
    font-weight: 400;
}
.resource a i{
    position: absolute;
    top: 13px;
    right: 0;
    background: #f39300;
    color: #fff;
    border-radius: 100%;
    height: 25px;
    width: 25px;
    padding: 6px;
    text-align: center;
    font-size: 13px;
}
.spacer {
    height: 70px;
}
.resource a i.hover{
    color: #f39300;
    background: #fff;
}
.resource a.nomargin {
    margin-bottom: 0;
}
.resource a.white {
    background: #fff;
}
.border{
    border-top: 1px solid #CCC;
}
.jumbotron img {
    display: block;
    margin: 0 auto;
    width: 610px;
}
.jumbotron{
    padding-bottom: 0;
    position:relative;
    margin-bottom: 0;
}
.resource .content.active {
    border-left: 2px solid #f39300;
    padding: 10px 20px;
    margin-left: 20px;
    margin-bottom: 35px;
}
.rotate{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}


.link-bar {
    text-align: center;
    padding: 35px 0px;
    margin-bottom: 40px;
}
.link-bar h2{
    margin:0;
}
.link-bar h2 a{
    color: #5a5a5a;
}
.link-bar a span {
    display: block;
    text-transform: none;
    font-size: 18px;
}
.link-bar .row.vertical-divider>div[class^=col-] {
    border-right: 1px solid #f39300;
}
.link-bar .row.vertical-divider>div[class^=col-]:last-child{
    border-right: none;
}
.outer-container{
    background:#e6e6e6;
}


/* tabs */
.tabbtn-outer-container {
    float: left;
    position: relative;
    left: 50%;
    z-index: 999;
}
.tabbtn-fixed-container {
    float: left;
    position: relative;
    left: -50%;
}
#tabs li {
    float: left;
    display: inline-block;
    position: relative;
    top: 1px;
    border-right: 1px solid;
    border-left: 1px solid;
    border-top: 1px solid;
    border-color: #f39300;
}
#tabs li a {
    padding: 10px;
    background: #fff;
    text-align: center;
    display: block;
    width: 200px;
    cursor: pointer;
    color: #f39300;
    border-bottom: 1px solid #fff;
}
.tabContainer {
    clear: both;
}
#tabs li a.inactive {
    background: #f39300;
    border-bottom: 1px solid #f39300;
    color: #fff;
}
#tabs li:first-child {
    border-right: 0;
    border-top-left-radius: 5px;
}
#tabs li:first-child a {
    border-top-left-radius: 5px;
}
#tabs li:last-child {
    border-top-right-radius: 5px;
}
#tabs li:last-child a {
    border-top-right-radius: 4px;
}
.tabbar {
    clear: both;
    background: #f39300;
    height: 1px;
    margin-bottom: 25px;
}
#tabs li a.inactive:hover {
    background: #fff;
    color: #f39300;
}

@media screen and (max-width: 480px){
    .resource a i{
        display: block;
        position: inherit;
        margin: 0 auto;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 420px){
    #tabs li a {
        width: 100%;
    }
    #tabs li {
        width: 50%;
    }
    .tabbtn-fixed-container {
        float: none;
        position: static;
        left: 0;
    }
    .tabbtn-outer-container {
        float: none;
        position: static;
        left: 0;
        z-index: 999;
    }
}