@charset "UTF-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0;
}
body {
  font-size: 62.5%;
  font-family: Arial, Helvetica, sans-serif;
}
html {
  font-size: 100%;
}
.clearfloat {
  clear: both;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 100;
  font-style: normal;
}
/*----------------------------------------STRUCTURE--------------------------------*/
.wrapper {
  width: 960px;
  margin: 0 auto;
}

#bill-direct {
    position: fixed;
    bottom: 90px;
    width: 260px;
    height: auto;
    padding: 20px 20px 20px 40px;;
    box-sizing: border-box;
    right: 0;
    z-index: 10000;
    background-color:#f05023;
}

#bill-direct h1 {
    color:#fff;
    font-size: 2em;
    text-transform: uppercase;
    line-height: 1.0em;
    font-weight: 700;
    letter-spacing: 0;
    text-align: left;
}

.new-section {
  padding-top: 100px;
}
#logo {
  position: fixed;
  top: 0px;
  left: 70px;
}
#head-section {
  background-image: url("gfx/header-image-2.jpg");
    background-repeat: no-repeat;
    background-position: center 70px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
    max-width: 100%;
  height: 100vh;
  z-index: 100;
}
#header-arrow a:link {
  position: absolute;
  display: block;
  bottom: 50px;
  width: 60px;
  height: 60px;
  margin: 0 50%;
  z-index: 100;
}
#header-text {
  position: absolute;
  bottom: 10%;
  left: 10%;
  width: 400px;
  color: #fff;
}
#about {
  background-color: #eaeaea;
  padding-bottom: 100px;
}
#vision-mission img {
  width: 200px;
  margin: 0 auto;
  display: block;
}
#vision, #mission {
  width: 430px;
  float: left;
  padding: 25px;
}
.team-container {
  background-color: #d9d9d9;
  margin-top: 50px;
}
.portrait-container {
  width: 100%;
  max-width: 360px;
  float: left;
}
.portrait {
  width: auto;
  height: 600px;
}
#photo-anjelica {
  background-image: url("gfx/portraits/portrait-1.jpg");
  background-size: cover;
  background-position: center;
  max-height: 100vh;
  position: relative;
}
#photo-natasha {
  background-image: url("gfx/portraits/portrait-2.jpg");
  background-size: cover;
  background-position: center;
  max-height: 100vh;
  position: relative;
}
#photo-lorenzo {
  background-image: url("gfx/portraits/portrait-3.jpg");
  background-size: cover;
  background-position: center;
  max-height: 100vh;
  position: relative;
}
#photo-emily {
  background-image: url("gfx/portraits/portrait-4.jpg");
  background-size: cover;
  background-position: center;
  max-height: 100vh;
  position: relative;
}
#photo-ashley {
  background-image: url("gfx/portraits/portrait-5.jpg");
  background-size: cover;
  background-position: center;
  max-height: 100vh;
  position: relative;
}
#team-header-bg, #team-header-bg-2 {
  background-color: #d9d9d9;
  height: 60px;
  width: 100%;
}
#team-body-bg, #team-body-bg-2 {
  background-color: #eaeaea;
  width: 100%;
}
.bio-text {
  float: left;
  width: 500px;
  padding: 30px;
}
.team-container h5 {
  font-size: 2em;
  text-align: left;
  padding-top: 5px;
}
.team-container h2 {
  text-align: left;
  padding: 20px 0 0 0;
  margin: 0;
}
/*----------------------------------------VISIT SYTLES---------*/
/*----------------------------------------VISIT SYTLES---------*/
/*----------------------------------------VISIT SYTLES---------*/
/*----------------------------------------VISIT SYTLES---------*/
/*----------------------------------------VISIT SYTLES---------*/
#visit {
  background-color: #eaeaea;
  padding-bottom: 100px;
}
#visit p {
  text-align: left;
}
.visit-step {
  margin-top: 50px;
  border-top: 1px solid #fff;
  padding-top: 20px;
}
.visit-step h2 {
  font-family: 'interstate-bold';
  font-size: 3em;
}
#visit li {
  font-size: 1.8em;
  color: #1a386e;
  list-style: inside;
  font-family: 'interstate-light';
}
#visit ul {
  width: 400px;
  float: left;
}
.plan {
  border: 1px solid #fff;
  background-color: #f7f6f6;
  padding: 50px;
  margin: 25px 0;
  -webkit-box-shadow: 0px 0px 3px 0px rgba(145, 145, 145, 1);
  -moz-box-shadow: 0px 0px 3px 0px rgba(145, 145, 145, 1);
  box-shadow: 0px 0px 3px 0px rgba(145, 145, 145, 1);
}
/*----------------------------------------MODAL SYTLES---------*/
/*----------------------------------------MODAL SYTLES---------*/
/*----------------------------------------MODAL SYTLES---------*/
/*----------------------------------------MODAL SYTLES---------*/
/*----------------------------------------MODAL SYTLES---------*/
#basic-modal-content {
  display: none;
}




