@charset "UTF-8";
/* CSS Document */

html, body {
	margin: 0px;
	height: 100%;
	color: #000;
    font-family: EurostileReg;
    font-size: .95em;
    
  
}

    @font-face {
  font-family: EurostileLT;
  src: url("fonts/EurostileLTStd-Demi.otf");
}

    @font-face {
  font-family: EurostileReg;
  src: url("fonts/EurostileLTStd.otf");
}



    
img
{  border-style: none;
}


    
a:link	 {
	color: white;
	text-decoration: none;
}

a:visited	{
	color: white;
	text-decoration: none;
}

a:active	{
	color: #999999;
	text-decoration: none;
}

a:hover	{
	color: #999999;
	text-decoration: none;
}


 
    
a.btm:link {color:#0000ff;}
a.btm:visited {color:#0000ff;}
a.btm:hover {color:#0000ff;}    
    

.hdr01 {
    
	height: 100px;
	width: 100%;  
    min-width: 300px;
    background-color: #2d4561;
    background-repeat: repeat-x;
    background-size: 1px 110px;
    position: fixed;
    z-index: 300;
 
    }

#myLogo {
        position: relative;
        transition: 0.9s;
         top-margin: 4px;
         z-index: 7;
        float: left;
    }

   






#hdr02{
      width: 100%;
        height: 34px;
        clear: both;
        position: fixed;
        margin-top: 98px;
     
    }
    
#hdrrepleft {
        float: left
    }    
    
    
#hdr02rep {
        float: none;
        overflow: hidden;
        height: 34px;
        background-image: url("image/hdr02rep.png"); 
        background-size: 2px 34px;
        background-repeat:repeat-x;       
        
    }    
    

    
    
    
#myMenu-icon{
    z-index: 51;   
    margin-top: 20px;
    margin-right: 1px;
    transition: 0.9s;
    position: relative;
    float: right;
    height: 70px;
    width: 70px;
  
       
    } 
    
#myMenu-icon02{
    z-index: 51;   
    margin-top: 20px;
    transition: 0s;
    position: relative;
    float: right;
    height: 0px;
    width: 70px;
    overflow:hidden;
    margin-right: -70px
       
    } 
    
    


    
.topdiag {

	float: left;
    width: 100%;
    height: 20px;
    background-image: url("image/sage01-hdrrep.png"); 
    background-size: 3000px 20px;
    background-repeat: no-repeat;
    background-position: 610px 0px;
	 
    }    
    

 
#contactmain {
     float: right;
     margin-right: 80px;
     margin-top: 35px; 
     height: 75px;
     width: 450px;
     
    }   

    
#contactlabel {
        float: left;
    margin-left: 220px;
        width:73;
        height: 21;
        margin-top: 4px;     
    } 

#contactvert {
        height: 28px;
        width: 1px;
        background-color: rgba(255, 255, 255, 0.5);
        float: left;
        margin-left: 18px;
        margin-right: 8px;
        
    }


#phoneicon {
        Float:right;
        height: 29px;
        width: 28px;
        margin-right: 10px;
        transition: .7s; 
    }
    
#emailicon {
        Float:right;
        height: 29px;
        width: 28px;
        margin-right: 10px;
        transition: .7s; 
    
    }
    
#locateicon {
        Float:right;
        height: 31px;
        width: 40px;
        transition: .7s;   
    }


.icon:hover {opacity: 0.5;}  

#phonenumber {
        color: white;
        float: right;
        margin-top: 9px;
        margin-right: -100px;
        opacity: 0;
        height: 0px;
    text-align: right;
        overflow:hidden;
        transition: .5s;
    
    
    }
    
#emailaddy {
        color: white;
        float: right;
        margin-top: 7px;
        margin-right: -135px;
        opacity: 1;
        height: 0px;
        overflow: hidden;
        transition: .5s;
    
    }
    
#office {
        color: white;
        float: left;
        margin-top: 5px;
        margin-left: 10px;
        opacity: 0;
        height: 0px;
        overflow: visible;
        transition: .5s;
    
    }   

    
#services02 {
        line-height: 2.5em;
    }
    



    
.icon:hover {opacity: 0.5;}         

    
  
    
.buffer{
        clear: both;
        height: 180px;
 
        
    }
  

   
.buffer02{
        clear: both;
        height: 0px;
    }

.buffer03{
        clear: both;
        height: 115px;
    display: block;
  
    }



.buffer04{
        clear: both;
        height: 20px;
    display: block;
  
    }

