/* Basic styling */
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
body {
    font-family: sans-serif;
    max-width: 1920px;
    margin: auto;
}

nav {
    background: #1E3966;
    padding: 5px 20px;
}
ul {
    list-style-type: none;
}

#skip a
{
position:absolute;
left:-10000px;
top:auto;
width:1px;
height:1px;
overflow:hidden;
}
 
#skip a:focus
{
position:absolute;
left:10px;
top:10px;
width:auto;
height:auto;
color: white;
outline: 2px dashed white;
}

#skipdesc a
{
position:absolute;
left:-10000px;
top:auto;
width:1px;
height:1px;
overflow:hidden;
color: blue;
}
 
#skipdesc a:focus
{
position:absolute;
left:2%;
top:-20px;
width:auto;
height:auto;
outline: 2px dashed blue;
}

.menu a {
    color: white;
    text-decoration: none;
}

a {
    color: white;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    outline: 2px dashed #3364FF;
}

a:focus {
    text-decoration: underline;
    font-weight: bold;
    outline: 2px dashed #3364FF;
}


#show:focus {
    outline: 2px dashed #3364FF;
}

.logo a:hover {
    text-decoration: none;
}


.breadcrumb li {
    display: inline;
    color: black;
    padding: 5px;
    font-size: 12px;
}

.breadcrumb a {
    color: blue;
    text-decoration: underline;
    font-size: 12px;
}

.menu li {
    font-size: 16px;
    padding: 15px 5px;
    white-space: nowrap;
}
.logo a,
.toggle a {
    font-size: 20px;
}
#togglebtn {
-webkit-appearance: none;
-moz-appearance: none;
-webkit-border-radius: 0;
}

#togglebtn:focus {
    outline: 2px dashed #3364FF;
}

#expander:focus {
    outline: 2px dashed #3364FF;
}
.currentpage {
    font-weight: bold;
}

.item.button a:hover {
        text-decoration: none;        
  	/*background: #006d6d;*/
        outline:none;
    }

.button.secondary a:focus{
    outline: 2px dashed #3364FF;
}

.phone li{    
    align-items: left;   
}

.phone a:focus{     
    outline: 2px dashed #3364FF;  
}

main {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 30px;
    padding: 20px;
}
img { 
    max-width: 100%;
    height:auto;    	 
}

.mainscroll h1{    
    text-align: center;
    color: #1E3966;
    font-size: 28px;
    font-weight:normal;
}
.mainscroll img {
    display: block;    
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
}
.mainscroll p {
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight:bold;
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}

/*#promo {*/
.promo {    
    display: block;
    padding: 20px;
    border: 1px solid #aaaaaa;
    width: 85%;
    margin: auto;
    /*margin-left: auto;
    margin-right: auto;*/
    text-align: center;    
    color: black;
    /*font-weight: bold;*/    
}
    .promocell {
        padding: 20px;        
        text-align: center;            	
	border: 1px solid #aaaaaa;	
    }
        
    .cellimgctr {
	max-width: 150px;
        height: auto;        	       
    } 
       
  
    .cellimgrt {
	max-width: 150px;
        height: auto;
        /*float: right;*/
	float: center; 	       
    }    
    
    .cellimglt {
	max-width: 150px;
        height: auto;
        float: center;         	       
    }
    
    
/*#promo a:focus {*/
.promo a:focus {
	outline: 2px dashed #3364FF;
    }   
/*#showroom {*/
.showroom {
    width: 90%;
    display: block;    
    text-align: left;	
    padding-top: 50px;
    margin-top:10px;
    margin-right:auto;
    margin-bottom:10px;
    margin-left:auto;
    clear: left;		        		    						
}

/*#showroom .centered {*/
.showroom .centered {
    text-align: center;
    font-weight: bold;
}

.showroom .linkButton {
    background:  #ffffff;
    border: 1px solid #3364FF;
    color: #000080;
    outline: medium none;
    padding: 10px;
    text-decoration: none;
}
.showroom .linkButton:hover {
    background-color: #1E3966;    
    color: white;
    outline: 2px dashed #3364FF;
}
.showroom .linkButton:focus {
    outline: 2px dashed #3364FF;    
}

