html,body   {
    height: 100%;
}
@font-face  {
    font-family: "futura";
    src: url(images/FUTURAN.TTF);
}

/* css added for Kyle's password protected page */
#header {
    text-align: center;
    margin-top: 10%;
    width: 100%;
    height: 20%;
    font-family: "futura";
    font-size: 48pt;
    color: black;
}
#blocks {
    width: 100%;
    height: 30vw;
    margin-left: 6vw;
}
#deck, #statements, #letters, #docs {
    display: block;
    width: 12vw;
    height: 12vw;
    margin-top: 5%;
    background-color: blue;
    color: white;
    line-height: 15vw;
    text-align: center;
    font-family: "futura";
    font-size: 24pt;
    float: left;
    margin: 5vw;
}
#footer {
    text-align: center;
    width: 100%;
    font-family: "futura";
    font-size: 14pt;
}
.passster-form  {
    width: 50vw;
}
#passster_password  {
    width: 50vw;
}

/* end css for Kyle page */

#menu-contain   {
    display: block;
    width: 100%;
    height: 90px;
    background-color: white!important; /* rgba(50,50,50,.5); */
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
/*    border-bottom: 1px solid rgb(230,231,232);*/
}
#menu-contain img   {
    height: 60px;
    margin-left: 15%;
    padding-top: 15px;
}
#menu   {
    float: right;
    padding-right: 5%;
}
#menu li   {
    float: left;
    display: block;
    width: 150px;
    height: 90px;
    text-align: center;
    line-height: 90px;
    font-family: futura;
    font-size: 14pt;
    font-weight: normal;
    color: rgb(21,65,115);
}
#menu a,a:visited   {
    text-decoration: none;
    color: rgb(21,65,115)!important;
}
#menu a:hover   {
    text-decoration: none;
    color: #e67026!important;
}
#container  {
    height: 100%;
}
#top    {
    display: block;
    width: 100%;
    height: 60vh;
    margin-top: 90px;
}
#tleft  {
    width: 50%;
    height: 100%;
    float: left;
}
#tleft h1   {
    font-family: futura;
    font-weight: bold;
    font-size: 3em;
    color: rgb(21,65,115);
    padding-top: 25%;
    padding-left: 10%;
}
#tleft h2   {
    font-family: futura;
    font-weight: normal;
    font-size: 2em;
    color: #666;
    padding-top: 20px;
    padding-left: 10%;
    padding-right: 10%;
}
/* #tright {
    width: 50%;
    height: 100%;
    float: left;
    background-image: url(images/driven.jpg);
    background-size: cover;
    background-repeat: no-repeat;
} */

#tright   {
    width: 50%;
    height: 60vh;
    float: left;
}


/*  RESPONSIVE  Design  TOP*/
@media only screen and (max-width: 780px) {
    #top    {
        height: 60vh;
    }
    #tleft  {
        position: absolute;
        left:0;
        top:0;
        z-index: 100;
        width: 100%;
        height: 90vh;
        float: none;
        background-color: rgba(192,192,192,0.7);
    }
    #tleft h1   {
        font-size: 2.5em;
        padding-top: 100px;
    }
    #tleft h2   {
        font-size: 1.5em;
        color: white;
    }
    #tright video {
        display: none;
    }
    #tright {
        background-image: url(images/driven.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        position: absolute;
        left:0;
        top:0;
        z-index: -100;
        width: 100%;
        height: 90vh;
        float: none;
    }
}

/* TEST Pages for SIMPLE Homepage */
#char   {
    width: 100%;
    height: 100vh;
    background-image: url(images/clt-blank-16-9.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}
#cleft  {
    width: 50%;
    margin-top: 200px;
    left: 0;
    z-index: 100;
}
#cleft h1   {
    font-family: futura;
    font-weight: bold;
    font-size: 3em;
    color: rgb(21,65,115);
    padding-top: 5%;
    padding-left: 20%;
}
#cleft h2   {
    font-family: futura;
    font-weight: normal;
    font-size: 2em;
    color: black; /* #666*/
    padding-top: 20px;
    padding-left: 20%;
    padding-right: 10%;
}

#char2   {
    width: 100%;
    height: 100vh;
    background-image: url(images/clt-1-sm.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}
#cleft2  {
    width: 50%;
    margin-top: 350px;
    margin-left: auto;
    margin-right: auto;
    z-index: 100;
    background-color: rgba(255,255,255,.7);
}
#cleft2 h1   {
    font-family: futura;
    font-weight: bold;
    font-size: 3em;
    color: rgb(21,65,115);
    padding-top: 5%;
    padding-left: 20%;
}
#cleft2 h2   {
    font-family: futura;
    font-weight: normal;
    font-size: 2em;
    color: black; /* #666*/
    padding-top: 20px;
    padding-bottom: 5%;
    padding-left: 20%;
    padding-right: 10%;
}


