

/*---------------------------------------------------------------------------------------------------------------------

STYLE RESET

---------------------------------------------------------------------------------------------------------------------*/

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, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}


img,
embed,
object,
video {
 max-width: 100%;
}

img,
embed,
object,
video {
 *width: 100%;
}

*, *:before, *:after {
  -moz-box-sizing: border-box !important; -webkit-box-sizing: border-box !important; box-sizing: border-box !important;
 }

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clear:before {
  content: "";
  display: table;
}

.clear {
  clear: both;
}

.clearfix:before {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}


/*---------------------------------------------------------------------------------------------------------------------

TYPOGRAPHY

---------------------------------------------------------------------------------------------------------------------*/

body {
  -webkit-font-smoothing: antialiased;
  /* Fix for webkit rendering */
  -webkit-text-size-adjust: 100%;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  font-weight: normal;
  /* line-height: 1.3em; */
  color: black;
  background: #fff;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  position: relative;
  
}

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
  color: #443266;
  font-weight: 400;
  line-height: 1.2em;
  margin-bottom: 0.75em;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 30px;
  text-transform: uppercase;
}

h3 {
  font-size: 28px;
  text-transform: uppercase;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

.subheader {
  color: #666;
}

p {
  font-size: 18px;
  line-height: 1.3em;
  padding: 0 0 1em 0;
}

p img {
  margin: 0;
}

em, i {
  font-style: italic;
}

strong {
  font-weight: bold;
}

small {
  font-size: 80%;
}
.img-size{
  width:250px !important;
  height:199px !important;
}
.big {
  font-size: 1.1em;
  line-height: 1.4em;
}

.bigger {
  font-size: 2em;
  line-height: 1.4em;
}

.small {
  font-size: .8em;
  line-height: 1.4em;
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.vtops {
  vertical-align: top;
}

/*  Blockquotes  */
blockquote, blockquote p {
  font-style: italic;
  position: relative;
}

blockquote:before{
  display: block;
    padding-left: 10px;
    content: "\201C";
    font-size: 80px;
    position: absolute;
    left: -20px;
    top: -10px;
    color: #7a7a7a;
    font-family: Georgia, serif;
}

blockquote p{
  padding-left: 40px;
}

figcaption{
  display: block;
  text-align: right;
  font-weight: 600;
}

.testimonial{
  margin: 0 0 1.5em;
  padding: 1.5em 0;
  border-top: 1px solid #443266;
  border-bottom: 1px solid #443266;
}

.testimonial img{
  margin-bottom: 1em;
}

.testimonial .video{
  margin-bottom: 1.5em;
}

.page-template-template-testimonials .testimonial{
  margin: 0 auto 3em;
  padding: 0 0 1.5em;
  border-top: 0;
  border-bottom: 1px solid #443266;
}

.page-template-template-testimonials .testimonial:last-of-type{
  margin: 0 auto 1.5em;
  padding: 0;
  border-bottom: 0;
}

hr {
  border: solid #443266;
  border-width: 1px 0 0;
  clear: both;
  margin: 1em 0;
  height: 0;
}

/* Links  */
a, a:visited {
  color: #8c489f;
  text-decoration: none;
  outline: none;
}

a:active, a:hover, a:focus {
  color: #8c489f;
  text-decoration: underline;
  outline: none;
}

p a, p a:visited {
  line-height: inherit;
}

/* Lists  */
ul, ol {
  margin: 0 0 .8em 30px;
}

ul {
  list-style: outside;
}

li {
  padding: 0 0 0.4em 0;
  margin: 0;
}

ol {
  list-style: decimal;
}

ol, ul.square, ul.circle, ul.disc {
  margin-left: 18px;
}

ul.square {
  list-style: square outside;
}

ul.circle {
  list-style: circle outside;
}

ul.disc {
  list-style: disc outside;
}

ul ul, ul ol,
ol ol, ol ul {
  margin: 4px 0 5px 30px;
  font-size: 90%;
}

ul ul li, ul ol li,
ol ol li, ol ul li {
  margin-bottom: 6px;
}

ul.large li {
  line-height: 21px;
}

li p {
  line-height: 21px;
}

/* deprecated items should not be used - this is a warning when used  */
applet, basefont, dir, font, s, strike, center, frameset, frame, isindex, menu, noframes, u {
  color: red;
  font-weight: bold;
  margin: 10px;
  padding: 10px;
  border: 2px dashed #cd0000;
  font-size: 1.5em;
}

div[align], p[align], table[align] {
  color: red;
  font-weight: bold;
  margin: 10px;
  padding: 10px;
  border: 2px dashed #cd0000;
  font-size: 1.5em;
}

.attachment-post-thumbnail {
  float: left;
  margin: 0 15px 15px 0;
}

.alignright {
  float: right;
  margin: 0 0 15px 15px;
}

.alignleft {
  float: left;
  margin: 0 15px 15px 0;
}

.aligncenter {
  display: block;
  margin: 0 auto 15px;
}

/*---------------------------------------------------------------------------------------------------------------------

FORMS

---------------------------------------------------------------------------------------------------------------------*/
a.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  background: #443266 !important;
  border: none;
  -webkit-box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.3);
  padding: 0.5em 2em;
  color: #c3c3e5;
  display: inline-block;
  zoom:1;
  *display: inline;
  font-size: 1em;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  margin-top: 6px;
  -webkit-appearance: none;
  -webkit-border-radius:0; 
  border-radius:0;
}