/*[role=tabpanel] {border-top:1px solid black; padding: .5em 0;}*/
[role=tablist] { padding: .2em 0;margin:0 10%;}
[role=tab] {border:2px solid black;padding: 3px 12px;margin:3px;}
[role=tab]:focus {outline: 5px solid #1E3966;}
[role=tab]:hover {outline: 2px dashed #3364FF;}
/*#tabs {border:1px solid black; text-align:center; margin:0 10%;}*/
/*.tabs:hover{border:2px dashed orange;}*/

/* The dots/bullets/indicators */
.dot {
  cursor: none;
  height: 20px;
  width: 20px;
  margin: 0 2px;
  background-color: #ddd;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  transition: background-color 0.6s ease;
}

/* Testimonial container holder */
.testimonial-container-holder {
  max-width: 980px;
  /*max-width: 1000px;*/
  position: relative;  
  margin: auto;
  border-style: solid;
  border-width: 1px;
  border-color:grey;
  /*padding: 5px;*/
  background-color: white;  
}

/* Testimonial container */
.testimonial-container {
  /*max-width: 980px;*/
  position: relative;
  /*border-style: solid;
  border-width: 1px;
  border-color:grey;*/
  margin-left: 10px;
  margin-right: 0px;
  padding-left: 0px;
  padding-right: 5px;  
}

   
.btn {     
    background-color: #1E3966;
    border: 1px solid #1E3966;
    color: #1E3966;
    padding: 5px 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin: 5px 5px;	 
}

.btn:hover {
    cursor:none;    
}

.btn:focus {
    outline: 2px dashed #3364FF;
    color: white;
}

.form-style-home input[type=submit], .form-style-home input[type=button]{
	background: #1E3966;	
        padding: 8px 15px 8px 15px;
	border: none;
	color: #fff;
}
.form-style-home input[type=submit]:hover, .form-style-home input[type=button]:hover {
	background: #3953a4;
}
.form-style-home input[type=submit]:focus, .form-style-home input[type=button]:focus{
	background: #1E3966;
	outline: 2px dashed #3364FF;
}

li #results:focus {
	outline: 2px dashed blue;
}

.subpagehdr {
    width: 90%;
    display: block;    
    text-align: center;	    
    margin-top:10px;
    margin-right:auto;
    margin-bottom:10px;
    margin-left:auto;    
}

.subpagehdr h2{
    color: #333333;
    font-size: 26px;        
}

/*#linedivcenter {*/
.linedivcenter {
    width: 10%;
    display: block;    
    text-align: center;	    
    margin-top:20px;
    margin-right:auto;
    margin-bottom:20px;
    margin-left:auto;
}
.linedivleft {
    width: 70%;        
    text-align: left;	    
    margin-top:15px;
    margin-right:0;
    margin-bottom:30px;
    margin-left:0;
}

hr {
    border: 2px solid #1E3966;
    border-radius: 2px;
}

.contentrowblank {
    width: 1%;
    height: 50px;
    display: block;
    clear: both;           	
    }
#spacerdiv {
    width: 20%;                
    float: left;
    /*border-style: solid;*/
    /*border-width: 1px;*/        
    padding-top: 20px;
    }
    


footer {     
    background: #1E3966;
    padding: 5px 10px;
    display: block;    
    text-align: center;
    color: white;
    clear: left;    
}
.footermenu {
    display: inline;
}
.footermenu li {    
    padding: 15px 5px;
    font-size: 13px;        
}
.footeritem {
    font-size: 12px;
    display: inline;
    width: auto;    
}



/* Mobile menu */
.menu {
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
    justify-content: center;
    align-items: center;
}
.logo {
    flex: 1;
    min-width:100px;   
    text-align: left;
}
.toggle {
    /*flex: 1;*/
    text-align: right;
    order: 3;    
}
.item.button {
    text-align: center;    
    width: auto;
    order: 1;
    display: block;
}
.item {
    width: 100%;
    text-align: center;
    order: 2;
    display: none;
}
.item.active {
    display: block;
}

 .button a {
        padding: 7.5px 15px;
        background: teal;
        border: 2px #006d6d solid;
    }
    
    .button.secondary a {
        background: transparent;    
    }
    
    .button a:hover {
        text-decoration: none;        
  	/*background: #006d6d;*/
    }
    .button a:focus {
        text-decoration: none;        
  	/*background: #006d6d;*/
    }
    .button:not(.secondary) a:hover {
        /*background: #006d6d;*/
        border-color: #005959;
    }

