﻿
* {
font-family: helvetica;
}
body, html, form {
    width:100%;
    height:100%;
    margin:0px;
    padding:0px;
}
.bioImage{
position: absolute;
top: 37px;
left: 69px;
width: 180px;
height: 200px;
                }
@font-face {
   src:url("../font/copperplate-gothic-light.ttf");
   src:url("../font/copperplate-gothic-light.eot");
   font-family: "Copperplate Gothic Light";   
   font-weight:bolder;
}
.fillCon {
width: 100%;
height: 100%;
padding: 0px;
margin: 0px;
}
.grayText {
    color: rgb(80, 80, 80);
}
.navText {
    float:right;
    color: #929292!important;
}
.navTextSelect {
    float:right;
    color: #000000;
}

.row {
max-width: 1024px;
}
a:hover, a:focus {
    color:black;
}
.bulletHeader {

}
.page2Article {
    margin-bottom: 5ex;
margin-top: 5ex;
background-color: white;
padding: 1em;
-webkit-box-shadow: 0px 2px 3px 3px #BDBDBD;
box-shadow: 0px 2px 3px 3px #BDBDBD;
}
.imgColorBox {
    background-color: rgba(140, 167, 190, 0.43);
    width: auto;
    padding: 0.5em 1.5ex;
    font-weight: lighter;
    letter-spacing: .6px;
    display: inline-block;
    font-family: serif;
    margin-left: 80px;
    max-width: 560px;
}
body {
background-color: rgb(236, 236, 236);
}
/** {
    font-family: "Copperplate Gothic Light";    
}*/
.custFont {
    font-family: "Copperplate Gothic Light";   
    font-weight:200;
    letter-spacing:1.4px;
    color: #727272;
    /*color:Black;*/
  
}
.custFontWhite {
    font-family: "Copperplate Gothic Light";   
    font-weight:200;
    letter-spacing:1.4px;
    color: white;

  
}
.fontInherit {
    font-family:inherit;
    font-weight:inherit;
    font-size:inherit;
}



.darkGreen {
color: #09584C;
}