a.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3);
  color: #fff;
}

a.button:active,
button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3);
  color: #fff;
}


fieldset {
  margin-bottom: 20px;
}

::-webkit-input-placeholder {
  color: #ab0534;
  color: rgba(171, 5, 52, 0.5);
}
:-moz-placeholder { /* Firefox 18- */
  color: #ab0534;
  color: rgba(171, 5, 52, 0.5);
}
::-moz-placeholder {  /* Firefox 19+ */
  color: #ab0534;
  color: rgba(171, 5, 52, 0.5);
}
:-ms-input-placeholder {  
  color: #ab0534;
  color: rgba(171, 5, 52, 0.5);
}

input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
  border: 1px inset #000;
  height: 39px;
  line-height: 39px;
  font-size: 18px;
  outline: none;
  color: #ab0534;
  margin-bottom: 11px;
  background: #fff;
  padding-left: 0.5em;
  -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; 
    box-sizing: border-box; 
  width: 100%;
}
input[type="number"]{
  /*border: 1px inset #000;*/
  height: 39px;
  line-height: 39px;
  font-size: 18px;
  outline: none;
  color: #ab0534;
  margin-bottom: 11px;
  background: #fff;
  padding-left: 0.5em;
  -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; 
    box-sizing: border-box; 
  width: 93%;
}
select {
  padding: 0;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
textarea:focus {
  border: 1px inset #000;
  color: #ab0534;
  color: rgba(171, 5, 52, 0.5);
}

#privacy-policy, #privacy-policy-2{
  margin-top: 1em;
}

#privacy-policy a, #privacy-policy-2 a{
  text-decoration: underline;
}

#privacy-policy a:hover, #privacy-policy a:active, #privacy-policy a:focus, #privacy-policy-2 a:hover, #privacy-policy-2 a:active, #privacy-policy-2 a:focus {
  color: #ab0534;
  text-decoration: none;
}

textarea {
  min-height: 60px;
}

select {
  width: 220px;
}

input[type="checkbox"], input[type="radio"] {
  display: inline;
  margin: 30px 10px;
}

label span,
legend span {
  font-weight: normal;
  font-size: 13px;
  color: #444;
}

/*---------------------------------------------------------------------------------------------------------------------

NAVIGATION

---------------------------------------------------------------------------------------------------------------------*/
#mobile-menu{
  display: none;
}

.menu ul,
.main_menu,
.main_menu ul {
  list-style: none;
  margin: 0px;
}

.main_menu {
  width: 100%;
}

.menu-top_menu-container{
  border-top: 2px solid #443266;
}


