@import 'https://fonts.googleapis.com/css?family=Montserrat:400,700|Raleway:200,300,400,500|Lato:300,300i,400,400i,700';

a,
a:focus,
a:visited,
a:hover {
  text-decoration-style: dotted;
}

.nav-item {
  margin: 0px 15px;
}

a.white-link {
  color:white !important;
  padding-bottom: 3px !important;
  position: relative;
}

a.white-link:hover {
  color: white !important;
  padding-bottom: 2px;
  border-bottom: 1px dotted rgba(255,255,255,.3);  
}

a.white-link:visited {
  color: white !important;
  text-decoration: none; 
}

a.white-link-small {
  color:white !important;
}

a.white-link-small:hover {
  color: white !important;
  padding-bottom: -4px;
  border-bottom: 1px dotted rgba(255,255,255,.3);  
}

a.white-link-small:visited {
  color: white !important;
  text-decoration: none; 
}

a.nav-link {
  font-family: 'Raleway', sans-serif;
  letter-spacing: .08em;
  position: relative;
  color: #165893;
  text-decoration: none;
}

a.nav-link:hover {
  color: #3755ea;
}

a.nav-link:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  top: 30px;
  left: 0;
  background-color: #3755ea;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}

a.nav-link:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.round-img {
  position: relative;
  border: 3px solid rgba(0,0,0,0);
}

.round-img:hover {
  border: 3px solid rgba(22,88,147,1);
}

.btn-default,
.btn-default:hover,
.btn-default:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
  background-color: #fff;
  border: 1px solid #fff;
}

html,
body {
  height: 100%;
}
body {
  color: #777;
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  
}
h1,h2,h3,h4 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  letter-spacing: 0em;
}

.home-image-background {
    position: relative;
    background: url("http://search411.net/images/499261926-isp.jpg") center center;
    width: 100%;
    height: 70%;
    min-height: 500px;
    background-size: cover;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    float: none;
    margin-right:-4px;
    color: white;
    text-shadow: 0 1px 5px rgba(0,0,0,.5);
}

.features-image-background {
    position: relative;
    background: url("http://search411.net/images/mobile-003.png") center center;
    width: 100%;
    height: 70%;
    min-height: 500px;
    background-size: cover;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    float: none;
    margin-right:-4px;
    color: white;
    text-shadow: 0 1px 5px rgba(0,0,0,.5);
}

.blog-image-background {
    position: relative;
    background: url("http://search411.net/images/488536936-isp.jpg") center center;
    width: 100%;
    height: 70%;
    min-height: 300px;
    background-size: cover;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    float: none;
    margin-right:-4px;
    color: white;
    text-shadow: 0 1px 5px rgba(0,0,0,.5);
}

.about-image-background {
    position: relative;
    background: url("http://search411.net/images/517610514-isp.jpg") center center;
    width: 100%;
    height: 70%;
    min-height: 500px;
    background-size: cover;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    float: none;
    margin-right:-4px;
    color: white;
    text-shadow: 0 1px 5px rgba(0,0,0,.5);
}

.careers-image-background {
    position: relative;
    background: url("http://search411.net/images/514724490-isp.jpg") center center;
    width: 100%;
    height: 70%;
    min-height: 500px;
    background-size: cover;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    float: none;
    margin-right:-4px;
    color: white;
    text-shadow: 0 1px 5px rgba(0,0,0,.5);
}

.contact-image-background {
    position: relative;
    background: url("http://search411.net/images/495592152-isp.jpg") center center;
    width: 100%;
    height: 70%;
    min-height: 500px;
    background-size: cover;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    float: none;
    margin-right:-4px;
    color: white;
    text-shadow: 0 1px 5px rgba(0,0,0,.5);
}

.thank-you-image-background {
    position: relative;
    background: url("http://search411.net/images/492785086-isp.jpg") center center;
    width: 100%;
    height: 70%;
    min-height: 500px;
    background-size: cover;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    float: none;
    margin-right:-4px;
    color: white;
    text-shadow: 0 1px 5px rgba(0,0,0,.5);
}

.cover {
  padding: 0 20px;
}
.cover .btn-lg {
  padding: 10px 20px;
  font-weight: bold;
}

.footer-distributed{
  background-color: #292c2f;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  padding: 55px 50px;
  margin-top: 80px;
}

.footer-distributed .footer-left,
.footer-distributed .footer-center,
.footer-distributed .footer-right{
  display: inline-block;
  vertical-align: top;
}

.footer-distributed .footer-left{
  width: 40%;
}

.footer-distributed h3{
  color:  #ffffff;
  font: normal 36px 'Cookie', cursive;
  margin: 0;
}

.footer-distributed h3 span{
  color:  #5383d3;
}

