@charset "UTF-8";
/* xHTML5reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
  font-size: 100%;
  outline: 0;
  background: transparent;
}
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
  font-size: 100%;
  outline: 0;
  background: transparent;
}
body {
  line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
nav ul {
  list-style-type: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  font-size: 100%;
  background: transparent;
  outline: none;
  border: none;
}
img {
  border: none;
}
ins {
  background-color: #ff9;
  text-decoration: none;
  color: #000;
}
mark {
  background-color: #ff9;
  font-weight: bold;
  font-style: italic;
  color: #000;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  height: 1px;
  display: block;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #cccccc;
}
input, select {
  vertical-align: middle;
}
.invisible {
  width: 0px;
  height: 0px;
  left: -10000px;
  position: absolute;
  display: none;
  font-size: 0.1px;
  line-height: 0.1px;
}
.clear {
  clear: both;
}
/* xFoundationReset.css */
.tab-bar, .tab-bar-section ul li, .tab-bar-section li:not(.has-form) a:not(.button), .icon-bar {
  color: #000;
  background-color: transparent;
  background: transparent;
}
.right-small {
  border: none;
}
.row {
  max-width: 1170px;
  margin: auto;
  clear: both;
}
.row .row {
  margin: auto;
}
.column, .columns {
  padding-right: 0;
  padding-left: 0;
}
.off-canvas-wrap, .inner-wrap {
  min-height: 100%;
  bottom: 0;
  top: 0;
}
button, .button {
  background-color: transparent;
  padding: inherit;
  margin: 0;
  outline: none;
}
button:hover, .button:hover, button:focus, .button:focus, button:active, .button:active, .icon-bar > a:hover {
  background-color: transparent;
}
@media screen and (min-width: 0px) {
  body.mhqp {
    font-family: 'Open Sans', Helvetica, sans-serif;
    line-height: 1;
  }
  body.mhqp a {
    font-family: 'Open Sans', Helvetica, sans-serif;
  }
  body.mhqp h1, body.mhqp h2, body.mhqp h3, body.mhqp h4, body.mhqp h5, body.mhqp h6, body.mhqp #main h1, body.mhqp #main h2, body.mhqp #main h3, body.mhqp #main h4, body.mhqp #main h5, body.mhqp #main h6 {
    font-family: 'Open Sans', Helvetica, sans-serif;
  }
  body.mhqp #content > .page > .post-slideshow, body.mhqp #main #content > .page > .post-slideshow {
    display: none !important;
  }
  body.mhqp div[class*=fusion] .fusion-text p {
    line-height: 150%;
  }
}
#main a {
  color: #44aa00;
  cursor: pointer;
  text-decoration: underline;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#main a:hover {
  color: #4f474a;
  text-decoration: underline;
}
a:visited {
  color: #44aa00;
  text-decoration: underline;
}
h2 {
  color: #000;
}
@media screen and (min-width: 0px) {
  .animate-all {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .hoverscale a:hover, a.hoverscale:hover, a:hover i.hoverscale {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
  .hide-on-mobile {
    display: none;
  }
  .hide-on-desktop {
    display: block;
  }
  .redButton {
    overflow: hidden;
  }
  .redButton a, .redButton a.button {
    background-color: #000;
    padding: 10px 15px;
    margin: 10px auto;
    color: #fff;
    font-size: 15px;
    line-height: 120%;
    text-transform: uppercase;
    display: block;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
  }
  .redButton a:hover, .redButton a.button:hover {
    background-color: #4f474a;
  }
  .redButton.small a, .redButton.small a.button {
    max-width: 200px;
    margin-left: 0;
  }
  .scrollReveal {
    visibility: hidden;
  }
}
@media screen and (min-width: 769px) {
  .hide-on-mobile {
    display: block;
  }
  .hide-on-desktop {
    display: none;
  }
}
@media screen and (min-width: 0px) {
  .mhqp div[class*=fusion] .fusion-secondary-header {
    display: none;
    border-top: 0 hidden;
    border-bottom: 0 hidden;
  }
  .mhqp div[class*=fusion] .fusion-secondary-header .fusion-alignright {
    display: none;
  }
  .mhqp div[class*=fusion] .fusion-secondary-header .fusion-alignleft {
    border-bottom: 0 hidden;
  }
}
@media screen and (min-width: 769px) {
  .mhqp div[class*=fusion] .fusion-header {
    padding-top: 0;
    padding-bottom: 15px;
    background-color: #fff;
    -webkit-box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.2);
  }
  .mhqp div[class*=fusion] .fusion-secondary-header {
    display: block;
  }
}
@media screen and (min-width: 1250px) {
  .mhqp header.fusion-header-wrapper {
    position: relative !important;
  }
}
@media screen and (min-width: 0px) {
  .mhqp .fusion-header img[class*=logo] {
    max-width: 140px;
  }
}
@media screen and (min-width: 641px) {
  .mhqp .fusion-header img[class*=logo] {
    max-width: 150px;
  }
}
@media screen and (min-width: 769px) {
  .mhqp .fusion-header {
    height: auto !important;
  }
  .mhqp .fusion-header.fusion-header-backface {
    height: auto !important;
  }
  .mhqp .fusion-header .fusion-logo {
    margin-top: -30px !important;
    margin-bottom: 0;
  }
  .mhqp .fusion-is-sticky .fusion-header .fusion-logo {
    margin-top: 15px !important;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 961px) {
  .mhqp .fusion-header img[class*=logo] {
    max-width: 180px;
  }
  .mhqp .fusion-header .fusion-standard-logo {
    width: 177px;
    max-height: 1000px !important;
  }
}
@media screen and (min-width: 0px) {
  .mhqp .fusion-secondary-header .fusion-social-links-header {
    text-align: right;
    padding: 10px 80px 0 0;
  }
  .mhqp .fusion-secondary-header .fusion-social-links-header a {
    margin-right: 10px;
  }
}
@media screen and (min-width: 1250px) {
  .mhqp .fusion-secondary-header .fusion-social-links-header {
    padding: 10px 60px 0 0;
  }
}
@media screen and (min-width: 0px) {
  .mhqp .fusion-footer {
    background-color: #fff;
  }
  .mhqp .fusion-footer-widget-area {
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 0px) {
  .mhqp div[class*=fusion] .footerLogo {
    display: block;
    margin: 0 auto;
    max-width: 200px;
  }
}
@media screen and (min-width: 0px) {
  .mhqp .fusion-footer .widget p {
    color: #000;
    font-size: 13px;
    line-height: 200%;
    font-weight: 700;
  }
  .mhqp .fusion-footer .widget p a {
    color: #000;
    font-weight: 700;
  }
}
@media screen and (min-width: 641px) {
  .mhqp .fusion-footer .widget p {
    font-size: 14px;
  }
}
@media screen and (min-width: 0px) {
  .mhqp .fusion-footer .fusion-footer-copyright-area {
    background-color: transparent;
    padding: 0 30px 50px;
    border: 0;
  }
  .mhqp .fusion-footer .fusion-copyright-notice {
    color: #000;
    font-size: 11px;
    font-weight: 700;
  }
}
@media screen and (min-width: 0px) {
  .mhqp div[class*=fusion] .fusion-mobile-menu-icons {
    margin-top: 30px;
  }
}
@media screen and (min-width: 769px) {
  .mhqp div[class*=fusion] .fusion-mobile-menu-icons, .mhqp div[class*=fusion] .fusion-flyout-mobile-menu-icons {
    display: none;
  }
  .mhqp div[class*=fusion] nav.fusion-mobile-nav-holder {
    display: none !important;
  }
}
@media screen and (min-width: 0px) {
  .mhqp .fusion-header .fusion-row .fusion-main-menu > ul > li:not(.fusion-main-menu-search) > a {
    font-family: 'Open Sans', Helvetica, sans-serif;
  }
}
@media screen and (min-width: 769px) {
  .mhqp .fusion-header .fusion-row {
    position: static;
  }
  .mhqp .fusion-header .fusion-row .fusion-main-menu {
    position: static;
    display: block !important;
  }
  .mhqp .fusion-header .fusion-row .fusion-main-menu.fusion-sticky-menu {
    display: none !important;
  }
  .ua-ie .mhqp .fusion-header .fusion-row .fusion-main-menu > ul > li {
    padding-right: 0 !important;
  }
  .mhqp .fusion-header .fusion-row .fusion-main-menu > ul > li > a {
    max-width: 130px;
    display: inline-block;
    line-height: 23px;
    font-weight: 600;
    margin-left: 5px;
    margin-right: 5px;
  }
  .mhqp .fusion-header .fusion-row .fusion-main-menu > ul > li > a:before {
    content: '';
    display: inline-block;
    height: 60px;
    vertical-align: bottom;
  }
  .mhqp .fusion-header .fusion-row .fusion-main-menu > ul > li > a span {
    display: inline-block;
  }
  .mhqp .fusion-header .fusion-row .fusion-main-menu > ul > li:not(.fusion-main-menu-search):before {
    content: '';
    position: absolute;
    display: block;
    height: 50%;
    top: 60%;
    left: 0;
    width: 1px;
    background-color: #ddd;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .mhqp .fusion-header .fusion-row .fusion-main-menu > ul > li:first-child:before {
    display: none;
  }
  .mhqp .fusion-header .fusion-row .fusion-main-menu > ul > li.fusion-main-menu-search {
    position: absolute;
    top: -41px;
    right: 30px;
  }
  .mhqp .fusion-header .fusion-row .fusion-main-menu > ul > li.fusion-main-menu-search a {
    font-weight: 100;
    line-height: 40px;
    height: 40px;
  }
  .mhqp .fusion-header .fusion-row .fusion-main-menu > ul > li.fusion-main-menu-search a:before {
    content: '';
    display: inline;
    height: 0;
  }
  .mhqp .fusion-header .fusion-row .fusion-main-menu > ul > li .sub-menu li a {
    line-height: 130%;
    padding-top: 14px !important;
    padding-bottom: 14px !important;
  }
}
@media screen and (min-width: 1100px) {
  .mhqp .fusion-header .fusion-row .fusion-main-menu > ul > li:not(.fusion-main-menu-search) > a {
    font-size: 20px;
    max-width: 165px;
    margin-left: 7px;
    margin-right: 7px;
  }
  .mhqp .fusion-header .fusion-row .fusion-main-menu ul.sub-menu {
    -webkit-box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.2);
  }
}
@media screen and (min-width: 1251px) {
  .mhqp .fusion-header .fusion-row .fusion-main-menu > ul > li.fusion-main-menu-search {
    top: -38px;
  }
}
@media screen and (min-width: 0px) {
  .mhqp:not(.home) #main .widget_subpages ul {
    padding-left: 0 !important;
  }
  .mhqp:not(.home) #main .widget_subpages ul li {
    padding: 10px 10px 10px 12px;
    border-bottom: 1px solid #4f474a;
  }
  .mhqp:not(.home) #main .widget_subpages ul li a {
    color: #000;
    font-size: 12px;
    padding-top: 3px;
    padding-bottom: 3px;
    line-height: 30px;
  }
  .mhqp:not(.home) #main .widget_subpages ul li a:before {
    color: #a7a5a6;
    position: absolute;
    font-family: icomoon;
    content: '';
    margin-left: -12px;
    display: block;
  }
}
@media screen and (min-width: 0px) {
  .mhqp .fusion-header .fusion-row .fusion-mobile-nav-item a:visited {
    color: #000;
  }
}
@media screen and (min-width: 0px) {
  .mhqp #sliders-container .fusion-slider-container {
    margin-top: 0 !important;
  }
  .mhqp #sliders-container .fusion-slider-container li {
    overflow: hidden !important;
  }
  .mhqp #sliders-container .fusion-slider-container li + li .slide-content-container {
    display: none !important;
  }
  .mhqp #sliders-container .fusion-slider-container .slide-content-container {
    padding-left: 0;
    padding-right: 0;
    top: auto;
    bottom: 0;
    display: block !important;
    overflow: hidden !important;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    position: absolute;
    left: 0;
    width: 100%;
  }
  .mhqp #sliders-container .fusion-slider-container .slide-content-container .heading {
    margin-bottom: 0;
  }
  .mhqp #sliders-container .fusion-slider-container .slide-content-container .heading .fusion-title-sc-wrapper {
    background-color: rgba(0, 51, 128, 0.8) !important;
  }
  .mhqp #sliders-container .fusion-slider-container .slide-content-container .heading .fusion-title-sc-wrapper h2 {
    padding: 15px;
    font-size: 20px !important;
    line-height: 120% !important;
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-weight: 600;
  }
  .mhqp #sliders-container .main-flex .flex-next, .mhqp #sliders-container .main-flex .flex-prev, .mhqp #sliders-container .wooslider .wooslider-next, .mhqp #sliders-container .wooslider .wooslider-prev {
    background-color: rgba(255, 255, 255, 0.5);
    color: #4f474a;
    font-size: 40px;
  }
}
@media screen and (min-width: 500px) {
  .mhqp #sliders-container .fusion-slider-container .slide-content-container .heading .fusion-title-sc-wrapper h2 {
    font-size: 22px !important;
    padding: 20px 15px;
  }
}
@media screen and (min-width: 641px) {
  .mhqp #sliders-container .fusion-slider-container .slide-content-container .heading .fusion-title-sc-wrapper h2 {
    font-size: 28px !important;
    padding: 20px 40px;
  }
}
@media screen and (min-width: 769px) {
  .mhqp #sliders-container .fusion-slider-container .slide-content-container .heading .fusion-title-sc-wrapper h2 {
    font-size: 45px !important;
  }
}
@media screen and (min-width: 961px) {
  .mhqp #sliders-container .fusion-slider-container .slide-content-container .heading .fusion-title:before {
    content: '';
    display: block;
    position: absolute;
    right: 100%;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 51, 128, 0.8) !important;
  }
  .mhqp #sliders-container .fusion-slider-container .slide-content-container .heading .fusion-title-sc-wrapper {
    position: relative;
  }
  .mhqp #sliders-container .fusion-slider-container .slide-content-container .heading .fusion-title-sc-wrapper h2 {
    font-size: 50px !important;
    padding: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .mhqp #sliders-container .fusion-slider-container .slide-content-container .slide-content {
    max-width: 1400px;
  }
  .mhqp #sliders-container .fusion-slider-container .slide-content-container .heading .fusion-title-sc-wrapper {
    width: 66.6666%;
  }
  .mhqp #sliders-container .fusion-slider-container .slide-content-container .heading .fusion-title-sc-wrapper h2 {
    font-size: 40px !important;
    padding: 25px 10px 25px 45px;
  }
}
@media screen and (min-width: 1200px) {
  .mhqp #sliders-container .fusion-slider-container .slide-content-container .heading .fusion-title-sc-wrapper h2 {
    font-size: 50px !important;
  }
}
@media screen and (min-width: 0px) {
  .mhqp #main .post h2 a {
    color: #44aa00;
    text-decoration: underline;
  }
}
@media screen and (min-width: 0px) {
  .mhqp #newsSignup div[class*=fusion] .wpcf7-form {
    text-align: center;
  }
  .mhqp #newsSignup div[class*=fusion] .wpcf7-form p {
    display: inline-block;
  }
  .mhqp #newsSignup div[class*=fusion] .wpcf7-form input.wpcf7-text {
    text-align: center;
  }
}
@media screen and (min-width: 0px) {
  .mhqp .fusion-modal-content h3 {
    font-family: 'Open Sans', Helvetica, sans-serif;
  }
  .mhqp .fusion-modal-content p {
    margin: 10px 0;
    line-height: 170%;
  }
}
@media screen and (min-width: 1px) {
  #browseHappy {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    top: 0;
    left: 0;
    z-index: 9999999999;
    display: none;
  }
  .ua-ie-11 #browseHappy, .ua-ie-10 #browseHappy, .ua-ie-9 #browseHappy, .ua-ie-8 #browseHappy {
    display: block;
  }
  #browseHappy .inner {
    text-align: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-55%);
    -moz-transform: translateY(-55%);
    -o-transform: translateY(-55%);
    -ms-transform: translateY(-55%);
    transform: translateY(-55%);
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    width: 80%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  #browseHappy .inner a {
    background-color: #003380;
    border-radius: 8px;
    color: #fff;
    padding: 8px 16px;
  }
  #browseHappy.closed {
    display: none;
  }
  #browseHappy .btnClose {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    font-size: 80px;
    cursor: pointer;
  }
}
@media print {
  #browseHappy {
    display: none;
  }
}
@media screen and (min-width: 0px) {
  .mhqp.home .page .post-slideshow.flexslider {
    margin-bottom: 0 !important;
  }
  .mhqp.home .fusion-text ul, .mhqp.home .fusion-text ol {
    padding-left: 30px;
    line-height: 170%;
    margin-bottom: 20px;
  }
  .mhqp.home .fusion-text ul li, .mhqp.home .fusion-text ol li {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1400px) {
  .mhqp.home .fusion-fullwidth {
    max-width: 1400px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 0px) {
  .mhqp.home #homeIntroLeftCol:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #a7a5a6;
  }
}
@media screen and (min-width: 0px) {
  .mhqp.home #homeFeatureColumn .fusion-column-wrapper:before {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 51, 128, 0.8);
  }
  .mhqp.home #homeFeatureColumn .fusion-column-wrapper > div {
    z-index: 2;
    position: relative;
  }
}
@media screen and (min-width: 1025px) {
  .mhqp.home #homeFeatureColumn .fusion-column-wrapper > div h3 {
    font-size: 16px;
    padding: 10px 40px;
  }
}
@media screen and (min-width: 0px) {
  .mhqp.home #homeFeaturedNews + .fusion-counters-box, .mhqp.home #homeFeaturedNews + div + .fusion-counters-box {
    display: none;
  }
}
@media screen and (min-width: 0px) {
  .mhqp.home #wrapper #main #homeFeatureColumn .fusion-builder-placeholder {
    display: none;
  }
  .mhqp.home #wrapper #main #homeFeatureColumn #breakingNewsHeadline {
    display: none;
  }
  .mhqp.home #wrapper #main #homeFeatureColumn #homeFeaturedNews {
    padding: 0;
  }
  .mhqp.home #wrapper #main #homeFeatureColumn #homeFeaturedNews + #breakingNewsHeadline {
    display: block;
  }
  .mhqp.home #wrapper #main #homeFeatureColumn #homeFeaturedNews + #breakingNewsHeadline h3 {
    display: block;
    color: #fff;
    padding: 10px 25px;
    background-color: #44aa00;
    font-size: 14px;
    line-height: 120%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .mhqp.home #wrapper #main #homeFeatureColumn #homeFeaturedNews .fusion-posts-container {
    padding: 80px 25px 50px;
  }
  .mhqp.home #wrapper #main #homeFeatureColumn #homeFeaturedNews .post {
    margin-bottom: 0 !important;
  }
  .mhqp.home #wrapper #main #homeFeatureColumn #homeFeaturedNews .fusion-post-content {
    color: #fff;
  }
  .mhqp.home #wrapper #main #homeFeatureColumn #homeFeaturedNews .fusion-post-content h2 {
    padding-top: 15px;
    font-size: 18px;
    line-height: 150%;
    font-family: 'Open Sans', Helvetica, sans-serif;
    margin-bottom: 15px !important;
  }
  .mhqp.home #wrapper #main #homeFeatureColumn #homeFeaturedNews .fusion-post-content h2 a {
    color: #fff;
  }
  .mhqp.home #wrapper #main #homeFeatureColumn #homeFeaturedNews .fusion-post-content p {
    font-size: 15px;
    line-height: 150%;
  }
  .mhqp.home #wrapper #main #homeFeatureColumn #homeFeaturedNews .fusion-meta-info {
    border: 0;
    margin: 5px 0;
  }
  .mhqp.home #wrapper #main #homeFeatureColumn #homeFeaturedNews .fusion-meta-info a {
    color: #fff;
  }
  .mhqp.home #wrapper #main #homeFeatureColumn #homeFeaturedNews .fusion-meta-info .fusion-read-more {
    font-size: 14px;
    line-height: 120%;
  }
  .mhqp.home #wrapper #main #homeFeatureColumn #homeFeaturedNews .fusion-meta-info .fusion-read-more:after {
    color: #fff;
  }
}
@media screen and (min-width: 641px) {
  .mhqp.home #wrapper #main #homeFeaturedNews .fusion-post-content h2 {
    padding-top: 0;
  }
}
@media screen and (min-width: 1025px) {
  .mhqp.home #wrapper #main #homeFeaturedNews .fusion-posts-container {
    padding: 0 40px 40px;
  }
  .mhqp.home #wrapper #main #homeFeaturedNews .fusion-post-content h2 {
    padding-top: 50px;
  }
  .mhqp.home #wrapper #main #homeFeaturedNews .fusion-meta-info {
    border: 0;
    margin: 5px 0;
  }
  .mhqp.home #wrapper #main #homeFeaturedNews .fusion-meta-info .fusion-alignright {
    float: none;
    margin-left: 0;
  }
  .mhqp.home #wrapper #main #homeFeaturedNews .fusion-post-slideshow {
    width: auto;
    margin-right: 0;
  }
}
@media screen and (min-width: 1271px) {
  .mhqp.home #wrapper #main #homeFeaturedNews .fusion-posts-container {
    padding-top: 30px;
  }
}
@media screen and (min-width: 1448px) {
  .mhqp.home #wrapper #main #homeFeaturedNews .fusion-post-content h2 {
    padding-top: 50px;
  }
  .mhqp.home #wrapper #main #homeFeaturedNews .fusion-post-slideshow {
    width: auto;
    margin-right: 0;
  }
}
@media screen and (min-width: 0px) {
  .mhqp.home #newsViews {
    padding-top: 60px !important;
  }
  .mhqp.home #newsViews div[class*=fusion] .fusion-text h2 {
    color: #000;
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-size: 26px;
    font-weight: 700;
  }
  .mhqp.home #newsViews div[class*=fusion] .fusion-text + .fusion-text p {
    text-align: center;
  }
  .mhqp.home #newsViews div[class*=fusion] .fusion-text + .fusion-text p a {
    color: #44aa00;
    text-decoration: underline;
    font-weight: 700;
  }
  .mhqp.home #newsViews div[class*=fusion] #newsViewsList {
    margin-top: 50px;
  }
  .mhqp.home #newsViews div[class*=fusion] #newsViewsList article .fusion-post-wrapper {
    flex-direction: initial;
    display: block !important;
  }
  .mhqp.home #newsViews div[class*=fusion] #newsViewsList article .fusion-flexslider {
    width: 30%;
    float: left;
    display: block !important;
    border-color: transparent;
  }
  .mhqp.home #newsViews div[class*=fusion] #newsViewsList article .fusion-flexslider .fusion-rollover {
    background-image: none !important;
  }
  .mhqp.home #newsViews div[class*=fusion] #newsViewsList article .fusion-flexslider .fusion-rollover h4 {
    display: none;
  }
  .mhqp.home #newsViews div[class*=fusion] #newsViewsList article .fusion-post-content-wrapper {
    width: 65%;
    float: left;
    display: block !important;
    padding-top: 0 !important;
    padding-right: 10px !important;
  }
  .mhqp.home #newsViews div[class*=fusion] #newsViewsList article .fusion-post-content-wrapper h2 {
    margin-bottom: 10px;
    margin-top: -7px;
    font-weight: 700;
    line-height: 130%;
  }
  .mhqp.home #newsViews div[class*=fusion] #newsViewsList article .fusion-post-content-wrapper h2 a {
    font-size: 16px;
    font-family: 'Open Sans', Helvetica, sans-serif;
  }
  .mhqp.home #newsViews div[class*=fusion] #newsViewsList article .fusion-post-content-wrapper .fusion-post-content-container p {
    font-family: 'Open Sans', Helvetica, sans-serif;
    line-height: 180%;
    font-size: 14px;
  }
  .mhqp.home #newsViews div[class*=fusion] #newsViewsList article .fusion-post-content-wrapper .fusion-post-content-container p::after {
    content: '...';
    display: inline;
  }
}
@media screen and (min-width: 800px) {
  .mhqp.home #newsViews {
    padding-left: 5% !important;
    padding-right: 5% !important;
  }
}
@media screen and (min-width: 0px) {
  .mhqp.home #homeKeyInitiatives {
    margin-top: 0 !important;
    margin-bottom: -70px !important;
    padding-top: 70px;
    border-top: 1px solid #a7a5a6;
  }
  .mhqp.home #homeKeyInitiatives #keyInitiativesHeadline {
    text-align: center;
    margin-bottom: 60px;
  }
  .mhqp.home #homeKeyInitiatives #keyInitiativesHeadline h2 {
    font-size: 26px !important;
    font-weight: 700;
  }
  .mhqp.home #homeKeyInitiatives #keyInitiatives {
    margin-bottom: -50px;
  }
  .mhqp.home #homeKeyInitiatives #keyInitiatives a {
    text-decoration: none;
  }
  .mhqp.home #homeKeyInitiatives #keyInitiatives a:hover {
    color: #4f474a;
  }
  .mhqp.home #homeKeyInitiatives #keyInitiatives a:hover i {
    color: #4f474a !important;
  }
  .mhqp.home #homeKeyInitiatives #keyInitiatives h2 {
    font-size: 15px !important;
    line-height: 130% !important;
    font-family: 'Open Sans', Helvetica, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: underline;
  }
  .mhqp.home #homeKeyInitiatives #keyInitiatives h2:hover {
    color: #4f474a;
  }
  .mhqp.home #homeKeyInitiatives #keyInitiatives .heading {
    margin-bottom: 5px;
  }
  .mhqp.home #homeKeyInitiatives #keyInitiatives .content-container p {
    font-size: 14px;
    line-height: 150%;
  }
  .mhqp.home #homeKeyInitiatives #keyInitiatives a.fusion-read-more-button {
    display: none;
  }
}
@media screen and (min-width: 0px) {
  .mhqp.home #newsSignup div[class*=fusion] h2 {
    color: #fff;
    margin: 0 0 20px;
    font-family: 'Open Sans', Helvetica, sans-serif;
  }
  .mhqp.home #newsSignup div[class*=fusion] p {
    color: #fff;
    text-align: center;
    margin: 0 0 20px;
  }
  .mhqp.home #newsSignup div[class*=fusion] a.ctct-button, .mhqp.home #newsSignup div[class*=fusion] .ctct-disclosure, .mhqp.home #newsSignup div[class*=fusion] label {
    display: none;
  }
  .mhqp.home #newsSignup div[class*=fusion] form {
    margin: 60px 0 -30px;
    text-align: center;
  }
  .mhqp.home #newsSignup div[class*=fusion] input[type=email] {
    text-align: center;
    font-size: 16px;
  }
  .mhqp.home #newsSignup div[class*=fusion] input[type=email]::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    text-transform: uppercase;
    color: #4f474a;
  }
  .mhqp.home #newsSignup div[class*=fusion] input[type=email]::-moz-placeholder {
    /* Firefox 19+ */
    text-transform: uppercase;
    color: #4f474a;
  }
  .mhqp.home #newsSignup div[class*=fusion] input[type=email]:-ms-input-placeholder {
    /* IE 10+ */
    text-transform: uppercase;
    color: #4f474a;
  }
  .mhqp.home #newsSignup div[class*=fusion] input[type=email]:-moz-placeholder {
    /* Firefox 18- */
    text-transform: uppercase;
    color: #4f474a;
  }
  .mhqp.home #newsSignup div[class*=fusion] input[type=submit] {
    padding: 19px 29px;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    background-color: #44aa00;
    color: #fff;
    border: 0 hidden;
  }
}
@media screen and (min-width: 641px) {
  .mhqp.home #newsSignup div[class*=fusion] .ctct-form-field-email {
    width: 50%;
    max-width: 400px;
    display: inline-block;
  }
  .mhqp.home #newsSignup div[class*=fusion] .ctct-form-field-submit {
    width: 25%;
    display: inline-block;
  }
  .mhqp.home #newsSignup div[class*=fusion] input[type=submit] {
    margin-left: 5%;
    width: 80%;
  }
}
@media screen and (min-width: 1400px) {
  .mhqp.home #newsSignup {
    max-width: 100000px;
  }
  .mhqp.home #newsSignup div[clas*=fusion] .parallax-inner {
    width: 100%;
  }
}
@media screen and (min-width: 0px) {
  .mhqp:not(.home) .fusion-page-title-bar .fusion-page-title-row {
    height: 100%;
  }
  .ie .mhqp:not(.home) .fusion-page-title-bar .fusion-page-title-row {
    padding-top: 20px;
  }
  .mhqp:not(.home) .fusion-page-title-bar .fusion-page-title-row h1 {
    color: #000;
    font-size: 22px;
    font-weight: 600;
    margin: 40px 0;
    letter-spacing: 0;
  }
  .mhqp:not(.home) #main {
    min-height: 200px;
  }
  .mhqp:not(.home) #main .page .post-slideshow {
    margin-bottom: 0;
  }
  .mhqp:not(.home) #main .fusion-text {
    overflow: hidden;
  }
  .mhqp:not(.home) #main .fusion-text h2:not(:first-child), .mhqp:not(.home) #main .fusion-text h3:not(:first-child), .mhqp:not(.home) #main .fusion-text h4:not(:first-child), .mhqp:not(.home) #main .fusion-text h5:not(:first-child), .mhqp:not(.home) #main .fusion-text h6:not(:first-child) {
    margin-bottom: 20px;
  }
  .mhqp:not(.home) #main .fusion-text a:visited {
    color: #44aa00;
  }
  .mhqp:not(.home) #main .fusion-text a:visited:hover {
    color: #4f474a;
  }
  .mhqp:not(.home) #main h1:not(:empty) {
    color: #000;
    font-weight: 600;
    margin: 30px 0;
  }
  .mhqp:not(.home) #main div.post-content ol, .mhqp:not(.home) #main div.fusion-text ol, .mhqp:not(.home) #main div.post-content ul, .mhqp:not(.home) #main div.fusion-text ul {
    padding-left: 30px;
    line-height: 170%;
    margin-bottom: 20px;
  }
  .mhqp:not(.home) #main div.post-content ol li, .mhqp:not(.home) #main div.fusion-text ol li, .mhqp:not(.home) #main div.post-content ul li, .mhqp:not(.home) #main div.fusion-text ul li {
    line-height: 170%;
    margin-bottom: 10px;
  }
  .mhqp:not(.home) #main .fusion-accordian .panel-body {
    line-height: 150%;
  }
  .mhqp:not(.home) #main [class*=fusion] ul, .mhqp:not(.home) #main [class*=fusion] ol {
    padding-left: 30px;
    line-height: 170%;
    margin-bottom: 20px;
  }
  .mhqp:not(.home) #main [class*=fusion] ul li, .mhqp:not(.home) #main [class*=fusion] ol li {
    line-height: 170%;
    margin-bottom: 10px;
  }
  .mhqp:not(.home) #main .post .fusion-rollover {
    display: none;
  }
  .mhqp:not(.home) #main .fusion-posts-container .post p {
    line-height: 150%;
  }
  .mhqp:not(.home) #main a.fusion-social-network-icon {
    text-decoration: none !important;
  }
  .mhqp:not(.home) .fusion-person {
    opacity: 0;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
  }
  .mhqp:not(.home) .fusion-person .person-author {
    font-family: 'Open Sans', Helvetica, sans-serif;
  }
  .mhqp:not(.home) .fusion-person .person-author > a, .mhqp:not(.home) .fusion-person .person-author > a * {
    color: #44aa00 !important;
    font-family: 'Open Sans', Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 600;
  }
  .mhqp:not(.home) .fusion-person .person-author:hover > a, .mhqp:not(.home) .fusion-person .person-author:hover > a * {
    color: #4f474a !important;
  }
  .mhqp:not(.home) .fusion-person .person-author .person-title {
    font-size: 15px;
  }
  .mhqp:not(.home) .link-area-link-icon .content-container * {
    word-break: break-all;
  }
}
@media screen and (min-width: 1025px) {
  .mhqp:not(.home) .fusion-page-title-bar {
    padding-left: 30px;
    padding-right: 30px;
    margin: 0 auto;
  }
  .mhqp:not(.home) .fusion-page-title-bar .fusion-page-title-row {
    max-width: 1170px;
    margin: 20px auto 0 auto;
    text-align: left;
  }
  .mhqp:not(.home) .fusion-page-title-bar .fusion-page-title-row .fusion-page-title-wrapper {
    width: calc(75% - (( 4% ) * 0.75));
    margin: 0 0 0 auto;
  }
  .mhqp:not(.home) .fusion-page-title-bar .fusion-page-title-row h1 {
    text-align: left;
  }
}
@media screen and (min-width: 0px) {
  .mhqp:not(.home) #newsViewsList article.post .fusion-post-wrapper, .mhqp:not(.home) .newsViewsList article.post .fusion-post-wrapper {
    flex-direction: initial;
  }
  .mhqp:not(.home) #newsViewsList article.post .fusion-flexslider, .mhqp:not(.home) .newsViewsList article.post .fusion-flexslider {
    width: 25%;
    float: left;
    border-color: transparent;
  }
  .mhqp:not(.home) #newsViewsList article.post .fusion-flexslider ul.slides, .mhqp:not(.home) .newsViewsList article.post .fusion-flexslider ul.slides {
    padding-left: 0 !important;
  }
  .mhqp:not(.home) #newsViewsList article.post .fusion-flexslider .fusion-rollover, .mhqp:not(.home) .newsViewsList article.post .fusion-flexslider .fusion-rollover {
    background-image: none !important;
  }
  .mhqp:not(.home) #newsViewsList article.post .fusion-flexslider .fusion-rollover h4, .mhqp:not(.home) .newsViewsList article.post .fusion-flexslider .fusion-rollover h4 {
    display: none;
  }
  .mhqp:not(.home) #newsViewsList article.post .fusion-post-content, .mhqp:not(.home) .newsViewsList article.post .fusion-post-content {
    width: 74%;
    float: left;
    padding-top: 0 !important;
  }
  .mhqp:not(.home) #newsViewsList article.post .fusion-post-content h2, .mhqp:not(.home) .newsViewsList article.post .fusion-post-content h2 {
    margin-bottom: 10px;
    margin-top: -11px;
    font-weight: 700;
    line-height: 125% !important;
  }
  .mhqp:not(.home) #newsViewsList article.post .fusion-post-content h2 a, .mhqp:not(.home) .newsViewsList article.post .fusion-post-content h2 a {
    font-weight: 700;
    font-size: 18px;
    font-family: 'Open Sans', Helvetica, sans-serif;
    color: #44aa00;
    text-decoration: underline;
    line-height: 120%;
  }
  .mhqp:not(.home) #newsViewsList article.post .fusion-post-content h2 a:hover, .mhqp:not(.home) .newsViewsList article.post .fusion-post-content h2 a:hover {
    color: #4f474a;
  }
  .mhqp:not(.home) #newsViewsList article.post .fusion-post-content .fusion-post-content-container p, .mhqp:not(.home) #newsViewsList article.post .fusion-post-content .fusion-post-content-container span, .mhqp:not(.home) .newsViewsList article.post .fusion-post-content .fusion-post-content-container p, .mhqp:not(.home) .newsViewsList article.post .fusion-post-content .fusion-post-content-container span {
    font-family: 'Open Sans', Helvetica, sans-serif;
    line-height: 180% !important;
    font-size: 14px !important;
    display: inline !important;
  }
  .mhqp:not(.home) #newsViewsList article.post .fusion-post-content .fusion-post-content-container p:last-child::after, .mhqp:not(.home) #newsViewsList article.post .fusion-post-content .fusion-post-content-container span:last-child::after, .mhqp:not(.home) .newsViewsList article.post .fusion-post-content .fusion-post-content-container p:last-child::after, .mhqp:not(.home) .newsViewsList article.post .fusion-post-content .fusion-post-content-container span:last-child::after {
    content: '...';
    display: inline;
  }
  .mhqp:not(.home) #newsViewsList article.post .fusion-post-content .fusion-post-content-container img, .mhqp:not(.home) .newsViewsList article.post .fusion-post-content .fusion-post-content-container img {
    display: none;
  }
  .mhqp:not(.home) #newsViewsList article.post .fusion-post-content .fusion-post-content-container h1, .mhqp:not(.home) #newsViewsList article.post .fusion-post-content .fusion-post-content-container h2, .mhqp:not(.home) #newsViewsList article.post .fusion-post-content .fusion-post-content-container h3, .mhqp:not(.home) #newsViewsList article.post .fusion-post-content .fusion-post-content-container h4, .mhqp:not(.home) #newsViewsList article.post .fusion-post-content .fusion-post-content-container h5, .mhqp:not(.home) #newsViewsList article.post .fusion-post-content .fusion-post-content-container h6, .mhqp:not(.home) #newsViewsList article.post .fusion-post-content .fusion-post-content-container ul, .mhqp:not(.home) #newsViewsList article.post .fusion-post-content .fusion-post-content-container li, .mhqp:not(.home) .newsViewsList article.post .fusion-post-content .fusion-post-content-container h1, .mhqp:not(.home) .newsViewsList article.post .fusion-post-content .fusion-post-content-container h2, .mhqp:not(.home) .newsViewsList article.post .fusion-post-content .fusion-post-content-container h3, .mhqp:not(.home) .newsViewsList article.post .fusion-post-content .fusion-post-content-container h4, .mhqp:not(.home) .newsViewsList article.post .fusion-post-content .fusion-post-content-container h5, .mhqp:not(.home) .newsViewsList article.post .fusion-post-content .fusion-post-content-container h6, .mhqp:not(.home) .newsViewsList article.post .fusion-post-content .fusion-post-content-container ul, .mhqp:not(.home) .newsViewsList article.post .fusion-post-content .fusion-post-content-container li {
    font-family: 'Open Sans', Helvetica, sans-serif;
    line-height: 180% !important;
    font-size: 14px !important;
  }
  .mhqp:not(.home) #newsViewsList article.post .fusion-post-content .fusion-post-content-container h1, .mhqp:not(.home) #newsViewsList article.post .fusion-post-content .fusion-post-content-container h2, .mhqp:not(.home) #newsViewsList article.post .fusion-post-content .fusion-post-content-container h3, .mhqp:not(.home) #newsViewsList article.post .fusion-post-content .fusion-post-content-container h4, .mhqp:not(.home) #newsViewsList article.post .fusion-post-content .fusion-post-content-container h5, .mhqp:not(.home) #newsViewsList article.post .fusion-post-content .fusion-post-content-container h6, .mhqp:not(.home) .newsViewsList article.post .fusion-post-content .fusion-post-content-container h1, .mhqp:not(.home) .newsViewsList article.post .fusion-post-content .fusion-post-content-container h2, .mhqp:not(.home) .newsViewsList article.post .fusion-post-content .fusion-post-content-container h3, .mhqp:not(.home) .newsViewsList article.post .fusion-post-content .fusion-post-content-container h4, .mhqp:not(.home) .newsViewsList article.post .fusion-post-content .fusion-post-content-container h5, .mhqp:not(.home) .newsViewsList article.post .fusion-post-content .fusion-post-content-container h6 {
    display: inline !important;
  }
  .mhqp:not(.home) #newsViewsList article.post .fusion-meta-info, .mhqp:not(.home) .newsViewsList article.post .fusion-meta-info {
    border: none;
    margin-top: 0;
    padding: 0;
    font-weight: 600;
    font-size: 15px;
  }
  .mhqp:not(.home) #newsViewsList article.post .fusion-meta-info a, .mhqp:not(.home) .newsViewsList article.post .fusion-meta-info a {
    color: #000;
    font-weight: 600;
    font-size: 15px;
  }
  .mhqp:not(.home) #newsViewsList article.post .fusion-meta-info a:after, .mhqp:not(.home) .newsViewsList article.post .fusion-meta-info a:after {
    color: #000;
  }
}
@media screen and (min-width: 0px) {
  .mhqp:not(.home) #newsViewsCategories.fusion-content-widget-area h4 {
    margin-bottom: 20px;
  }
  .mhqp:not(.home) #newsViewsCategories.fusion-content-widget-area ul {
    padding-left: 0 !important;
  }
  .mhqp:not(.home) #newsViewsCategories.fusion-content-widget-area .widget li {
    border-color: #a7a5a6;
    line-height: inherit;
    padding: 6px 10px 6px 12px;
    margin-bottom: 0;
  }
  .mhqp:not(.home) #newsViewsCategories.fusion-content-widget-area .widget li a {
    color: #44aa00;
    text-decoration: underline;
    font-size: 12px;
    line-height: 19px;
    padding-top: 3px;
    padding-bottom: 3px;
    display: block;
  }
  .mhqp:not(.home) #newsViewsCategories.fusion-content-widget-area .widget li a:before {
    color: #a7a5a6;
    text-decoration: none !important;
  }
  .mhqp:not(.home) #newsViewsCategories.fusion-content-widget-area .widget li a:hover {
    color: #4f474a;
  }
}
@media screen and (min-width: 0px) {
  .mhqp:not(.home) #leftColSignup {
    padding: 40px 20px;
    background-color: transparent;
    background-size: cover;
    background-repeat: no-repeat;
    border: 1px solid #4f474a;
    margin-bottom: 40px;
  }
  .mhqp:not(.home) #leftColSignup h4 {
    color: #003380;
    font-size: 22px;
    line-height: 150%;
    text-align: center;
    font-weight: 700;
    margin-bottom: 15px;
  }
  .mhqp:not(.home) #leftColSignup p {
    font-size: 12px;
    color: #4f474a;
    text-align: center;
    line-height: 125%;
  }
  .mhqp:not(.home) #leftColSignup a {
    background-color: #44aa00;
    padding: 30px 0;
    box-sizing: border-box;
    color: #fff !important;
    text-decoration: none !important;
    text-align: center;
    font-size: 26px;
    width: 80%;
    margin: 15px auto 0;
    display: block;
    text-transform: uppercase;
  }
}
@media screen and (min-width: 0px) {
  .mhqp:not(.home) #aboutTimeline, .mhqp:not(.home) .mhqpAboutTimelineFiltered {
    background-color: #b3c8db;
    padding-top: 30px;
    opacity: 0;
    position: relative;
    -webkit-transition: opacity 0.8s ease;
    -moz-transition: opacity 0.8s ease;
    -o-transition: opacity 0.8s ease;
    -ms-transition: opacity 0.8s ease;
    transition: opacity 0.8s ease;
  }
  .mhqp:not(.home) #aboutTimeline.show, .mhqp:not(.home) .mhqpAboutTimelineFiltered.show {
    opacity: 1;
  }
  .mhqp:not(.home) #aboutTimeline:before, .mhqp:not(.home) .mhqpAboutTimelineFiltered:before {
    position: absolute;
    content: '';
    display: block;
    left: 0;
    top: 5px;
    background-color: #fff;
    width: 100%;
    height: 1px;
  }
  .mhqp:not(.home) #aboutTimeline .fusion-timeline-icon .fusion-icon-bubbles, .mhqp:not(.home) .mhqpAboutTimelineFiltered .fusion-timeline-icon .fusion-icon-bubbles {
    font-family: 'mhqp' !important;
  }
  .mhqp:not(.home) #aboutTimeline .fusion-timeline-icon .fusion-icon-bubbles:before, .mhqp:not(.home) .mhqpAboutTimelineFiltered .fusion-timeline-icon .fusion-icon-bubbles:before {
    content: '';
  }
  .mhqp:not(.home) #aboutTimeline .fusion-blog-layout-timeline .fusion-post-content-wrapper, .mhqp:not(.home) .mhqpAboutTimelineFiltered .fusion-blog-layout-timeline .fusion-post-content-wrapper {
    background: #fff;
  }
  .mhqp:not(.home) #aboutTimeline .fusion-image-wrapper, .mhqp:not(.home) #aboutTimeline .fusion-content-sep, .mhqp:not(.home) #aboutTimeline .fusion-post-content-container, .mhqp:not(.home) .mhqpAboutTimelineFiltered .fusion-image-wrapper, .mhqp:not(.home) .mhqpAboutTimelineFiltered .fusion-content-sep, .mhqp:not(.home) .mhqpAboutTimelineFiltered .fusion-post-content-container {
    display: none;
  }
  .mhqp:not(.home) #aboutTimeline a.eventOnly, .mhqp:not(.home) .mhqpAboutTimelineFiltered a.eventOnly {
    cursor: auto;
  }
  .mhqp:not(.home) #aboutTimeline h2, .mhqp:not(.home) #aboutTimeline a, .mhqp:not(.home) .mhqpAboutTimelineFiltered h2, .mhqp:not(.home) .mhqpAboutTimelineFiltered a {
    font-size: 14px !important;
    line-height: 17px !important;
    font-family: 'Open Sans', Helvetica, sans-serif !important;
  }
  .mhqp:not(.home) #aboutTimeline h2:hover, .mhqp:not(.home) #aboutTimeline a:hover, .mhqp:not(.home) .mhqpAboutTimelineFiltered h2:hover, .mhqp:not(.home) .mhqpAboutTimelineFiltered a:hover {
    color: #4f474a;
  }
}
@media screen and (min-width: 0px) {
  .mhqp:not(.home) .fusion-widget-area h4 {
    margin-bottom: 20px;
  }
  .mhqp:not(.home) .fusion-widget-area .widget_categories li {
    position: relative;
  }
  .mhqp:not(.home) .fusion-widget-area .widget_categories li:after {
    position: absolute;
    top: 5%;
    right: 0;
    display: block;
    content: '';
    height: 90%;
    width: 10px;
  }
  .mhqp:not(.home) .categoryPageHeadline {
    min-height: 150px;
  }
  .mhqp:not(.home) .categoryPageHeadline .goBack {
    margin-top: -30px;
    margin-bottom: 30px;
  }
  .mhqp:not(.home) .categoryPageHeadline .goBack a {
    color: #44aa00;
    text-decoration: underline;
  }
  .mhqp:not(.home) .categoryPageHeadline .goBack a:hover {
    color: #4f474a !important;
  }
}
@media screen and (min-width: 1025px) {
  .mhqp.category:not(.home) .fusion-page-title-bar {
    height: auto;
  }
}
@media screen and (min-width: 0px) {
  .mhqp.single-post:not(.home) .title + .post_date_range {
    margin: -30px auto 30px;
  }
  .mhqp.single-post:not(.home) .post_date_range h2 {
    font-size: 26px !important;
  }
  .mhqp.single-post:not(.home) .post-content {
    margin-top: -110px;
  }
  .mhqp.single-post:not(.home) .post-content .fusion-text h2, .mhqp.single-post:not(.home) .post-content .fusion-text h3, .mhqp.single-post:not(.home) .post-content .fusion-text h4 {
    margin-bottom: 20px;
  }
  .mhqp.single-post:not(.home) .post-content .fusion-text ul {
    padding-left: 30px;
    line-height: 180%;
  }
  .mhqp.single-post:not(.home) .post-content .fusion-text ul li {
    line-height: 180%;
  }
  .mhqp.single-post:not(.home) .share-box a {
    text-decoration: none !important;
  }
}
@media screen and (min-width: 1025px) {
  .mhqp.single-post:not(.home) .title + .post_date_range {
    margin: 0 auto 50px;
  }
}
@media screen and (min-width: 0px) {
  .mhqp.search-results:not(.home) #main > .fusion-row, .mhqp.search-no-results:not(.home) #main > .fusion-row {
    padding-top: 50px;
  }
  .mhqp.search-results:not(.home) #main h2 a, .mhqp.search-no-results:not(.home) #main h2 a {
    color: #44aa00;
    text-decoration: underline;
  }
  .mhqp.search-results:not(.home) #main h2 a:hover, .mhqp.search-no-results:not(.home) #main h2 a:hover {
    color: #4f474a;
  }
  .mhqp.search-results:not(.home) #main .fusion-posts-container, .mhqp.search-no-results:not(.home) #main .fusion-posts-container {
    position: relative;
    padding-top: 0;
    visibility: hidden;
  }
  .mhqp.search-results:not(.home) #main .fusion-posts-container:before, .mhqp.search-no-results:not(.home) #main .fusion-posts-container:before {
    content: '';
    display: none;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    color: #000;
    font-size: 22px;
    font-weight: 600;
    font-family: 'Open Sans', Helvetica, sans-serif;
  }
}
@media screen and (min-width: 1025px) {
  .mhqp.search-results:not(.home) #main > .fusion-row, .mhqp.search-no-results:not(.home) #main > .fusion-row {
    padding-top: 0;
  }
  .mhqp.search-results:not(.home) #main .fusion-posts-container, .mhqp.search-no-results:not(.home) #main .fusion-posts-container {
    padding-top: 0;
  }
  .mhqp.search-results:not(.home) #main .fusion-posts-container:before, .mhqp.search-no-results:not(.home) #main .fusion-posts-container:before {
    top: -90px;
    right: auto;
    margin: 0;
    width: 100%;
    text-align: left;
    padding-left: 20px;
  }
  .mhqp.search-results:not(.home) #main #content, .mhqp.search-no-results:not(.home) #main #content {
    float: right !important;
  }
  .mhqp.search-results:not(.home) #main #sidebar, .mhqp.search-no-results:not(.home) #main #sidebar {
    float: left !important;
  }
}
@media screen and (min-width: 0px) {
  .mhqp.search-results:not(.home) .fusion-page-title-bar, .mhqp.search-no-results:not(.home) .fusion-page-title-bar {
    min-height: 150px;
  }
  .mhqp.search-results:not(.home) #main .widget_categories h4, .mhqp.search-no-results:not(.home) #main .widget_categories h4 {
    font-size: 16px;
    line-height: 170%;
    font-family: 'Open Sans', Helvetica, sans-serif;
    margin-bottom: 20px;
    font-weight: 400;
  }
  .mhqp.search-results:not(.home) #main .widget_categories ul, .mhqp.search-no-results:not(.home) #main .widget_categories ul {
    padding-left: 0 !important;
  }
  .mhqp.search-results:not(.home) #main .widget_categories ul li, .mhqp.search-no-results:not(.home) #main .widget_categories ul li {
    padding: 10px 10px 10px 12px;
    border-bottom: 1px solid #4f474a;
  }
  .mhqp.search-results:not(.home) #main .widget_categories ul li a, .mhqp.search-no-results:not(.home) #main .widget_categories ul li a {
    font-size: 12px;
    padding-top: 3px;
    padding-bottom: 3px;
    line-height: 19px;
    color: #44aa00;
    text-decoration: underline;
  }
  .mhqp.search-results:not(.home) #main .widget_categories ul li a:hover, .mhqp.search-no-results:not(.home) #main .widget_categories ul li a:hover {
    color: #4f474a;
  }
  .mhqp.search-results:not(.home) #main .widget_categories ul li a:before, .mhqp.search-no-results:not(.home) #main .widget_categories ul li a:before {
    color: #a7a5a6;
    position: absolute;
    font-family: icomoon;
    content: '';
    margin-left: -12px;
    display: block;
    text-decoration: none !important;
  }
  .mhqp.search-results:not(.home) #main .error-page .fusion-columns, .mhqp.search-no-results:not(.home) #main .error-page .fusion-columns {
    display: none;
  }
}
@media screen and (min-width: 0px) {
  .mhqp.guidelines-action-plans:not(.home) #main h2, .mhqp.guidelines-action-plans:not(.home) #main h3 {
    margin-top: 30px;
    color: #003380;
  }
  .mhqp.guidelines-action-plans:not(.home) #main h4 {
    font-size: 18px;
  }
  .mhqp.guidelines-action-plans:not(.home) #main ul {
    padding-left: 30px;
  }
  .mhqp.guidelines-action-plans:not(.home) #main .accordian .fa-fusion-box {
    background-color: #44aa00;
  }
}
@media screen and (min-width: 0px) {
  .mhqp.archive.category:not(.home) #main .fusion-posts-container {
    visibility: hidden;
  }
  .mhqp.archive.category:not(.home) #main .fusion-posts-container article.post .flexslider {
    display: none;
  }
  .mhqp.archive.category:not(.home) #main .fusion-posts-container article.post h2 a {
    color: #44aa00;
    text-decoration: underline;
  }
  .mhqp.archive.category:not(.home) #main .fusion-posts-container article.post h2 a:hover {
    color: #4f474a;
  }
  .mhqp.archive.category:not(.home) #main .fusion-posts-container article.post .fusion-post-content .fusion-post-content-container p:last-child::after, .mhqp.archive.category:not(.home) #main .fusion-posts-container article.post .fusion-post-content .fusion-post-content-container span:last-child::after {
    content: '...';
    display: inline;
  }
}
@media screen and (min-width: 0px) {
  .mhqp:not(.home) #signUpForEmailsInside {
    border: 1px solid #4f474a;
    padding: 40px 20px;
    margin-top: 35px;
  }
  .mhqp:not(.home) #signUpForEmailsInside input[type=text], .mhqp:not(.home) #signUpForEmailsInside input[type=email] {
    border: 1px solid #4f474a;
  }
  .mhqp:not(.home) #signUpForEmailsInside input[type=submit] {
    background-color: #44aa00;
    padding: 20px 0;
    box-sizing: border-box;
    color: #fff !important;
    text-decoration: none !important;
    text-align: center;
    font-size: 26px;
    width: 60%;
    margin: 15px auto 0;
    display: block;
    text-transform: uppercase;
  }
}
