@font-face {
  font-family: museo-sans, sans-serif;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: museo-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: museo-sans, sans-serif;
  font-weight: 900;
  font-style: normal;
  font-stretch: normal;
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/*defaults*/
.black{
   color: #454545;
}
.purple{
    color: #2c235e;

}
.white{
    color: #ffffff;
}
.red{
    color: #ff0000;
}
.center {
  text-align: center;
}
.strong {
  font-weight: 700;
}
* {
  margin: 0;
  padding: 0;
}

container {
    display: block;
    position: relative;
    margin: 0px auto;
    clear: both;
    padding: 0 5vw;
    width: 100%;
    max-width: 1600px;
}


/*header*/
header img#logo {
  padding: 1.2em 0em 0.8em;
  width: 250px;
  max-width: 40%;
}

header {
  background: #F1F1F1;
      min-height: 115px;
}


logo {
  left: 0;
  float: none;
}

.header-btn {
      display: inline-block;
    padding-right: 10px;
}

header p.cta-text,
header p.button {
  display: inline;
}

header a.button {
  margin: 0;
  margin-left: 5px;
}
header .social{
    display: inline-block;
    float: right;
    padding: 10px 0px;
}
header .social img{
    width: 28px;
    display: block;
    padding: 3px;}
.header-right{
        float: right;
    line-height: 119px;
    display:flex;
    align-items:center;
}
/*main*/
main{
        max-width: 1600px;
    margin: auto;
}

h1 {
  font-family: museo-sans, sans-serif;
  font-weight: 700;
  font-size: 55px;
  text-align: left;
  color: #3d3181;
  padding-bottom: 50px;
}

h2 {
  font-family: museo-sans, sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 0.78;
  text-align: center;
  color: #3d3180;
  padding: 30px 0;
}

h3 {
  font-family: museo-sans, sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.19;
  text-align: left;
  color: #3d3180;
  padding-bottom: 15px;
}

p,
ul li {
  font-family: museo-sans, sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.55;
  text-align: left;
  color: #454545;
}

ul {
  margin-left: 20px;
  margin-top: 20px;
}

a:link,
a:active,
a:visited {
  text-decoration: none;
}

a,
a:link {
  font-family: museo-sans, sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.42;
  text-align: left;
  color: #3d3180;
}
a:hover {
  color: #000;
}
a.button {
    margin: 20px 5px 20px 0;
    padding: 12px 15px;
    border-radius: 5px;
    background-color: #ffc161;
    font-size: 18px;
}
a.button:hover {
    background-color: #3d3181;
    color:#fff;
}
.cta-text a{
    font-size:20px;
}

/*hero*/
.hero p strong {
  font-family: museo-sans, sans-serif;
  font-weight: 700;
  font-size: 25px;
  line-height: 1.36;
  text-align: left;
  color: #4f4f4f;
}

.hero p,
.services-txt p {
  font-family: museo-sans, sans-serif;
  font-weight: 300;
  font-size: 25px;
  line-height: 1.36;
  text-align: left;
  color: #4f4f4f;
}

.hero p {
  padding-bottom: 50px;
}




/*main*/
p.quote_text {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.33;
  color: #2c235e;
  padding-bottom: 20px;
}
p.quote_auth {
  font-size: 18px;
  color: #2c235e;
}
p.address-title {
  font-weight: 700;
  font-size: 24px;
  color: #2c235e;
}
p.address {
  color: #000000;
  padding-bottom: 15px;
}
p.cta-text {
  padding-left: 10px;
}
hr {
  color: #C4C4C4;
  height: 18px;
  max-width: 1600px;
  background: #C4C4C4;
  border: none;
  margin: 0 4vw;
}





.product {
  padding: 5vw;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
}
.product__details {
  width: 50%;
  padding-top: 0;
}
.product__actions {
    padding-bottom: 100px;
  display: flex;
  align-items: center;
}
.product__images {
  width: 40%;
}
.product__images__active {
  width: 100%;
  display: block;
  margin-bottom: 1rem;
}
.pi-mobile {
  display: none;
}

.related-info {
  padding: 5vw;
  background: #fff;
}

.realated-system,
.list {
  width: 22%;
  margin-left: 1.38%;
  margin-top: 3.75rem;
  background-size: cover;
  background-position: center;
  padding-bottom: 30px;
}
.realated-systems {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1.38%;
  margin-top: -3.75rem;
  justify-content: space-between;
  align-items: flex-start;
}

.services-txt {
  padding: 60px 200px 60px;
}

/*footer*/
footer {
  background-color: #2c235e;
  margin: 0;
}
footer img {
    max-width: 100%;
    width: 285px;
}

footer p {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  margin: 0;
  padding-top: 20px;
  padding-bottom: 30px;
}

footer p.footer a {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  text-decoration: underline;
}

 footer p.copywrite {
  font-size: 14px;
  padding-top: 30px;
  padding-bottom: 120px;
}

footer p.copywrite a {
  font-size: 14px;
  text-decoration: underline;
}

.footer.logo {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 20px;
}

@media (max-width: 1100px) {
  .realated-system,
  .list {
    width: 47%;
  }
}


@media (max-width: 920px) {
  .realated-system,
  .list {
    width: 47%;
  }
  .product {
    flex-direction: column;
  }
  .product__images,
  .product__details {
    width: 100%;
  }
  .product__details {
    padding-top: 1.88rem;
  }

  .services-txt {
    padding: 60px 0;
  }
  .product__images__active {
    padding-top: 20px;
  }
  .product__details {
    padding-bottom: 0px;
    padding-top: 0;
  }
  .product__images.address {
    padding-bottom: 100px;
    padding-top: 50px;
  }
  h2.services {
    padding: 50px;
  }
  .product__images {
    display: none;
  }
  .product__images.pi-mobile {
    display: block;
    padding-bottom: 50px;
  }
  .product__actions {
    padding-bottom: 50px;
  }
}
@media (max-width: 787px) {
  header p.cta-text {
    display: block;
    padding: 15px 0;
    font-size: 0.95em;
    padding-top: 0;
  }
  header p.cta-text a {
    font-size: 0.95em;
  }
  header a.button {
    margin-top: -10px;
    display: block;
    text-align: center;
    font-size: .95em;
  }
  header .header-btn{
    padding: 10px 8px;
  }
  header .social{
      padding: 22px 0px;
  }
  header .social img{
      /*width: 40px;*/
      padding-bottom:10px;
  }
  a.button, .cta-text, .cta-text a{
      font-size: 1em;
  }
  .product__images__active {
    padding-top: 50px;
  }
  .product__details {
    padding-bottom: 50px;
    padding-top: 0;
  }
  .product__images.address {
    padding-bottom: 100px;
    padding-top: 50px;
  }
  h2.services {
    padding: 50px;
  }
    .realated-system,
  .list {
    width: 100%;
  }
}