.header-bottom.menu-full-width{
     background: linear-gradient(to bottom, #5EAFFF 0%,#0461BF 44%,#004991 45%,#02284B 100%); 
    color:#ffffff; 
}
.side-blocks{
    height:55px;border-top: 2px solid lightgray;padding: 10px;
    font-size: 14px
    
}
.side-blocks:hover{
    /*background: linear-gradient(to bottom, #5EAFFF 0%,#0461BF 44%,#004991 45%,#02284B 100%);*/ 
    color: #004B96; 
    background-color: #cccccc;
    /*padding: 25px;*/

    /*padding: 5px 0 10px 20px;*/
    /*border: 1px solid #0d5d1d;*/
    /*border-bottom: 3px solid #2D5176;;*/
    /*border-radius: 5px;*/
    cursor: pointer;
}
.side-blocks-img-left{
    width:25%;height:55px;float:left;
}
.side-blocks-img-right{
 width:75%;height:55px;float:right;
}

.blocks{
    height:50px;
    background: linear-gradient(to bottom, #5EAFFF 0%,#0461BF 44%,#004991 45%,#02284B 100%); 
    color:#ffffff; 
    text-shadow: 0px 2px 0px rgba(0, 0, 0, 1);
    padding: 25px;text-align: center;
    line-height: 30px;
    font-weight: bold;
    padding: 5px 0 10px 20px;
    border: 1px solid #0d5d1d;
    border-bottom: 3px solid #2D5176;;
    border-radius: 5px;
    font-size: 14px;
}


.sticky-container{
    /*background-color: #333;*/
    padding: 0px;
    margin: 0px;
    position: fixed;
    left: -159px;
    top:309px;
    width: 200px;

}

.sticky li{
    list-style-type: none;
    background-color: #004B96;
    
    color: #ffffff;
    height: 43px;
    padding: 0px;
    margin: 0px 0px 1px 0px;
    -webkit-transition:all 0.25s ease-in-out;
    -moz-transition:all 0.25s ease-in-out;
    -o-transition:all 0.25s ease-in-out;
    transition:all 0.25s ease-in-out;
    cursor: pointer;
    /*filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");*/ 
    filter: gray; 
    -webkit-filter: grayscale(100%); 

}

.sticky li:hover{
    margin-right: -15px;
    -webkit-transform: translateX(115px);
    -moz-transform: translateX(115px);
    -o-transform: translateX(115px);
    -ms-transform: translateX(115px);
    transform:translateX(115px);
    /*background-color: #8e44ad;*/
    /*filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");*/
    -webkit-filter: grayscale(0%);
}

.sticky li img{
    float: right;
    margin: 5px 5px;
    margin-right: 5px;

}

.sticky li p{
    padding: 0px;
    margin-left: 50px;
    text-transform: uppercase;
    line-height: 43px;

}

/** content **/
.content{
    margin-top: 150px;
    margin-left: 100px;
    width: 700px;
}
.sticky h1, h2{
    font-family: "Source Sans Pro",sans-serif;
    color: #ecf0f1;
    padding: 0px;
    margin: 0px;
    font-weight: normal;
}

.sticky h1{
    font-weight: 900;
    font-size: 64px;
}

.sticky h2{
    font-size:26px;
}

.sticky p{
    color: #FFFFFF;
    font-family: "Lato";
    line-height: 28px;
    font-size: 15px;
    padding-top: 50px;
}

.sticky p.credit{
    padding-top: 20px;
    font-size: 12px;
}

.sticky p a{
    color: #ecf0f1;
}

/** fork icon**/
.fork{
    position: absolute;
    top:0px;
    left: 0px;
}