
/* ========================= Fonts =========================*/

/* Adobe Fonts - Droid Serif */
@import url("https://use.typekit.net/dur7ujj.css");
 
/* Google Fonts - Roboto */
@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i');

/* Font Awesome */
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");

/* Modern Pictograms */
@font-face {
  font-family: 'modern_pictograms_proregular';
  src: url('https://cdn2.hubspot.net/hubfs/5348071/fonts/modernpictogramspro_2-webfont.eot');
  src: url('https://cdn2.hubspot.net/hubfs/5348071/fonts/modernpictogramspro_2-webfont.eot?#iefix') format('embedded-opentype'),
    url('https://cdn2.hubspot.net/hubfs/5348071/fonts/modernpictogramspro_2-webfont.woff') format('woff'),
    url('https://cdn2.hubspot.net/hubfs/5348071/fonts/modernpictogramspro_2-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}


/* ========================= Animate.css =========================*/
{% include "/Clientpoint/css/animate.css" %}



/* ========================= Footer =========================*/ 
@media screen and (max-width: 768px){
  .contact.interior .form-section { padding-top: 75px; }
}

/* Structure */
.footer .page-center { width: 100%; padding: 0 15px; margin: 0 auto; }


@media screen and (max-width: 768px){

  .footer .page-center { padding: 0 20px;}
}

@media screen and (min-width: 992px) {
  .footer .page-center {
    max-width: 970px;
  }
}
@media screen and (min-width: 1200px) {
  .footer .page-center {
    max-width: 1170px;
  }
}
.footer, .footer a,.footer p {
font-family: Roboto,sans-serif !important;
      -webkit-font-smoothing: antialiased;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 1.625;
}
.footer a{
    
    -webkit-transition: all .3s ease-in-out;
    -o-transition: ease-in-out all .3s;
    transition: all .3s ease-in-out;
    text-decoration: none;
    position: relative;
}
.footer a:hover {
  color: #5F63FF;
}
.footer {
  background-color: #191A51;
  padding: 40px 0 50px;
  text-align: center;
}
.footer__logo {
  padding-bottom: 30px;
}
.footer__left-col {
  padding-bottom: 50px;
}
.footer__left-col:last-child {
  padding-bottom: 40px;
}
.footer__left-box {
  padding-bottom: 25px;
}
.footer__left-box:last-child {
  padding-bottom: 0;
}
.footer__left-box>h5,
.footer__right-menu>h5 {
  font-family: 'Roboto',sans-serif;
  font-weight: 700;
  font-size: 12px;
  color: #19E4B1;
  letter-spacing: 0.5px;
  line-height: 2.1666665;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.footer__left-menu ul,
.footer__right-menu ul,
.footer__right-socials ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer__left-menu ul li {
  padding-bottom: 15px;
}
.footer__right-menu ul li {
  padding-bottom: 12px;
}
.footer__left-menu ul li:last-child,
.footer__right-menu ul li:last-child {
  padding-bottom: 0;
}
.footer__right-socials ul {
  padding-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: -10px;
  margin-right: -10px;
}
.footer__right-socials ul li {
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}
.footer__right-socials ul li img {
  max-height: 18px;
}

@media screen and (min-width: 768px) {
  .footer {
    padding: 70px 0 68px;
    text-align: left;
  }
  .footer__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .footer__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .footer__right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .footer__left-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer__left-col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    padding-bottom: 0 !important;
  }
  .footer__right-socials ul {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