.break{
        clear: both;
        height: 1px;
  
    }

 
 


    




    


.sidenav02 {

  min-height: 1000px;
  width: 0; 
  position: fixed;
  z-index: 50;
  left: 0;
  transition: 0.5s;
  margin-top: 104px;
  overflow: hidden; /* show scrollbars */
  font-size: 1.1em;
  
}



#sidenavext {

  min-height: 100%;
  width: 0; 
  position: fixed;
  z-index: 49;
  left: 0px;
  transition: 0.5s;
  margin-top: 115px;
    overflow: hidden; /* show scrollbars */
    font-size: 18px;
  color: white;
   background-color: rgba(0, 0, 0, 0.5);
}



#sidenavext02 {

    min-height: 100%;
  width: 0; 
  position: fixed;
  z-index: 49;
  left: 0px;
  transition: 0.5s;
  margin-top: 0px;
    padding-top: 50px;
    overflow: hidden; /* show scrollbars */
    font-size: 18px;
  color: white;
   background-color: rgba(0, 0, 0, 0.5);
}






.nav02 a { 
  text-decoration: none;
  color: white;
  display: block;
  transition: 0.7s;
         
}





.sidenav {

  min-height: 1000px;
  width: 0; 
  position: fixed;
  z-index: 50;
  left: 0;
  transition: 0.5s;
  margin-top: 127px;
  overflow: hidden; /* show scrollbars */
  font-size: 1.1em;
  
}


 
.nav01 {
    width: 338px;
    height: 65px;
    margin-bottom: 1px;
    background-color: rgba(0, 0, 0, 0.5);
    line-height: 4;
    text-align: left;
    padding-left: 70px;
    transition: 0.7s;
    color: white;
    
}

.nav02 {
    width: 338px;
    height: 160px;
    background-color: rgba(0, 0, 0, 0.5);
    margin-bottom: 1px;
    text-align: left;
	padding-top: 17px;
    padding-left: 70px;
    transition: 0.7s;
    
}  
   

.nav01:hover {background-color: rgba(0, 0, 0, .7)}    
.nav02:hover {background-color: rgba(0, 0, 0, .7)}   
.nav03:hover {background-color: rgba(0, 0, 0, .7)}
.nav04:hover {background-color: rgba(50, 69, 95, 1)}  


 #services {
        line-height: 1;
    }

    
.nav03 {
    width: 570px;
    height: 100vh;
    max-height: 1000px;
    margin-bottom: 1px;
    background-color: rgba(0, 0, 0, 0.5);
    line-height: 1.5;
    text-align: left;
    padding-left: 70px;
    padding-top: 15px;
    font-size: .8em;
    transition: .7s;
}      
    

.nav04 {
    width: 338px;
    height: 120px;
    margin-bottom: 1px;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    line-height: 2;
    text-align: left;
    padding-left: 70px;
    padding-top: 12px;
    transition: 0.7s;
    font-size: .8em;
    
} 

    
.nav02 a:hover { 
  text-decoration: none;
  color: rgba(240, 240, 240, 0.5);
  display: block;
  transition: 0.7s;
         
}


.nav04 a:hover { 
  text-decoration: none;
  color: rgba(240, 240, 240, 0.5);
  transition: 0.7s;
         
}







    
    
#copyright {
    height:10px;    
    font-size: .8em;
        bottom: 2;
        position: absolute;
      
    display: block;
    
    }
   
 



  #btmdiags{
    clear:both;
    width: 100%;
    height: 15px;
    background-image: url("image/btm-diag.png");
    background-size: auto 19px;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: -25px;
    opacity: .5;
    overflow: hidden;
        
    }   
    
.footer {
  position: relative;
  height: 40px;
  left: 0;
  bottom: 0;
  padding-top: 10px;
  width: 100%;
  text-align: center;
  background-color: rgba(219, 219, 219, .5);
  z-index: 200;
}



  
#plogos{
  float: left;
  height: 60px;
  width: 100%;
  margin-top: -10px;
    }    
    
#plogosint{
        margin-top: 1px;
        margin-right: auto;
        margin-left: auto;
        width: 900px;
        position: relative;
        z-index: 5;
        
    }
    
   #plogosint img {
        margin-left: 15px;
     
    }
    




.footera {
  position: relative;
  height: 120px;
    padding-top: 11px;
  left: 0;
  bottom: 0px;
  width: 100%;
  text-align: center;
 
  
    margin-top:auto;
}