.footer-distributed .footer-links{
  color:  #ffffff;
  margin: 20px 0 12px;
  padding: 0;
}

.footer-distributed .footer-links a{
  display:inline-block;
  line-height: 1.8;
  text-decoration: none;
  color:  inherit;
  font-size: 13px;
}

.footer-distributed .footer-company-name{
  color:  #8f9296;
  font-size: 14px;
  font-weight: normal;
  margin: 0;
}

.footer-distributed .footer-center{
  width: 35%;
}

.footer-distributed .footer-center i{
  background-color:  #33383b;
  color: #ffffff;
  font-size: 25px;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
  margin: 10px 15px;
  vertical-align: middle;
}

.footer-distributed .footer-center i.fa-envelope{
  font-size: 17px;
  line-height: 38px;
}

.footer-distributed .footer-center p{
  display: inline-block;
  color: #ffffff;
  vertical-align: middle;
  margin:0;
}

.footer-distributed .footer-center p span{
  display:block;
  font-weight: normal;
  font-size:12px;
  line-height:2;
}

.footer-distributed .footer-center p a{
  color:  #5383d3;
  text-decoration: none;;
}

.footer-distributed .footer-right{
  width: 20%;
}

.footer-distributed .footer-company-about{
  line-height: 20px;
  color:  #92999f;
  font-size: 12px;
  font-weight: normal;
  margin: 0;
}

.footer-distributed .footer-company-about span{
  display: block;
  color:  #ffffff;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
}

.footer-distributed .footer-icons{
  margin-top: 25px;
}

.footer-distributed .footer-icons a{
  display: inline-block;
  width: 35px;
  height: 35px;
  cursor: pointer;
  background-color:  #33383b;
  border-radius: 2px;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  line-height: 35px;
  margin-right: 3px;
  margin-bottom: 5px;
}

@media (max-width: 880px) {
  .footer-distributed{
  }

  .footer-distributed .footer-left,
  .footer-distributed .footer-center,
  .footer-distributed .footer-right{
    display: block;
    width: 100%;
    margin-bottom: 40px;
    text-align: center;
  }

  .footer-distributed .footer-center i{
    margin-left: 0;
  }

}

.copy-white{
  color: white;
  font-size: 13px;
  margin-top:-30px;
}

p {
  font-size: 16px;
  line-height: 24px;
}

.copy {
  text-align: justify;
  margin: 30px 0;
}

.list {
  text-align: justify;
}

.text-left {
  text-align: left !important;
}

.text-justify {
  text-align: justify !important;
}

.name-cards {
  min-height: 280px;
  background: #fcfcfc;
  border-radius: 4px;
  padding: 18px;
}

.name {
  font-size: 16px;
  font-weight: 700;
  top: 4px !important;
  position: relative;
}

a.linkedin {
  font-size: 12px;
  border-radius: 2px;
  background: #9c96ea;
  top:2px !important;
  position: relative;
  padding: 2px 4px;
  color: white;
}

.title {
  font-size: 14px;
  font-weight: 400;
  top: 0px !important;
  position: relative;
}

a.telephone,a.email {
  display: block;
  font-size: 12px;
  margin: 1px auto;
  top: 0px !important;
  position: relative;
}

a.telephone:hover,a.email:hover {
  margin: 0px auto;
  border-radius: 8px;
  border: #9b97d1 1px solid;
  text-decoration: none;
}

a.telephone:visited,a:telephone:visited {
  text-decoration: none;
}

#title-box{
  padding: 30px 20px 20px 20px;
  position:relative;
  width: 60%;
  min-width: 380px;
  max-width: 600px;
  top:40%;
  background-color: rgba(22,88,147,.6);
  margin: 0 auto;
  border-radius: 4px;
  overflow: auto;
  border: 4px solid white; 
}

#title-box-about {
  padding: 30px 20px 20px 20px;
  position:relative;
  width: 20%;
  min-width: 300px;
  max-width: 300px;
  top:40%;
  background-color: rgba(22,88,147,.6);
  margin: 0 auto;
  border-radius: 4px;
  overflow: auto; 
  border: 4px solid white; 
}

#title-box-generic {
  padding: 30px 20px 20px 20px;
  position:relative;
  width: 20%;
  min-width: 300px;
  max-width: 300px;
  top:40%;
  background-color: rgba(22,88,147,.6);
  margin: 0 auto;
  border-radius: 4px;
  overflow: auto; 
  border: 4px solid white; 
}

.list-header {
  font-size: 20px;
}

.list-copy {
  font-size: 16px;
}

.form-label {
  font-size: 14px;
  font-weight: 300;
}

.form-container {
  border-radius: 4px;
  border: 1px solid #cfcfcf;
  padding: 30px;
  background: white;
  margin: 30px 0;
}

b {
  font-weight: 400;
}