#basic-modal-content ul li {}
/* Overlay */
#simplemodal-overlay {
  background-color: #fff;
}
/* Container */
#simplemodal-container {
  -webkit-box-shadow: 0px 0px 3px 0px rgba(145, 145, 145, 1);
  -moz-box-shadow: 0px 0px 3px 0px rgba(145, 145, 145, 1);
  box-shadow: 0px 0px 3px 0px rgba(145, 145, 145, 1);
  width: 50%;
  background-color: #fff;
  padding: 50px;
  max-height: 400px;
}
#simplemodal-container a.modalCloseImg {
  background: url(gfx/x.png) no-repeat;
  width: 60px;
  height: 60px;
  display: inline;
  z-index: 3200;
  position: absolute;
  top: -15px;
  right: -16px;
  cursor: pointer;
}
#simplemodal-container h1 {
  font-size: 2.2em;
  text-align: left;
  letter-spacing: 0px;
}
#simplemodal-container h2 {
  font-size: 1.8em;
  text-align: left;
  letter-spacing: 0px;
  padding: 25px 0 0 0;
  margin-bottom: 0;
}
#simplemodal-container p {
  font-size: 1.6em;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #1a386e;
  padding-top: 10px;
  text-align: left;
}
#simplemodal-container li {
  font-size: 1.6em;
  line-height: 1.4em;
  font-family: Georgia, "Times New Roman", Times, serif;
  list-style: disc;
  list-style-position: outside;
  padding-left: 15px;
  margin-left: 15px;
  padding-top: 10px;
  color: #1a386e;
}
/*----------------------------------------SERVICES SYTLES---------*/
/*----------------------------------------SERVICES SYTLES---------*/
/*----------------------------------------SERVICES SYTLES---------*/
/*----------------------------------------SERVICES SYTLES---------*/
/*----------------------------------------SERVICES SYTLES---------*/
#services-wrapper {
  text-align: center;
  max-width: 1000px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
    justify-content: center;
}
#additional-services {
   text-align: center;
  max-width: 1000px;
  margin: auto;
  display: flex;
  flex-wrap: wrap; 
}

.service-container {
  background-color: #6a9dfa;
  margin: 10px 1%;
  width: 48%;
  box-sizing: border-box;
  position: relative;
  padding-bottom: 60px;
}
#services .service-container p {
  color: #fff;
  margin: 15px 25px 25px;
}
.service-container h5 {
  background-color: #1a386e;
  color: #6a9dfa;
  height: 25px;
  padding-top: 15px;
}
.service-container h4 {
  margin: 15px 25px 25px;
}
#services p {
  margin-top: 50px;
}
#services {
  padding-bottom: 100px;
}
#services-left-col {
  float: left;
  width: 460px;
}
#services-right-col {
  float: right;
  width: 460px;
}
#service-links a:link, #service-links a:visited {
  background-color: #f04f23;
  color: #fff;
  font-family: 'interstate-bold';
  text-align: center;
  text-decoration: none;
  margin: 0 auto 2px;
  font-size: 3.6em;
  width: 100%;
  display: block;
  padding: 17px 15px 15px 15px;
}
#services img {
  width: 200px;
  margin: 0 auto;
  display: block;
}
#services .service-btn a:link, #services .service-btn a:visited {
  background-image: url(gfx/more-btn.png);
  width: 60px;
  height: 60px;
  display: block;
  margin: 0 auto;
  padding: 0;
  background-color: transparent;
}
.service-modal a:link, .service-modal a:visited {
 
  
  color: #f04f23;
  font-family: 'interstate-light';
  text-decoration: none;
    font-size: 1.2em;
   
}

