/*  
	CSS Reset by Eric Meyer - Released under Public Domain
    http://meyerweb.com/eric/tools/css/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, font, img, 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 
                  {margin: 0;padding: 0;border: 0;outline: 0;
                  font-size: 100%;vertical-align: baseline;
                  background: transparent;}
body              {line-height: 1;}
ol, ul            {list-style: none;}
blockquote, q     {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: '';	content: none;}
:focus            {outline: 0;}
ins               {text-decoration: none;}
del               {text-decoration: line-through;}
table             {border-collapse: collapse;border-spacing: 0;}

/* TYPOGRAPHY */

@font-face {
    font-family: 'accius_t_otlight';
    src: url('http://files.cargocollective.com/5547/acciustot-light-webfont.eot');
    src: url('http://files.cargocollective.com/5547/acciustot-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('http://files.cargocollective.com/5547/acciustot-light-webfont.woff2') format('woff2'),
         url('http://files.cargocollective.com/5547/acciustot-light-webfont.woff') format('woff'),
         url('http://files.cargocollective.com/5547/acciustot-light-webfont.ttf') format('truetype'),
         url('http://files.cargocollective.com/5547/acciustot-light-webfont.svg#accius_t_otlight') format('svg');
    font-weight: normal;
    font-style: normal;
}

a{
    text-decoration:none;
    color:#818181;
     -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    /* ...and now for the proper property */
    transition:.3s;
}

a:hover{
    color:#cccccc;
}

p, ul, li, h3{
    font-family:'accius_t_otlight';
    font-size:20px;
    color:#818181;
}

h3{
    text-transform: uppercase;
    font-size:14px;
    letter-spacing: 0.2em;
    color:#cccccc;
    padding-bottom:45px;
}

li{
    margin-bottom:8px;
    z-index:1;
}

ul{
    width:100%;
    display:block;
}

ul li ul{
    width:50%;
    display:block;
    margin-left:50%;
    position:relative;
    top:-48px;
}

.lastChild{
    margin-bottom:-48px;
}

.overlay-container{
    width:87%;
    max-width:770px;
    margin-left:auto;
    margin-right:auto;
    padding-top:128px;
}

.close{
    float:right;
    display:block;
    margin-top:50px;
    margin-right:50px;
}

.pageTitle{
    padding-bottom:75px;
    padding-left:10px;
}

.left, .middle, .right{
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box; 
    width:33.3%;
    display:block;
    float:left;
    padding:10px;
}

.left-middle{
    width:60%;
    max-width:480px;
    display:block;
    float:left;
    padding:10px;
    
}

.middleNested{
    padding-bottom:55px;
    margin-left:-24%;
}

.topList{
    margin-bottom:72px;
}

.overlay-footer{
    clear:both;
    display:block;
    height:50px;
}

@media screen and (max-width: 600px) {
    .overlay-container{
        width:95%;
    }
    .close{
        margin-top:30px;
        margin-right:30px;
    }
}

@media screen and (max-width: 460px) {
    .overlay-container{
        width:85%;
        padding-top:96px;
    }
    
    .pageTitle{
        padding-left:0px;
        padding-bottom:60px;
    }
    
    .close{
        margin-top:20px;
        margin-right:30px;
        width:20px;
        height:20px;
    }
    .left,.middle,.right,.left-middle{
        width:100%;
        padding:0px;
    }
    .left-middle{
        margin-bottom:20px;
    }
    .middleNested{
        margin-left:-14%;
    }
    .topList{
        margin-bottom:0px;
    }
    
    ul{
        padding-bottom:40px;
    }
    
    h3{
        padding-bottom:24px;
    }
    .lastChild{
        margin-bottom:0;
    }
    .middleNested{
        margin-bottom:-44px;
        padding-bottom:0px;
    }
}