/* vidtest.htm testing css */
#vtop   {
    width: 100vw;
    height: 100vh;
    position: relative;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255,.5);
}
#vback  {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    top: -25%;
    left: 0;
}
#vback video    {
    position: relative;
    top: -25%;
    z-index:-100;
    overflow: hidden;
}
#tagline    {
    z-index: 100;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    top: 25%;
    font-family: futura;
    font-size: 50pt;
    font-weight: bold;
    color: rgb(74,74,76);/*(rgb(21,67,116);*/
    line-height: 75pt;
}
#arrow  img {
    width: 5%;
    margin-left: auto;
    margin-right: auto;
}
#vleft  {
    width: 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}
#vleft h1   {
    font-family: futura;
    font-weight: bold;
    font-size: 3em;
    color: rgb(21,65,115);
    padding-top: 5%;
    padding-left: 20%;
}
#vleft h2   {
    font-family: futura;
    font-weight: normal;
    font-size: 2em;
    color: black; /* #666*/
    padding-top: 20px;
    padding-left: 20%;
    padding-right: 10%;
}


#mid    {
    position: absolute;
    display: block;
    width: 100%;
    height: 80vh;
    background-color: rgb(230,231,232);
}
#mid h3 {
    display: none;
    font-family: futura;
    font-size: 1.5em;
}
#mid-head   {
    width: 100%;
    text-align: center;
    font-family: futura;
    font-weight: bold;
    font-size: 3em;
    color: rgb(21,65,115);
    padding-top: 75px;
    margin-bottom: 25px;
}
#strat1 {
    margin-left: 15%;
    width: 20vw;
    height: 20vw;
    float: left;
    background-image: url(images/map.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    border: 1px solid black;
}
#strat2 {
    margin-left: 5%;
    width: 20vw;
    height: 20vw;
    float: left;
    background-image: url(images/compass.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    border: 1px solid black;
}
#strat3 {
    margin-left: 5%;
    width: 20vw;
    height: 20vw;
    float: left;
    background-image: url(images/coins.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    border: 1px solid black;
}
#mid-titles {
    display: block;
    width: 100%;
}
#mid h2 {
    display: block;
    width: 20vw;
    float: left;
    position: relative;
    left: 15%;
    text-align: center;
    font-family: futura;
    font-size: 1.5em;
    color: black;
    margin-right: 5%;
    margin-top: 15px;
}

/*  RESPONSIVE  Design  MID & Strategies*/
@media only screen and (max-width: 780px) {
    #mid    {
        height: auto;
        overflow: visible;
        padding-bottom: 75px;
    }
    #mid-head   {
        font-size: 2em;
    }
    #strat1, #strat2, #strat3   {
        float: none;
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto;
        width: 70vw;
        height: 70vw;
    }
    #mid h3 {
        display: block;
        margin-left: auto;
        margin-right: auto;
        height: 25px;
        padding-top: 5px;
        text-align: center;
        width: 50%;
    }
    #mid-titles {
        display: none;
    }
}




#bot    {
    display: block;
    width: 100%;
    height: 80vh;
}
#bot-head   {
    width: 100%;
    text-align: center;
    font-family: futura;
    font-weight: bold;
    font-size: 3em;
    color: rgb(21,65,115);
    padding-top: 75px;
    margin-bottom: 25px;
}
#bleft1 {
    width: 50%;
    height: 70vh;
    float: left;
}
#bleft1 h1  {
    font-family: futura;
    font-weight: bold;
    font-size: 2.5em;
    color: rgb(21,65,115);
    padding-top: 25%;
    padding-left: 10%;
    
}
#bleft1 h2   {
    font-family: futura;
    font-weight: normal;
    font-size: 1.5em;
    color: #666;
    padding-top: 20px;
    padding-left: 10%;
    padding-right: 10%;
}
#bright1    {
    width: 50%;
    height: 70vh;
    float: left;
    background-image: url(images/fund-res.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
#bleft2 {
    width: 50%;
    height: 70vh;
    float: left;
    background-image: url(images/integrity.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
#bright2    {
    width: 50%;
    height: 70vh;
    float: left;
}
#bright2 h1  {
    font-family: futura;
    font-weight: bold;
    font-size: 2.5em;
    color: rgb(21,65,115);
    padding-left: 10%;
    padding-top: 25%;
}
#bright2 h2   {
    font-family: futura;
    font-weight: normal;
    font-size: 1.5em;
    color: #666;
    padding-top: 20px;
    padding-left: 10%;
    padding-right: 10%;
}
#bottom {
    height: 50vh;
    width: 100%;
    background-color: rgb(21,65,115);
    color: white;
    font-family: futura;
    font-size: 14pt;
    text-align: center;
}
#bottom p   {
    text-align: center;
    padding-top: 90px;
}



/*  RESPONSIVE  Design  BOTTOM */
@media only screen and (max-width: 780px) {
    #bot-head   {
        font-size: 2em;
    }
    #bot h1  {
        font-size: 2em;
    }
    #bot h2  {
        color: white;
    }
    #bleft1 {
        float: none;
        position: relative;
        left:0;
        z-index: 100;
        background-color: rgba(192,192,192,.7);
        width: 100%;
    }
    #bright1    {
        float: none;
        position: relative;
        left:0;
        top: -70vh;
        z-index: -100;
        width: 100%;
    }
    #bright2    {
        float: none;
        position: relative;
        left:0;
        top:-70vh;
        z-index: 100;
        background-color: rgba(192,192,192,.7);
        width: 100%;
    }
    #bleft2 {
        float: none;
        position: relative;
        left:0;
        z-index: -100;
        width: 100%;
    }
}










