@charset "UTF-8";
/* styles.css */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: open sans, ariel, san-serif;
	vertical-align: baseline;
	text-decoration: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, div {
    display: block;
}
body {
    line-height: 2;
	margin:0;
  	padding:0;
}

ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
a {
	color:#333;
}

/*begin our styles*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,400,300,600,700);

body { font-family: Helvetica Neue, Helvetica, Arial, sans-serif; font-weight: 200; }

h1, h2, h3, h4 { font-family: 'Open Sans', Helvetica Neue, Helvetica, Arial, sans-serif; }
h1 { font-weight: 100; font-size: 40px; line-height: 50px; color: #333; line-height: 110%}
  
h2 { font-weight: 100; font-size: 30px; line-height: 32px; color:#333 margin: 0; }
  h2 strong { font-weight: 400; }
  h2 a { text-decoration:none; color: #333; }
  h2 a:hover { color: #2d86c1; }
h3 { font-weight: 500; font-size: 14px; line-height: 20px; margin: 0; }
  h3 strong { font-weight: 600; }
  #h3 white { color: #FFF; }
h4 { font-weight: 600; font-size: 14px; text-transform: uppercase; color: #1277a6; margin: 0; }
  #h4 white { color:#FFFFFF; }
h5 { font-size: 14px; font-weight: 500; color: #333; margin: 0; }
h6 { font-size:12px; font-weight:200; color:#333333; margin: 0; }

.bodyText p { font-size: 16px; line-height: 24px; color: #888; }
.bodyText strong { font-weight: 500; }
.bodyText.focus p, .bodyText .focus { color: #1b2228; }
.bodyText .discreet { color: #ccc; }

/*body styles */

body {
	font-family: Open Sans, Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	font-size: 100%;
	background-position: top;
	background-attachment:fixed;
	background-size:contain;
	background-color:white;
}
.searchbox {
	float:right;
	position:relative;
	width:100px;
	height:20px;
	color:#999999;
	border-radius:4px;
	background-color:#FFFFFF;
	border-color:#999999;
	border:thin;
	padding-left:5px;
	margin: 20px 30px;
}
.fb {
	position:relative;
	float:left;
	width:300px;
	margin: 40px 30px;
	width:100%;
	height:22px;
}
	
 /* top container div */
   header{
	  position:fixed;
      width:100%;
      height:280px;
	  margin:0px auto;
	  background-color: #999999;
	  }

#wrapper{
	  /* Set your own widths, % for fluid, px for fixed */
  width: 100%;
  /* Center the layout */
  margin: 0 auto;
  /*max width*/
  min-width:480px;
  max-width:1440px;
  margin: 0 auto;
}

.logo{
	background-image:url(pix/REDI-Logo.png);
	background-repeat:no-repeat;
	background-size:100%;
	background-position:left;
	width:565px;
	height:220px;
	margin: 130px 60px;
}
.logoreverse{
	background-image:url(pix/REDI_Logo_reverse.png);
	background-repeat:no-repeat;
	background-size:100%;
	background-position:left;
	width:565px;
	height:220px;
	margin: 130px 60px;
}
h1.heroTitle {
	position:relative;
	font-size: 150px;
	text-shadow:#333333 3px 3px 5px;
	line-height: 155px;
	position: absolute;
	top: 40%;
	left: 20px;
}
hr {
	color:#999;
	height: 1px;
  	width: 100%;
  	border:none;
	background-color: #999;
	margin-top:5px;
}
/* ==== Links and link states in article section */
/* Unvisited links */
a:link {
 color:  #1277a6;
 text-decoration:none;
}
/* Visited links */
a:visited {
 color: #F5861E;
}
/* Mouse pointer on link */
a:hover {
 color: #F5861E;
}
/* Mouse pointer on link and left button down */
a:active {
 color: #FFF;
}

/**** Navigation *****/
a.to_nav {
    color: #000000;
    background: #dfeef5;
    text-decoration: none;
    padding: 0 10px;
    font-size: 11px;
    font-weight: bold;
    line-height: 22px;
    height: 22px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
a.to_nav:hover,
a.to_nav:focus {
    color: #003366;
    background: ;
}

/*navigation*/
	#primary_nav li {
        display:inline;
    }
	#primary_nav {
        position:relative;
		top:5px;
		left:40px;
	}
#primary_nav ul {
    list-style: none;
    background:#FFFFF;
    padding: 5px 0;
}
#primary_nav li a {
    font-size:13px;
	padding: 0 15px;
	background: #FFFFFF;
    color: #000000;
    text-decoration: none;
    font-weight: 200;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    letter-spacing: 0.1em;
    line-height: 2em;
    height: 2em;
   
}

