@charset "utf-8";

/* RESET
----------------------------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size:100%;
    font: inherit;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
img, embed, object, video { max-width: 100%; }
.ie6 img.full, .ie6 object.full, .ie6 embed, .ie6 video { width: 100%; }

/* BASE
----------------------------------------------------------------------------------------*/

*{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    box-sizing: border-box;
}
html,
body{
    /* position:relative; */
    min-height: 100%;
    height: 100%;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    font-family: 'Roboto', sans-serif;
}
strong{
    font-weight: 500;
}
i{
    font-style: italic;
}
.overflow-hidden{
    /* position: relative; */
    overflow: hidden;
}
.content a{
    color: #00a8e3;
    text-decoration: none;
}
.content a:hover{
    text-decoration: underline;
}
.scroll-to-link{
    cursor: pointer;
}
p, .content ul, .content ol{
    font-size: 14px;
    color: #777A7A;
    margin-bottom: 16px;
    line-height: 1.6;
    font-weight: 300;
}
.content h1:first-child{
    font-size: 1.333em;
    color: #034c8f;
    padding-top: 2.5em;
    text-transform: uppercase;
    border-top: 1px solid rgba(255,255,255,0.3);
    border-top-width: 0;
    margin-top: 0;
    margin-bottom: 1.3em;
    clear: both;
    font-family: 'Roboto Condensed', sans-serif;
}
code,
pre{
    font-family: 'Source Code Pro', monospace;
    background-color: #323f4c;
}
.highlighted{
    background-color: rgba(0,0,0,0.05);
    padding: 3px;
    border-radius: 3px;
}

hr{
    margin-top:60px;
    max-width: 80%;
}

/* LEFT-MENU
----------------------------------------------------------------------------------------*/

.left-menu{
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    bottom: 0;
    width: 300px;
    box-sizing: border-box;
    background-color: #f4f5f8;
    overflow-x: hidden;
    font-size: 18px;
}
.content-logo{
    position: relative;
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 1.425em 11.5%;
    padding-right: 0;
}
.content-logo img{
    display: inline-block;
    max-width: 70%;
    vertical-align: middle;
}
.content-logo span{
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
    color: #323F4C;
    font-size: 1.1em;
    font-family: 'Roboto Condensed', sans-serif;
}
.content-menu{
    margin: 2em auto 2em;
    padding: 0 0 100px;
    font-family: 'Roboto Condensed', sans-serif;
}
.content-menu ul{
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 28px;
}
.content-menu ul li{
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 42px;
}

.outer-menu li.active a{
    color: #00a8e3;
}
.outer-menu li a{
    padding: 0.5em 13.25% 0em;
    color: #777A7A;
    letter-spacing: 0.025em;
    text-transform: capitalize;
}

.inner-menu {
    padding: 0 0 150px;
}

.inner-menu li a{ 
    font-size:14px;
    padding-left: 60px;
    margin:auto;
    text-align:left;
    line-height: 10px;
}

.inner-menu li a span:hover{
    background-color:#DCDEE9;  
}

/* CONTENT-PAGE
----------------------------------------------------------------------------------------*/

.content-page {
    z-index: 2;
    background-color: #fff;
    padding-bottom: 1px;
}
.content-code{
    background-color: #323f4c;
    border-color: #323f4c;
}

.content-section{
    display:flex;
}

.column-left{
    float:left;
    width:65%;
    padding-left:20em;
    min-height: 100%;
    /* min-width:60%; */
}

.column-left ul li{
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 20px;
}


.column-right{
    float:left;
    width:35%;
    min-height:100%;
    background-color: #323f4c;
    border-color: #323f4c;
    padding-top:40px; 
}


.content {
    z-index: 30;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6,
.content p,
.content table,
.content aside,
.content dl {
    padding: 0 28px;
    display: block;
}
.content ul,
.content ol {
    padding: 0 44px;
}
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
    font-size: 15px;
    margin-top: 2.5em;
    margin-bottom: 0.8em;
    color: #034c8f;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
}
.content h2{
    font-size: 1.333em;
}
.content h3{
    color: #00a8e3;
    margin-top: 0;
    text-transform: capitalize;
    font-size: 14px;
    margin-bottom: 0.2em;
}
.content h4{
    color: #034c8f;
    margin-top: 0;
    text-transform: capitalize;
    font-size: 13px;
    margin-bottom: 0.2em;
}

.content pre,
.content blockquote {
    color: #fff;
}
.content pre code, .content pre {
    font-size: 12px;
    line-height: 1.5;
}

.content table {
    font-size: 0.825em;
    margin-bottom: 1.5em;
    border-collapse: collapse;
    border-spacing: 0;
}
.content table tr:last-child {
    border-bottom: 1px solid #ccc;
}
.content table th {
    font-size: 0.925em;
    padding: 5px 18px 5px 0;
    border-bottom: 1px solid #ccc;
    vertical-align: bottom;
    text-align: left;
    line-height: 1.6;
}
.content table td {
    padding: 5px 18px 5px 0;
    text-align: left;
    vertical-align: top;
    line-height: 1.6;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #777A7A;
}

/* RESPONSIVE
----------------------------------------------------------------------------------------*/

@media only screen and (max-width:980px){
    .content h1, .content h2, .content h3, .content h4, .content h5, .content h6, .content p, .content table, .content ul, .content ol, .content aside, .content dl {
        margin-right: 0;
    }
    .content-code{
        display: none;
    }
    .content pre, .content blockquote {
        display: block;
        width: auto;
        float: left;
    }
    .content pre code {
        margin-top: 0;
    }

    .empty{
        background-color: #fff;
    }
}

@media only screen and (max-width:680px){
    .left-menu{
        position: fixed;
        top:0;
        left:0;
        margin:0;
        width: 100%;
        height:5em;
    }

    .content{
        padding-top:3em;
    } 

    nav {
        margin-left:10px;
    }
    
    .content-logo{
        margin:0;
        padding:10px 0px 0px 10px;
        
    } 

    .content-menu {
        margin:0;
        padding:0; 
    }

    .content-menu ul{
        top:0;
        left:0;
        overflow:hidden;
        list-style-type: none;
    }

    .content-menu ul li{
        float:left;
    }

    .content-menu ul li a{
        display:block;
        text-align:center;
        padding:3px;
    }

    .content-menu ul li ul{
        display:none;
    }


    .content-page{
        margin-left: 0;
    }

    .content-section{
        display:block;
    }
    .content-section:after{
        content: "";
        display: table;
        clear: both;
    }

    .column-left{
        padding-left:0;
        width:100%;
    }
    .column-right{
        width:100%;
    }
    .empty{
        background-color: #fff;
    }
}

/* BROWSER AND NON-SEMANTIC STYLING
----------------------------------------------------------------------------------------*/

.cf:before, .cf:after { content: ""; display: block; }
.cf:after { clear: both; }
.ie6 .cf { zoom: 1 }