.main_menu li {
  float:none;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 0;
  padding: 0.8em 1.2em;
  position: relative;
}

.main_menu ul {
  margin: 0px;
}

.main_menu .sub-menu{
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  z-index: 9999;
}
.sub-header-menu{
  background-color: #c3c3e5 !important;
  color:#443266;
}

.main_menu li:hover .sub-menu{
  display: block;
}

.main_menu .sub-menu li{
  padding: 0.5em;
}

.main_menu .sub-menu li a{
  font-size: 1em;
  color: #443266 !important;
}

.footer_nav ul,
.footer_nav {
  margin: 0;
  list-style: none;
}

.footer_nav {
  width: 100%;
  text-align: center;
}

.footer_nav li{
  float:none;
  display: inline-block;
  zoom: 1;
  *display: inline;
  margin: 0;
  padding: 0.3em 1.3%;
  position: relative;
  }
  
.footer_nav li.last,
.menu li.last,
.main_menu li.last {
  border-right: none;
}

.footer_nav li.first,
.menu li.first,
.main_menu li.first {
  border-left: none;
}

.footer_nav a,
.menu a,
.main_menu a {
  display: block;
  font-size: 19px;
  font-weight: normal;
  white-space: nowrap;
  /* padding: 5px 0px 5px 0; */
  text-decoration: none;
  color: #443266;
  text-transform: uppercase;
}

.menu a:hover,
.main_menu a:hover, 
.footer_nav a:hover  {
  text-decoration: underline;
}

.current_page_item a{
}
.current-menu{
  font-weight: 700;
  
}

.current_page_item .sub-menu a{
  font-weight: 400;
}
.form-info{
  margin:auto !important;
}

/*---------------------------------------------------------------------------------------------------------------------

GLOBAL

---------------------------------------------------------------------------------------------------------------------*/
.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 907px;
  width: 100%;
  text-align: left;
}

.btn{
  display: inline-block;
  zoom:1;
  *display: inline;
  background-color: #443266;
  color: #C3C3E5 !important;
  font-weight: 700;
  padding: 0.5em 1em;
    -webkit-box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.3);
  border: none;
  text-decoration: none;
  cursor: pointer;
}

.btn:hover, .btn:active, .btn:focus{
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3);
  color: #fff !important;
  text-decoration: none;
}

/*---------------------------------------------------------------------------------------------------------------------

HEADER

---------------------------------------------------------------------------------------------------------------------*/
#header {
  max-width: 907px;
  width: 100%;
  margin: auto;
  position: relative;
}

#logo{
  float: left;
  width: 30%;
}

#logo img{
  height: auto;
  width: 100%;
  max-width: 250px;
  margin-top: 34px;
}

#header-right{
  float: left;
  text-align: right;
  width: 70%;
}

#site-switch-top{
  margin-left: 0.5em;
}

#site-switch-top p, #site-switch-bottom p{
  color: #ab0534;
  font-weight: 700;
  margin-bottom: 0.5em;
  padding-bottom: 0;
}

#site-switch-top .btn, #site-switch-bottom .btn{
  margin-left: 0.5em;
}

#site-switch-bottom a.btn{
  color: #fff !important;
}

#site-switch-bottom a.btn:hover, #site-switch-bottom a.btn:active, #site-switch-bottom a.btn:focus {
  color: #fdbf57 !important;
}

#site-switch-bottom{
  display: none;
}

#contact-info{
  margin-top:10px;
  margin-left: 0.5em;
}

#contact-info p{
  font-size: 24px;
  font-weight: 700;
  color: #443266;
  vertical-align: bottom;
}

#contact-info .big-number{
  font-size: 38px;
}

#contact-info img{
  margin-left: 0.5em;
  vertical-align: bottom;
}



/*---------------------------------------------------------------------------------------------------------------------

HOME

---------------------------------------------------------------------------------------------------------------------*/
#banner, #how-it-works, #we-want-to-buy, #three-home-blocks-1 .home-block, #three-home-blocks-2 .home-block {
  margin: 0 auto 2em auto;
}