.skiptoMobile {
        display: inline;
        font-size: 16px;
}
.skipto {
        display: none;        
}
.gallerynav {
	display:block;
	list-style-type: none;
	text-align:center;
	margin:auto;
	max-width:80%;
}
#promocontent {
	width: 100%;
        display: block;
        margin: auto;
        font-size: 16px;
    }
    .promocontentrow {
	width: 100%;
        /*display: block;*/
	display: inline-block;
   	text-align: center;
	/*color: #565656;*/
        margin: auto;
	/*border-style: solid;
    	border-width: 1px;                
        clear: both;*/
    }
    
    .promoimgleft {
	width: 100%;
        float: center;
	margin: auto;
        text-align: center;        
        padding: 10px;
	/*border-style: solid;
    	border-width: 1px;*/       
    }
    .promotextright{
	width: 100%;
	/*height: 100%;*/
        float: left;
        text-align: center;
	/*margin: 20px auto;*/
        margin: 20px auto;
        padding: 5px;
	/*border-style: solid;
    	border-width: 1px; */      
    }    
    .promoimgright {
	width: 100%;
        float: center;
	margin: auto;
        text-align: center;        
        padding: 10px;
	/*border-style: solid;
    	border-width: 1px;*/      
    }
    .promotextleft {
	width: 100%;
	/*height: 100%;*/
        float: left;
        text-align: center;
        margin: 20px auto;                       
        padding: 5px;
	/*border-style: solid;
    	border-width: 1px;*/       
    }
    .promoimgleft img {
	max-width: 175px;
        height: auto;
    }
     .promoimgright img {
	max-width: 175px;
        height: auto;
    }
    .customimg {
	max-width: 175px;
	height:auto;
    }
    .customimg_lg {
	max-width: 320px;
	height:auto;
    }
    
 #content {
	width: 90%;
        display: block;
	margin-top:10px;
	margin-right:auto;
	margin-bottom:10px;
	margin-left:auto;
        padding: 20px;		
	}
    #contentrow {
	width: 100%;
        display: block;	        		    						
    }
    #contentrow h2{
	color: #660303;	        		    						
    }
    #contentbox1 {
	width: 100%;
	height: auto;
	float: left;
	border-style: solid;
	border-width: 10px;
	border-color: white;	
	background-color: #ddd;
	border-radius: 25px;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;	
    }
    #contentbox2 {       
	width: 100%;
	height: auto;
	float: left;
	/*border-style: double;*/
	/*border-width: 5px;*/
	/*border-color: #aaa;*/
        border-style: solid;
	border-width: 10px;
	border-color: white;	
	background-color: #ddd;
	border-radius: 25px;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;		
    }
    #contentbox3 {       
	width: 100%;
	height: auto;
	float: left;
	border-style: solid;
	border-width: 10px;
	border-color: white;	
	background-color: #ddd;        
	border-radius: 25px;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;		
    }
    #contentrowother {
	width: 100%;
        display: block;	        		    						
    }
    #contentrowother h2{
	color: #660303;		        		    						
    }
    #contentboxother {       
	width: 100%;
	height: auto;
	float: left;
	border-style: solid;
	border-width: 10px;
	border-color: white;	
	background-color: #ddd;        
	border-radius: 25px;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;	
    }
    .promospacerimg {
	height: 0px;
        width: 20px;
    }        
    
    .cellimglt {
	max-width: 150px;
        height: auto;
        /*float: center;*/         	       
    }
    #noticediff {
	width: 100%;
        display: block;
	margin: auto;
        /*clear: both;*/	        		    						
    }
    #noticediff h2{
	text-align: center;
	color: #1E3966;
	font-size: 24px;
	font-weight:normal;		        		    						
    }    
    #noticediffinsetrow {
        width: 100%;
	margin: auto;
        /*display: clear;*/
        text-align: left;
        font-size: .9em;
    }
    #noticediffinsetrow ul{
	list-style-type: disc;		        		    						
    } 
    #noticediffleft {       
	width: 50%;
        display: inline;
        float: left;        
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 0px;
        padding-bottom: 20px;	
    }
    #noticediffright {       
	width: 50%;
        display: inline; 
        float: right;       
        /*text-align: left;*/        
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 0px;
        padding-bottom: 20px;	
    }
    #subpageblurb {
        width: 100%;
        display: block;
        text-align: center;   
        margin-top:10px;
        margin-right:auto;
        margin-bottom:10px;
        margin-left:auto;        
        font-size: 18px;
        color: #333333;
    }    
    #aboutcontentrow {
        width: 90%;
        display: block;
        margin: auto;
        /*font-size: 16px;*/           	
    }
    #aboutcontent1 {    
        width: 100%;                
        float: left;    
        /*border-style: solid;*/
        /*border-width: 1px;*/        
        padding: 20px;              
    }
    #aboutcontent2 {
        width: 100%;       
        float: left;    
        text-align: left; 
        /*border-style: solid;*/
        /*border-width: 1px;*/
        #333333; 
    }
    /*#aboutcontent2row {*/
    .aboutcontent2row {
        width: 100%;
        display: block;
        clear: both;
    }
    #aboutcontent2insetrow {
        width: 100%;
        display: clear;
        /*font-size: 14px;*/
    }
    #aboutcontent2insetrow ul{
        list-style-type: disc;
    }
    #aboutcontent2left {
        width: 50%;
        display: inline;
        float: left;        
        text-align: left;        
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 0px;
        padding-bottom: 20px;
    }
    #aboutcontent2right {
        width: 50%;
        display: inline; 
        float: right;       
        text-align: left;        
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 0px;
        padding-bottom: 20px;
    }    
    #contactcontentrow {
        width: 95%;
        display: block;
        margin: auto;
        /*font-size: 16px;*/
        clear: both;           	
    }
    #contactcontent1 {    
        width: 100%;                
        float: left;    
        /*border-style: solid;*/
        /*border-width: 1px;*/   
        text-align: left;
        padding-top: 20px;        
        margin-bottom: 40px;              
    }
    #contactcontent2 {
        width: 100%;       
        float: left;                   
        text-align: left; 
        /*border-style: solid;*/
        /*border-width: 1px;*/
        color: gray;
        padding-top: 20px;
        padding-bottom: 60px;                                    
    }            
    #contactcontent3 {
        width: 100%;                      
        display: block;           
        /*text-align: left;*/ 
        /*border-style: solid;*/
        /*border-width: 1px;*/
        color: gray;
        padding-top: 20px;       
        padding-bottom: 20px;                  
    }
    #servicescontent {
	width: 90%;
        display: block;
        margin: auto;
		line-height: 1.25em;
        /*font-size: 18px;*/
    }
    .servicescontentrow {
	width: 100%;
        display: block;
	color: #333333;        
    }
    .servicesleft {
	width: 100%;
        float: left;	
        text-align: center;       
    }
    .servicesright{
	width: 100%;
        float: left;
        text-align: left;       
    }
    #certs {
	text-align:center;
 	margin-top:50px;
    }
    #certsrow {
	width: 100%;
        display: block;
	height: auto;
	/*text-align:center;
	margin:auto;*/	        		    						
    }    
    #certsbox1 {
	width: 100%;
	margin:auto;
	text-align:center;
	/*height: 175px;*/
	/*float: left;
	border-style: solid;
	border-width: 10px;
	border-color: black;	
	background-color: #ffffff;
	border-radius: 25px;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;*/	
    }
    #certsbox2 {       
	width: 100%;
	margin:auto;
	text-align:center;
	/*height: 175px;
	float: left;*/			
    }
    #certsbox3 {       
	width: 100%;
	margin:auto;
	text-align:center;
	/*height: 175px;
	float: left;*/			
    }
    #certsrowother {
	width: 100%;
        display: block;
		        		    						
    }
    #gallerydesc {
	width:98%;
	}
    