#name   {
    width: 100%;
    padding-top: 10%;
    font-family: arial;
    color: white;
    text-align: center;
}
#name h1    {
    font-size: 75px;
    font-weight: bold;
}
#name h2    {
    font-size: 30px;
    font-weight: normal;
    padding-top: 5%;
}
#down   {
    position: absolute;
    float: none;
    width: 100px;
    margin-left: auto;
    margin-right: auto;
}
#down img   {
    width: 100px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60vh;
    z-index: 200;
}
#discuss    {
    width: 100%;
    height: 35vh;
    background-color: #999;
    font-family: arial;
    color: white;
}
#discuss h3 {
    font-size: 28pt;
    font-weight: bold;
    padding-top: 5%;
    padding-left: 10%;
    padding-bottom: 15px;    
}
#discuss p    {
    font-size: 20pt;
    font-weight: normal;
    color: black;
    padding-left: 10%;
}
#contact-home    {
    width: 100%;
    height: 50vh;
    background-color: #333;
    font-family: arial;
    color: white;
    padding-top: 5%;
    padding-left: 10%;
}
#contact-home h3    {
    font-size: 28pt;
    font-weight: bold;
    padding-bottom: 15px;
}
.address-block  {
    float: left;
    width: 25%;
}
.address-block h4   {
    font-size: 20pt;
    font-weight: bold;
}
.address-block p    {
    font-size: 16pt;
    font-weight: normal;
}
#team-top   {
    width: 100%;
    height: 80vh;
    background-image: url(images/team-top3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

/*
Theme Name: BlankSlate
Theme URI: https://github.com/tidythemes/blankslate
Author: TidyThemes
Author URI: http://tidythemes.com/
Description: <strong>UPDATE</strong> - 4.0+ is here, completely overhauled, yet again. As always, <a href="http://tidythemes.com/concept/#upgrading">use caution when upgrading</a> (tidythemes.com/concept/#upgrading) and <a href="http://tidythemes.com/concept/">learn the TidyThemes concept</a> (tidythemes.com/concept). &nbsp; &rarr; <em><strong>CAUTION</strong>: If you're child theming or have clients that are child theming on top of BlankSlate (not the recommended use), please do not blindly upgrade to newer versions.</em> &nbsp; &rarr; <strong>DESCRIPTION</strong>: BlankSlate is the definitive WordPress HTML5 boilerplate starter theme. We've carefully constructed the most clean and minimalist theme available anywhere for designers/developers to use as a base/foundation to build websites for clients or to build completely custom themes from scratch to release faster. Clean, semi-minified, unformatted and valid code, SEO-friendly, no programmer comments, standardized and as white label as possible and most importantly, CSS reset for cross-browser-compatability and no intrusive visual CSS styles added whatsoever. A perfect skeleton theme that blows any others like it (the subsequent underscores.me for example) completely out of the water, as they're simply too overcomplicated for what people really want in this kind of theme. Now comes with jQuery enqueued and ready to go. &nbsp; &rarr; <strong>SUPPORT</strong>: Please use the <a href="http://tidythemes.com/forum/">official support forum</a> (tidythemes.com/forum). Comments and suggestions for improving BlankSlate, please see "<a href="http://tidythemes.com/tidythemes-sucks/">TidyThemes Sucks!</a>" (tidythemes.com/tidythemes-sucks). Just getting started? <a href="http://tidythemes.com/want-to-learn-css/">Want to learn CSS?</a> (tidythemes.com/want-to-learn-css) &nbsp; &rarr; <strong>WHAT'S NEW?</strong>: We stripped down as much custom, extraneous, superfluous junk code as we could and greatly improved the HTML5 structure. <a href="http://make.wordpress.org/themes/author/chipbennett/">Chip Bennett</a> (make.wordpress.org/themes/author/chipbennett), a highly experienced programmer and official WordPress administrator, worked closely with us to audit the theme code for quality. <a href="http://themes.trac.wordpress.org/changeset?old_path=/blankslate/3.3&new_path=/blankslate/4.0">See</a> (themes.trac.wordpress.org/changeset?old_path=/blankslate/3.3&new_path=/blankslate/4.0) just how much we've revamped things. Last, but not least, BlankSlate has now been <a href="https://github.com/tidythemes/blankslate">opened up on GitHub</a> (github.com/tidythemes/blankslate) if anyone would like to make suggested code additions/improvements. Thank you for using BlankSlate.
Version: 4.0.4
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Tags: one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Text Domain: blankslate

BlankSlate WordPress Theme © 2011-2017 TidyThemes
BlankSlate is distributed under the terms of the GNU GPL
*/

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{font-size:100%;font:inherit;padding:0;border:0;margin:0;vertical-align:baseline}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}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}.clear{clear:both}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}.screen-reader-text{clip:rect(1px, 1px, 1px, 1px);position:absolute !important}