#banner{
  width: 100%;
  height: 100%;
  min-height: 428px;
  margin: 0 auto 2em auto;
  background-color: #C3C3E5;
  background: url('images/house-png.png') left bottom no-repeat, -moz-linear-gradient(top, #443266 0%, #ffffff 100%);
  background: url('images/house-png.png') left bottom no-repeat, -webkit-gradient(left top, left bottom, color-stop(0%, #c1dee5), color-stop(100%, #ffffff));
  background: url('images/house-png.png') left bottom no-repeat, -webkit-linear-gradient(top, #443266 0%, #ffffff 100%);
  background: url('images/house-png.png') left bottom no-repeat, -o-linear-gradient(top, #443266 0%, #ffffff 100%);
  background: url('images/house-png.png') left bottom no-repeat, -ms-linear-gradient(top, #443266 0%, #ffffff 100%);
  background: url('images/house-png.png') left bottom no-repeat, linear-gradient(to bottom, #443266 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#443266', endColorstr='#ffffff', GradientType=0 );

  
}

#map-graphic{
  float: left;
  margin-top: 62px;
}

#map-graphic img{
  height: auto;
  width: 100%;
  max-width: 411px;
}

#home-form{
  float: right;
  width: 100%;
  max-width: 428px;
  background-color: #C3C3E5;
  margin-top: 33px;
  padding: 0.5em;
  max-height: 510px;
  overflow: hidden;
}

#home-form-2{
  margin: 1.5em auto;
  width: 100%;
  max-width: 428px;
  background-color: #c3c3e5;
  padding: 0.5em;
}

#home-form .red-border-box. #home-form-2 .red-border-box{
  border: 2px solid #443266;
  padding: 0.7em 1em;
}

#home-form p, #home-form-2 p{
  color: #443266;
  font-size: 26px;
  padding-bottom: 0;
  margin-bottom: 0.5em;
  line-height: 1.3em;
}

#home-form input[type="submit"], #home-form-2 input[type="submit"]{
  float: left;
  margin-right: 1em;
}

.infusion-submit{
  width: auto;
  display: inline;
}

#home-form #privacy-policy, #home-form-2 #privacy-policy-2{
  float: right;
}


#home-form input[type="text"],
#home-form input[type="password"],
#home-form input[type="email"],
#home-form textarea,
#home-form select,
#home-form-2 input[type="text"],
#home-form-2 input[type="password"],
#home-form-2 input[type="email"],
#home-form-2 textarea,
#home-form-2 select{
  border: none;
  width: 100%;
  max-width: 368px;
  height: 39px;
  line-height: 39px;
  font-size: 18px;
}

#home-form input[type="text"]:focus,
#home-form input[type="password"]:focus,
#home-form input[type="email"]:focus,
#home-form textarea:focus,
#home-form-2 input[type="text"]:focus,
#home-form-2 input[type="password"]:focus,
#home-form-2 input[type="email"]:focus,
#home-form-2 textarea:focus{
  border: 1px inset #000;
}

#how-it-works, #we-want-to-buy{
  width: 50%;
  float: left;
}

#how-it-works {
  padding-right: 34px;
}


#how-it-works .red-border-box{
  border: 2px solid #443266;
  padding: 0;
  margin: 0.4em;
  }

#how-it-works ul{
  list-style: none;
  margin-left: 0;
}

#how-it-works li{
  background-color: #c3c3e5;
  color: #443266;
  display: block;
  padding: 0.1em;
  margin-bottom: 1em;
}

#how-it-works li p{
  width: 85%;
  font-size: 24px;
  line-height: 1.3em;
  margin: 0;
  padding-bottom: 0;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
  
}

#how-it-works .big-number{
  width: 10%;
  font-weight: 700;
  font-size: 51px;
  text-align: left;
  margin: 0.4em 0 0.4em 0.2em;
  display: inline-block;
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}

#we-want-to-buy{
  padding-left: 34px;
}


#three-home-blocks-1, #three-home-blocks-2{
    white-space: nowrap;
    width: 100%;
   
}

