/*! HTML5 Boilerplate v5.0.0 | MIT License | http://h5bp.com/ */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,700,100);

html {
    font-family: Roboto, sans-serif;
    color: ghostwhite;
    line-height: 1.4;
    -webkit-font-smoothing: antialiased;
}

::-moz-selection {
    background: #f6ffd5;
    text-shadow: none;
}
::selection {
    background: #f6ffd5;
    text-shadow: none;
}

body {background: #d7eef4;}

.dark-bg {background: #133a44;}
.light-bg {background: ghostwhite;}

img,
embed,
object,
video {
    max-width: 100%;
}

audio,
canvas,
iframe,
img,
svg,
video {vertical-align: middle;}

#parent {display: table;}

#child {
    display: table-cell;
    vertical-align: middle;
}

.spaced img {
    display: inline-block;
    padding: 0.4rem;
    vertical-align: top;
    }
    h2 {
        display: inline-block;
        padding: 0.4rem;
        vertical-align: middle;
    }

p {
    color: ghostwhite;
    padding: 0.4rem;
}

.text
    h1 {
        font-family: "Roboto Black", sans-serif;
        margin: 0.7rem 2rem 0 2rem;
        font-size: 1.6rem;
    }
    h2 {
        font-family: "Roboto Black", sans-serif;
        margin: 0.7rem 2rem 0 2rem;
        font-size: 1.3rem;
        font-style: italic;
    }
    p {margin: 0.7rem 2rem 0 2rem;}

a, a:visited {color:ghostwhite; text-decoration: underline; font-style: italic; font-weight: bold;}
a:hover, a:active {color: #ff2a2a; outline: none;}

.center {text-align: center;}
.right {text-align: right; float: right; display:block;}
.left {text-align: left; float: left; display:block;}
.top {vertical-align: top;}
.bottom {vertical-align: bottom}
.middle {vertical-align: middle;}
.block {display: block;}
.inline {display: inline;}
.inline-block {display: inline-block;}
.align-right {align: right; text-align: right;}
.align-left {align: left; text-align: left;}
.pad {padding: 1rem;}
.margin-right {margin: 0 1rem 0 0;}
.margin-left {margin: 0 0 0 1rem;}
.margin-left-right {margin: 0 1rem 0 1rem;}
.margin-top {margin: 1rem 0 0 0;}
.margin-bottom {margin: 1rem 0 1rem 0;}
.margin-top-bottom {margin: 0 0 1rem 0;}
.margin-all {margin: 1rem 1rem 1rem 1rem;}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.hidden {
    display: none !important;
    visibility: hidden;
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.clearfix:after {
    clear: both;
}
.clearfix { *zoom: 1; }

/* =Gridiculous
-------------------------------------------------------------- */
/**{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box}
body{font-size:100%;line-height:1.6875}*/
.grid{margin:0 auto;max-width:1200px;width:100%}
img{max-width:100%;height:auto;display:block;margin-left:auto;margin-right:auto}
.wfull{width:100%;max-width:100%}
.w320{max-width:320px}
.w640{max-width:640px}
.w960{max-width:960px}
.row{width:100%;margin-bottom:20px}
.row .row{width:auto;margin:0 -20px}
.c1{width:8.33%}
.c2{width:16.66%}
.c3{width:25%}
.c4{width:33.33%}
.c5{width:41.66%}
.c6{width:50%}
.c7{width:58.33%}
.c8{width:66.66%}
.c9{width:75%}
.c10{width:83.33%}
.c11{width:91.66%}
.c12{width:100%}
.c1,.c2,.c3,.c4,.c5,.c6,.c7,.c8,.c9,.c10,.c11,.c12{min-height:1px;float:left;position:relative}
.s1{margin-left:8.33%}
.s2{margin-left:16.66%}
.s3{margin-left:25%}
.s4{margin-left:33.33%}
.s5{margin-left:41.66%}
.s6{margin-left:50%}
.s7{margin-left:58.33%}
.s8{margin-left:66.66%}
.s9{margin-left:75%}
.s10{margin-left:83.33%}
.s11{margin-left:91.66%}
.end{float:right!important}

@media handheld, only screen and (max-width: 768px), only screen and (max-device-width: 768px) and (orientation:portrait){
    body{font-size:90%}
    .row{margin-bottom:0!important}
    .c1,.c2,.c3,.c4,.c5,.c6,.c7,.c8,.c9,.c10,.c11,.c12{width:100%;margin-right:0;margin-left:0;margin-bottom:20px}
}

/* iPhone, etc portrait ---- */
/*@media only screen and (min-width: 320px) {
}

/!* iPhone, etc landscape ---- *!/
@media only screen and (min-width: 480px) {
}
*/

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
