#main-container p.copyright {
	font-size: 12px;
	line-height: 18px;
	color: #999;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 15px;
	margin-bottom: 5px;
	position: relative;
	bottom: 0px;
	width:95%;
}
#main-container p.copyright em {
	float: right;
	width: 40%;
	text-align: center;
	font-style: normal;
}
#main-container p.copyright a {
	color: #999;
	text-decoration: none;
}
#main-container p.copyright a:hover {
	color: #DA6D39;
	text-decoration: underline;
}
    .google-maps {
        position: relative;
        padding-bottom: 75%; // This is the aspect ratio
        height: 0;
        overflow: hidden;
    }
    .google-maps iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 90% !important;
        height: 90% !important;
    }
#webmail {
	background-image: url(../rsc0007176/backgr_webmail.jpg);
	background-repeat: no-repeat;
	padding-top: 40px;
	background-size:110%;
	border: 1px solid #A3AFB6
	text-align: center;
	padding-left: 40px;
}
#webmail form {
	margin: 0px;
	padding: 0px;
}
#webmail input {
	font-size: 13px;
	color: #909fa8;
	margin-bottom: 15px;
	border: 1px solid #A3AFB6;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	width: 90px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 6px;
}
@media (max-width:700px) {
#webmail {
/*	display:none; */
	background-size:180px;
}
}
.nobdr {
	border-top-color: #FFF !important;
	border-right-color: #FFF !important;
	border-bottom-color: #FFF !important;
	border-left-color: #FFF !important;
	width: 126px !important;
}
	body {
	font-family: Arial, Helvetica, sans-serif;
	margin:0;
	}
h1 {
	font-size: 4.5vw;
	color: #5b6f7a;
}	
h2 {
	font-size: 3.5vw;
	color: #5b6f7a;
}	
h3 {
	font-size: 3vw;
/*	line-height: 24px; */
	font-weight: normal;
	color: #1495d4;
}
h4 {
	font-size: 2.5vw;
	color: #5b6f7a;
}
h5 {
	font-size:1.8vw;
	color: #5b6f7a;
}
h6 { margin:0;
font-size:1.2vw;
}
#content {
	font-size: 1.5vw; 
	color: #8997a2;
	padding-top:20px;
	text-align:justify;
	padding-left:10px;
	padding-right:10px;
	width:90%;
}
#content p {
/*	font-size: 1.5vw; 
	line-height: 20px;  */

}	
#content ul {
/*    font-size: 1.5vw; */
    color: #1495d4;
/*    line-height: 17px; */
}
.aside a {
	font-size: 2.5vw;
}

@media (max-width:700px) {
body {
	 background-size:100%;
	 font-size: 15px;
	}
h1 {
    font-size: 30px;
	text-align:left;
  }
h2 {
    font-size: 25px;
	text-align:left;
  }
h3 {
    font-size: 23px;
	text-align:left;
  }
h4 {
    font-size: 20px;
	text-align:left;
  }
h5 {
    font-size: 17px;
	text-align:left;
  }
h6 {
    font-size: 13px;
	text-align:left;
  }
#content{
	font-size: 15px;
/*	line-height: 20px; */
	color: #8997a2;
	padding-top:30px;
	width:100%;
}	
#content ul {
    font-size: 15px;
    color: #1495d4;
    line-height: 17px;
}
.aside a {
	font-size: 25px;
}
.asideiframe a {
	font-size: 25px;
}
}

#status {
    background-image: url(../rsc0007176/backgr_status.jpg);
    background-repeat: no-repeat;
	background-size:100%;
    margin-top: 0px;
    padding-bottom: 0px;
	padding-top: 8vw;
}
#status p {
    font-size: 11px;  /* fits background image */
    color: #5b6f7a;
    padding-top: 1vw;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    padding-left: 30px;
    padding-right: 60px;
	text-align:justify;
}
@media (max-width:500px) {
#status p {
    font-size: 3vw; 
    padding-left: 10px;
    padding-right: 20px;
    padding-top: 2vw;
}
}
@media (max-width:400px) {
#status p {
    font-size: 4vw; 
}
}
#content dt {
    font-size:80%;   /* HELP pdf names */
}
#content dt  a{
    color: red;