/* Tablet menu */
@media all and (min-width: 600px) {
    .menu {
        justify-content: center;
	/*align-items: center;*/
    }
    .logo {
        /*flex: 1;*/
        text-align:left;
    }
    .toggle {
        flex: 1;
        text-align: right;
    }
    .item.button {        
        width: auto;
        order: 1;
        text-align: center;
        display: block;
    }
    .toggle {
        order: 2;
    }
    /*
    .button.secondary {
        border: 0;
    }
    */
    .button a {
        padding: 7.5px 15px;
        background: teal;
        border: 2px #006d6d solid;
    }
    .button.secondary a {
        background: transparent;    
    }
    .button a:hover {
        text-decoration: none;        
  	/*background: #006d6d;*/
    }
    .button a:focus {
        text-decoration: none;        
  	/*background: #006d6d;*/
    }
    .button:not(.secondary) a:hover {
        /*background: #006d6d;*/
        border-color: #005959;
    }
    .button.secondary a:hover {
        color: #ddd;
    }

    .gallerynav {
        display:block;
        list-style-type: none;
	text-align:center;
	margin:auto;
	max-width:80%;
    }
    #promocontent {
	width: 100%;
        display: block;
        margin: auto;
        font-size: 16px;
    }
    .promocontentrow {
	width: 100%;
        /*display: block;*/
   	text-align: center;
	/*color: #565656;*/
        margin: auto;
	/*border-style: solid;
    	border-width: 1px;                
        clear: both;*/
	display:inline-block;
    }
    
    .promoimgleft {
	width: 100%;
        float: center;
        text-align: center;        
        margin: 10px auto;
	padding: 5px;
	/*border-style: solid;
    	border-width: 1px;*/       
    }
    .promotextright{
	width: 100%;
	/*height: 100%;*/
        float: center;
        text-align: center;
	/*margin: 20px auto;*/
        margin: 20px auto;
        padding: 5px;
	/*border-style: solid;
    	border-width: 1px; */      
    }    
    .promoimgright {
	width: 100%;
        float: center;
	margin: 10px auto;
        text-align: center;        
        padding: 5px;
	/*border-style: solid;
    	border-width: 1px;*/      
    }
    .promotextleft {
	width: 100%;
	/*height: 100%;*/
        float: center;
        text-align: center;
        margin: 20px auto;                       
        padding: 5px;
	/*border-style: solid;
    	border-width: 1px;*/       
    }
    .promoimgleft img {
	max-width: 60%;
        height: auto;
    }
     .promoimgright img {
	max-width: 60%;
        height: auto;
    }
    
    #content {
	width: 90%;
        display: block;
	margin-top:10px;
	margin-right:auto;
	margin-bottom:10px;
	margin-left:auto;
        padding: 20px;		
	}
    #contentrow {
	width: 100%;
        display: inline;	        		    						
    }
    #contentrow h2{
	color: #660303;	        		    						
    }
    #contentbox1 {
	width: 100%;
	height: auto;
	float: left;
	border-style: solid;
	border-width: 10px;
	border-color: white;	
	background-color: #ddd;
	border-radius: 25px;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;	
    }
    #contentbox2 {       
	width: 100%;
	height: auto;
	float: left;
	border-style: solid;
	border-width: 10px;
	border-color: white;	
	background-color: #ddd;
	border-radius: 25px;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;		
    }
    #contentbox3 {       
	width: 100%;
	height: auto;
	float: left;
	border-style: solid;
	border-width: 10px;
	border-color: white;	
	background-color: #ddd;        
	border-radius: 25px;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;		
    }
    #contentrowother {
	width: 100%;
        display: block;	        		    						
    }
    #contentrowother h2{
	color: #660303;		        		    						
    }
    #contentboxother {       
	width: 100%;
	height: auto;
	float: left;
	border-style: solid;
	border-width: 10px;
	border-color: white;	
	background-color: #ddd;        
	border-radius: 25px;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;	
    }
    #subpageblurb {
        width: 100%;
        display: block;
        text-align: center;   
        margin-top:10px;
        margin-right:auto;
        margin-bottom:10px;
        margin-left:auto;        
        font-size: 18px;
        color: #333333;
    }
    #aboutcontentrow {
        width: 90%;
        display: block;
        margin: auto;                   	
    }
    #aboutcontent1 {    
        width: 100%;                
        float: left;    
        /*border-style: solid;*/
        /*border-width: 1px;*/        
        padding: 20px;              
    }
    #aboutcontent2 {
        width: 100%;       
        float: left;    
        text-align: left;
        /*font-size: 16px;*/
        #333333; 
        /*border-style: solid;*/
        /*border-width: 1px;*/        
    }
    /*#aboutcontent2row {*/
    #aboutcontent2row {
        width: 100%;
        display: block;                 
        clear: both;
    }
    #aboutcontent2insetrow {
        width: 100%;
        display: clear;
        /*font-size: 14px;*/	
    }
    #aboutcontent2insetrow ul{
        list-style-type: disc;
    }
    #aboutcontent2left {
        width: 50%;
        display: inline;
        float: left;        
        text-align: left;
        /*font-size: 14px;*/        
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 0px;
        padding-bottom: 20px;
    }
    #aboutcontent2right {
        width: 50%;
        display: inline; 
        float: right;       
        text-align: left;
	/*font-size: 14px;*/        
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 0px;
        padding-bottom: 20px;
    }
    #contactcontentrow {
        width: 95%;
        display: block;
        margin: auto;
        /*font-size: 16px;*/
        clear: both;            	
    }
    #contactcontent1 {    
        width: 100%;                
        float: left;    
        /*border-style: solid;*/
        /*border-width: 1px;*/   
        text-align: left;
        padding-top: 20px;        
        margin-bottom: 40px;              
    }
    #contactcontent2 {
        width: 100%;       
        float: left;                   
        text-align: left; 
        /*border-style: solid;*/
        /*border-width: 1px;*/
        color: gray;
        padding-top: 20px;
        padding-bottom: 20px;                                    
    }        
    #contactcontent3 {
        width: 100%;
        display: block;               
        float: left;           
        text-align: left; 
        /*border-style: solid;*/
        /*border-width: 1px;*/
        color: gray;
        padding-top: 20px;       
        padding-bottom: 20px;                    
    }
    #servicescontent {
	width: 90%;
        display: block;
        margin: auto;
        /*font-size: 16px;*/
    }
    .servicescontentrow {
	width: 100%;
        display: block;
	color: #333333;        
    }
    .servicesleft {
	width: 100%;
        float: left;	
        text-align: center;       
    }
    .servicesright{
	width: 100%;
        float: center;
        text-align: center;       
    }   
}


