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

body {
	margin: 0;
	padding: 0;
	background-color: #cebb9d; 
	}
#site-container {
    width:100%;
	background-image: url(../../img/rs/paper-texture-02.jpg);
	background-repeat: repeat;
}
h1 {
    font-family: 'Crimson Text', serif;
    font-size: 167%;
    line-height: 140%;
    color: #4b3324; /* RMS branding brown */
	text-align: center;
}
h2 {
   font-family: 'Lato', sans-serif;
   font-weight: 600;
   font-size: 140%;
   line-height: 140%;
   color: #2b505f; /* RMS teal */
   margin-bottom: 30px;
   padding: 25px 0 20px;
   letter-spacing: 0.16em;
   text-align: center;
   margin: 0;
}
h3 { /*sidebar main title */
	font-family: 'Crimson Text', serif;
	font-weight: normal;
	font-style: normal;
	font-size: 135%;
	color: #934d1d; /* RMS branding sienna */
	line-height: 130%;
	padding: 10px 0 6px;
	margin: 0;
	text-align: left; /* some Chrome mobile and Opera browsers show one h3 on schol pg. as justified wtf */
}
h3.formtitles { /*sidebar main title */
	font-family: 'Crimson Text', serif;
	font-weight: normal;
	font-style: normal;
	font-size: 135%;
	color: #914816; /* RMS darker sienna for text */
	line-height: 130%;
	padding: 10px 0 5px; /* top, right/left, bottom */
}
h4 { /* faq page questions, sub-headers */
    font-family: 'Crimson Text', serif;
	font-size: 123%;
	text-align: left;
	font-weight: normal;
	line-height: 137%;
	padding: 10px 0 5px 0;
	margin: 0;
    color: #934d1d; /* RMS branding sienna */
	clear: both;
}
h4.faq-list { /* faq page questions top section */
	font-family: 'Lato', sans-serif;
	font-size: 100%;
	text-align: left;
	line-height: 130%;
	font-weight: 400;
	padding: 8px 0 8px;
	margin: 0;
    color: #4b3324; /* RMS branding brown */
	border-bottom: 1px solid #DFD5CA;
}
h4.faq-list-last { /* faq page questions top section, last question not underlined */
	font-family: 'Lato', sans-serif;
	font-size: 100%;
	text-align: left;
	line-height: 130%;
	font-weight: 400;
	padding: 8px 0 8px;
	margin: 0;
    color: #4b3324; /* RMS branding brown */
}
h4 a:link, h4 a:visited {
	color: #4b3324; /* RMS branding brown */
	text-decoration: none;
	font-size: medium;
	}
h4 a:hover, h4 a:active {
	color: #2b505f; /* RMS teal */
    text-decoration: underline;
	}
h5 { /*side bar sub-sub header*/
	font-family: 'Lato', sans-serif;
	font-size: 106%;
	text-align: left;
	line-height: 130%;
	font-weight: 700;
	padding: 12px 0 0;
	margin: 0;
    color: #4b3324; /* RMS branding brown */
}
h5.rsform-subhead { 
	font-family: 'Lato', sans-serif;
	font-size: 110%;
	text-align: left;
	line-height: 130%;
	font-weight: 700;
	padding: 12px 0 0;
	margin-bottom: 25px;
    color: #2b505f;
	border-bottom: thin solid #ffffff;
}
h6 { /* tel/email main */
    font-family: 'Lato', sans-serif;
	font-weight:600;
	font-size: 100%;
	line-height: 120%;
	padding-top: 10px;
	letter-spacing: 0.2em;
	color: #914816; /* RMS darker sienna for text */
	}
h6.sub { /* guidelines numbered list headers */
	font-family: 'Lato', sans-serif;
	font-weight: 600;
	font-size: 96%;
	line-height: 120%;
	padding: 12px 0 0;
	letter-spacing: 0.075em;
	color: #914816; /* RMS darker sienna for text */
	}
h6.small { /* tel/email for individual contact persons */
    font-family: 'Lato', sans-serif;
	font-weight:600;
	font-size: 90%;
	line-height: 90%;
	padding: 10px 0 0;
	letter-spacing: 0.2em;
	color: #21424f; /* RMS dark teal*/
	}