#three-home-blocks-1{
  
}

.home-block{
  display: inline-block;
  *display: inline;
  margin-bottom: 1.5em;
  max-width: 279px;
  padding: 0.5em;
  vertical-align: top;
  white-space: normal;
  width: 33.3333333%;
  zoom: 1;
}

#three-home-blocks-1 .yellow-border-box{
  border: 2px solid #443266;
  padding: 0;
  margin: 0.2em;
}

#three-home-blocks-1 .home-block{
  background-color: #c3c3e5;
  min-height: 333px;
  margin-right: 3.5%;
}

#three-home-blocks-1 .home-block:last-of-type{
  margin-right: auto;
}

#three-home-blocks-1 h3{
  color: #443266;
  font-size: 18px;
  font-weight: 700;
  text-transform: none;
  margin: 0.5em 0.8em 0 0.8em;
}

#three-home-blocks-1 img{
  margin: 1em auto 0 auto;
  height: auto;
  width: 100%;
  display: block;
}

#three-home-blocks-1 p{
  color: #8c489f;
  margin: 0.5em 0.2em 0 0.2em;
  padding-bottom: 0;
}

#three-home-blocks-2{
  
}

#three-home-blocks-2 .home-block{
  background-color: transparent;
  padding: 0;
  margin-right: 3.5%;
}

#three-home-blocks-2 .home-block:last-of-type{
  margin-right: auto;
}

#three-home-blocks-2 .home-block p{
  font-weight: 700;
  margin-bottom: 0;
  padding-bottom: 0;
}

.custom-area h2{
  text-transform: none !important;
}
.custom-area p{
  text-align: justify;
}

/*---------------------------------------------------------------------------------------------------------------------

INTERIOR PAGE CONTENT

---------------------------------------------------------------------------------------------------------------------*/
#page{
  margin-top: 2em;
}


.primary{
  width: 65%;
  float: left;
  margin-right: 5%;
  margin-bottom: 2em;
}

#full-page{
  float: none;
  width: 100%;
  margin-right: 0;
  margin-bottom: 2em;
}

#full-page article{
  border: none;
}

.primary article{
  border: 2px solid #443266;
  padding: 1em;
  margin-bottom: 2em;
}

.primary aside{
  background-color: #c3c3e5;
  color: #fdbf57;
  padding: 0.5em;
}

.primary aside .yellow-border-box{
  border: 2px solid #443266;
  padding: 1em;
}

.primary aside h3{
  color: #443266;
  font-size: 24px;
}
.primary aside ol{
  color:#443266;
}
[id*="-link-"]{
  padding-bottom: 1em;
  color: #ab0534;
}

[id*="-toggle-"]:hover, [id*="-toggle-"]:active, [id*="-toggle-"]:focus{
  color: #443266;
  text-decoration: underline;
}

[id*="-content-"]{
  margin-bottom: 1em;
  color: #000;
}

[id*="-content-"]:before{
  content: "- ";
}

#simple-process a{
  color: #8c489f;
  text-decoration: underline;
  font-weight: 700;
}

#simple-process a:hover, #simple-process a:active, #simple-process a:focus{
  color: #fff;
}


/* /your-information/ */

#your-info-form input{
  max-width: 368px;
}


#your-info-form{
  background-color: #C3C3E5;
  padding: 0.5em;
  width: 100%;
  max-width: 500px;
  
}

#your-info-form .red-border-box{
  border: 2px solid #443266;
  padding: 0.5em;
  max-height: 460px;

}

#your-info-form p{
  color: #443266;
  font-size: 26px;
}

/* /additional-information/ */

#post-332{
  padding-top: 0;
}

#additional-info form{
  max-width: 368px;
}

#additional-info input, #additional-info textarea{
  margin-top: 11px;
}

#additional-info .infusion-option{
  display: inline;
  margin: 0.5em;
}



/*---------------------------------------------------------------------------------------------------------------------

SIDEBAR

---------------------------------------------------------------------------------------------------------------------*/
.secondary{
  width: 30%;
  float: right;
}