.service-modal a:hover, .service-modal a:focus, .service-modal a:active {
 
  
  color: #6a9dfa;
  font-family: 'interstate-light';
  text-decoration: underline;
   
}




/*----------------------------------------CONTACT STYLES---------*/
/*----------------------------------------CONTACT STYLES---------*/
/*----------------------------------------CONTACT STYLES---------*/
/*----------------------------------------CONTACT STYLES---------*/
#contact {
  padding-bottom: 50px;
}
.photo {
  width: 300px;
  float: left;
  margin: 10px 10px;
}
#map {
  margin: 20px 10px;
  float: left;
  width: 620px;
}
#contact-details {
  float: left;
  width: 300px;
  margin-top: 20px;
}
#contact-details p {
  text-align: left;
  margin: 0;
  font-family: 'interstate-light';
  text-transform: uppercase;
}
.social {
  float: left;
  width: 50px;
  margin: 25px 5px 5px 5px;
}
/*
----------------------------------------FOOTER STYLES---------*/
/*----------------------------------------FOOTER STYLES---------*/
/*----------------------------------------FOOTER STYLES---------*/
/*----------------------------------------FOOTER STYLES---------*/
footer {
  background-color: #1a386e;
  padding: 17px 50px 15px 15px;
}
footer p {
  color: #fff;
  text-align: right;
  font-size: 1.2em;
}
/*----------------------------------------MAIN TYPE---------*/
.orange {
  color: #f04f23;
}
@font-face {
  font-family: 'interstate-light';
  src: url('font/light/InterstateCondMono-Lgt.eot');
  src: url('font/light/InterstateCondMono-Lgt.eot?#iefix') format('embedded-opentype'), url('font/light/InterstateCondMono-Lgt.woff2') format('woff2'), url('font/light/InterstateCondMono-Lgt.woff') format('woff'), url('font/light/InterstateCondMono-Lgt.ttf') format('truetype'), url('font/light/InterstateCondMono-Lgt.svg#InterstateCondMono-Lgt') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'interstate-bold';
  src: url('font/bold/interstatecondblack-webfont.eot');
  src: url('font/bold/interstatecondblack-webfont.eot?#iefix') format('embedded-opentype'), url('font/bold/interstatecondblack-webfont.woff2') format('woff2'), url('font/bold/interstatecondblack-webfont.woff') format('woff'), url('font/bold/interstatecondblack-webfont.ttf') format('truetype'), url('font/bold/interstatecondblack-webfont.svg#interstatecondblackregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
p {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1.8em;
  line-height: 1.6em;
  color: #636363;
  text-align: center;
  margin-bottom: 25px;
}
h1 {
  text-transform: uppercase;
  color: #1a386e;
  font-size: 9.2em;
  font-family: 'interstate-bold';
  text-align: center;
  line-height: 0;
  letter-spacing: -3px;
}
#about h2 {
  font-size: 5em;
}
h2 {
  font-size: 2em;
  font-family: 'interstate-light';
  text-align: center;
  text-transform: uppercase;
  color: #1a386e;
  margin-bottom: 50px;
}
h3 {
  font-size: 3.6em;
  font-family: 'interstate-bold';
  text-align: center;
  text-transform: uppercase;
  color: #1a386e;
}
h4 {
  font-family: 'interstate-light';
  font-size: 2.0em;
  line-height: 1.4em;
  text-align: center;
  color: #1a386e;
}
h5 {
  font-size: 1.6em;
  font-family: 'interstate-bold';
  text-align: center;
  text-transform: uppercase;
  color: #1a386e;
  border-top: 1px solid #fff;
  padding-top: 5px;
}
h6 {
  font-size: 1.4em;
  font-family: 'interstate-bold';
  text-align: left;
  text-transform: uppercase;
  color: #1a386e;
  margin-top: 15px;
}
header h3 {
  font-size: 2.4em;
  text-align: left;
  font-family: 'interstate-light';
  color: #fff;
}
#team li {
  font-size: 1.4em;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #1a386e;
  padding-top: 5px;
  list-style-position: inside;
}
.special {
  font-family: 'interstate-bold';
  color: #f04f23;
}
/*----------------------------------------TOGGLE---------*/
#about a:link, #about a:visited {
  background-color: #1a386e;
  color: #6a9dfa;
  padding: 15px;
  font-size: 1.8em;
  font-family: 'interstate-bold';
  text-align: center;
  display: block;
  text-decoration: none;
  width: 75px;
  margin: 0 auto 50px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#about a:hover, #about a:focus, #about a:active {
  background-color: #f04f23;
  color: #fff;
}
/*----------------------------------------MAIN NAV--------------------------------*/
#all-nav {
  background-color: #fff;
  width: 100%;
  height: 100px;
  position: fixed;
  z-index: 1000;
}
#contact-info {
  position: fixed;
  right: 0;
  top: 0;
  background-color: #f04f23;
  width: 800px;
}
#contact-info ul {
  list-style: none;
}
#contact-info li a:link, #contact-info li a:visited {
  float: left;
  font-weight: 100;
  background-color: #1a386e;
  color: #fff;
  text-decoration: none;
  display: block;
  font-size: 2em;
  font-family: 'interstate-bold';
  padding: 7px 10px;
  border-right: 5px solid #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#contact-info li a:hover, #contact-info li a:focus, #contact-info li a:active {
  background-color: #f04f23;
}
#contact-info li.special-btn a:link, #contact-info li.special-btn a:visited {
  background-color: #f04f23;
  border-right: none;
}
nav {
  position: fixed;
  right: 0;
  background-color: #eaeaea;
  top: 40px;
  width: 600px;
  z-index: 200;
}
nav ul {
  list-style: none;
}
nav li a:link, nav li a:visited {
  float: left;
  font-weight: 100;
  background-color: #eaeaea;
  color: #1a386e;
  text-decoration: none;
  display: block;
  font-size: 2em;
  font-family: 'interstate-light';
  padding: 7px 10px 5px 10px;
  border-right: 5px solid #fff;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
nav li a:hover, nav li a:focus, nav li a:active {
  background-color: #f04f23;
  color: #fff;
}
/*------DROP DOWN-------*/
nav li {
  position: relative;
  float: left;
}
nav li ul {
  position: absolute;
  left: -10000px;
}
nav li li a:link, nav li li a:visited {
  float: none;
  background-color: #d9d9d9;
  font-size: 1.6em;
  text-transform: capitalize;
  width: 350px;
  padding: 10px;
  border: none;
}
nav li li a:hover, nav li li a:focus, nav li li a:active {
  background-color: #ff734d;
}
nav li:hover ul {
  display: block;
  left: 0;
  top: 33px;
}
/*----------------------------------------MISC NAV--------------------------------*/
#team a:link, #team a:visited {
  background-color: #f04f23;
  color: #fff;
  padding: 15px;
  font-size: 2.4em;
  font-family: 'interstate-bold';
  font-weight: 100;
  text-align: center;
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#team a:hover, #team a:focus, #team a:active {
  background-color: #1a386e;
}
.button {
  width: 300px;
  margin: 0 auto;
}
.button a:link, .button a:visited {
  background-color: #f04f23;
  color: #fff;
  padding: 15px;
  font-size: 2.4em;
  font-family: 'interstate-bold';
  text-align: center;
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: -25px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.button a:hover, .button a:focus, .button a:active {
  background-color: #1a386e;
}
#header-mobile {
  display: none;
}
@media only screen and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  header {
    display: none;
  }
  #header-mobile {
    display: inline;
    position: relative;
    top: 100px;
  }
  #header-mobile img {
    width: 100%;
  }
  .wrapper {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  header {
    display: none;
  }
  #header-mobile {
    display: inline;
    position: relative;
    top: 100px;

  }
  #header-mobile img {
    width: 100%;
  }
  .wrapper {
    width: 100%;
  }
}