#primary_nav li:last-child a {
  
}
#primary_nav li a:hover,
#primary_nav li a:focus {
    color: #999;
    background: none;
}

/* ==== Styling for footer */
footer {
 clear: both;
  position: fixed;
  left: 0px; 
  bottom: 0px; 
  padding: 0px;
	width:100%;
 text-align: center;
 margin: 0 auto; 
 padding: 1px;
 background-color: #333333;
}
.copywrite {
	font-size: 11px; line-height:13px; color: #FFF;  
	font-weight:200; 
	padding:5px 6px;
	margin: 0; 
}
#whitebar {
	clear:both;
	box-sizing: border-box;
	background:#FFF;
    padding: 0 auto;
	position: fixed;
	margin-top:20px;
	left: 0px; 
	bottom:30px;
	width:100%;
}
table{
 /* Remove gaps between table cells */
 	border-collapse: collapse; 
 /* Font size, family, and color */
 	padding: 0 auto;
	text-align: center;
	font-size:11px; line-height:13px; 
    color: #333;
    text-decoration: none;
    font-weight: 200;
    text-transform: uppercase;
 /* top/bottom and side margins (auto for centering) */
 	margin:auto;
}
th, td {
 color: #FFF ;
 border: hidden 0 ;
 padding: 2px 10px;
}
table a:link, a:visted  {
	color: #1277a6;
 	text-decoration:none;
}

/* Highlight table row on hover */
table tr:hover {
 color: #666666;
 cursor: default;
}
/* 3 column boxes */
 .boxes {
      display:table;
	  width: 95%;
      margin: 0 auto;
      clear: both;
	  color:#000;
      background-color:;
      overflow: hidden;
      /* You can play around with these widths after you have some content in the cells. */
      min-width: 250px;
      max-width: 1400px;
	  font-family: Open Sans, Arial, Helvetica, sans-serif;
	  font-size: 14px; line-height:20px; color: #000; 
    }
 .boxes div {
        width: 30%;
        padding: 1%;
        margin: 3% 0.5%;
      }
 .floatleft {
	 float:left;
 }
 .floatright {
	 float:right;
 }

 figure {
		  width:100%;
		  clear:both;
		  margin:0 auto;
	  }
 figure img{
	 width: 100%;
	 display:block;
	  }
p.figure, figcaption {
	border-top-right-radius: 3px;
	padding: 10px 0;
	background-color: #FFF .8;
	font-family: Open Sans, Arial, Helvetica, sans-serif;
	font-size: 16px; line-height:17px; color: #000; 
	margin-bottom:6px;
}
a.figure {
	color:#000;
}
a.figure:hover,
a.figure:focus {
    color:#126d97;
    background: ;
}
p.boxcopy {
	font-family: Open Sans, Arial, Helvetica, sans-serif;
	font-size: 15px; line-height:20px; color: #000; 
	margin-bottom:6px;
}

/* 2 column boxes */
.twocolumn {
      display:table;
	  width: 95%;
      margin: 0 auto;
      clear: both;
	  color:#000;
      background-color:;
      overflow: hidden;
      /* You can play around with these widths after you have some content in the cells. */
      min-width: 250px;
      max-width: 1400px;
	  font-family: Open Sans, Arial, Helvetica, sans-serif;
	  font-size: 14px; line-height:20px; color: #000; 
    }
 .twocolumn div {
        width: 30%;
        padding: 2%;
        margin: 0 0.5%;
      }
 article {
	 	padding: 2%;
        margin: 0 0.5%;
 }

 /* secondary navigation */
 	#secondary_nav li {
        display: block;
		font-size: 14px; line-height:30px; color:#126d97;
    }
	#secondary_nav {
        position:relative;
		top:5px;
		left:0px;
		height:600px;
		padding-bottom:600px;
	}
#secondary_nav ul {
    list-style: none;
    background:#FFFFF;
    padding:0;
}
#secondary_nav li a {
    font-size:13px;
	padding:0 5px;
	background: ;
    color: #126d97;
    text-decoration: none;
    font-weight: 200;
    text-transform: uppercase;
}

#secondary_nav li:last-child a {
  
}
#secondary_nav li a:hover,
#secondary_nav li a:focus {
    color: #333;
    background: none;
}

/***** Media Quries *****/