#side-form{
  width: 100%;
  max-width: 428px;
  background-color: #c3c3e5;
  font-size: 18px;
  display: block;
  padding: 0.5em;
  margin: auto;
}

#side-form .red-border-box{
  border: 2px solid #443266;
  padding: 0.5em;
  max-height: 440px;
  overflow: hidden;
}

#side-form p{
  color: #443266;
  font-size: 16px;
  padding-bottom: 0;
  margin-bottom: 0.5em;
  line-height: 1.3em;
}

#side-form #privacy-policy{
  float: none;
  margin-top: 0.5em;
  font-size: 14px;
}


#side-form input[type="text"],
#side-form input[type="password"],
#side-form input[type="email"],
#side-form textarea,
#side-form select{
  border: none;
  width: 100%;
  max-width: 368px;
  height: 26px;
  line-height: 26px;
  font-size: 14px;
}

#side-form input[type="text"]:focus,
#side-form input[type="password"]:focus,
#side-form input[type="email"]:focus,
#side-form textarea:focus{
  border: 1px inset #000;
}

#side-form-2{
  background-image:url('images/banner-sides.png');
  background-repeat: no-repeat;
  background-position: center top;
  height: 556px;
  margin: 2em auto;
  max-width: 273px;
}

.clear-padding-box{
  padding: 0.8em;
}

#side-form-2 h3{
  color: #fff;
  font-size: 26px;
  margin-bottom: 0.5em;
}

#side-form-2 p{
  color: #fff;
  font-weight: 700;
}


/*---------------------------------------------------------------------------------------------------------------------

FOOTER

---------------------------------------------------------------------------------------------------------------------*/



#footer {
  border-top: 2px solid #443266;
  clear: both;
  font-size: 14px;
  padding: 1em;
  margin-top: 1.5em;
  margin-bottom: 0;
  overflow: hidden;
  padding-bottom: 0;
  min-height: 234px;
  width: 100%;
  background: #c3c3e5;
   }

#footer nav{
  width: 100%;
  margin: auto;
}
#footer-branding {
  text-align: center;
  width: 100%;
  margin: 1em auto;
}

#footer-branding img{
  display: inline-block;
  zoom: 1;
  *display: inline;
}

#footer-logo img{
  max-width: 158px;
  height: auto; 
  width: 100%;
  margin-right: 1.5em;
  vertical-align: bottom;
}

.social-icon img{
  padding: 2px;
  height: auto;
  max-width: 49px;
  width: 100%;
  vertical-align: bottom;
}



#footer a:hover, .current_page_item a {
  color: #443266 !important;
}



/*---------------------------------------------------------------------------------------------------------------------

MEDIA QUERY (769px - 906px)

---------------------------------------------------------------------------------------------------------------------*/


@media screen and (max-width: 906px){
  
  .container{
    width: 95%;
  }
  
  .main_menu li {
    padding: 0.3em 0.6em;
  
  }
  
  #banner{
    background-color: #443266;
    background: -moz-linear-gradient(top, #443266 0%, #ffffff 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #c1dee5), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(top, #443266 0%, #ffffff 100%);
    background: -o-linear-gradient(top, #443266 0%, #ffffff 100%);
    background: -ms-linear-gradient(top, #443266 0%, #ffffff 100%);
    background: linear-gradient(to bottom, #443266 0%, #ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#443266', endColorstr='#ffffff', GradientType=0 );
  }
  
  #map-graphic{
  float: none;
  margin: 0.5em auto;
  text-align: center;
  }
  
  #home-form, #home-form-2{
    float: none;
    max-width: 428px;
    margin: 0.5em auto;
  }

  
  #three-home-blocks-1 .home-block{
    margin-right: 1.5%;
  }

  #three-home-blocks-2 .home-block{
    margin-right: 1.5%;
  }
  
}

/*---------------------------------------------------------------------------------------------------------------------

MEDIA QUERY (546px - 768px)

---------------------------------------------------------------------------------------------------------------------*/

