/* landing page file */

body {
    font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-family: 'Lato', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 700;
  }

  header.masthead {
    position: relative;
    background: url("../img/bg-masthead.jpg") repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  footer.footer {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  header.masthead .overlay {
    position: absolute;
    background-color: #212529;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.3;
  }
  
  header.masthead h1 {
    font-size: 2rem;
  }
  
  @media (min-width: 768px) {
    header.masthead {
      padding-top: 12rem;
      padding-bottom: 12rem;
    }
    header.masthead h1 {
      font-size: 3rem;
    }
  }
  
  .showcase .showcase-text {
    padding: 3rem;
  }
  
  .showcase .showcase-img {
    min-height: 30rem;
    background-size: cover;
  }
  
  @media (min-width: 768px) {
    .showcase .showcase-text {
      padding: 7rem;
    }
  }
  
  .features-icons {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  
  .features-icons .features-icons-item {
    max-width: 20rem;
  }
  
  .features-icons .features-icons-item .features-icons-icon {
    height: 7rem;
  }
  
  .features-icons .features-icons-item .features-icons-icon i {
    font-size: 4.5rem;
  }
  
  .features-icons .features-icons-item:hover .features-icons-icon i {
    font-size: 5rem;
  }
  
  .testimonials {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  
  .testimonials .testimonial-item {
    max-width: 18rem;
  }
  
  .testimonials .testimonial-item img {
    max-width: 12rem;
    box-shadow: 0px 5px 5px 0px #adb5bd;
  }
  
  .call-to-action {
    position: relative;
    background-color: #343a40;
    background: url("../img/calltoactionbg.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  
  .call-to-action .overlay {
    position: absolute;
    background-color: #212529;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0.3;
  }
  
  .second-call-to-action {
    position: relative;
    background-color: #343a40;
    background: url("../img/calltoactionbg2.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
   
  .formbackground {
    opacity: 0.9;
    position: relative;
    background-color: #091c88;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-top-left-radius: 20px;
    border-color: #adb5bd;
  }
  
  .formbackground-nopadbottom {
    background-color: rgb(27, 40, 160);
    background-color: rgba(27, 40, 160, 0.85);
    padding-bottom: 1rem;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border: 2px solid rgb(252, 253, 251);
    box-shadow: 10px 10px 5px rgba(0,0,0,0.6);
    -moz-box-shadow: 10px 10px 5px rgba(0,0,0,0.6);
    -webkit-box-shadow: 10px 10px 5px rgba(0,0,0,0.6);
    -o-box-shadow: 10px 10px 5px rgba(0,0,0,0.6);
}


















/* custom styles file */
.btn {
    padding: 14px 24px;
    border: 0 none;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    vertical-align: middle;
    width: 100%;
}

.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: 0 none;
}

.btn-primary {
    background: orangered;
    color: #ffffff;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background: orange;
}

.btn-primary:active, .btn-primary.active {
    background: orange;
    box-shadow: none;
}

.fa-ul
{
    font-size: 22px;
    text-align: left;
}

header.masthead {
    background: url("../img/bg-masthead.jpg") no-repeat center center;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

header.mastheadnoimg {
    position: relative;
    background-color: white;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.parralaxImage {
    position: relative;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.shadowdarklight {
    color: grey;
    text-shadow: 1px 1px 2px white, 0 0 25px lightblue, 0 0 5px lightgray;
}

.shadowdark {
    color: white;
    text-shadow: 1px 1px 2px black, 0 0 25px black, 0 0 5px darkblue;
}

.shadowlight {
    color: white;
    text-shadow: 1px 1px 2px white, 0 0 25px lightblue, 0 0 5px lightgray;
}

.input-group-addon {
    color:#aaa; 
    background-color: #ffffff;
    padding: 5px 5px;
    border-radius: inherit;
}

.input-group-addon:focus {
    color: dodgerblue; 
    background-color: #ffffff;
    padding: 5px 5px;
    border-radius: 4px;
}

.img-responsive {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
}

.showcase {

    padding-top: 2rem;
    padding-bottom: 2rem;
}

.features-icons{
    padding-top: 2rem;
    padding-bottom: 2rem;
}

a.light:link {color:#c1d2f8;}
a.light:visited {color:#c1d2f8;}
a.light:hover {color:#f08000fb;}

a.dark:link {color:#000000;}
a.dark:visited {color:#000000;}
a.dark:hover {color:#ffffff;}

.rounded {
    border-radius: 40px;
}

.roundedimage {
    border-radius: 50%;
}

.roundeddarkimage {
    border-radius: 50%;
    background: #0f0f0f;
}

/*chiropractor styles */

.infobanner{
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: #1a36b6;
    color:#ffffff;
}

.calltoactionbanner{
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: #FFFFFF;
    color:#0f0f0f;
}

.header {
    position: relative;
    background-color:white;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.stepsrow{
    padding-top: 2rem;
    padding-bottom: 2rem;
}

/* panel styles */
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
  
  .panel-primary>.panel-heading {
    background-color: #4d4c4c;
    border-color: #4d4c4c;
  }
  
  .panel-info>.panel-heading {
    color: #080808;
    background-color: #bebfc0;
    border-color: #bebfc0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
  
  .panel-heading blue{
    background-color: #1e71c4;
  }
  
  .panel-heading green{
    background-color: #1ec442;
  }
  

/*multiform styles */

.textdarkred {
    color: darkred; 
    font-weight: bold;
}

.textgreen {
    color: rgb(30, 116, 30); 
    font-weight: bold;
}

.opt-one{
    background-color: #FFFFFF;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    padding-top: 7px;
}

.opt-two{
    background-color: #FFFFFF;
    padding-top: 7px;
}

.opt-three{
    background-color: #FFFFFF;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-top: 7px;
}

.formbackground-nopadbottom-old {
    opacity: 0.8;
    background-color: #111d8f;
    padding-bottom: 0rem;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }




  


  
.selecteddiv {
    background-color: rgb(248, 247, 247);
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    color: #09189e;
    font-weight: bolder;
}

.notselecteddiv {
    color: #4f5cd1;
}







/* custom overrides file */
/*override bootstrap helpblock */
.help-block {
    position: absolute;
    bottom: 42px;
    right: 0px;
    /*width: 300px; */
    background-color: rgb(204, 15, 24);
    color: white;
    padding: 6px;
    border-radius: 8px;
    box-shadow: 3px 3px 10px #3d3d3d;
    /*margin: 5px;*/
    text-align: center;
    border: 2px solid white;
    z-index: 1;
}

.help-block:after, .help-block:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  .help-block:after {
    border-color: rgba(218, 54, 42, 0);
    border-top-color: rgb(204, 15, 24);
    border-width: 10px;
    margin-left: -10px;
  }
  .help-block:before {
    border-color: rgba(0, 0, 0, 0);
    border-top-color: #FFFFFF;
    border-width: 13px;
    margin-left: -13px;
  }
  