body {
   margin: 0;
   padding: 0;
   border: 0;
   border-top: 3px solid #333;
   font-family: "Open Sans", Arial, Helvetica, sans-serif;
   font-size: 13px;
   font-weight: normal;
   color: #333333;
   vertical-align: baseline;
}
h1{
   font-family: Open Sans, Arial, Helvetica, sans-serif;
   font-size: 28px;
   font-weight: normal;
   color: #006699;
    margin-top: 0;
  }
h2{
   font-family: Open Sans, Arial, Helvetica, sans-serif;
   font-size: 23px;
   font-weight: normal;
   color: #666666;
}
h3{
   font-family: Open Sans, Arial, Helvetica, sans-serif;
   font-size: 18px;
   font-weight: normal;
   color: #666666;
}
h4{
   font-family: Open Sans, Arial, Helvetica, sans-serif;
   font-size: 16px;
   font-weight: normal;
   color: #666666;
}
h5{
   font-family: Open Sans, Arial, Helvetica, sans-serif;
   font-size: 15px;
   font-weight: normal;
   color: #666666;
}
h6{
   font-family: Open Sans, Arial, Helvetica, sans-serif;
   font-size: 14px;
   font-weight: normal;
   color: #666666;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {
   font-weight: inherit;
   color: inherit;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, a:hover h1, a:hover h2, a:hover h3, a:hover h4, a:hover h5, a:hover h6 {
   color: #666666;
}
.callus{
   font-family: arial, Arial, Helvetica, sans-serif;
   font-size: 11px;
   font-weight: normal;
   color: #eeeeee !important;
}
a, a:visited{
   color: #289dcc;
}
a:hover, a:focus{
   color: #666666;
}
.container {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  padding: 0;
}

header{
  background: #006699;
  height: 120px;
  width: 100%;
  position: fixed;
    box-shadow: rgba(0, 0, 0, 0.3) 0 2px 4px;
    top: 0;
    z-index: 2000;
    margin: 0 auto;
}
header .wrapper {
  width: 460px;
}
header .logo {
  padding-top: 33px;
  padding-left: 10px;
}
header img {
  max-width: 100%;
  height: auto;
}
main {
  padding: 40px 0 !important;
  top: 120px;
}
section {
  width: 1000px;
  margin-left: 10px;
  margin-right: 10px;
  display: block;
}
article {
  margin-bottom: 20px;
}
a.button {
  transition: all 0.07s ease-in;
  background: #289dcc;
  border: 1px solid #289dcc;
  border-radius: 3px;
  color: #fff;
  box-shadow: none;
  margin: 0 5px 5px 0;
  font-weight: bold;
  display: inline-block;
  text-decoration: none;
  outline: none;
}
a.button:hover {
  background: #666666;
  border-color: #666666;
}
a.large {
  font-size: 16px;
  line-height: 16px;
  padding: 14px 22px;
}
ul {
  box-sizing: border-box;
  list-style: square outside;
  margin-top: 0;
}
.title {
  line-height: 1 !important;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #f1f1f1;
}
.thirds {
  width: 30.66%;
  margin-right: 2%;
  position: relative;
  display: inline-block;
}
.thirds:last-child {
  margin-right: 0;
}
.two-thirds {
  width: 65.33%;
  position: relative;
  display: inline-block;
}
.fifths {
  width: 18%;
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  margin-right: 2%;
}
.fifths:last-child {
  margin-right: 0;
}
.desc {
  margin-right: 3%;
  vertical-align: top;
}
img.responsive {
  max-width: 100%;
  height: auto;
}
.testimonials .thirds {
  vertical-align: top;
}
.testimonial {
  background: #fff;
  border: 1px solid #d3d3d3;
  padding: 20px;
  position: relative;
  border-radius: 3px;
  box-shadow: 1px 1px 2px 0px rgba(180, 180, 180, 0.2);
}
.testimonial:after {
  content: '';
  width: 22px;
  height: 22px;
  position: absolute;
  bottom: -22px;
  left: 30px;
  background: url('./images/testimonials.png') no-repeat;
}
.testimonial-author {
  margin: 4px 0 20px 56px;
  color: #b2b2b2;
}
.hero-image {
  margin-bottom: 20px;
}
.hero-image img {
  display: block;
  margin: 0 auto;
}
.cta {
  border: 1px solid #ddd;
  display: block;
  background: #fff url('./images/stripes.png') !important;
  border-radius: 3px;
  box-shadow: 1px 1px 3px 0 rgba(180, 180, 180, 0.2);
  margin: 0;
  padding: 10px;
}
.cta .border {
  background: #fff;
  border: 1px solid #e3e3e3;
  padding: 25px;
  box-shadow: inset 1px 1px 2px 0px rgba(180, 180, 180, 0.1);
}
.cta h2 {
  line-height: 1.3;
  color: #289dcc;
}
.cta a.button {
  margin-top: 20px;
}
footer {
  background: #222;
  /* border-top: 10px solid #333; */
  color: #777;
  padding: 5px;
  position: relative;
  height: 50px;
  margin-top: 120px;
}
footer .container {
  display: flex;
  justify-content: space-between;
}
footer .container>div {
  display: inline-block;
  padding: 0 20px;
  vertical-align: middle;
}
footer .copyright {
  line-height: 50px;
  vertical-align: middle;
}
footer .social-icons ul {
  box-sizing: border-box;
  /* list-style: square outside; */
  margin: 0;
  padding: 0;
  list-style-type: none;
}
footer .social-icons ul li a {
  margin: 0;
  padding: 0;
  color: #888;
  transition: all 0.2s ease 0s;
  display: block;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  opacity: 1;
}
footer .social-instagram a {
  background: url('./images/instagram.png') no-repeat 0 0;
}

/* map styles */
.map {
  width: 100%;
  height: 600px;
  position: relative;
}
#us-map{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
path:hover, circle:hover {
  stroke: #33cc00 !important;
  stroke-width:2px;
  stroke-linejoin: round;
  fill: #33cc00 !important;
  cursor: pointer;
}
#path67 {
  fill: none !important;
  stroke: #FFFFFF !important;
  cursor: default;
}
#info-box {
  display: none;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  background-color: #ffffff;
  border: 2px solid #006699;
  border-radius: 5px;
  padding: 5px;
  font-family: arial;
}