@media only screen and (max-width: 3000px) {
	.wrap{
		width:95%;
	}
	header{
	  position:relative;
      width:100%;
      height:425px;
	  margin:0px auto;
	  background-color: #999999;
	  background-image:url(pix/REDI_homePhoto.jpg);
	  background-repeat:no-repeat;
	  background-size:cover;
	}
	h1.heroTitle {
	position:relative;
	font-size: 150px;
	text-shadow:#333333 3px 3px 5px;
	line-height: 155px;
	position: absolute;
	top: 60%;
	left: 0;
}
#primary_nav {
        position:relative;
		top:5px;
		left:40px;
	}

}
	@media only screen and (min-width: 1440px) {
	.wrap{
		width:95%;
	}
	header{
	  position:relative;
      width:100%;
      height:425px;
	  margin:0px auto;
	  background-color: #fff;
	  background-image:url(pix/REDI_homePhoto.jpg);
	  background-repeat:no-repeat;
	  background-size:cover;
	  background-position:center;
	}
	h1.heroTitle {
	position:relative;
	font-size: 150px;
	text-shadow:#333333 3px 3px 5px;
	line-height: 155px;
	top: 60%;
	left: 0;
}
}

@media only screen and (max-width: 1280px) {
	.wrap{
		width:95%;
	}
	header{
	  position:relative;
      width:100%;
      height:400px;
	  margin:0px auto;
	  background-color: #999999;
	  background-image:url(pix/REDI_homePhoto.jpg);
	  background-repeat:no-repeat;
	  background-size:cover;
	}
	h1.heroTitle {
		position:relative;
		font-size: 150px;
		text-shadow:#333333 3px 3px 5px;
		line-height: 160px;
		position: absolute;
		bottom:-10px;
		left: 0;
}
.logo{
	background-image:url(pix/REDI-Logo.png);
	background-repeat:no-repeat;
	background-size:100%;
	background-position:left;
	width:565px;
	height:220px;
	margin: 110px 60px;
}
.logoreverse{
	background-image:url(pix/REDI_Logo_reverse.png);
	background-repeat:no-repeat;
	background-size:100%;
	background-position:left;
	width:565px;
	height:220px;
	margin: 110px 60px;
}
/*navigation*/
	#primary_nav li {
        display:inline;
    }
	#primary_nav {
        position:relative;
		top:5px;
		left:40px;
	}
			#secondary_nav {
        position:relative;
		top:5px;
		left:0px;
		height:700px;
	}
}
@media only screen and (max-width: 1024px) {
	.wrap{
		width:95%;
	}
	.wrapper {
		padding: 2% 4%;
	}
	.logo{
	background-image:url(pix/REDI-Logo.png);
	background-repeat:no-repeat;
	background-size:100%;
	background-position:left;
	width:508px;
	height:198px;
	margin: 125px 53px;
}
.logoreverse{
	background-image:url(pix/REDI_Logo_reverse.png);
	background-repeat:no-repeat;
	background-size:100%;
	background-position:left;
	width:508px;
	height:198px;
	margin: 125px 53px;
}
	.cssmenu > ul > li > a {
		font-size: 15px;
		line-height: 1.5em;
		padding: 16px 14px;
	}
	#primary_nav li {
        display:inline;
    }
	#primary_nav {
        position:relative;
		top:5px;
		left:30px;
	}
}
@media only screen and (max-width: 800px) {
	.wrap{
		width:95%;
	}
	.logo{
	background-image:url(pix/REDI-Logo.png);
	background-repeat:no-repeat;
	background-size:100%;
	background-position:left;
	width:500px;
	height:195px;
	margin: 130px 58px;
}
.logoreverse{
	background-image:url(pix/REDI_Logo_reverse.png);
	background-repeat:no-repeat;
	background-size:100%;
	background-position:left;
	width:500px;
	height:195px;
	margin: 130px 58px;
}
	.cssmenu {
		display: none;
	}
	.top-nav{
		display:block;
	}
	.foot_nav ul li {
		margin-right: 0%;
	}
	.grid_1_of_4:nth-child(3){
		margin-left: 0;
	}
	.grid_1_of_4 {
		display: block;
		float: left;
		margin: 4% 0 0 4%;
	}
	.images_1_of_4 {
		width: 47.99999%;
	}
	#primary_nav li {
        display:inline;
    }
	#primary_nav {
        position:relative;
		top:5px;
		left:40px;
	}
	
		#secondary_nav {
        position:relative;
		top:5px;
		left:0px;
		height:700px;
	}
	
}
@media only screen and (max-width: 640px){
	.wrap{
		width:95%;
	}
	.logo{
	background-image:url(pix/REDI-Logo.png);
	background-repeat:no-repeat;
	background-size:100%;
	background-position:left;
	width:500px;
	height:195px;
	margin: 130px 58px;
}
.logoreverse{
	background-image:url(pix/REDI_Logo_reverse.png);
	background-repeat:no-repeat;
	background-size:100%;
	background-position:left;
	width:500px;
	height:195px;
	margin: 130px 58px;
}
/*navigation*/
	#primary_nav li {
        display: block;
    }
	#primary_nav {
        position:absolute;
		top:325px;
		left:40px;
	}

	
}
@media only screen and (max-width: 592px) {
	.wrap{
		width:95%;
	}
	.span_1_of_3 {
		margin-top: 4%;
	}
	.span_1_of_3 a h4 {
		margin-top: 0%;
	}
	header{
	  position:relative;
      width:100%;
      height:315px;
	  margin:0px auto;
	  background-color: #999999;
	  background-image:url(pix/REDI_homePhoto.jpg);
	  background-repeat:no-repeat;
	  background-size:cover;
	}
	.logo{
	background-image:url(pix/REDI-Logo.png);
	background-repeat:no-repeat;
	background-size:100%;
	background-position:left;
	width:400px;
	height:156px;
	margin: 100px 58px;
}
.logoreverse{
	background-image:url(pix/REDI_Logo_reverse.png);
	background-repeat:no-repeat;
	background-size:100%;
	background-position:left;
	width:400px;
	height:156px;
	margin: 100px 58px;
}
	h1.heroTitle {
	position:relative;
	font-size: 90px;
	text-shadow:#333333 3px 3px 5px;
	line-height: 90px;
	position: absolute;
	bottom:-10px;
	left: 0;
/*navigation*/
}
	#primary_nav li {
        display: block;
    }
	#primary_nav {
        position:relative;
		top:10px;
		left:40px;
}
	#secondary_nav {
        position:relative;
		top:5px;
		left:0px;
		height:1000px;
	}
}
@media only screen and (max-width: 480px) {
	.wrap{
		width:95%;
	}
	.span_1_of_3 {
		margin-top: 4%;
	}
	.span_1_of_3 a h4 {
		margin-top: 0%;
	}
	header{
	  position:relative;
      width:100%;
      height:315px;
	  margin:0px auto;
	  background-color: #999999;
	  background-image:url(pix/REDI_homePhoto.jpg);
	  background-repeat:no-repeat;
	  background-size:cover;
	}
	.logo{
	background-image:url(pix/REDI-Logo.png);
	background-repeat:no-repeat;
	background-size:100%;
	background-position:left;
	width:300px;
	height:156px;
	margin: 100px 25px;
}
.logoreverse{
	background-image:url(pix/REDI_Logo_reverse.png);
	background-repeat:no-repeat;
	background-size:100%;
	background-position:left;
	width:400px;
	margin: 80px 25px;
}
	h1.heroTitle {
	position:relative;
	font-size: 90px;
	text-shadow:#333333 3px 3px 5px;
	line-height: 90px;
	position: absolute;
	bottom:-10px;
	left: 0;
/*navigation*/
}
	#primary_nav {
        position:relative;
		top:10px;
		left:5px;
	}
	#primary_nav li {
        display: block;
	}
	.floatleft, .floatright {
	 float:none;
 }
 /* 3 column boxes */
 .boxes {
      display:block;
	  width: 70%;
      margin: 0;
      clear: both;
	  color:#000;
      background-color:;
      overflow: hidden;
      /* You can play around with these widths after you have some content in the cells. */
      min-width: 250px;
      max-width: 1400px;
	  font-family: Open Sans, Arial, Helvetica, sans-serif;
	  font-size: 14px; line-height:20px; color: #000; 
    }
 p.boxcopy {
	font-family: Open Sans, Arial, Helvetica, sans-serif;
	font-size: 14px; line-height:20px; color: #000; 
	margin-bottom:6px;
}

 .boxes div {
        width: 98%;
        padding: 1%;
        margin: 0;
      }