em { 
    font-style: italic;
}
p {
	font-family: 'Lato', sans-serif;
	font-weight: normal;
	font-size: 97%;
	line-height: 165%;
	padding: 8px 0; /* top bottom, right/left */
	margin: 0;
	color: #4b3324; /* RMS branding brown */
	}
p a:link, p a:visited {
	color: #4b3324; /* RMS branding brown */
	}
p a:hover, p a:active {
	color: #21424f; /* RMS branding dark teal*/
	text-decoration: none;
	}
a.phone:link, a.phone:visited {	color: #4b3324; /* RMS branding brown */	 text-decoration: none; }
a.phone:hover, a.phone:active { color: #21424f; /* RMS branding dark teal*/ text-decoration: underline; }
#page ul {
	margin:0; 
	padding: 3px 0 5px 30px;
		}
#page ul li {
    list-style: disc outside none; /* type position image */
	font-family: 'Lato', sans-serif;
    font-weight: normal;
	font-size: 97%;
    line-height: 150%;
	color: #4b3324; /* RMS branding brown */
	padding: 4px 0;
	}
#page ul ul li {
	font-size: 97%;
	color: #4b3324; /* RMS branding brown */
    list-style: circle outside none; /* type position image */
		}
#page ol {
	margin:0; 
	padding: 3px 0 5px 30px;
		}
#page ol li {
    list-style: lower-alpha outside; /* type position image */
	font-family: 'Lato', sans-serif;
    font-weight: normal;
	font-size: 97%;
    line-height: 150%;
	color: #4b3324; /* RMS branding brown */
	padding: 4px 0;
	}
hr {display: block; height: 1px; border: 0; border-top: 1px solid #DFD5CA; margin: 1em 0; padding: 0;}

/* HERO IMAGE HOME FOR DESKTOP/LAPTOP (https://www.smashingmagazine.com/2013/07/simple-responsive-images-with-css-background-images/) --- */
#header { 
  display: inline-block;
  position: relative;
  width: 100%;
  height: auto;
  font-size: 0;
  line-height: 0;
  vertical-align: middle;
  background-size: 100%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: url(../../img/rs/toledo-1474w.jpg);/* header image crop sides*/
}
#header .inner {
  padding-bottom: 37.44911%; /* height(552px)/width(1474w) x 100 */ 
  display: block;
  height: 0;
}
#logo {
  position: absolute; /* has to be absolute to avoid affecting height of parent #header */
  width: 100%;
  height: auto;
  padding-top: 3.75%;
  overflow: visible;
	}
#logoinner {
	width: 37%;
	height: auto;
	overflow: visible;
	position: relative;
	margin: 0 auto;
	}
#logoinner img {
	width: 100%;
	text-align: center;
	position: absolute;
	margin: 0 0 0 -50%;
	left: 50%;
	}

/* MAIN NAVIGATION FOR DESKTOP/LAPTOP first level -------------------------- */
nav {
	width: 100%;
	background-color: #2b505f; /* RMS branding teal */
    font-family: 'Lato', sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size: 87%;
	text-align: center;
	height: 43px;	
	line-height: 43px;
	margin-top: -1px; /* fixes gap below header image at certain desktop window sizes */
}
#nav > a {
	display: none; /* hidden for desktop — for the mobile nav, for link directly inside #nav (Menu and Hide Menu) */
}
nav > ul {
	list-style-type: none;
    margin: 0 auto;
}
nav > ul > li {
	display: inline;
    padding-right: 1.7%; /* margin and padding left/right offset allows sub-hav to align beneath */
	margin-left: 1.7%;
	position: relative;
	text-align: left;
	}