.darkPurple {
    color: #7A027A;
}
.darkPurpleBack {
   background-color: #360136;
}
.lightGreen {
color: #66ACA1;
}



 
.gradientBlue {
    background: -moz-linear-gradient(left, rgba(0,42,60,1) 0%, rgba(0,42,60,0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,42,60,1)), color-stop(100%,rgba(0,42,60,0)));
    background: -webkit-linear-gradient(left, rgba(0,42,60,1) 0%,rgba(0,42,60,0) 100%);
    background: -o-linear-gradient(left, rgba(0,42,60,1) 0%,rgba(0,42,60,0) 100%);
    background: -ms-linear-gradient(left, rgba(0,42,60,1) 0%,rgba(0,42,60,0) 100%);
    background: linear-gradient(to right, rgba(0,42,60,1) 0%,rgba(0,42,60,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002a3c', endColorstr='#00002a3c',GradientType=1 );
}
.gradientGreen {
background: -moz-linear-gradient(left,  rgba(0,60,51,1) 0%, rgba(0,60,51,0) 94%, rgba(0,60,51,0) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(0,60,51,1)), color-stop(94%,rgba(0,60,51,0)), color-stop(100%,rgba(0,60,51,0))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(0,60,51,1) 0%,rgba(0,60,51,0) 94%,rgba(0,60,51,0) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(0,60,51,1) 0%,rgba(0,60,51,0) 94%,rgba(0,60,51,0) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(0,60,51,1) 0%,rgba(0,60,51,0) 94%,rgba(0,60,51,0) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(0,60,51,1) 0%,rgba(0,60,51,0) 94%,rgba(0,60,51,0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003c33', endColorstr='#00003c33',GradientType=1 ); /* IE6-9 */

}
.siteButton {
background-color: #4d90fe;
border: 1px solid #2A6EDB;
color: #fff;
-webkit-border-radius: 2px;
border-radius: 2px;
cursor: pointer;
font-size: 14px;
font-weight: bold;
height: 27px;
line-height: 27px;
min-width: 54px;
padding: 0 8px;
margin-right: 24px;
-webkit-transition: background-color 400ms ease-out;
-moz-transition: background-color 400ms ease-out;
transition: background-color 400ms ease-out;
}
.siteButton:hover {
background-color: #264C8A;
}
       .imgBio {
       width:40%;text-align: center;
       }
       .lblBioCon {
 width: 59%;
line-height: 140%;
letter-spacing: 0.5px;
padding-left: 2ex;
padding-right: 2ex;
       }
.centerCon {
margin-left:auto;
margin-right:auto;
}
.inline {
    display:inline-block;
    vertical-align:top;
}


        .fadein {
position: relative;
height: 380px;
        }

            .fadein img {
                position: absolute;
                left: 0;
                top: 0;
            }



.colorBlue {
    color:#003247;
}
.colorGreen {
    color:#003c33;
}
.colorGray {
    color:#606c77;
}

.backBlue {
     background-color:#003247;
}
.backGreen {
    background-color:#003c33;
}
.backGray {
    background-color:#606c77;
}
.gradientLeft {
background: rgb(255,255,255); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(255,255,255,1) 38%, rgba(237,237,237,1) 99%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(38%,rgba(255,255,255,1)), color-stop(99%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(255,255,255,1) 38%,rgba(237,237,237,1) 99%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(255,255,255,1) 38%,rgba(237,237,237,1) 99%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(255,255,255,1) 38%,rgba(237,237,237,1) 99%); /* IE10+ */
background: linear-gradient(to right,  rgba(255,255,255,1) 38%,rgba(237,237,237,1) 99%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=1 ); /* IE6-9 */

}
.gradientRight {
background: rgb(237,237,237); /* Old browsers */
background: -moz-linear-gradient(left,  rgba(237,237,237,1) 0%, rgba(255,255,255,1) 54%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(237,237,237,1)), color-stop(54%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(237,237,237,1) 0%,rgba(255,255,255,1) 54%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(237,237,237,1) 0%,rgba(255,255,255,1) 54%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(237,237,237,1) 0%,rgba(255,255,255,1) 54%); /* IE10+ */
background: linear-gradient(to right,  rgba(237,237,237,1) 0%,rgba(255,255,255,1) 54%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff',GradientType=1 ); /* IE6-9 */

}



.bioTitle {
color: white;
font-size: larger;
font-family: "Copperplate Gothic Light";
padding-top: .3ex;
padding-left: .5em;
letter-spacing: 1.6px;
padding-bottom: .5ex;
background-color: #555555;
}
.custHeader {
font-family: "Copperplate Gothic Light";
letter-spacing: .4px;
color: #8b008b;
font-weight: 200;
font-size: 20px;
margin-top: 4px;
margin-bottom: 4px;
}
.topMainCon {
    margin-top: 10%;
    position: absolute;
    z-index: 2;
    width: 100%;
    text-align: center;
}
.contactCon {
    position: absolute;
    top: 467px;
    text-align: center;
    line-height: 180%;
}
.fillConCon {
    width: 100%;
    height: 630px;
}
.smlPadding {
    padding: 0em 10em;
}
.linkCom {
    line-height: 200%;
    margin: auto;
    margin-top: 1em;
    width: 80%;
    padding: 3em;
}

.contactConCon {
    line-height: 200%;
    margin: auto;
    margin-top: 1em;
    width: 80%;
    padding: 3em;
}
.smlHeader {

    padding:0px;
    margin:0px;
}
.navBarHome {
    width: 75px;

            }
.navBarAbout {
    width: 75px;

            }
.navBarLinks {
    width: 74px;

            }
.navBarContact {
    width: 79px;

            }
.navBarMeeting {

    width: 167px;
            }
.navBarCon {
    height: auto;
    padding-right: 0px;
    margin-top: 8px;
}







@media only screen and (orientation: portrait) {

}
/*phone*/
@media only screen and (min-width: 0px ) and (max-width: 510px) {
       
     .imgColorBox {
        background-color: rgba(140, 167, 190, 1);
    }
    
    .navTextSelect {
        float: left;
        margin-left: 0em;
    }

    .navText {
        float: left;
        margin-left: 0em;
    }

    .navBarCon {
        line-height: 150%;
    }

    .navBarHome {
        width: 100%;
    }

    .navBarAbout {
        width: 100%;
    }

    .navBarLinks {
        width: 100%;
    }

    .navBarContact {
        width: 100%;
    }

    .navBarMeeting {
        width: 100%;
    } 

        .contactConCon {
        width: 100%;
        padding: 1em;
        text-align: left;
    }

    .linkCom {
        width: 100%;
        padding: 1em;
    }

    .imgBio {
        display: block;
        width: 100%;
    }

    .lblBioCon {
        display: block;
        width: 100%;
    }

    .smlPadding {
        padding: 0em 4em;
    }

    .fillConCon {
        height: auto;
    }

    .contactCon {
        position: relative;
        top: 0px;
        margin-top: 2ex;
    }

    .topMainCon {
        margin-top: 6%;
        position: relative;
    }

    .foldedPapperBackGround {
        display: none;
    }

    .bioImage {
        display: none;
    }

    .imgColorBox {
        max-width: 90%;
        margin-left: 0px;
    }

 }
/*tablet*/
@media only screen and (min-width: 510px) and (max-width: 990px) {
    .imgColorBox {
        background-color: rgba(140, 167, 190, 1);
    }
    
       .contactConCon {
        width: 100%;
        padding: 1em;
        text-align: left;
    }

    .linkCom {
        width: 100%;
        padding: 1em;
    }

    .imgBio {
        display: block;
        width: 100%;
    }

    .lblBioCon {
        display: block;
        width: 100%;
    }

    .smlPadding {
        padding: 0em 4em;
    }

    .fillConCon {
        height: auto;
    }

    .contactCon {
        position: relative;
        top: 0px;
        margin-top: 2ex;
    }

    .topMainCon {
        margin-top: 6%;
        position: relative;
    }

    .foldedPapperBackGround {
        display: none;
    }

    .bioImage {
        display: none;
    }

    .imgColorBox {
        max-width: 90%;
        margin-left: 0px;
    }



 }
/*1024*/
@media only screen and (min-width: 990px) {

 }
@media only screen and (min-width: 1280px) {

 }
@media only screen and (min-width: 1280px) and (min-height: 811px) {

 }
@media only screen and (min-width: 1360px) {

 }
@media only screen and (min-width: 1440px) {

 }
@media only screen and (min-width: 1910px) {

 }