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

/* Global Styles */
* {
	margin: 0px;
	padding: 0px;
}

body {
	overflow: auto;
	background-color: #fff;
	color: black;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	}
 
#banner {
	background: url("../assets/images/banner1.jpg") bottom center no-repeat;
	height: 700px;
}

#bannerdiv {
    position: relative;
    max-height: 700px;
    overflow: hidden;
}

#bannervideo {
    position: initial;
    right: 0;
    bottom: 0;
    min-width: 100%; 
	min-height: 100%;
}

.steps {
    position: absolute;
    top: -8px;
    left: -12px;
    background-color: #772583;
    color: white;
    padding: 5px 10px;
    border: #84BD00 solid 1px;
    border-radius: 50%;
    font-size: 0.7em;
}

.DetailedLogo {
    position: absolute;
    max-width: 700px;
    max-height: 350px;
    top: 50px;
    left: 35%;
    z-index: 2;
}
.DetailedLogoSmall {
    position: absolute;
    max-width: 350px;
    max-height: 175px;
    top: 30px;
    left: 25px;
    z-index: 2;
}

.StepsDiv {
    position: absolute;
    bottom: 0px;
    z-index: 502;
    color: white;
    width: 100%;
}

.StepsDiv2 {
    position: absolute;
    top: 750px;
    z-index: 502;
    color: white;
    width: 100%;
}

.rancho_footer {
    background-color: #00558C;
    color: white;
    padding-bottom: 50px;
}

.rancho_footer a {
    color: white;
}

#Inspired { /* Large */
    position: relative;
    width: 350px;
    margin-left: auto;
    margin-right: auto;
    height: 200px;
    border: #000 solid 2px;
    background-color: #00558C;
}
#Inspired_medium {
    position: relative;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    height: 150px;
    border: #000 solid 2px;
    background-color: #00558C;
}
#Inspired_small {
    position: relative;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    height: 100px;
    border: #000 solid 2px;
    background-color: #00558C;
}

#MyPlants {
    position: relative;
    width: 350px;
    margin-left: auto;
    margin-right: auto;
    height: 200px;
    border: #000 solid 2px;
    background-color: #003B62;
}
#MyPlants_medium {
    position: relative;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    height: 150px;
    border: #000 solid 2px;
    background-color: #003B62;
}
#MyPlants_small {
    position: relative;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    height: 100px;
    border: #000 solid 2px;
    background-color: #003B62;
}

#InBloom {
    position: relative;
    width: 350px;
    margin-left: auto;
    margin-right: auto;
    height: 200px;
    border: #000 solid 2px;
    background-color: #002036;
}
#InBloom_medium {
    position: relative;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    height: 150px;
    border: #000 solid 2px;
    background-color: #002036;
}
#InBloom_small {
    position: relative;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    height: 100px;
    border: #000 solid 2px;
    background-color: #002036;
}

.focustext {
    color: #00558C;
    font-size: 1.5em;
    font-weight: 700;
    margin-bottom: 10px;
}

.highlighttext {
    color: blue;
}

.focusnext {
    color: #00558C;
    font-size: 1.5em;
    font-weight: 700;
}

.steptext1 {
    font-size: 48px;
    font-weight: 700;
    margin-top: 6px;
    margin-bottom: 0px;
}
.steptext1_small {
    font-size: 20px;
    font-weight: 700;
    margin-top: 6px;
    margin-bottom: 0px;
}
.steptext1_medium {
    font-size: 34px;
    font-weight: 700;
    margin-top: 6px;
    margin-bottom: 0px;
}
.steptext1_large {
    font-size: 48px;
    font-weight: 700;
    margin-top: 6px;
    margin-bottom: 0px;
}

#Inspired a, #Inspired_medium a, #Inspired_small a, #MyPlants a, #MyPlants_medium a, #MyPlants_small a, #InBloom a, #InBloom_medium a, #InBloom_small a {
    color: white;
}

.steptext2 {
    font-size: 48px;
    font-weight: normal;
    margin-top: 0px;
    font-family: "Sofia", sans-serif;
}
.steptext2_small {
    font-size: 20px;
    font-weight: normal;
    margin-top: 0px;
    font-family: "Sofia", sans-serif;
}
.steptext2_medium {
    font-size: 34px;
    font-weight: normal;
    margin-top: 0px;
    font-family: "Sofia", sans-serif;
}
.steptext2_large {
    font-size: 48px;
    font-weight: normal;
    margin-top: 0px;
    font-family: "Sofia", sans-serif;
}

