.footer_top a:hover {
    color: #455a7c !important;
}

hr {
    height: 2px;
    background: #f2c815;
    border: none;
    width: 65px;
    margin: 15px auto;
}

p {
    color: #707070;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-style: normal;
    font-weight: 400;
}

h2 {
    color: #455a7c;
    font-size: 39px;
    line-height: 38px;
    text-transform: none;
    font-weight: 400;
    margin-bottom: 10px;
}

h1 {
    color: #fff;
    font-size: 43px;
    line-height: 43px;
}

h1, h2, h3, h4, h5 {
    font-family: 'Orbital';
}

.sec-padding {
    padding: 60px 0;
}

.footer_top {
    padding-top: 40px;
    padding-bottom: 20px;
}

.footer_bottom_holder {
    display: block;
    background-color: #fff;
}

.footer_bottom p {
    text-transform: uppercase;
    font-size: 12px;
}

.footer_top_holder {
    background-color: #fff;
}

.column2 p, .column3 p, .column4 p {
    font-family: Montserrat;
    letter-spacing: 1px;
    color: #455a7c;
    line-height: 33px;
    font-size: 13px;
}

.footer_top h5 {
    color: #455a7c;
    font-family: Montserrat !important;
    letter-spacing: 1px;
    margin: 0 0 5px;
    text-transform: uppercase;
}

#footerlogotext {
    color: #455a7c;
    text-align: center;
    font-family: 'Orbital';
    font-style: italic;
    line-height: 18px;
    margin-top: 10px;
}

a.mega-menu-link {
    font-family: Montserrat !important;
    letter-spacing: 1px;
    color: #455a7c !important;
    padding: 0px 50px 0px 50px !important;
}

img {
    width: auto;
}

html .q_logo a {
    visibility: visible !important;
}

@media all and (max-width: 768px){
 .mobile-only {
    display: block;
  }
	
	.desktop-only {
    display: none;
  }
}

@media all and (min-width: 768px){
.four_columns>.column4>.column_inner {
    padding: 0 0 0 0px;
}

#mega-menu-wrap-top-navigation #mega-menu-top-navigation > li.mega-menu-flyout ul.mega-sub-menu {
    width: 335px;
}

.mega-sub-menu a.mega-menu-link {
    padding: 0px 10px !important;
}

 .mobile-only {
    display: none;
  }
	
	.desktop-only {
    display: block;
  }

.q_logo img {
    height: 75px !important;
}

.header_inner {
    padding: 0 0 0 50px;
}
}