/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/


.mega-menu-header {
  font-size: 18px !important;
  color: #111 !important;
  margin-bottom: 0.5rem !important;
  margin-top: 0.75rem !important;
}

.mega-menu-link {
 padding: 0.3rem 0rem !important;
  color: #273272 !important;
  font-size: 16px !important;
  text-transform: none !important;
}

.mega-menu-link a: hover{
  color: #006EFF;
}

.footer-menu-header {
  font-size: 18px !important;
  color: #ffffff !important;
  margin-bottom: 0.5rem !important;
  margin-top: 0.75rem !important;
}

.footer-menu-link {
 padding: 0.3rem 0rem !important;
  color: #999999 !important;
  font-size: 15px !important;
  text-transform: none !important;
  line-height: 1.6em !important;
}

.footer-img-link img {
  padding-top: 10px !important;
  line-height: 1.6em !important;
  max-width: 55% !important;
}

.col-3 {
  padding-right: 30px !important;
}

/*****************************************/
/*Landing Page with Nav - Top Header*/
/*****************************************/
.lp_banner h1 {
    display: block;
    text-align: left;
    color: #fff;
    font-size: 80px;
    line-height: 1.2em;
    font-family: 'Roboto';
    font-weight: 500;
    font-style: normal;
    text-transform: none;
    margin: 0;
    padding: 0;
}
h2 {
  font-size:40px;
}


h3 {
    font-size:30px;
}
p {
    font-size: 18px;
    font-weight: 400;
    line-height: 1.7;
    font-style: normal;
}
@media only screen and (max-width: 767px) {
	.lp_banner h1 {
		font-size: 35px;
	}
}