nav a:link, nav a:visited {
	color: #ffffff;
	letter-spacing: 0.1em;
	display: inline-block;
	text-decoration: none;
}
nav  ul li:hover a {
	color: #cfe1e2; /* RMS light blue  */
}
nav a:active, nav a#current {
	font-style: normal;
	color: #cfe1e2; /* RMS light blue  */
}
nav a#pull {
    display: none;
} 
.clearfix:before,
.clearfix:after { /* http://www.hongkiat.com/blog/responsive-web-nav/ ---- */
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix { 
    *zoom: 1; 
}
/* MAIN NAVIGATION FOR DESKTOP/LAPTOP second level https://osvaldas.info/drop-down-navigation-responsive-and-touch-friendly ---- */

#nav li ul { /* sub-nav */
    font-family: 'Lato', sans-serif;
	display: none; /* keeps the sub-nav hidden until rollover */
	position: absolute;
	line-height: 38px;
	text-align: left;
}
#nav li:hover ul {
	display: block;
	z-index: 40;
}
#nav li:not( :first-child ):hover ul {
	left: 0;
}
#nav li ul a { 
	font-size: 100%;
	letter-spacing: 0.03em;
	padding: 0 8%; /* adds padding to left of text, pusehs text to right */
	margin-left: -8%; /* brings sub nav block back, text back in line with left-aligned parent item  */
	width: 200px;
	background-color: #F3F9FA; /* RMS light blue  */
	color: #2b505f; /* RMS teal */
	border-bottom: thin solid #cfe1e2; /* RMS light blue */
}
#nav li ul li a:hover, #nav li ul:not( :hover ) li.active a {
	background-color: #ffffff;
	color: #4b3324; /* RMS branding brown */
}
#nav li ul a#subcurrent {
	background-color: #ffffff;
	color: #934d1d; /* RMS branding sienna */
	}

/* BODY Content section ------------------------------------- */ 
#pagecontainer-home {
	width: 100%; 
	background: #f3ede4; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(top, rgba(234, 221, 206, .5) 30%, rgba(150, 108, 41, .4)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom, rgba(234, 221, 206, .5) 30%, rgba(150, 108, 41, .4)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom, rgba(234, 221, 206, .5) 30%, rgba(150, 108, 41, .4)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom, rgba(234, 221, 206, .5) 30%, rgba(150, 108, 41, .4)); /* Standard syntax */ 
	}
#pagecontainer {
	width: 100%; 
	background: #EFE8DF; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(top, rgba(234, 221, 206, .5) 80%, rgba(150, 108, 41, .3)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(bottom, rgba(234, 221, 206, .5) 80%, rgba(150, 108, 41, .3)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(bottom, rgba(234, 221, 206, .5) 80%, rgba(150, 108, 41, .3)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to bottom, rgba(234, 221, 206, .5) 80%, rgba(150, 108, 41, .3)); /* Standard syntax */ 
	}
#page {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 2% 2%;
	}
#page-home {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0;
	}
.pagetop { /* up arrow div for whole page*/
	width: 30px;
	height: 30px;
	background-image: url(../../img/rs/rms-up-arrow.png);
	background-repeat: no-repeat;
	margin: 10px 0;
	box-shadow: 4px 2px 2px #C3AD91;
	-webkit-box-shadow: 4px 2px 2px #C3AD91;
	}
.pagetop:hover {
    background-image: url(../../img/rs/rms-up-arrow-hover.png);
	background-repeat: no-repeat;
	-webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
	box-shadow: 4px 2px 2px #C3AD91;
	-webkit-box-shadow: 4px 2px 2px #C3AD91;	
	}
/* HOMEPAGE LAYOUT------------- */
#intro-para {
	width: 60%;
	height: auto;
	margin: 0 auto;
	padding: 2.25%;
	}
.learnmore {
	padding: 12px 8px;
	border: thin solid #4b3324; /* RMS brown */
	width: 155px;
	margin: 4.5% auto;
	text-align: center;
	font-family: 'Lato', sans-serif;
	font-size: 115%;
	letter-spacing: .1em;
	}
	.learnmore a, .learnmore a:visited {
	color: #934d1d; /* RMS darker sienna for text */
	text-decoration: none;
	}
	.learnmore a:hover, .learnmore a:active {
	color: #2b505f; /* RMS teal */
	text-decoration: none;
	}
/* INTERIOR PAGES LAYOUT------------- */
#maincol {
	width: 70%;
	float: left;
	padding-bottom: 10px;
	text-align: justify;
	}
#maincol-full {
	width: 100%;
	padding-bottom: 10px;
	}
#sidecol {
	width: 23%;
	margin: 0 0 10px 1%; /* top, right, bottom, left */
	padding: 10px 2%; /* top/bottom, right/left */
	float: right;
	background-color: #F7F5F0;
	border: 1px solid #DFD5CA;
	text-align: left;
	}
.callout-box {
	width: 96%;
	height: auto;
	background-color: #F1ECE7;
	border: 1px solid #DFD5CA;
    padding: 5px 2% 15px;
	margin: 5px 0;
	}
.app-instructs {
	width: 75%;
	height: auto;
	float: left;
	}