/* responsive styles */

@media only screen and (min-width: 768px) and (max-width: 1050px) {
  main {
    top: initial;
  }
  header {
    height: 100px;
    position: relative;
  }
  header .wrapper {
    width: 364px;
    margin-left: 10px;
    margin-right: 10px;
  }
  section {
    width: 768px;
  }
  .container {
    width: 768px;
  }
  .map {
    height: 500px;
  }
  .thirds img {
    width: 90%;
    height: auto
  }
}

@media only screen and (min-width: 480px) and (max-width: 787px) {
  main {
    top: initial;
  }
  header {
    position: relative;
  }
  header .wrapper {
    width: 364px;
    margin-left: 5px;
    margin-right: 5px;
  }
  section {
    width: auto;
    max-width: 740px;
  }
  .container {
    width: 80%;
  }
  .thirds {
    /* width: 480px; */
    width: 80%;
  }
  .two-thirds {
    /* width: 480px; */
    width: 80%;
  }
  .row {
    display: flex;
  }
  .fifths {
    display: block;
    /* width: 480px; */
    width: 30%;
  }
  .fifths img {
    width: 100%
  }
  .map {
    height: 350px;
  }
}

@media only screen and (max-width: 479px) {
  main {
    top: initial;
  }
  header {
    height: 80px;
    position: relative;
  }
  header .wrapper {
    width: 280px;
    margin-left: 5px;
    margin-right: 5px;
  }
  section {
    width: 300px;
  }
  .container {
    /* width: 300px; */
    width: 90%;
  }
  .thirds {
    /* width: 300px; */
    width: auto;
    flex: 0 0 30%;
  }
  .two-thirds {
    /* width: 300px; */
    width: 90%;
  }
  .row, .testimonial-logos {
    display: flex;
    flex-wrap: wrap;
  }
  .fifths, .thirds {
    display: block;
    /* width: 300px; */
    width: auto;
    flex: 0 0 30%;
  }
  .thirds img {
    width: 100%;
    height: auto
  }
  .map {
    height: 250px;
  }
  footer {
    height: auto;
    padding: 26px 0;
  }
  footer .copyright {
    white-space: normal;
    line-height: normal;
  }
  footer .container {
    /* flex-direction: column; */
    justify-content: flex-start;
    align-items: flex-start;
  }
  footer .social-icons ul {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    list-style-type: none;
  }
}

@media only screen and (max-width: 767px) {
  .cta {
    text-align: center;
  }
  footer .copyright {
    padding: 0 5px;
  }
}
