/* 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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, button {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox 1, probably can drop this */
    
    -webkit-box-sizing: border-box;
    /* Safari 3-4, also probably droppable */
}
/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
input[type="button"], input[type="submit"], input[type="reset"], input[type="file"]::-webkit-file-upload-button, button {
    align-items: flex-start;
    text-align: center;
    cursor: pointer;
    color: #fff;
    padding: 0px;
    vertical-align: middle;
    border: 0px;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    background-color: rgba(0, 0, 0, 0.0);
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    /* Firefox 1, probably can drop this */
    
    -webkit-box-sizing: border-box;
    /* Safari 3-4, also probably droppable */
    
    font-size: 1.2em;
    text-decoration: underline;
}
/* pmpadc
---------------------------------------------------*/

body {
    background-color: #1A4875;
    background-image: url("images/background.jpg");
    background-size: cover;
    background-repeat: none;
    color: #fff;
    font-family: 'Open-sans', sans-serif;
    font-size: 12px;
    font-weight: 300;
    width: 100%;
    margin: 0 auto;
    height: 100%;
    min-height: 100%;
    position: relative;
    background-attachment: fixed;
}
a, a:visited {
    color: #fff;
    text-decoration: none;
}
a:hover {
    color: #fff;
}
.backto a:visited, .clients a, .clients a:visited, .clients-link, .clients-link:visited {
    text-decoration: underline;
    color: #fff;
    font-weight: 700;
}
.professionals a:hover, .clients a:hover, .clients-link:hover {
    text-decoration: underline;
    color: #9cf;
    font-weight: 700;
}
.professionals a {
    color: #fff;
    text-decoration: underline;
    font-weight: 700;
}
a.peter-a, a.peter-a:visited, .back-to a {
    text-decoration: underline;
    color: #fff;
    font-weight: 700;
}
.page-jump:before {
    display: block;
    content: " ";
    margin-top: -50px;
    height: 50px;
    visibility: hidden;
}
hr {
    margin-bottom: 25px;
}
p {
    font-size: 1.2em;
    line-height: 1.5em;
    margin-bottom: 20px;
}
h2 {
    font-size: 1.5em;
    margin-bottom: 20px;
}
b, h1, h2, h3 {
    font-weight: 700;
}
i {
    font-style: italic;
}
header {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background: -moz-linear-gradient(left, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0.43) 100%);
    /* FF3.6+ */
    
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(30, 87, 153, 0)), color-stop(100%, rgba(0, 0, 0, 0.43)));
    /* Chrome,Safari4+ */
    
    background: -webkit-linear-gradient(left, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0.43) 100%);
    /* Chrome10+,Safari5.1+ */
    
    background: -o-linear-gradient(left, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0.43) 100%);
    /* Opera 11.10+ */
    
    background: -ms-linear-gradient(left, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0.43) 100%);
    /* IE10+ */
    
    background: linear-gradient(to right, rgba(30, 87, 153, 0) 0%, rgba(0, 0, 0, 0.43) 100%);
    /* W3C */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#6e000000', GradientType=1);
    /* IE6-9 */
}
header #title {
    background-color: #000;
    color: #fff;
    font-family: 'Cinzel', serif;
    font-weight: 200;
    font-size: 2.2em;
    text-align: right;
    padding: 10px 20px;
    letter-spacing: 1px;
}
nav {
    text-align: right;
    background: #1A4875;
    background: rgba(0, 0, 0, 0);
}
nav:after {
    content: "";
    background-color: black;
    height: 3px;
    display: block;
    bottom: 0px;
    position: relative;
    background: background: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    /* FF3.6+ */
    
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 1)));
    /* Chrome,Safari4+ */
    
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    /* Chrome10+,Safari5.1+ */
    
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    /* Opera 11.10+ */
    
    background: -ms-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    /* IE10+ */
    
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    /* W3C */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000', GradientType=1);
    /* IE6-9 */
    
    ;
    z-index: 10;
}
nav ul li {
    display: inline-block;
    padding: 10px 20px;
    font-weight: 700;
}
.page-jump:before {
    display: block;
    content: " ";
    margin-top: -50px;
    height: 50px;
    visibility: hidden;
}
.intro-graphic {
    display: block;
    margin: 200px auto;
    width: 75%;
}
.active {
    background-color: #4b7091;
    margin: 0px;
}
.front-page {
    margin-top: 215px;
    text-align: center;
}
.front-page h1 {
    font-size: 3.2em;
    font-family: 'Cinzel', serif;
    font-weight: 200;
    letter-spacing: 2px;
    margin-bottom: 50px;
    font-weight: 700;
}
.front-page h2 {
    font-size: 3.5em;
    font-family: 'simple-sans', sans-serif;
    font-weight: 700;
    margin-bottom: 5px;
    letter-spacing: 1px;
}
.front-page h3 {
    font-size: 1.55em;
    font-family: 'simple-sans', sans-serif;
    font-weight: 400;
    font-style: italic;
    background: #4b7091;
    padding: 5px;
    letter-spacing: 1.5px;
    line-height: 1.4em;
}
.grid-bg {
    width: 100%;
    position: fixed;
    z-index: -1000;
    top: 46px;
    left: 0;
    opacity: 0.2;
}
.moon {
    width: 350px;
    height: 350px;
    margin-bottom: -300px;
}
.moon-bg {
    position: fixed;
    top: 200px;
    left: 50%;
    width: 400px;
    height: 400px;
    margin-left: -200px;
    z-index: -999;
    background: url("images/moon-400.png");
    background-repeat: no-repeat;
}
.triangles-inline {
    width: 40px;
    height: 29px;
    float: left;
    position: relative;
    top: 7px;
    z-index: -1;
    background: url("images/triangles.png");
    background-repeat: no-repeat;
}
.triangles {
    width: 40px;
    height: 9px;
    position: relative;
    top: 20px;
    background: url("images/moon-400.png");
}
.backto {
    float: none;
    position: relative;
    font-size: 1em;
    line-height: 1.5em;
    text-align: right;
    margin-bottom: 10px;
}
.left-column {
    width: 39%;
    float: left;
    display:block;
    padding-bottom:1000px;
    position:fixed;
    top:150px;
}
.left-column h1 {
    text-align: center;
    font-size: 3em;
    line-height: 1.2em;
    font-weight: 700;
}
.right-column {
    width: 60.10%;
    padding: 50px;
    padding-top: 25px;
    padding-bottom: 70px;
    top: 80px;
    bottom: 0px;
    right: 0;
    position: fixed;
    overflow-y: scroll;
    background: #1A4875;
    background: rgba(0, 0, 0, 0.3);
    margin-bottom: 41px;
}
.clients_child .right-column {
    bottom: 30%;
    background: rgba(0, 0, 0, 0.5);
    border-left: 0px;
}
.right-column h1 {
    text-align: right;
    font-size: 1.5em;
    margin-bottom: 50px;
    line-height: 1.4em;
}
.clients h3 a {
    line-height: 1.5em;
    font-size: 1.5em;
}
#guestapp {
    display: block;
    padding-top: 80px;
    width:26%;
    margin-left: 7%;
    position:fixed;
}
.guestapp-wrap{
    padding-bottom:1000px;
}
footer {
    background-color: #000;
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    clear: both;
}
footer p {
    padding: 10px 20px;
    font-size: 1.2em;
    line-height: 1.5em;
    color: #fff;
    font-family: 'Cinzel', serif;
    font-weight: 200;
    text-align: right;
    margin: 0px;
}
#corp {
    position: fixed;
    display: block;
    z-index: -100;
    min-width: 100%;
    min-height: 100%;
}
input, textarea {
    font-size: 1.2em;
    font-family: 'Open-sans', sans-serif;
    width: 50%;
    padding: 5px;
}
input.push:active {
    background: #ccc;
    border-bottom: 0px solid #000;
}
input.push {
    background: #fff;
    color: #000;
    padding: 7px 20px;
    text-decoration: none;
    font-family: 'Open-sans', sans-serif;
    border-radius: 5px;
    border-bottom: 2px solid #000;
    font-size: 12px;
    width: auto;
}
@media only screen and (max-width: 900px) {
    .front-page h1, .front-page h2, .front-page h3 {
        padding-left: 50px;
        padding-right: 50px;
        line-height: 1.2em;
    }
}
@media only screen and (max-width: 645px) {
    nav ul li {
        display: inline-block;
        padding: 10px 10px;
    }
    header #title {
        font-size: 2.2em;
        text-align: center;
    }
    .front-page h1, .front-page h2, .front-page h3 {
        padding-left: 20px;
        padding-right: 20px;
        line-height: 1.2em;
    }
    .intro-graphic {
        display: block;
        margin: 200px auto 300px auto;
        width: 98%;
    }
}
@media only screen and (max-width: 568px) {
    body {
        background-size: cover;
        background-attachment: fixed;
    }
    header:before {
        display: block;
    }
    header {
        position: static;
    }
    header #title {
        font-size: 1.5em;
    }
    nav:after {
        display: none;
    }
    html {
        border: 0px;
    }
    nav {
        text-align: center;
        border-right: 0px solid #000;
    }
    .triangles-inline {
        display: none;
    }
    .left-column {
        display: none;
        float: none!important;
        width: 100%;
        padding-bottom: 0px;
    }
    .peter .left-column {
        display: block;
        padding-top: 0px;
    }
    #guestapp {
        padding-top: 0px;
        position: static;
        top: 0px;
        width: 100%;
        margin-left:0px;
        position:static;
    }
    .guestapp-wrap{
    padding-bottom:0px;
    }
    .clients .left-column, .clients-child .left-column {
        display: none;
        float: none!important;
        width: 100%;
        padding-bottom: 100px;
    }
    .right-column {
        border: 0px;
        width: 100%;
        float: none;
        position: static;
        background: rgba(0, 0, 0, 0);
        padding: 25px 25px 75px 25px;
        margin-bottom: 0px;
    }
    footer {
        position: static;
    }
    .front-page {
        font-size: .9em;
        margin-top: 60px;
        padding-bottom: 150px;
    }
    .front-page h1, .front-page h2, .front-page h3 {
        padding-left: 20px;
        padding-right: 20px;
        line-height: 1.2em;
        font-size: 2.2em;
    }
    .front-page h2 {
        margin-bottom: 50px;
    }
    .front-page h3 {
        font-size: 1.5em;
    }
    footer p {
        text-align: center;
        font-size: .9em !important;
        padding: 10px 10px;
    }
    .front-page .moon {
        display: none;
    }
    .moon-bg, .grid-bg {
        display: none;
    }
    .front-page .grid-bg {
        width: 225%;
        position: fixed;
        z-index: -1000;
        top: 46px;
        left: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
        filter: alpha(opacity=20);
        -khtml-opacity: 0.2;
        -moz-opacity: 0.2;
    }
    #corp {
        position: static;
        display: block;
        z-index: -100;
        width: 100%;
        min-height: 0px;
    }
    .clients_child .right-column {
        bottom: 30%;
        background: rgba(0, 0, 0, 0.3);
        border-left: 0px;
    }
    input, textarea {
        width: 95%;
    }
    input.push {
        border-radius: 2px;
    }
    .intro-graphic {
        display: block;
        margin: 100px auto 300px auto;
        width: 95%;
    }
}
@media print {
    html, body, header, * {
        color: #000 !important;
        background-color: none!important;
        background-image: none!important;
        float: none!important;
        border: none!important;
        opacity: 1!important;
        width: 100%!important;
        text-align: left!important;
        font-family: sans-serif!important;
        line-height: 1.5em!important;
        margin-bottom: 10px!important;
        position: static!important;
    }
    img, nav, .left-column, .backto, .moon-bg, .triangles-inline {
        display: none!important;
    }
    .right-column {
        width: 100%;
        overflow: none;
        line-height: 1em;
        font-size: 1em;
        float: none;
        position: static;
        padding: 50px;
        margin: 0px;
    }
    #title {
        font-size: 1.2em;
        padding: 50px;
        margin: 0px;
    }
    footer {
        text-align: left;
    }
}