/* Button link for downloadable documents  */
.button-space {
	margin: 25px 0 25px 0;
	}
	.button-link {
	font-family: 'Lato', sans-serif;
	font-size: 95%;
    line-height: 100%;
    padding: 7px 14px;
	background-color: #914816; /* rs branding brown*/
    color: #FFF;
	text-decoration: none;
    box-sizing: border-box;
	border: 1px solid #D6CFBC;
	box-shadow: 3px 1px 2px #D8D1C8;
	-webkit-box-shadow: 3px 1px 3px #D8D1C8;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
.button-link:hover {
	background-color: #cfe1e2; /* rs branding light blue*/
    text-decoration: none;
	color: #2b505f;
}
.button-link:active {
    box-shadow: 3px 1px 2px #D8D1C8;
	-webkit-box-shadow: 3px 1px 3px #D8D1C8;
	background-color: #cfe1e2; /* rs branding light blue*/
	color: #2b505f;
}
	
/* FORMS -------------------------- */	
#maincol-forms {
	width: 80%;
    float: left;
	padding-bottom: 10px;
	}
h5.form-subhead {
	padding-bottom: 1%;
	margin: 2.5% 0 3%;
	font-family: 'Crimson Text', serif;
	border-bottom: 1px solid #fff;
	font-size: 115%;
	color: #914816; /* RMS darker sienna for text */
	font-weight: normal;
}
h5.form-subhead-alt {
	padding-bottom: 1%;
	margin: 2.5% 0 1%;
	font-family: 'Crimson Text', serif;
	border-bottom: 1px solid #fff;
	font-size: 115%;
	color: #914816; /* RMS darker sienna for text */
	font-weight: normal;
}
.clearfix-form {
	width: 100%;
	clear: both;
	height: 1em;
	}
 .form-group.required .control-label:after { 
   content:"*";
   color:red;
}
.input.text, .input.text.required, .input.tel.required, .input.email.required, .input.select, .input.date.required {
	margin-bottom: .75em;
	display: block;
}
.input.checkbox {
}
input[type="checkbox"] {
   margin-left: 0;
   text-align: left;
   width: auto;
}
	
/* FILE UPLOAD STYLES --------*/
.input.file.required, .input.file { /* looks like this css is for the whole line, label and input---*/
	margin-bottom: .5em;
	}
.input.file.required label, .input.file label { 
    text-align: right;
    width: 22em; /*  text-align and width are key for alignment styling -------*/ 
	color: #512714; /* branding brown */
	font-size: 92%;
    font-family: 'Lato', sans-serif;
	font-weight: 400;
	margin: 0 1em 9px 0;
	float: left;
 }
label {
   font-size: 92%;
   line-height: 184%; /* centers label top to bottom with the input field*/
   font-family: 'Lato', sans-serif;
   color: #512714;
   float: left;
   text-align: right;
   width: 22em; /*  text-align and width are key for alignment styling -------*/
   height: 100%;
   margin-right: 1em;
}
label a:link, label a:visited { color: #512714; }
label a:hover, label a:active { color: #063f46; text-decoration: none; }
p.form-label {
   font-size: 92%;
   line-height: 92%;
   font-family: 'Lato', sans-serif;
   color: #512714;
   float: left;
   text-align: right;
   width: 22em;
}
input { /* input field for text*/
   width: 15em; 
   height: 1.4em;   
   font-family: 'Lato', sans-serif;
   color: #333333;
   } 
select, button { 
   font-size: 95%;
   font-family: 'Lato', sans-serif;
   color: #512714;
}
#sig{margin: .5em 0 1em;}
input[type="submit"] { /* submit button */
   width: 6em;
   color: #4b3324; /* RMS branding brown */
   margin-left:21.4em;
}
input:hover[type="submit"] {
   color: #934d1d; /* RMS branding sienna */
}
p.form-text {
   display: block;
   padding: 10px 0;
   max-width: 100%;
   font-size: 100%;
   line-height: 140%;
   font-family: 'Lato', sans-serif;
   color: #4b3324; /* RMS branding brown */
}
#contact_info {  /* this div wraps the contact information possible update on the acceptance form */ 
   display: block;
   clear: both;
   padding-top: 10px;
	}
/* FLASH MESSAGES FOR WHEN APPLICANT FORMS ARE SUBMITTED TO THE SERVER--*/
#flashMessage.error {
	color: #D8000C;
	background-color: #FFE6E6;
	font-family: 'Lato', sans-serif;
	font-weight: normal;
	font-size: 96%;
	text-align: center;
	padding: 13px; /* top, right/left, bottom */
	margin: 0;
	width: 100%;
	border: thin solid #FF8282;
		}
