* {
  font-family: Segoe UI, Frutiger, Frutiger Linotype, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
}

h4 {
  font-style: italic;

}

.marketing {
  /* overflow: hidden; */
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

.navbar {
  background-color: #330000;
  padding-top: 0;
  padding-bottom: 0;
}

.ribbon {
  padding-left: 14px;
  padding-right: 14px;
}

.appName {
  display: inline-flex;
  vertical-align: middle;
  color: white !important;
  white-space: nowrap;
  line-height: 24px;
  font-size: 30px;
  font-weight: 500;
  padding-left: 0px;
  font-style: italic;
}

.app-info {
  margin-left: 17px;
}

.marketing * {
  color: #330000;
  /* letter-spacing: 0.6px; */

}
h3{
  font-style: italic;
  font-weight: 600;
  font-size: 18px !important;
}
.content-area{
  flex: 1;
}


.marketing p,
.marketing .features {
  font-size: 16px;
}

.btn-success {
  color: #fff;
  background-color: #6E7E1B;
  border-color: transparent;
  border: none;
}

.btn-success:hover {
  color: #fff;
  background-color: #939F54;
  border-color: transparent;
  border: none;
}

.features{
 clear: both;
}
.features h4{
  padding: 10px 0;
}

.pic {
  width: -webkit-fill-available;
  padding: 0;
}

.checks {
  margin-left: 0;
  font-weight: 600;
  font-size: 14px;
  font-style: italic;
  line-height: 1.8;
}

.checks li {
  position: relative;
  list-style-type: none;
}

.checks ul li {
  position: relative;
  left: 55px;
}

.checks ul li:before {
  left: 50px;
  background: #330000;
  width: 5px;
  height: 5px;
  left: -27px;
  top: 41%;
  border-radius: 50%;
}

.checks li::before {
  position: absolute;
  content: "";
  background: url(../img/media/checkmark-icon.03446814.svg);
  left: -27px;
  top: 4px;
  list-style: none;
  height: 16px;
  width: 16px;
}

.content {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 22px;
}
.d-mobile{
  display: block;
}

.ihub {
  margin-left: 0;
  float: left;
}

.footer {
  background: #330000;
  color: white;
  padding: 20px 50px;
  height: 130px;

}

.footer h2,
.footer .contact {
  color: white;
  font-size: 14px;
  line-height: 1.2;
}

.footer h2 {
  font-weight: 600;
  font-style: italic;
  line-height: 1.2;
  font-size: 16px;
  color: white;
  margin-left: 22px;
}

.footer .icon.profile {
  background: url(../img/icons/icon-man-executive-white.svg) no-repeat;
  width: 60px;
  height: 60px;
  margin-right: 13px;
}

.container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.shield {
  width: 55px;

}

.hero{
  flex-direction: column-reverse;
}
.intro{
  max-width: 80%;
  float: right;
}
.col-mob{
  flex-direction:column;
  align-items: center !important;
}


.message{
  border: 1px solid gray;
  padding: 22px;
  /* margin: 50px 0; */
  margin-bottom: 20px;
  
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}



.titlebar {
  /* margin-left: -18px; */
  white-space: nowrap;
  position: relative;
}

.title {
    vertical-align: bottom;
    font-size: 19px;
    align-self: baseline;
    margin-bottom: 20px;

}

.titlebar:before {
  position: absolute;
    left: 0;
    bottom:8px;
    width: 100%;
    background: #8c8585;
    content: "";
    border: 1px solid #c5c2c2;
    height: 2px;
    box-sizing: content-box;
}

@media screen and (min-device-width: 481px) and (max-device-width: 768px) { 
  
.footer .contact {
  font-size: 16px;
}

.footer h2 {
  font-weight: 600;
  font-size: 24px ;
}
.icon{
  margin-bottom: 10px;
}

}

@media screen and (min-width: 769px) {
  .footer h2 {
    font-weight: 600;
    font-size: 24px ;
  }
  .content{
    padding-right: 0;
    max-width: 50%;
  }
  .titlebar:before {
    height: 2px;
    border: 1px solid #c5c2c2;
    width: 100%;
    background: #8c8585;
    content: "";
  }
  .hero {
    flex-direction: row;
  }
  
  .pic {
    width: -webkit-fill-available;
    position: absolute;
    left: 46%;
    max-width: 54%;
    z-index: -9;
  }
  d-mobile{
    display: none !important;
  }
  .col-mob{
    flex-direction: row;
    align-items: baseline !important;
  }
  
.title {
  font-size: 19px;
  align-self: baseline;
  
}

.intro{
  max-width: 100%;
  float: right;
}

.icon{
  margin-right: 10px;
  margin-bottom: 0;
}
}