/* Desktop menu */
/*@media all and (min-width: 900px AND max-width: 1280px) {*/
@media all and (min-width: 900px) {

    .logo {
        /*order: 0;*/
    	flex: 1;        
    } 
    .logo a:focus{
        outline: 2px dashed #3364FF;        
    }
    .toggle {
        display: none;
    }
    .item {
        display: block;
        width: auto;
        text-align: right;
        order: 2;
    }
        
    /*.item {
        order: 1;
    }*/
    .button {
        order: 1;
    }
    .menu li {
        padding: 15px 10px;
    }
    .menu li.button {
        padding-right: 0;
    }

    .skiptoMobile {
    display: none;
}

.skipto {
        width: 25px;
        height: 25px;
        position: relative;
        display: inline-block;
        border: 1px #006d6d solid;
        /*y-axis:-99;*/
    }
        
    .skipto .tooltiptext {
  	visibility: hidden;
  	width: 160px;
  	background-color: #555;
  	color: #fff;
  	text-align: left;
  	border-radius: 5px;
  	padding: 10px;
  	position: absolute;
  	z-index: 1;
  	bottom: 125%;
  	left: 50%;
  	margin-left: -80px;
    }
    
    /* Popup arrow */
    .skipto .tooltiptext::after {
  	content: "";
  	position: absolute;
  	top: 100%;
  	left: 50%;
  	margin-left: -5px;
  	border-width: 5px;
  	border-style: solid;
  	border-color: #555 transparent transparent transparent;
    }

    .skipto:hover .tooltiptext {
  	visibility: visible;                
    }    
    
    .skipto a:focus .tooltiptext {
  	outline: 2px dashed #3364FF;
        visibility: visible;                
    }

    .gallerynav {
	display:block;
        list-style-type: none;
	text-align:center;
	margin:auto;
	max-width:40%;
    }

    #promocontent {
	width: 100%;
        display: block;
        margin: auto;
        font-size: 16px;
    }
    .promocontentrow {
	width: 100%;
	padding-left:20px;
	padding-right:20px;
        /*display: block;*/
	display:inline-block;
   	text-align: center;
	/*color: #565656;*/
        margin: auto;
	/*border-style: solid;
    	border-width: 1px;                
        clear: both;*/
    }
    
    .promoimgleft {
	width: 20%;
        float: left;
	/*margin-right: 20px;*/
        text-align: right;
	margin: 20px auto;
	padding-right: 15px;        
	/*border-style: solid;
    	border-width: 1px;*/      
    }
    .promotextright{
	width: 80%;
	/*height: 100%;*/
        float: center;
        text-align: center;
	margin: 20px auto;
        /*padding: 10px;*/
	padding-top: 15px;
        padding-left: 15px;
	/*border-style: solid;
    	border-width: 1px; */      
    }    
    .promoimgright {
	width: 20%;
        float: right;
	margin: 20px auto;	
        text-align: center; 
	padding-right: 35px;       
	/*border-style: solid;
    	border-width: 1px;*/      
    }
    .promotextleft {
	width: 80%;
	/*height: 100%;*/
        float: left;
        text-align: center;
        margin: 20px auto;                       
        padding-left: 35px;       
        padding-top: 15px;
	/*border-style: solid;
    	border-width: 1px;*/       
    }
    .promoimgleft img {
	max-width: 150px;
        height: auto;
	vertical-align: baseline;
    }
     .promoimgright img {
	max-width: 150px;
        height: auto;
    }
    .customimg {
	max-width: 250px;
	height:auto;
    }
    
    #content {
	width: 80%;
        display: block;
	margin-top:10px;
	margin-right:auto;
	margin-bottom:10px;
	margin-left:auto;
        padding: 20px;		
	}
    #contentrow {
	width: 100%;
        display: inline;	        		    						
    }
    #contentrow h2{
	color: #660303;	        		    						
    }
    #contentbox1 {
	width: 33%;
	height: 300px;
	float: left;
	border-style: solid;
	border-width: 10px;
	border-color: white;	
	background-color: #ddd;
	border-radius: 25px;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;	
    }
    #contentbox2 {       
	width: 34%;
	height: 300px;
	float: left;
	border-style: solid;
	border-width: 10px;
	border-color: white;	
	background-color: #ddd;
	border-radius: 25px;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;		
    }
    #contentbox3 {       
	width: 33%;
	height: 300px;
	float: left;
	border-style: solid;
	border-width: 10px;
	border-color: white;	
	background-color: #ddd;        
	border-radius: 25px;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;		
    }
    #contentrowother {
	width: 100%;
        display: block;	        		    						
    }
    #contentrowother h2{
	color: #660303;		        		    						
    }
    #contentboxother {       
	width: 100%;
	height: auto;
	float: left;
	border-style: solid;
	border-width: 10px;
	border-color: white;	
	background-color: #ddd;        
	border-radius: 25px;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;	
    }
    #noticediff {
	width: 60%;
        display: block;
	margin: auto;
        /*clear: both;*/
        /*font-size: .75em;*/	        		    						
    }        
    #noticediffinsetrow {
        width: 80%;
	margin: auto;
        /*display: clear;*/
        text-align: left;
        font-size: .9em;
    }
    #noticediffinsetrow ul{
	list-style-type: disc;		        		    						
    } 
    #noticediffleft {       
	width: 50%;
        display: inline;
        float: left;        
        padding-top: 20px;
        padding-left: 60px;
        padding-right: 0px;
        padding-bottom: 0px;	
    }
    #noticediffright {       
	width: 50%;
        display: inline; 
        float: right;       
        /*text-align: left;*/        
        padding-top: 20px;
        padding-left: 60px;
        padding-right: 0px;
        padding-bottom: 0px;	
    }   
    #subpageblurb {
        width: 70%;
        display: block;
        text-align: center;   
        margin-top:10px;
        margin-right:auto;
        margin-bottom:10px;
        margin-left:auto;
        font-size: 16px;
        color: #333333;    
    }    
    #aboutcontentrow {
        width: 75%;
        display: block;
        margin: auto;
        /*font-size: 16px;*/           	
    }
    #aboutcontent1 {    
        width: 50%;                
        float: left;    
        /*border-style: solid;*/
        /*border-width: 1px;*/   
        text-align: left;
        padding: 20px;              
    }
    #aboutcontent2 {
        width: 50%;       
        float: left;    
        text-align: left; 
        /*border-style: solid;*/
        /*border-width: 1px;*/
        #333333;
        padding-top: 20px;
        padding-left: 40px;            
    }
    /*#aboutcontent2row {*/
    #aboutcontent2row {
        width: 100%;
        display: block;
        clear: both;
    }
    #aboutcontent2insetrow {
        width: 100%;
        display: clear;
        /*font-size: 14px;*/
    }
    #aboutcontent2insetrow ul{
        list-style-type: disc;
    }
    #aboutcontent2left {
        width: 50%;
        display: inline;
        float: left;        
        text-align: left;        
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 0px;
        padding-bottom: 20px;
    }
    #aboutcontent2right {
        width: 50%;
        display: inline; 
        float: right;       
        text-align: left;        
        padding-top: 20px;
        padding-left: 20px;
        padding-right: 0px;
        padding-bottom: 20px;
    }

    #contactcontentrow {
        width: 75%;
        display: block;
        margin: auto;
        /*font-size: 16px;*/
        clear: both;           	
    }
    #contactcontent1 {    
        width: 40%;                
        float: left;    
        /*border-style: solid;*/
        /*border-width: 1px;*/   
        text-align: left;
        padding-top: 20px;              
    }
    #contactcontent2 {
        width: 40%;       
        float: left;
        /*position: relative;*/           
        text-align: left; 
        /*border-style: solid;*/
        /*border-width: 1px;*/
        color: gray;
        padding-top: 20px;
        padding-bottom: 20px;                            
    }    
    #contactcontent3 {
        width: 40%;
        display: block;
        /*position: relative;*/      
        float: left;           
        text-align: left; 
        /*border-style: solid;*/
        /*border-width: 1px;*/
        color: #333333;
        padding-top: 20px;
        padding-bottom: 20px;                            
    }
    #servicescontent {
	width: 75%;
        display: block;
        margin: auto;
        line-height: 1.25em;
    }
    .servicescontentrow {
	width: 100%;
        display: block;
	color: #333333;                
        /*clear: both;*/
    }
    .servicesleft {
	width: 30%;
        float: left;
	margin: auto;
        text-align: left;        
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;       
    }
    .servicesright{
	width: 70%;
        float: left;
        text-align: left;
        margin: auto;                       
        padding-top: 0px;
        padding-left: 40px;
        padding-right: 0px;
        padding-bottom: 40px;       
    }
    #products {
	width: 90%;
        display: block;
        margin: auto;
        clear: both;
        border-style: solid;
        border-width: 10px;
	border-color: #E0F2F7;
        text-align: center;
    }
    #productsrow {
	width: 100%; 
        margin: auto;                      
    }
    #productsrow ul {
  	column-count: 3;  	
  	list-style-type: none;
        padding: 20px;        
    }
    #productsrow li {  	
        padding-top: 30px;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 40px;
    }   
    
    .promospacerimg {
	height: 40px;
        width: auto;
    }

    #certs {
	width: 80%;
        display: block;
	margin-top:50px;
	margin-right:auto;
	/*margin-bottom:10px;*/
	margin-left:auto;
        /*padding: 20px;*/		
	}
    #certsrow {
        display: inline;
    }    
    #certsbox1 {
	width: 33%;
	/*height: 175px;*/
	float: left;
	/*border-style: solid;
	border-width: 10px;
	border-color: black;	
	background-color: #ffffff;
	border-radius: 25px;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;*/	
    }
    #certsbox2 {       
	width: 34%;
	/*height: 175px;*/
	float: left;			
    }
    #certsbox3 {       
	width: 33%;
	/*height: 175px;*/
	float: left;			
    }
    #certsrowother {
	width: 100%;
        display: block;	        		    						
    }
    #gallerydesc {
	width:70%;
	}		
}