#flashMessage.success, #flashMessage.thankyou message {
	color: #0E7C12;
	background-color: #EAFFE5;
	font-family: 'Lato', sans-serif;
	font-weight: normal;
	font-size: 96%;
	text-align: center;
	padding: 13px; /* top, right/left, bottom */
	margin: 0;
	width: 100%;
	border: thin solid #55C359;
		}
.fa.fa-times-circle { padding-right:10px; }
.input.error { background-color: #FFE6E6; }
.error-message { 
    font-family: 'Lato', sans-serif; 
    font-size: 92%; 
    color: #D8000C; 
    margin-left: 23em; 
    margin-top: 5px 0;
	padding: 4px 0; 
	}	
	
/* FAQ Page ----*/
.callout-faq {
	width: 94%;
	height: auto;
	background-color: #F7F5F0;
    border: 1px solid #DFD5CA;
	padding: 5px 3% 5px;
	margin-bottom: 5px;
	}
.faq-top { /* button to go back to question list at page top */
	display:block;
	float:right;
	font-size: 90%;
	font-family: 'Lato', sans-serif;
	font-weight: normal;
    background-color: #F7F5F0;
	border: 1px solid #DFD5CA;
	margin: -5px 0 0;
	padding: 3px 5px;
	}
.faq-top a:link, .faq-top a:visited {
	color: #4b3324; /* RMS branding brown */
	text-decoration: none;
	}
.faq-top a:hover, .faq-top a:active {
	color: #934d1d; /* RMS branding sienna */
    text-decoration: none;
	}
/* Application Pages form links ----*/
#formlinks-pg {
	margin: 0 auto;
	width: 100%;
	margin-bottom: 20px;
	vertical-align: center;
	text-align: center; 
	}
#formlinks-pg ul  {	
    display: block; 
    text-align: center; 
    position: relative; 
    padding: 0; margin: 0; 
}
#formlinks-pg ul li {  
    list-style: none; 
	display: inline-block;  
	height: 100%; 
	margin: 7px 2px;
	}
#formlinks-pg ul li a:link, #formlinks-pg ul li a:visited {
	font-family: 'Lato', san serif;
	font-size: 93%;
	font-weight: 400;
	color: #512714;
	padding: 9px 14px;
	text-decoration: none;
	background-color: #EEF5FB; /* light sky blue */
	border: 1px solid #D6CFBC;
	box-sizing: border-box;
	box-shadow: 3px 1px 2px #D8D1C8;
	-webkit-box-shadow: 3px 1px 3px #D8D1C8;
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
	transition-duration: 0.2s;
}
#formlinks-pg ul li a:hover, #formlinks-pg ul li a:active {
	color:#fff;
	border: 1px solid #D6CFBC;
	box-sizing: border-box;
	box-shadow: 3px 1px 3px #D8D1C8;
	-webkit-box-shadow: 3px 1px 3px #D8D1C8;
	background-color: #934d1d; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#a45118, #934d1d); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#a45118, #934d1d); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#a45118, #934d1d); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#a45118, #934d1d); /* Standard syntax */
} 
#formlinks-pg ul li a#pgcurrent, #formlinks-pg ul li a#pgcurrent {
	background-color: #21424f; /* RMS teal */
	color:#fff;
	border: 1px solid #D8D1C8;
	box-sizing: border-box;
	box-shadow: 3px 1px 3px #D8D1C8;
	-webkit-box-shadow: 3px 1px 3px #D8D1C8;
	background: #21424f; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#2b505f, #2b505f); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#2b505f, #2b505f); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#2b505f, #2b505f); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#2b505f, #2b505f); /* Standard syntax */
}
/* Contact Page ----*/
#contact-rightcol {
	width: 55%;
	float: left;
	}
#contact-leftcol {
	width: 45%;
	float: left;
	margin-bottom: 15px;
	}
.contact-set {
	margin-bottom: 20px;
	}
.contact-text {
	width: 72%;
	float:left;
	margin-left: 6%;
	}
