/*
* 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;
  }
  
  .title-name.title-background span {
    background-color: rgba(0, 0, 0, 0.3);
    padding-left: 12px;
    padding-right: 12px;
  }

#siteContent .general-content h3:first-child {
    margin-top: 0;
}
  
  .banner {
    margin-top: -30px;
    height: 25em;
	margin-bottom: 20px;
  }

  .banner.footer-banner {
	height: auto;
	background-color: #F0F0F0;
	margin-top: 30px;
  }

  .footer-banner.banner ul {
  	padding-left: 20px;
  }

  footer.mdc-footer-links {
  	margin-top: -20px;
  }
  .navbar-default {
      border-color: transparent;
  }

  .mb-40 {
	margin-bottom: 40px;
  }


  .mt-20 {
      margin-top: 20px;
  }

  .minus-mt-10 {
      margin-top: -10px;
  }

  /*Checklist*/

  .number-icon {
      color: #049ec3;
      display: block;
      text-align: center;
      border: 4px solid;
  }

  .apply-steps {
      border-bottom: 3px solid #e8e8e8;
      padding-bottom: 10px;
      padding-top: 10px;
  }

	.apply-steps ol,
	.apply-steps ul {
        padding-left: 20px;
    }


  #siteContent .benefits-intro h3 a:link, 
  #siteContent .benefits-intro h3 a:visited {
  	text-decoration: none !important;
  }

  #siteContent .benefits-intro h3 a:active, 
  #siteContent .benefits-intro h3 a:focus,
  #siteContent .benefits-intro h3 a:hover {
      text-decoration: underline !important;
    }


  
  /* Skinny masthead */
  .title-area {
      height: 120px;	
    }
    
    /*Responsive Queries*/
    
    
    
    @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) {}
    
  
    /*Responsive Queries - Skinny masthead */
    @media (max-width: 370px) {
          .site-masthead {
              height: 150px;
          }
        }
    
    @media (min-width: 370px) and (max-width: 767px) { 
		.site-masthead {
            padding:10px 0;
            height: 90px;
        }
  	}

	@media (max-width: 767px) {
      
      .title-container {
          height: 50px;
      }
      .title-name {
          /* margin-top: 30px; */
          width: auto;
      }
      .title-name h1 {
          font-size: 32px;
          /* margin-top: -20px; */
      }
      .banner {
        height: 200px;
    	margin-top: -20px;
      }
      .number-icon {
          font-size: 2.3em;
          line-height: 1.8em;
          border-radius: 1em;
          height: 2em;
          width: 2em;
          margin-bottom: 0.8em;
      }
      .apply-steps {
          padding-bottom: 2em;
          padding-top: 2em;
      }
    }
    
    @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-name h1 {
          font-size: 37px;
      }
      .site-masthead {
          height: 100px;
      }	
      .title-name h1 {
          height: 100px;
      }	
      .number-icon {
          font-size: 2.3em;
          line-height: 1.8em;
          border-radius: 1em;
          height: 2em;
          width: 2em;
      }
    }
    @media (min-width: 992px) {
      .title-area {
          height: 100px;	
      }
      .number-icon {
          font-size: 2em;
          line-height: 55px;
          border-radius: 82px;
          height: 60px;
          width: 60px;
      }
    }
    @media (max-width: 992px) {
      .col-sm-10.steps-content {
		margin-left: 5px;
      }
    }
    /* Medium devices (desktops, 992px and up) */
    @media (min-width: 992px) and (max-width: 1199px) {
    .title-name h1 {
      font-size: 48px;
      }
    }
    
    /* Large devices (large desktops, 1200px and up) */
    @media (min-width: 1200px) {
      .title-name h1 {
          font-size: 48px;
      }
      .banner {
        height: 42em;
      }
    }
    
    






