p.figure, figcaption {
	border-top-right-radius: 3px;
	padding: 10px 0;
	background-color: #FFF .8;
	font-family: Open Sans, Arial, Helvetica, sans-serif;
	font-size: 16px; line-height:17px; color: #000; 
	margin-bottom:2%;
}
/* Two Column small */
.twocolumn {
      display: block;
	  width: 95%;
      margin: 0 auto;
      clear: both;
	  color:#000;
      background-color:;
      overflow: hidden;
      /* You can play around with these widths after you have some content in the cells. */
      min-width: 250px;
      max-width: 1400px;
	  font-family: Open Sans, Arial, Helvetica, sans-serif;
	  font-size: 14px; line-height:20px; color: #000; 
    }
 .twocolumn div {
        width: 95%;
        padding: 2%;
        margin: 0 0.5%;
      }
#whitebar {
	clear: both;
	box-sizing: border-box;
	background:#FFF;
    padding: 0 auto;
	position: relative;
	margin-top:20px;
	left: 0px; 
	margin-bottom:-20px;
	width:100%;
}
footer {
position:relative;
  left: 0px; 
  bottom: 0px; 
  padding: 0px;
	width:100%;
 text-align: center;
 padding: 1px 6px;
 background-color: #333333;
}
	#secondary_nav {
        position:relative;
		top:5px;
		left:0px;
		height:auto;
		padding-bottom:0px;
	}

}
@media only screen and (max-width: 320px) {
	.wrap{
		width:95%;
	}
	 article {
		padding: 2%;
        margin: 10% 0.5%;
 }
	.logo{
		background-image:url(pix/REDI-Logo.png);
		background-repeat:no-repeat;
		background-size:100%;
		background-position:left;
		width:250px;
		margin: -20px 10px;
}
.logoreverse{
	background-image:url(pix/REDI_Logo_reverse.png);
	background-repeat:no-repeat;
	background-size:100%;
	background-position:left;
	width:250px;
	margin: -20px 10px;
}
	.banner h2 {
		font-size: 2em;
	}
	.content h2 {
		font-size: 1.4em;
		}
header{
	  position:relative;
      width:100%;
      height:190px;
	  margin:0px auto;
	  background-color: #999999;
	  background-image:url(pix/REDI_homePhoto.jpg);
	  background-repeat:no-repeat;
	  background-size:cover;
	}
	h1.heroTitle {
	position:relative;
	font-size: 80px;
	text-shadow:#333333 3px 3px 5px;
	line-height: 90px;
	position: absolute;
	top:60px;
	left: 0;
}
hr {
	color:#999;
	height: 1px;
  	width: 100%;
  	border:none;
	background-color: #999;
	margin-top:5px;
	position:relative;
	top:35px;
}
	#primary_nav {
        position: relative;
		top:40px;
		left:5px;
}
	#primary_nav li a {
    font-size:13px;
	padding: 0 20px;
	background: ;
    color: #000000;
    text-decoration: none;
    font-weight: 200;
    text-transform: uppercase;   

}
#secondary_nav {
        position:relative;
		top:5px;
		left:0px;
		height:auto;
		padding-bottom:0px;
	}