@media screen and (max-width: 768px){
  
  #mobile-menu{
    display: block;
    text-align: center;
    text-decoration: none;
    border-top: 2px solid #443266;
    padding-top: 0.5em;
  }
  
  #mobile-menu:hover, #mobile-menu:active, #mobile-menu:focus{
    text-decoration: none;
  }
  
  #mobile-menu img{
    margin: auto;
    max-width: 60px;
    height: auto;
    display: block;
  }
  
  #mobile-menu p{
    padding-bottom: 0;
    color: #8c489f;
  }
  
  .menu-top_menu-container{
    border: none;
  }
  
  .main_menu{
    display: none;
    margin-top: 1em;
    
  }
  
  .main_menu li{
    display: block;
  }
  
  .main_menu .sub-menu{
    display: block;
    position: static;
    top: auto;
    left: auto;
    right: auto;
    background-color: #C3C3E5;
    padding-top: 0.5em;
  }
  
  .main_menu .sub-menu li{
    padding: 0.4em;
  }
  
  .main_menu .sub-menu li a:before{
    content: "- ";
  }
  
  .main_menu .sub-menu li a{
    color: #443266 !important;
  }

  
  #header {
    max-width: 907px;
    width: 100%;
    margin: auto;
    position: relative;
  }
  
  #logo{
    float: none;
    width: 100%;
    text-align: center;
  }
  
  #logo img{
    height: auto;
    width: 100%;
    max-width: 250px;
    margin-top: 1em;
  }
  
  #header-right{
    float: none;
    text-align: center;
    width: 100%;
  }
  
  #site-switch-top{
    display: none;;
  }
  
  #site-switch-bottom{
    display: block;
    text-align: center;
  }
  
  #contact-info{
    margin: 5.5em auto;
  }
  
  #contact-info p{
    font-size: 24px;
    font-weight: 700;
    color: #443266;
    vertical-align: bottom;
    padding-bottom: 0.5em;
  }
  
  #contact-info .big-number{
    font-size: 34px;
  }
  
  #contact-info img{
    margin-left: 0;
    display: none;
  }
  
  .primary article{
    border: none;
    padding: 0;
  }
  
  #how-it-works li p{
    font-size: 18px;
    width: 80%;
  }
  
  #how-it-works .big-number{
    width: 15%;
    font-size: 44px;
    margin: 0.4em 0 0.4em 2%;
  }

  #three-home-blocks-1, #three-home-blocks-2{
      white-space: normal;
  }

  #three-home-blocks-1 .home-block, #three-home-blocks-2 .home-block{
    margin: 0 auto 2em auto;
    display: block;
    width: 100%;
    max-width: 60%;
  }
  
  .primary{
    width: 100%;
    float: none;
    margin-right: auto;
    margin-bottom: 2em;
  }
  
  .secondary{
  width: 100%;
  float: none;
  }
  
  footer nav{
    display: none;
  }
}

/*---------------------------------------------------------------------------------------------------------------------

MEDIA QUERY (545px and below)

---------------------------------------------------------------------------------------------------------------------*/

@media screen and (max-width: 545px){
    
  #page{
    margin-top: 1em;
  }

  
  #how-it-works, #we-want-to-buy{
    width: 100%;
    float: none;
    margin: 0 auto 2em auto;
    padding: 0;
  }
  
  #how-it-works {
    padding-right: 0;
  }
  
  #how-it-works li p{
    width: 80%;
  }
  
  #how-it-works .big-number{
    width: 18%;
    text-align: center;
    margin: auto;
    
  }
  
  #three-home-blocks-1 .home-block, #three-home-blocks-2 .home-block{
    margin: 0 auto 2em auto;
    max-width: 100%;
  }
  
  #footer-logo img{
    margin: 0 auto 2em auto;
    display: block;
  }
  
  #phone{
    white-space: pre;
  }
  
  #site-switch-bottom{
    margin-bottom: 1.5em;
  }
  
}

@media screen and (min-width: 769px){

  .main_menu{
    display: block !important;
  }
}