@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&display=swap");
/* */
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.3rem;
  color: #333;
  font-weight: 400;
}

button.button {
  border: none;
  min-width: 200px;
}

.button {
  display: inline-block;
  padding: .75rem 1.25rem;
  border-radius: 10rem;
  color: #fff;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: .15rem;
  -webkit-transition: all .3s;
  transition: all .3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.button:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0cf;
  border-radius: 10rem;
  z-index: -2;
}

.button:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #008fb3;
  -webkit-transition: all .3s;
  transition: all .3s;
  border-radius: 10rem;
  z-index: -1;
}

.button:hover {
  color: #fff;
}

.button:hover:before {
  width: 100%;
}

a {
  color: #0cf;
  text-decoration: none;
}

h2 {
  font-size: 2.6rem;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  color: #333;
  margin-bottom: 40px;
}

h2 > span {
  display: block;
  font-size: 1rem;
  margin-bottom: 40px;
  text-transform: uppercase;
  font-weight: 700;
}

h3 {
  font-size: 1.7rem;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
}

h4 {
  font-family: 'Open Sans', sans-serif;
}

.text-aqua {
  color: #009bbb;
}

.text-orange {
  color: #e89a36;
}

.text-white {
  color: #fff;
}

.text-blue-green-dark {
  color: #113d55;
}

.text-blue {
  color: #508bab;
}

.pmi-content-section {
  width: 100%;
  clear: both;
  padding: 80px 0px;
  position: relative;
}

.drop-shadow-top {
  background-image: url("../images/section-drop-shadow.png");
  background-repeat: repeat-x;
  background-position: 0 0;
}

@media (min-width: 320px) and (max-width: 767px) {
  body {
    font-size: 1.2rem;
  }
  h2 {
    font-size: 2rem;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #333;
    margin-bottom: 40px;
  }
  h2 > span {
    display: block;
    font-size: 1rem;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-weight: 700;
  }
  h3 {
    font-size: 1.7rem;
    font-weight: 600;
  }
  .pmi-content-section {
    width: 100%;
    clear: both;
    padding: 60px 15px;
    position: relative;
  }
}

#hs-nav-button {
  border: solid 1px #eee;
}

#hs-nav-button .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

#hs-navbar {
  background-color: #fff;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.35);
  border-radius: 0;
}

#hs-navbar > .container-fluid {
  padding-left: 50px;
  padding-right: 50px;
}

.hs-nav-item {
  margin-left: 25px;
}

a.hs-nav-link {
  font-size: 1rem;
  color: #676767;
  font-weight: 700;
  text-transform: uppercase;
}

a.hs-nav-link:hover {
  color: #0cf;
}

a.hs-nav-link.active {
  color: #e89a36;
}

.nav-item-tel {
  margin-left: 30px;
  border-left: solid 2px #ccc;
  padding-left: 30px;
}

.hs-nav-item-tel-city {
  font-size: .8rem;
  text-align: left;
  font-weight: 700;
  color: #508bab;
  padding: 0;
  margin: 0;
  line-height: .6rem;
  text-transform: uppercase;
}

a.hs-nav-item-tel-number {
  color: #333;
  font-size: 1.1rem;
  font-weight: 600;
  padding: 0;
  margin: 0;
}

@media (min-width: 320px) and (max-width: 1199px) {
  img.navbar-brand-logo {
    height: 50px;
  }
  #hs-navbar > .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
  .nav-item-tel {
    margin-left: 30px;
    border-left: none;
    padding-left: 30px;
  }
  .nav-item-tel {
    margin-bottom: 20px;
  }
  #hs-nav {
    margin-top: 20px;
    background-color: #f6f6f6;
    border-radius: 4px;
  }
  a.nav-link, a.hs-nav-link, a.hs-nav-link:hover, a.hs-nav-link.active {
    color: #676767;
  }
}

@media (min-width: 1200px) and (max-width: 1300px) {
  #hs-navbar > .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
  .hs-nav-item {
    margin-left: 15px;
  }
  a.hs-nav-link {
    font-size: .8rem;
    color: #676767;
    font-weight: 700;
    text-transform: uppercase;
  }
}

div#pmi-hero {
  width: 100%;
  height: 550px;
  background-image: url(../images/hero-bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto;
  position: relative;
}

#hero-content {
  padding-top: 150px;
  z-index: 20;
}

.hero-cities {
  color: #7de2f7;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 700;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  margin-top: 30px;
}