/*navigation*/
	#primary_nav li {
        display:block;
    }
/*boxes */
	 .boxes div {
        width: 95%;
        padding: 1%;
        margin-top:12%;
		margin-bottom: 12%;
      }
	  .twocolumn div {
        width: 95%;
        padding: 2%;
        margin: 30px 0.5%;
      }
	

}
@media only screen and (max-width: 240px) {
	.wrap{
		width:95%;
	}
	.logo{
		background-image:url(pix/REDI-Logo.png);
		background-repeat:no-repeat;
		background-size:100%;
		background-position:left;
		width:200px;
		margin: 15px 20px;
}
.logoreverse{
	background-image:url(pix/REDI_Logo_reverse.png);
	background-repeat:no-repeat;
	background-size:100%;
	background-position:left;
	width:200px;
	margin: 0px 10px;
}
	.banner h2 {
		font-size: 2em;
	}
	.content h2 {
		font-size: 1.4em;
		}
	header{
	  position:relative;
      width:100%;
      height:190px;
	  margin:0px auto;
	  background-color: #999999;
	  background-image:url(pix/REDI_homePhoto.jpg);
	  background-repeat:no-repeat;
	  background-size:cover;
	}
	h1.heroTitle {
	position:relative;
	font-size: 80px;
	text-shadow:#333333 3px 3px 5px;
	line-height: 90px;
	position: absolute;
	top:60px;
	left: 0;
/*navigation*/
}
	#primary_nav li a {
    font-size: 10px; line-height:12px; color: #000; 
	color: #000000;
    text-decoration: none;
    font-weight: 300;
    text-transform: uppercase;  
}
	#primary_nav li {
        display:block;
    }
	#primary_nav {
        position: relative;
		top:10px;
		left:0px;
}



	}

}
