﻿/*
* Created By: MDC Web Services
* Description:  
* Revised:
*/

/*Masthead Code*/
body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

.title-name h1 {
  font-size: 24px;
  margin: 0;
}

.site-masthead  {
  background-image: url("../img/site-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-color: #1565c0;
  color: #fff;
}

.title-name.title-background span {
  background-color: rgba(0, 0, 0, 0.3);
  padding-left: 12px;
  padding-right: 12px;
}

.question {
  font-weight: 600;
}
.answer {
  margin-bottom: 30px;
}

.payment-plan.featured-panel .cta-section {
  background-color: #f3f5ef;
}

#getting-started {
  background-color: #f0ecea;
}

.anchor-margin:before {
  content: "";
  display: block;
  height: 160px;
  margin: -160px 0 0;
}

.cta-section-content {
  display: block;
  padding-top: 15px;
}

table th {
  font-size: 15px;
}

.ml-0 {
  margin-left: 0px;
}


.mt-5 {
  margin-top: 5px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mt-20 {
  margin-top: 20px;
}
.cta-section-content .lead {
  margin-bottom: 5px;
}
.cta-section-content h2 {
  margin-top: 15px;
}

.question {
  font-weight: 600;
}
.answer {
  margin-bottom: 30px;
}

.marginauto {
  margin: 20px 10px 10px 20px;
  display: block;
}

.img-responsive.featured-img.marginauto {
  width: 92%;
}

#getting-started ul {
  padding-left: 30px;
}
#learn-more-btn {
  margin-top: 20px;
  margin-bottom: 20px;
}
.featured-panel .cta-section-content h3 {
  font-size: 24px;
}
/*Responsive Queries*/

@media (max-width: 349px) {}

@media (min-width: 350px) and (max-width: 640px) {}

@media (min-width: 480px) and (max-width: 640px) {}


@media (max-width: 640px) {}

@media (min-width: 641px) and (max-width: 767px) {}


@media (max-width: 767px) {
  .site-masthead {
    padding:10px 0;
  }
}


@media (min-width: 768px) {
  .title-area { 
    width: 100%; 
    position: relative;
  }
  .title-container { 
    height: 100%;
    position: absolute; 
    left: 0; 
    top: 0; 
    width: 100%; 
    display: table; 
  }
  .title-name {
    display: table-cell; 
    vertical-align: middle;
  }
}


/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
  .title-area { 
    height: 120px;  
  }
  .title-name h1 {
    font-size: 37px;
  }
}
@media (min-width: 992px) {
}

@media (max-width: 992px) {
}

@media (max-width: 1024px) {

}

@media (min-width: 991px) and (max-width: 1024px) {

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
  .title-area { 
    height: 140px;  
  }
  .title-name h1 {
    font-size: 48px;
  }

  .cta-section {
      height: 338px;
      /* height: 411px; */
  }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .title-area { 
    height: 180px;  
  }
  .title-name h1 {
    font-size: 60px;
  }
  .cta-section {
    /* height: auto !important; */
    height: 290px;
    /* height: auto; */
  }
}