.num1 {
    border-radius: 50%;
    border: solid 3px #00558C;
    margin-right: 10px;
    padding: 3px;
}

.num2 {
    border-radius: 50%;
    border: solid 3px #00558C;
    margin-right: 10px;
    padding: 3px;
    color: green;
}

.num3 {
    border-radius: 50%;
    border: solid 3px #00558C;
    margin-right: 10px;
    padding: 3px;
    color: purple;
}

.pushdown {
    margin-top: 100px;
}

.pushdownlittle {
    margin-top: 20px;
}

.pushdownfooter {
    margin-top: 50px;
}

.bottomdown {
    margin-bottom: 20px;
}

.thumbdiv {
    position: relative;
    margin-bottom: 25px;
    margin-left: 0;
    margin-right: 0
}

.thumbs {
    border: black solid 2px;
}

.Messagediv {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.MessText {
    position: absolute;
    display: inline-block;
    width: 350px;
    top: 120px;
    color: white;
    font-weight: 700;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    line-height: 70px;
    background-color: rgba(0,0,1,0.6);
    padding-left: 0px;
    padding-right: 0px;
}


.ranchologo {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 20px;
}

.more {
	background-color: #FFF;
    padding-top: 12px;
}

p {
    padding-right: 12px;
    padding-left: 15px;
}


.pushsides {
	padding-left: 108px;
	padding-right: 108px;
}

.iconstyle {
    height: 25px;
    width: 25px;
    margin-right: 10px;
    margin-top: -6px;
}

.planstyle {
    line-height: 35px;
}

.keepinside {
    position: relative;
}

.logo {
	margin-top: 32px;
	margin-bottom: 32px;
	border: #555 1px solid;
}

.socialicons {
    height: 30px;
    width: 30px;
    margin-right: 10px;
}

/* Headings */
h1 {
	font-size: 2.3em;
	margin-top: 10px;
	font-family: 'Open Sans', sans-serif;
}

h2 {
	font-size: 1.65em;
	margin-bottom: 0.5em;
	font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}

h3 {
	font-size: 1.5em;
	margin-bottom: 0.5em;
    padding-left: 15px;
	font-weight: bold;
	line-height: 1.8em;
	font-family: 'Open Sans', sans-serif;
}

.mybutton {
    border-radius: 5px;
    margin-left: 15px;
}

.mybutton a {
    color: white;
}

.photocaption  {
	line-height: 30px;
	font-size: 1.2em;
	display: block;
}

#Agency {
	background-color: #fff;	
	padding-top: 64px;
	padding-bottom: 64px;
}

#Agency img {
	float: left;
	margin-left: 35px;
}

#Helpful {
	background-color: #FFF;
	position: relative;
	padding-top: 64px;
	padding-bottom: 64px;
}

#Tips {
	position: relative;
	padding-top: 64px;
	padding-bottom: 64px;
}

.leftsidetips {
	position: relative;
	width: 500px;
	min-height: 300px;
	padding-left: 10px;
	padding-top: 15px;
}

.leftside {
	position: relative;
	width: 500px;
	min-height: 430px;
	padding-left: 10px;
}

.leftside p, .rightside p {
	color: #848484;
}

.rightside {
	position: absolute;
	left: 550px;
	top: 0px;
}

.rightside img {
	margin-top: 50px;
}



hr {
	color: #000;
	background-color: #000;
}


/* Common Styles */
/* ------------- */
.smaller {
	font-size: 10px;
}

.center {
	text-align: center;
}

.bold {
	font-weight: bold;
}

.bolder {
	font-weight: 900;
}

.underline {
    text-decoration: underline;
}

.indent {
    margin-left: 25px;
}

.red {
	color: #F00;
}

.noborder {
	border: none;
}

.clear {
	clear: both;
}

/* ===== ADA / WCAG 2.1 AA Fixes ===== */
a.skip-link {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap; border: 0;
  color: #ffffff; background: #000000;
  text-decoration: none;
}
a.skip-link:focus {
  position: fixed; top: 0; left: 0;
  width: auto; height: auto;
  padding: 10px 16px; margin: 0;
  overflow: visible; clip: auto;
  white-space: nowrap; z-index: 10000;
  font-size: 1em;
  color: #ffffff; background: #000000;
}
main:focus { outline: none; }
