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

a {
  text-decoration: none;
}

body {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  font-family: montserrat;
  font-weight: 300;
  font-style: normal;
  font-size: 15px;
}

ul {
  list-style-type: none;
}

#banner-box {
  height: 400px;
  background-image: url("../images/alder-hero.jpg");
  background-size: cover;
  padding-top: 10px;
}

#banner-narrow {
  display: none;
  width: 100%;
}

#banner-wide {
  width: 100%;
}

#call-bar {
  color: #FFFFFF;
  font-size: large;
  text-align: center;
  background-color: #0daee9;
}

#footer {
  font-size: 9px;
  font-weight: normal;
  color: #FFFFFF;
  text-align: center;
  padding-top: 16px;
  background-color: #14486F;
  padding-bottom: 16px;
}

#logo-box {
  text-align: center;
  background-color: #dadada;
}

.call-bar-link {
  color: #FFFFFF;
  font-size: 28px;
  font-weight: bold;
  transition: 0.2s all linear;
}

.call-bar-link:hover {
  color: #14486F;
}

.center-copy-box {
  color: #202E39;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  text-align: center;
  vertical-align: middle;
}

.contact-bar {
  width: 100%;
  text-align: center;
  margin: 20px auto 20px auto;
  padding: 10px 0px;
  background-color: #EFEFEF;
}

.contact-block {
  width: 30%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
}

.contact-block h1 {
  color: #202E39;
  line-height: 12px;
  font-size: 23px;
  font-family: montserrat;
}

.contact-button {
  width: 30%;
  margin: 10px auto;
  padding: 10px 0;
  text-align: center;
  vertical-align: middle;
  color: #202E39;
  font-size: 20px;
  line-height: 16px;
  font-weight: bold;
  background-color: #DADADA;
  border-radius: 4px;
  display: inline-block;
}

.contact-button:hover {
  background-color: #0daee9;
 
}

.copy {
  color: #202E39;
  font-size: 15px;
  font-weight: lighter;
}

.copy-box {
  margin-top: 16px;
  width: 98%;
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
}

.disclaimer {
  color: #808080;
  font-size: 11px;
  font-weight: 100;
  text-align: center;
  vertical-align: middle;
}

.head-three {
  color: #000000;
  font-size: 24px;
  font-weight: 800;
}

.head-two {
  color: #0daee9;
  font-size: 22px;
  font-weight: 100;
}

.reason-box {
  display: inline-block;
  text-align: center;
}

.reason-box img {
  max-width: 100%;
  height: auto;
}

.reason-row {
  text-align: center;
  width: 100%;
  margin-top: 16px;
}

/* Social Bar */

#social-bar * {
    padding-top: 1px;
}
.social-bar {
    color:white;
    width: 100%;
    height: 52px;
}
.social-bar ul {
    list-style-type: none;
    height: 52px;
    width: 350px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    margin-top: 5px;
}

.social-bar li {
float: left;
padding:5px;

}

.social-bar ul a {
text-decoration: none;
}

.social-bar ul a:hover {
width:50px;
}

.social-button {
 
  transition: all 0.1s ease-in-out;
  opacity:0.7;
}

.social-button:hover {
  box-shadow: 0 0px 7px rgba(000,000, 000, .9);
  opacity:1;
  
}

.plan-box {
  padding-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.plan-hz {
  max-width: 100%;
  height: auto;
  display: block;
}

.plan-vt {
  max-width: 100%;
  height: auto;
  display: none;
}

  /* End Social Bar */

/* Tablet */
@media (max-width:768px) {
  .contact-block {
    width: 50%;
    display: block;
  }

  .contact-button {
    width: 50%;
    display: block;
  }

  .plan-hz {
    display: none;
  }

  .plan-vt {
    display: inline;
  }
}

/* Phone */
@media (max-width:480px) {
  #banner-narrow {
    display: block;
  }

  #banner-wide {
    display: none;
  }

  .contact-block {
    width: 90%;
  }

  .contact-button {
    width: 90%;
  }
}