.contact-pic {
	float: left;
	width: 22%;
	border: 5px solid #fff;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	box-shadow: 0 5px 8px #B4A192;
	margin-top: 10px;
	}
.contact-pic img {
	max-width: 100%;
	display: block;
	margin: 0;
	}
/* PAGE FOOTER ------------------------------------- */ 
#footer-container {
	width: 100%;
	height: 100%;
	background-color: #2b505f;/* RMS branding teal*/
	position: relative;
}
#footer {
	max-width: 1200px;
	margin: 0 auto;
	clear: both;
	padding: 0 2%;
}
#footerinner {
	width: 100%;
	padding: 25px 0 0;
			}
p.footertitle {
	font-family: 'Lato', sans-serif;
	font-weight: 600;
	font-size: 93%;
	line-height: 165%;
	color: #cfe1e2;
	margin: 0;
	padding: 0 0 10px;
	letter-spacing: 0.3em;
		}
p.footer-org-name {
    font-family: 'Lato', sans-serif;
	font-weight: 600;
	font-size: 91%;
    line-height: 145%;
	letter-spacing: 0.04em;
	color: #ffffff; 
	padding: 0;
	padding-bottom: 8px;
	margin: 0;
		}
p.footer {
    font-family: 'Lato', sans-serif;
	font-size: 91%;
    line-height: 155%;
	font-weight: 400;
	letter-spacing: 0.04em;
	color: #ffffff; 
	padding: 0;
	margin: 0;
		}
p.footer a:link, p.footer a:visited { /* tel number link (seen in mobile) with no special styling */
	color: #ffffff; 
	text-decoration: none;
	}
p.footer a:hover, p.footer a:active{ 
	color: #cfe1e2; /* RMS light blue */ 
	text-decoration: none;
	}
#footerleft {
	width: 40%;
	float: left;
}
#contact-menu { /* mid col and right col are in their own div for media query re-positioning  */
    float: right;
    width: 60%;
	}
#footermid { /* address semantic tag */
width: 70%; 
float: left;
font-style: normal; 
}
#footerright { 
width: 30%; 
float: left;	 
}
#footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: left;
}
#footer ul li {
  font-family: 'Lato', sans-serif;
  font-size: 93%;
  line-height: 155%;
  letter-spacing: 0.04em;
  height: 100%;
}
#footer ul li a {
  text-decoration: none;
  color: #ffffff; 
  display: inline;
}
#footer ul li a:hover {
   color: #cfe1e2; /* RMS light blue */
}
#footer ul li a#footercurrent {
  color: #e5d1a8; /* RMS light tan */

}
#bottombar-container { /* full width across bottom of site */
	width: 100%;
	clear: both;
	padding: 13px 0; /* top bottom, right left */
	margin-top: 35px;
	background-color: #21424f; /* RMS darker teal */
}
#bottombar { /* centered beneath footer columns*/
	max-width: 1200px;
	margin:0 auto;
	}
#bottombar-inner { /* copyright and login */
	padding: 0 1.5%;
	font-family: 'Lato', sans-serif;
	font-size: 75%;
	letter-spacing: 0.03em;
	color: #cfe1e2; /* RMS light blue */
}
#login {
	width: 20%;
	float: right;
	text-align: right;
	color: #cfe1e2; /* RMS light blue */
	}
#login a { text-decoration: none; color: #cfe1e2; /* RMS light blue */ }
#login a:hover { text-decoration: none; color: #a45118; /* RMS sienna */ }
/* clearfix -------*/
.clearfix {
	width: 100%;
	clear: both;
	}
@media screen and (min-width:1280px)  {
#header { /* header image longer sides*/
  background-image: url(../../img/rs/toledo-552t.jpg);
}
#header .inner {
padding-bottom: 33.01435%; /* height(552px)/width(1672w) x 100 */ 
}
#logo { padding-top: 4%; }
#logoinner { width: 31%; }
h1 { font-size: 170%; line-height: 150%; } 
#intro-para { width: 63%; }
		}
@media screen and (max-width:1920px) {
	/* Android Galaxy View tablet size */
#nav span:after { /* drop-down arrow appears */
	width: 0;
	height: 0;
	border: 4px solid transparent; /* 5 */
	border-bottom: none;
	border-top-color: #cfe1e2;
	content: '';
	vertical-align: middle;
	display: inline-block;
	position: relative;
	right: -4px; /* 5 */
}
}
@media screen and (min-width:1680px) {
h1 { font-size: 180%; line-height: 145%; } 
#intro-para { width: 75%;;
 }
	}