/*    font-size:100%; */
}
#content dd {
/*    margin-left: 180px; */
}
#buttons {	/* Google, LinkedIn, Facebook  */
    font-size: 13px;  
    color: #909fa8;
}
#buttons img{
    width: 30%;
}
@media (max-width:700px) {
#buttons {
    width: 50%;
}
}
#inputform img {
    width: 40px;
}
@media (max-width:700px) {
#inputform img {
    width: 50px;
}
}
.sub {
	width:8%;
    position: absolute;
    right: 5px;
	top: 65px;
}
@media (min-width:700px) {
.sub {
    display:none; 
	}
}
@media (max-width:400px) {
.sub {
	top: 40px;
	}
}
.logohome {
    position: absolute;
    display: block;
    top: 3vw;
    width: 30%;
    height: 0px;
    padding-top: 8vw;
	left: 5vw;
    overflow: hidden;
    float: left;
    margin: 0px;
    z-index: 1;
}
@media (max-width:700px) {
.logohome {
    top: 4vw;
}
}
.ss {
	height:35vw;
	width:90%;
}
@media (max-width:700px) {
.ss {
	height:50vw;
	width:95%;
}
}
@media (max-width:500px) {
.ss {
	height:60vw;
}
}
	.header { 
	width:100%;
	-ms-grid-row: 1;
	-ms-grid-column: 1;
	grid-area: hd;
	height:11vw;
	}
	.footer { 
	-ms-grid-row: 11; 
	-ms-grid-column: 1; 
	grid-area: ft;
	}
	.article1 { 
	padding-top:2vw;
	-ms-grid-row: 3;
	-ms-grid-column: 1;
	grid-area: main1;
	}
	.article2 { 
	-ms-grid-row: 5; 
	-ms-grid-column: 1; 
	grid-area: main2;
	}
	.artfooter { 
	-ms-grid-row: 7; 
	-ms-grid-column: 1; 
	grid-area: artfoot;
	}
	.aside { 
	padding-top:5vw;
	-ms-grid-row: 9;
	-ms-grid-column: 1;
	grid-area: sidebar;
	}
	@media (min-width:699px) { 
	.header { 
		-ms-grid-row: 1; 
		-ms-grid-column: 1; 
		-ms-grid-column-span: 3
	} 
	.footer { 
		-ms-grid-row: 5; 
		-ms-grid-column: 1; 
		-ms-grid-column-span: 3
	} 
	.article1 { 
		-ms-grid-row: 2; 
		-ms-grid-column: 2; 
		-ms-grid-column-span: 2
	} 
	.article2 { 
		-ms-grid-row: 3; 
		-ms-grid-column: 2; 
		-ms-grid-column-span: 2
	} 
	.artfooter { 
		-ms-grid-row: 4; 
		-ms-grid-column: 2; 
		-ms-grid-column-span: 2
	} 
	.aside { 
		-ms-grid-row: 2; 
		-ms-grid-row-span: 3; 
		-ms-grid-column: 1
	}
								
}
	.grid {
	background-image: url(../rsc0007176/heading.jpg);
	background-repeat: no-repeat;
	 background-size:100%;
	display: -ms-grid;
	display: grid;
	grid-gap: 0px;
	    -ms-grid-columns: 1fr;
	    grid-template-columns: 1fr;
/*	-ms-grid-rows:auto 0px auto 0px auto 0px auto 0px auto 0px auto; */
	    grid-template-areas:
	  "hd"
	  "main1"
	  "main2"
	  "artfoot"
	  "sidebar"
	  "ft";
	}
@media (min-width:699px) { 
	.grid {
	    -ms-grid-columns: 3fr 0px 8fr;
	    grid-template-columns: 2fr 8fr;
	    grid-template-areas:
	  "hd            hd"
	  "sidebar    main1"
	  "sidebar    main2"
	  "sidebar  artfoot"
	  "ft            ft"
	}
								
}

	.grid .aside,.footer, .artfooter {
	color: #8997a2;
	padding-left:5vw;
	padding-right:5vw;
/*	font-size: 120%; */
	}
@media (max-width:700px) {
.nomob {
    display:none; 
	}
}
.asideiframe { 
	color: #8997a2;

	}
.asideiframe a {
	font-size: 25px;
}

	.grid .article1, .article2 {
	color: #8997a2;
	padding-left: 10px;
	padding-right: 10px;
	}
/* Flex Box */
.flex-container {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
	text-align: left;
    color: #8997a2;
}
.flex160 {width: 100%;padding:30px;padding-bottom:40px;}
.flex200 {width: 100%;padding:25px;padding-bottom:40px;}
.flex300 {width: 100%;padding-bottom:40px;}
.flex450 {width: 100%;padding-bottom:40px;}
@media (min-width:699px) { 
 /* for setting width of multiple columns across page: */
.flex160 {width: 160px;padding:30px;}
.flex200 {width: 200px;padding:25px;}
.flex300 {width: 300px;padding-bottom:60px;}
.flex450 {width: 450px;padding-bottom:60px;}
}
img {width:80%;display:block;margin: auto;}
a {text-decoration: none;color:#8997a2;}
/* hd now obsolete. Was for heading top of page. Mouse pic now incorporated in heading pic 
.hd {
	width:75%;
	padding-left:10vw;
	font-size: 7.0vw;
	line-height: 15vw;
	font-weight: normal;
	color: #5b6f7a;
	letter-spacing: -0.3vw;
	background-image: url(../rsc0007176/mouse.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
	 background-size:50vw;
	}
*/
.flexp {  /* clickable images and text across page */
/* padding-left:25px;
padding-right:25px; */
font-size: 12px;
}
@media (max-width:700px) {
.flexp {
padding-left:1px;
padding-right:1px;
	font-size: 15px;
}
}
.pc120 { 
font-size: 120%;
}


/* Slider Switch */
.switch {
  position: relative;
  display: inline-block;
  width: 35px;
  height: 20px;
}
.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #cd4712;
  -webkit-transition: .4s;
  transition: .4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 80%;
  width: 45%;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
input:checked + .slider {
  background-color: #029d3f;
}
input:focus + .slider {
  box-shadow: 0 0 1px #029d3f;
}
input:checked + .slider:before {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}