#hero-h1 {
  font-weight: 300;
  color: #fff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  font-size: 4rem;
  margin-top: 40px;
  margin-bottom: 20px;
}

p#hero-blurb {
  color: #fff;
  font-size: 1.7rem;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  font-weight: 400;
  line-height: 2.5rem;
  margin-bottom: 50px;
}

@media (min-width: 320px) and (max-width: 767px) {
  div#pmi-hero {
    width: 100%;
    min-height: 550px;
    background-image: url("../images/hero-bg.jpg");
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: top;
    background-size: auto;
    position: relative;
  }
  #hero-content {
    padding-top: 120px;
    z-index: 20;
  }
  #hero-h1 {
    font-weight: 300;
    color: #fff;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
    font-size: 3.2rem;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  p#hero-blurb {
    color: #fff;
    font-size: 1.5rem;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
    font-weight: 400;
    line-height: 2.5rem;
  }
}

#capabilities-and-services {
  background-image: url("../images/sevices-bg.jpg");
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: top;
  background-size: auto;
  position: relative;
}

#service-content-2 {
  background: #fff;
  margin-top: 50px;
  padding: 25px 25px;
}

.btn-approvals {
  border-radius: 10rem;
  color: #fff;
  font-size: 1rem;
  border: solid 1px #fff;
  background-color: #3b3b82;
}

.approvals {
  border: solid 2px #313174;
  background-color: #3b3b82;
  color: #fff;
  padding: 15px;
  border-radius: 4px;
  font-size: 1.2rem;
}

/*
#tax-services{
  display: block;
}
#tax-services-shape{
  clip-path: polygon(0 0, 100% 0, 100% 65%, 0 90%);
  height:900px;
  width:100%;
  background: $hs-blue-lighten-1;
  position: absolute;
  top:0;
  left:0;
  z-index: -1;
}*/
.service-block {
  display: block;
  width: 100%;
  height: auto;
  background: #3b3b82;
  box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  padding: 15px;
  border-radius: 6px;
  font-size: 1.2rem;
  -webkit-transition: all .65s;
  transition: all .65s;
  border: solid 1px #464697;
}

.service-block:hover {
  box-shadow: 0px 0px 18px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 0px 18px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 0px 18px 2px rgba(0, 0, 0, 0.3);
}

.service-icon {
  height: 90px;
  width: 90px;
  border-radius: 50%;
  background-color: #edebee;
  margin: 0 auto;
  line-height: 85px;
}

.service-icon > svg {
  fill: #e89a36;
  height: 65%;
  width: 65%;
}