@media screen and (max-width:1024px)  {
#intro-para { width: 75%; }
#maincol-forms {
	width: 100%;
    float: none;
	}
#contact-rightcol { width: 60%; }
#contact-leftcol { width: 40%; }
}

@media screen and (max-width:1012px) { 
#formlinks-pg { margin: -5px auto 20px; width: 80%; }
}
	
@media screen and (max-width:950px) { 
#header { /* header image taller sky*/
  background-image: url(../../img/rs/toledo-950w.jpg);
}
#header .inner {
padding-bottom: 44.31578%; /* height(421px)/width(950w) x 100 */ 
}
#logo { padding-top: 5%; }
#logoinner { width: 45%; }
#intro-para {
	width: 78%;
	padding: 2%;
	}
	#maincol {width: 100%; text-align: left;}
	#sidecol {
	width: 100%;
	margin: 0; /* top, right, bottom, left */
	float: none;
	display: none;
	}
#contact-rightcol { width: 62%; }
#contact-leftcol { width: 38%; }
 .contact-text { width: 70%; }
.contact-pic { width: 24%; }
 #footerleft img { max-width: 80%; }
}
@media screen and (max-width:920px),  screen and (max-width:920px) and (-webkit-device-pixel-ratio: 2)
 { /* MOBILE NAV STARTS  */
nav a#pull { /* menu bar before it gets expanded--- */
	display: block;
	color: #f9f2ea;
    background-color: #2b505f; /* RMS branding teal */
	width: 100%;
	position: relative;
	border: 0;
	height: 43px;
    }
 nav a#pull:after { /* 'hamburger' icon--- */
    content:"";
    background: url(../../img/rs/richardson-nav-icon.png) no-repeat;
    width: 28px;
    height: 20px;
    display: inline-block;
    position: absolute;
    right: 22px;
    top: 10px;
    }
nav { /* shows when expanded*/
    background-color: #EEF5FB; /* DK light sky blue */ 
	height: auto;
	margin: 0;
    line-height: 40px;
	position: relative;
}
nav ul {
	height: auto;
	display: none;
	border-bottom: 2px solid #2b505f; /* RMS teal shows along bottom of drop-down menu*/
}
nav ul li {
	display: block;
	list-style-type: none;
	text-align: left;
	float: left;
	width: 100%;
	position: relative;
	font-weight: 600;
	margin: 0;
	padding: 0;
	}
nav a:link, nav a:visited {
	color: #2b505f; /* RMS teal */
	display: inline-block;
	background-color: #ebf6fc; /* light sky blue */ 
	text-align: left;
	line-height: 45px;
	font-weight: 600;
	height: 45px;
	text-decoration: none;
	border-bottom: 1px solid #CEC8BA; /* branding beige */
	box-sizing: border-box;
	text-indent: 22px;
	width: 100%;
}
nav ul li:hover a, nav a:active {
	background-image: none;
	background-color: #dbebf2; 
	color: #2b505f; /* RMS teal */
	}
nav a#current {
	background-image: none;
	background-color: #ebf6fc; /* light sky blue */ 
	color: #a45118; /* RMS sienna */
	}
/* second level MOBILE NAV------------------------------- */
#nav span {font-weight: 600;}
#nav span:after { /* drop-down arrow darker for mobile menu */
	border-top-color: #2b505f;
			}
#nav li ul {
	 padding-left: 0; 
	 width: 100%;
	 display: none;
	 border-bottom: 1px solid #8C8C8C;
}
#nav li:hover ul {
	display: block;
	margin-left: 0;
	position: static; /* makes the subnav within the flow, so it bumps down page elements to make room*/
}
#nav li ul a {
	padding: 0 3% 0; /*  centers sub-nav links top to bottom and indents 10%  */
	margin-left: 0; 
	border-bottom: 1px solid #CEC8BA;
	width: 100%;
	font-weight: 400;
}
 }
@media screen and (max-width:820px),  screen and (max-width:820px) and (-webkit-device-pixel-ratio: 2)
 {
#maincol {
	width: 100%;
	float: none;
	}
/* HOMEPAGE max 820px----*/
#intro { width: 93%; }

#formlinks-pg { margin: -5px auto 20px; width: 100%; }