.footer02 {
  position: relative;
  height: 100px;
  left: 0;
  bottom: 0;
  padding-top: 20px;
  width: 100%;
  text-align: center;
  background-color: rgba(219, 219, 219, 1);
  z-index: 200;
}


.footer03 {
  position: fixed;
  height: 100px;
  left: 0;
  bottom: 0;
  padding-top: 20px;
  width: 100%;
  text-align: center;
  background-color: rgba(219, 219, 219, 1);
  z-index: 200;
}

.footer04 {
  position: fixed;
  height: 80px;
  left: 0;
  bottom: 0;
  padding-top: 20px;
  width: 100%;
  text-align: center;
  background-color: rgba(219, 219, 219, 1);
  z-index: 200;
}



#bodycontentcover{
    
}

#bodycontentcover03{
    
    background-repeat: no-repeat;
     background-color: black;
    background-size: cover;
    width: 100%;
    
    
}


.bodycontent {
    line-height: 1.7em;
    max-width: 950px;
    min-width: 700px;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    padding-right: min(100px, 10%);
    padding-left: min(100px, 10%);
    transition: .7s;
    opacity: 1;
        
    }    

.bodycontent02 {
    line-height: 1.5em;
    max-width: 950px;
    min-width: 700px;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    padding-right: min(100px, 10%);
    padding-left: min(100px, 10%);
     transition: .7s;
    opacity: 1;
        
    }  

.bodycontent03 {
    line-height: 1.5em;
    width: 45%;
   margin-top:-15px;
    padding-right: 50px;
    padding-left: 50px;
    padding-top: 15px;
    transition: .7s;
    background-color: rgba(255, 255, 255, 0.75);
    position: relative;
    overflow: auto;
    
    
        
    }   


.blockme {
    display: block;
}



.title01{
        font-size: 1.8em;
        font-weight: bold;
        color: #36455d;
        font-family: EurostileLT;
    }

 .title01blk{
        font-size: 1.8em;
        font-weight: bold;
        color: black;
        font-family: EurostileLT;
    }

 .title01grey{
        font-size: 2em;
        font-weight: bold;
        color: grey;
        font-family: EurostileLT;
    }
    
    
.title02{
        font-size: 1.2em;
        font-weight: bold;
        color: #666666;
        font-family: EurostileLT;
   
  
    }


.title02b{
        font-size: 1.2em;
       
        color: black;
        font-family: EurostileLT;
   
  
    }
    
    
.title03{
        font-size: 1.4em;
        font-weight: bold;
        color: #36455d;
        font-family: EurostileLT;
    }   
    
    
.title04{
        font-size: 1.2em;
        color: #666666;
       font-family: EurostileLT;
    }  


    
.title04w{
        font-size: 1.1em;
        color: white;
       font-family: EurostileLT;
    }  

.title04b{
        font-size: 1.1em;
        color: black;
       font-family: EurostileLT;
    }  





.bold{
        font-size: 1em;
        color: black;
       font-family: EurostileLT;
    }  
    
    
.quote01{
    width:80%;
    text-align: center;
    font-size: 1.5em;
    font-weight: regular;
    line-height: 1.5em;
    color: #666666;
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
    margin-right: auto;
    margin-left: auto;
    }    
    
.author{
        font-size: .7em;
        font-weight: regular;
        color: black;
        font-family: EurostileReg;
    }    
    
    
    
.textspacer{
        height: 15px;
        width: 100%;
    }    
    

.headshot {
	padding: 2px;
	border: thin solid rgba(151,151,151,.75);
	float: left;
	margin-right: 15px;
	margin-bottom: 13px;
    
}   

.headshot02 {
	padding: 2px;
	border: thin solid rgba(151,151,151,.75);
	float: left;
	margin-right: 15px;
	margin-bottom: 80px;
    
} 


.textwrap {
	padding-right: 5px;
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}   
    
.bodycontent02 img {
  width: 100%;
  height: auto;
}
    
#holder {
    background-color:yellow;
    width: 70%;
    height: 100%; 
    
}

.sqr {
    width: 20%;
    height: 20%;
    background-color: blue;
    float: left;
    margin: 2%;
    display: block;
  
}


#sqrint{
    margin-left: 340px;
    margin-top:55px;

}

#sqrint02{
    margin-left: 350px;
    margin-top:100px;

}

body {
  /* Fallback for browsers that don't support dvh */
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
    


@media screen and (max-width: 750px) {
  div.contacthide {
    display: none;
  }
}

img {
  max-width: 100%;
  height: auto;
}