@media (min-width: 320px) and (max-width: 767px) {
  .service-block {
    height: auto;
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .service-block {
    min-height: auto;
    height: auto;
  }
}

@media (min-width: 1200px) and (max-width: 1450px) {
  .service-block {
    min-height: auto;
  }
}

@media (min-width: 1450px) and (max-width: 1650px) {
  .service-block {
    min-height: auto;
  }
}

@media (min-width: 1651px) and (max-width: 1850px) {
  .service-block {
    min-height: auto;
  }
}

/*
//ACCOUNTING SERVICES
#accounting-services{
  background:$hs-blue;
  color:#fff;
  background-image: url(../images/AdobeStock_348845112.jpg);
  background-repeat: no-repeat;
  background-position-x: 110%;
}
@media (min-width: 320px) and (max-width:1280px) {
  #accounting-services{
    background-image: none;
  }
}
@media (min-width: 1281px) and (max-width:1350px) {
  #accounting-services{
    background:$hs-blue;
    color:#fff;
    background-image: url(../images/AdobeStock_348845112.jpg);
    background-repeat: no-repeat;
    background-position-x: 240%;
    background-position-y: center;
  }
}
@media (min-width: 1351px) and (max-width:1450px) {
  #accounting-services{
    background:$hs-blue;
    color:#fff;
    background-image: url(../images/AdobeStock_348845112.jpg);
    background-repeat: no-repeat;
    background-position-x: 200%;
    background-position-y: center;
  }
}
@media (min-width: 1451px) and (max-width:1550px) {
  #accounting-services{
    background:$hs-blue;
    color:#fff;
    background-image: url(../images/AdobeStock_348845112.jpg);
    background-repeat: no-repeat;
    background-position-x: 180%;
    background-position-y: center;
  }
}
@media (min-width: 1551px) and (max-width:1800px) {
  #accounting-services{
    background:$hs-blue;
    color:#fff;
    background-image: url(../images/AdobeStock_348845112.jpg);
    background-repeat: no-repeat;
    background-position-x: 150%;
    background-position-y: center;
  }
}
*/
#approvals {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='100%25' width='100%25'%3E%3Cdefs%3E%3Cpattern id='doodad' width='100' height='100' viewBox='0 0 40 40' patternUnits='userSpaceOnUse' patternTransform='rotate(127)'%3E%3Crect width='100%25' height='100%25' fill='rgba(153, 0, 0,1)'/%3E%3Cpath d='M0 0h40v40h-40z' fill='rgba(247, 250, 252,1)'/%3E%3Cpath d='M-40 0h1l12 20l-12 20h-1l12-20zM-38 0h1l12 20l-12 20h-1l12-20zM-36 0h1l12 20l-12 20h-1l12-20zM-34 0h1l12 20l-12 20h-1l12-20zM-32 0h1l12 20l-12 20h-1l12-20zM-30 0h1l12 20l-12 20h-1l12-20zM-28 0h1l12 20l-12 20h-1l12-20zM-26 0h1l12 20l-12 20h-1l12-20zM-24 0h1l12 20l-12 20h-1l12-20zM-22 0h1l12 20l-12 20h-1l12-20zM-20 0h1l12 20l-12 20h-1l12-20zM-18 0h1l12 20l-12 20h-1l12-20zM-16 0h1l12 20l-12 20h-1l12-20zM-14 0h1l12 20l-12 20h-1l12-20zM-12 0h1l12 20l-12 20h-1l12-20zM-10 0h1l12 20l-12 20h-1l12-20zM-8 0h1l12 20l-12 20h-1l12-20zM-6 0h1l12 20l-12 20h-1l12-20zM-4 0h1l12 20l-12 20h-1l12-20zM-2 0h1l12 20l-12 20h-1l12-20zM0 0h1l12 20l-12 20h-1l12-20zM2 0h1l12 20l-12 20h-1l12-20zM4 0h1l12 20l-12 20h-1l12-20zM6 0h1l12 20l-12 20h-1l12-20zM8 0h1l12 20l-12 20h-1l12-20zM10 0h1l12 20l-12 20h-1l12-20zM12 0h1l12 20l-12 20h-1l12-20zM14 0h1l12 20l-12 20h-1l12-20zM16 0h1l12 20l-12 20h-1l12-20zM18 0h1l12 20l-12 20h-1l12-20zM20 0h1l12 20l-12 20h-1l12-20zM22 0h1l12 20l-12 20h-1l12-20zM24 0h1l12 20l-12 20h-1l12-20zM26 0h1l12 20l-12 20h-1l12-20zM28 0h1l12 20l-12 20h-1l12-20zM30 0h1l12 20l-12 20h-1l12-20zM32 0h1l12 20l-12 20h-1l12-20zM34 0h1l12 20l-12 20h-1l12-20zM36 0h1l12 20l-12 20h-1l12-20zM38 0h1l12 20l-12 20h-1l12-20z' fill='rgba(237, 242, 247,1)'/%3E%3C/pattern%3E%3C/defs%3E%3Crect fill='url(%23doodad)' height='200%25' width='200%25'/%3E%3C/svg%3E ");
}

.accordion-body {
  font-size: 1rem;
}

.pmi-accordion-wrapper {
  box-shadow: 6px 6px 0px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 6px 6px 0px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 6px 6px 0px 0px rgba(0, 0, 0, 0.1);
}

#table-contact {
  font-size: 1.1rem;
}

#business-consulting-services {
  background: #f4fbfd;
}

ul.service-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.service-list li {
  padding: 0;
  margin: 0 0 30px 0;
  font-weight: 600;
  text-align: left;
}

ul.service-list li > svg {
  height: 28px;
  width: 28px;
}

.contact-block {
  display: block;
  width: 100%;
  height: auto;
  background: #fff;
  box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 18px 1px rgba(0, 0, 0, 0.08);
  margin-bottom: 25px;
  padding: 30px;
  font-size: 1.2rem;
  -webkit-transition: all .65s;
  transition: all .65s;
  text-align: left;
}

.location {
  font-weight: 600;
  text-transform: uppercase;
}

#request-a-quote {
  background: #3b3b82;
}

footer {
  background-color: #2e2e6a;
  color: #fff;
  text-align: center;
  padding: 20px 0;
  font-size: 1rem;
}

hr.light {
  color: #fff;
}
/*# sourceMappingURL=pacmet.css.map */