#contact-leftcol { width: 100%; float: none; }
#contact-rightcol { width: 100%; float: none; }
.contact-text { width: 75%; }
.contact-pic { width: 19%; }

#contact-menu { /* mid col and right col are in their own div for mobile re-positioning  */
    width: 100%;
	margin: 0 auto; /* top, left right, bottom */
	padding-bottom: 22px;
	border-bottom: thin solid #21424f; /* RMS dark teal */
	float: none;
	}
/* FOOTER TWO-COL WITH LOGO BOTTOM-CENTERED */
#footerleft {
    width: 90%;
	margin: 0 auto; /* top, left right, bottom */
	float: none;
	padding-top: 22px;
	clear: both;
}
#footerleft img {
	display: block;
	margin: 0 auto;
}
#bottombar {
	width: 97%;
	margin: 0 auto; /* top, left right, bottom */
	}
}
@media screen and (max-width:768px), screen and (max-width:768px) and (-webkit-device-pixel-ratio: 2) 
{ 
#logo { padding-top: 3.5%; }
#logoinner { width: 48%; }
h2 { font-size: 130%; line-height: 145%;}
h3 { padding: 0 0 5px; }
#intro-para { width: 85%; }
h1 { font-size: 155%; line-height: 155%;}
#page ul, #page ol { padding: 3px 0 5px 25px;}
#formlinks-pg ul {padding: 0;}
}
@media screen and (max-width:640px), screen and (max-width:640px) and (-webkit-device-pixel-ratio: 2), screen and (max-width:640px) and (-webkit-device-pixel-ratio: 2) and (device-aspect-ratio: 40/71)
{
#header { /* header image sides crop*/
  background-image: url(../../img/rs/toledo-320t.jpg);
}
#header .inner {
padding-bottom: 53.33333%; /* height(320px)/width(600w) x 100 */ 
}
#logo { padding-top: 4%; }
#logoinner { width: 56%; }
#maincol {
	text-align: left;
	}
.faq-top { float:left; margin: 5px 0;}
.contact-text { width: 72%; }
.contact-pic { width: 22%; }
.learnmore {
	margin: 6% auto 7%;
	font-size: 110%;
	padding: 11px 5px;
	}
/*Forms wrao rather than horizontal ---------*/
.input.file.required label, .input.file label { 
    text-align: left;
    width: 100%; /*  text-align and width are key for alignment styling -------*/ 
	float: none;
 }
 
.input.text, .input.text.required, .input.tel.required, .input.email.required, .input.select, .input.date.required {
	margin-bottom: .5em;
}
label {
   line-height: 184%; 
   float: none;
   text-align: left;
   width: 100%;
   display: block;
}
p.form-label {
   float: none;
   text-align: left;
   width: 100%;
   display: block;
}
input { /* input field for text*/
   width: 18em; 
   height: 1.6em;   
   } 
 .clearfix-form {
	height: 1px;
	}
#sig{margin: 0 0 1em;}
input[type="submit"] { /* submit button */
   margin-left:0;
}
}
@media screen and (max-width:560px) { 
/* HOMEPAGE---*/
h1 { font-size: 132%; line-height: 154%;}
}

@media screen and (max-width:480px) { 
#formlinks-pg {display: none;}
h3.formtitles { 	padding: 0 0 5px; } /* top, right/left, bottom */
#logo { padding-top: 2%; }
#logoinner { width: 62%; }
#page { margin-top: 0; }
h1 { font-size: 140%; line-height: 150%; }
h3.homepage {font-size: 106%; line-height: 165%; }
.learnmore {margin: 7% auto 8%; }
 .contact-text {
	width: 100%;
	float:none;
	margin-left: 0;
	clear: both;
	}
.contact-pic {
	float: left;
	width: 33%;
	}
p.footer, p.footertitle, p.footer-org-name, #footerright ul li {text-align:center;}
#footermid, #footerright {
	width: 100%;
	float: none;
	}
#footermid {
	padding-bottom: 20px;
	}
#footerleft {
    width: 60%;
	padding-top: 22px;
}
#footerleft img {
	display: block;
	margin: 0 auto;
	width: 100%;
}
#bottombar-container { margin-top: 30px; }
}
@media screen and (max-width:320px) {
.learnmore {margin: 8% auto 10%; }
#footerright {
  text-align: center;
}
}
