/**
 * /css/print.less
 * 
 * Strip non-essential elements for cleaner print.
 *
 */
body {
  padding: 0 !important;
  /*********************************/
  /*** Simplify Basic Typography ***/
  /*********************************/
  overflow: visible !important;
  color: #000000;
  background: #ffffff;
  /***********************************/
  /*** Hide Non-Essential Sections ***/
  /***********************************/
  /***********************************/
  /*** Simplify Remaining Sections ***/
  /***********************************/
}
body a {
  color: #0198E1;
}
body .no-print {
  display: none !important;
}
body p {
  font-size: 16px !important;
}
body .header-wrapper,
body .nav-wrapper,
body .hero-wrapper,
body .news-posts-single .news-post-social,
body .news-posts-single #cms_page_comment_form,
body .author,
body .gradient-background,
body .logo-background,
body .cart-info,
body .search-wrapper,
body .map-background,
body .logos-wrapper,
body .footer-nav-wrapper {
  display: none;
}
body .print-header,
body .print-footer {
  position: fixed;
  left: 0;
  right: 0;
  display: block;
  height: 100px;
  background: white;
  z-index: 10000;
}
body .print-header {
  top: 0;
  border-bottom: 2px solid grey;
}
body .print-footer {
  bottom: 0;
  border-top: 2px solid grey;
}
body .course-photo {
  height: 350px;
  width: 100%;
  margin-top: 20px;
}
body .header-background {
  background: transparent !important;
}
body .page-region {
  padding-top: 10px !important;
  overflow: visible !important;
  position: relative !important;
  padding: 100px 0 !important;
}
body h1,
body h2 {
  font-size: 30px !important;
  margin: 20px 0 !important;
  line-height: 34px;
}
body h3 {
  font-size: 20px !important;
  margin: 15px 0 !important;
}
body h4 {
  font-size: 17px !important;
  margin: 10px 0 !important;
}
body .author-wrapper {
  width: 100% !important;
}
body .author-wrapper .author-block {
  margin: 0 !important;
  width: 100% !important;
}
body .author-wrapper .author-block .author-cell {
  margin: 0 !important;
  width: 100% !important;
  font-size: 10px !important;
  text-align: left;
}
body .author-wrapper .author-block .author-cell p {
  font-size: 10px !important;
}
body #hero-panels {
  display: none !important;
}
body .side-by-side .cta-block {
  display: block !important;
}
body .side-by-side .columns-one-half {
  padding: 0 !important;
  width: 100%;
  display: block;
}
body .side-by-side .columns-one-half:first-of-type {
  display: none !important;
}
body .course-preview {
  padding: 30px 60px 30px 0 !important;
  height: auto !important;
  min-height: 0 !important;
}
body .course-preview .media-thumbnail {
  display: none !important;
}
body .course-preview .course-preview-inner {
  padding: 0 !important;
  height: auto !important;
  min-height: 0 !important;
}
body .course-preview .course-preview-title {
  height: auto !important;
}
body .block-alt {
  display: block !important;
}
body .breadcrumb-print-links {
  display: none;
}
body .course-title {
  margin-bottom: 20px !important;
  padding-bottom: 30px !important;
}
body .taipan-contentpanel-panel {
  background: transparent !important;
}
body .course-details {
  width: 100% !important;
  padding: 0 !important;
  color: black !important;
  margin-top: 30px;
  background: transparent !important;
}
body .enroll-now .button {
  display: none;
}
body .header-wrapper .header-constrain,
body .header-wrapper .content-constrain,
body .header-wrapper .panel-constrain,
body .header-wrapper .footer-constrain,
body .content-wrapper .header-constrain,
body .content-wrapper .content-constrain,
body .content-wrapper .panel-constrain,
body .content-wrapper .footer-constrain,
body .footer-wrapper .header-constrain,
body .footer-wrapper .content-constrain,
body .footer-wrapper .panel-constrain,
body .footer-wrapper .footer-constrain {
  width: 99%;
  padding: 0 !important;
}
body .header-wrapper .header-constrain .header-block,
body .header-wrapper .header-constrain .content-block,
body .header-wrapper .header-constrain .panel-block,
body .header-wrapper .header-constrain .footer-block,
body .header-wrapper .content-constrain .header-block,
body .header-wrapper .content-constrain .content-block,
body .header-wrapper .content-constrain .panel-block,
body .header-wrapper .content-constrain .footer-block,
body .header-wrapper .panel-constrain .header-block,
body .header-wrapper .panel-constrain .content-block,
body .header-wrapper .panel-constrain .panel-block,
body .header-wrapper .panel-constrain .footer-block,
body .header-wrapper .footer-constrain .header-block,
body .header-wrapper .footer-constrain .content-block,
body .header-wrapper .footer-constrain .panel-block,
body .header-wrapper .footer-constrain .footer-block,
body .content-wrapper .header-constrain .header-block,
body .content-wrapper .header-constrain .content-block,
body .content-wrapper .header-constrain .panel-block,
body .content-wrapper .header-constrain .footer-block,
body .content-wrapper .content-constrain .header-block,
body .content-wrapper .content-constrain .content-block,
body .content-wrapper .content-constrain .panel-block,
body .content-wrapper .content-constrain .footer-block,
body .content-wrapper .panel-constrain .header-block,
body .content-wrapper .panel-constrain .content-block,
body .content-wrapper .panel-constrain .panel-block,
body .content-wrapper .panel-constrain .footer-block,
body .content-wrapper .footer-constrain .header-block,
body .content-wrapper .footer-constrain .content-block,
body .content-wrapper .footer-constrain .panel-block,
body .content-wrapper .footer-constrain .footer-block,
body .footer-wrapper .header-constrain .header-block,
body .footer-wrapper .header-constrain .content-block,
body .footer-wrapper .header-constrain .panel-block,
body .footer-wrapper .header-constrain .footer-block,
body .footer-wrapper .content-constrain .header-block,
body .footer-wrapper .content-constrain .content-block,
body .footer-wrapper .content-constrain .panel-block,
body .footer-wrapper .content-constrain .footer-block,
body .footer-wrapper .panel-constrain .header-block,
body .footer-wrapper .panel-constrain .content-block,
body .footer-wrapper .panel-constrain .panel-block,
body .footer-wrapper .panel-constrain .footer-block,
body .footer-wrapper .footer-constrain .header-block,
body .footer-wrapper .footer-constrain .content-block,
body .footer-wrapper .footer-constrain .panel-block,
body .footer-wrapper .footer-constrain .footer-block {
  padding: 10px 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
body .header-wrapper .header-constrain .header-block .header-cell > *:first-of-type,
body .header-wrapper .header-constrain .header-block .content-cell > *:first-of-type,
body .header-wrapper .header-constrain .header-block .panel-cell > *:first-of-type,
body .header-wrapper .header-constrain .header-block .logos-cell > *:first-of-type,
body .header-wrapper .header-constrain .content-block .header-cell > *:first-of-type,
body .header-wrapper .header-constrain .content-block .content-cell > *:first-of-type,
body .header-wrapper .header-constrain .content-block .panel-cell > *:first-of-type,
body .header-wrapper .header-constrain .content-block .logos-cell > *:first-of-type,
body .header-wrapper .header-constrain .panel-block .header-cell > *:first-of-type,
body .header-wrapper .header-constrain .panel-block .content-cell > *:first-of-type,
body .header-wrapper .header-constrain .panel-block .panel-cell > *:first-of-type,
body .header-wrapper .header-constrain .panel-block .logos-cell > *:first-of-type,
body .header-wrapper .header-constrain .footer-block .header-cell > *:first-of-type,
body .header-wrapper .header-constrain .footer-block .content-cell > *:first-of-type,
body .header-wrapper .header-constrain .footer-block .panel-cell > *:first-of-type,
body .header-wrapper .header-constrain .footer-block .logos-cell > *:first-of-type,
body .header-wrapper .content-constrain .header-block .header-cell > *:first-of-type,
body .header-wrapper .content-constrain .header-block .content-cell > *:first-of-type,
body .header-wrapper .content-constrain .header-block .panel-cell > *:first-of-type,
body .header-wrapper .content-constrain .header-block .logos-cell > *:first-of-type,
body .header-wrapper .content-constrain .content-block .header-cell > *:first-of-type,
body .header-wrapper .content-constrain .content-block .content-cell > *:first-of-type,
body .header-wrapper .content-constrain .content-block .panel-cell > *:first-of-type,
body .header-wrapper .content-constrain .content-block .logos-cell > *:first-of-type,
body .header-wrapper .content-constrain .panel-block .header-cell > *:first-of-type,
body .header-wrapper .content-constrain .panel-block .content-cell > *:first-of-type,
body .header-wrapper .content-constrain .panel-block .panel-cell > *:first-of-type,
body .header-wrapper .content-constrain .panel-block .logos-cell > *:first-of-type,
body .header-wrapper .content-constrain .footer-block .header-cell > *:first-of-type,
body .header-wrapper .content-constrain .footer-block .content-cell > *:first-of-type,
body .header-wrapper .content-constrain .footer-block .panel-cell > *:first-of-type,
body .header-wrapper .content-constrain .footer-block .logos-cell > *:first-of-type,
body .header-wrapper .panel-constrain .header-block .header-cell > *:first-of-type,
body .header-wrapper .panel-constrain .header-block .content-cell > *:first-of-type,
body .header-wrapper .panel-constrain .header-block .panel-cell > *:first-of-type,
body .header-wrapper .panel-constrain .header-block .logos-cell > *:first-of-type,
body .header-wrapper .panel-constrain .content-block .header-cell > *:first-of-type,
body .header-wrapper .panel-constrain .content-block .content-cell > *:first-of-type,
body .header-wrapper .panel-constrain .content-block .panel-cell > *:first-of-type,
body .header-wrapper .panel-constrain .content-block .logos-cell > *:first-of-type,
body .header-wrapper .panel-constrain .panel-block .header-cell > *:first-of-type,
body .header-wrapper .panel-constrain .panel-block .content-cell > *:first-of-type,
body .header-wrapper .panel-constrain .panel-block .panel-cell > *:first-of-type,
body .header-wrapper .panel-constrain .panel-block .logos-cell > *:first-of-type,
body .header-wrapper .panel-constrain .footer-block .header-cell > *:first-of-type,
body .header-wrapper .panel-constrain .footer-block .content-cell > *:first-of-type,
body .header-wrapper .panel-constrain .footer-block .panel-cell > *:first-of-type,
body .header-wrapper .panel-constrain .footer-block .logos-cell > *:first-of-type,
body .header-wrapper .footer-constrain .header-block .header-cell > *:first-of-type,
body .header-wrapper .footer-constrain .header-block .content-cell > *:first-of-type,
body .header-wrapper .footer-constrain .header-block .panel-cell > *:first-of-type,
body .header-wrapper .footer-constrain .header-block .logos-cell > *:first-of-type,
body .header-wrapper .footer-constrain .content-block .header-cell > *:first-of-type,
body .header-wrapper .footer-constrain .content-block .content-cell > *:first-of-type,
body .header-wrapper .footer-constrain .content-block .panel-cell > *:first-of-type,
body .header-wrapper .footer-constrain .content-block .logos-cell > *:first-of-type,
body .header-wrapper .footer-constrain .panel-block .header-cell > *:first-of-type,
body .header-wrapper .footer-constrain .panel-block .content-cell > *:first-of-type,
body .header-wrapper .footer-constrain .panel-block .panel-cell > *:first-of-type,
body .header-wrapper .footer-constrain .panel-block .logos-cell > *:first-of-type,
body .header-wrapper .footer-constrain .footer-block .header-cell > *:first-of-type,
body .header-wrapper .footer-constrain .footer-block .content-cell > *:first-of-type,
body .header-wrapper .footer-constrain .footer-block .panel-cell > *:first-of-type,
body .header-wrapper .footer-constrain .footer-block .logos-cell > *:first-of-type,
body .content-wrapper .header-constrain .header-block .header-cell > *:first-of-type,
body .content-wrapper .header-constrain .header-block .content-cell > *:first-of-type,
body .content-wrapper .header-constrain .header-block .panel-cell > *:first-of-type,
body .content-wrapper .header-constrain .header-block .logos-cell > *:first-of-type,
body .content-wrapper .header-constrain .content-block .header-cell > *:first-of-type,
body .content-wrapper .header-constrain .content-block .content-cell > *:first-of-type,
body .content-wrapper .header-constrain .content-block .panel-cell > *:first-of-type,
body .content-wrapper .header-constrain .content-block .logos-cell > *:first-of-type,
body .content-wrapper .header-constrain .panel-block .header-cell > *:first-of-type,
body .content-wrapper .header-constrain .panel-block .content-cell > *:first-of-type,
body .content-wrapper .header-constrain .panel-block .panel-cell > *:first-of-type,
body .content-wrapper .header-constrain .panel-block .logos-cell > *:first-of-type,
body .content-wrapper .header-constrain .footer-block .header-cell > *:first-of-type,
body .content-wrapper .header-constrain .footer-block .content-cell > *:first-of-type,
body .content-wrapper .header-constrain .footer-block .panel-cell > *:first-of-type,
body .content-wrapper .header-constrain .footer-block .logos-cell > *:first-of-type,
body .content-wrapper .content-constrain .header-block .header-cell > *:first-of-type,
body .content-wrapper .content-constrain .header-block .content-cell > *:first-of-type,
body .content-wrapper .content-constrain .header-block .panel-cell > *:first-of-type,
body .content-wrapper .content-constrain .header-block .logos-cell > *:first-of-type,
body .content-wrapper .content-constrain .content-block .header-cell > *:first-of-type,
body .content-wrapper .content-constrain .content-block .content-cell > *:first-of-type,
body .content-wrapper .content-constrain .content-block .panel-cell > *:first-of-type,
body .content-wrapper .content-constrain .content-block .logos-cell > *:first-of-type,
body .content-wrapper .content-constrain .panel-block .header-cell > *:first-of-type,
body .content-wrapper .content-constrain .panel-block .content-cell > *:first-of-type,
body .content-wrapper .content-constrain .panel-block .panel-cell > *:first-of-type,
body .content-wrapper .content-constrain .panel-block .logos-cell > *:first-of-type,
body .content-wrapper .content-constrain .footer-block .header-cell > *:first-of-type,
body .content-wrapper .content-constrain .footer-block .content-cell > *:first-of-type,
body .content-wrapper .content-constrain .footer-block .panel-cell > *:first-of-type,
body .content-wrapper .content-constrain .footer-block .logos-cell > *:first-of-type,
body .content-wrapper .panel-constrain .header-block .header-cell > *:first-of-type,
body .content-wrapper .panel-constrain .header-block .content-cell > *:first-of-type,
body .content-wrapper .panel-constrain .header-block .panel-cell > *:first-of-type,
body .content-wrapper .panel-constrain .header-block .logos-cell > *:first-of-type,
body .content-wrapper .panel-constrain .content-block .header-cell > *:first-of-type,
body .content-wrapper .panel-constrain .content-block .content-cell > *:first-of-type,
body .content-wrapper .panel-constrain .content-block .panel-cell > *:first-of-type,
body .content-wrapper .panel-constrain .content-block .logos-cell > *:first-of-type,
body .content-wrapper .panel-constrain .panel-block .header-cell > *:first-of-type,
body .content-wrapper .panel-constrain .panel-block .content-cell > *:first-of-type,
body .content-wrapper .panel-constrain .panel-block .panel-cell > *:first-of-type,
body .content-wrapper .panel-constrain .panel-block .logos-cell > *:first-of-type,
body .content-wrapper .panel-constrain .footer-block .header-cell > *:first-of-type,
body .content-wrapper .panel-constrain .footer-block .content-cell > *:first-of-type,
body .content-wrapper .panel-constrain .footer-block .panel-cell > *:first-of-type,
body .content-wrapper .panel-constrain .footer-block .logos-cell > *:first-of-type,
body .content-wrapper .footer-constrain .header-block .header-cell > *:first-of-type,
body .content-wrapper .footer-constrain .header-block .content-cell > *:first-of-type,
body .content-wrapper .footer-constrain .header-block .panel-cell > *:first-of-type,
body .content-wrapper .footer-constrain .header-block .logos-cell > *:first-of-type,
body .content-wrapper .footer-constrain .content-block .header-cell > *:first-of-type,
body .content-wrapper .footer-constrain .content-block .content-cell > *:first-of-type,
body .content-wrapper .footer-constrain .content-block .panel-cell > *:first-of-type,
body .content-wrapper .footer-constrain .content-block .logos-cell > *:first-of-type,
body .content-wrapper .footer-constrain .panel-block .header-cell > *:first-of-type,
body .content-wrapper .footer-constrain .panel-block .content-cell > *:first-of-type,
body .content-wrapper .footer-constrain .panel-block .panel-cell > *:first-of-type,
body .content-wrapper .footer-constrain .panel-block .logos-cell > *:first-of-type,
body .content-wrapper .footer-constrain .footer-block .header-cell > *:first-of-type,
body .content-wrapper .footer-constrain .footer-block .content-cell > *:first-of-type,
body .content-wrapper .footer-constrain .footer-block .panel-cell > *:first-of-type,
body .content-wrapper .footer-constrain .footer-block .logos-cell > *:first-of-type,
body .footer-wrapper .header-constrain .header-block .header-cell > *:first-of-type,
body .footer-wrapper .header-constrain .header-block .content-cell > *:first-of-type,
body .footer-wrapper .header-constrain .header-block .panel-cell > *:first-of-type,
body .footer-wrapper .header-constrain .header-block .logos-cell > *:first-of-type,
body .footer-wrapper .header-constrain .content-block .header-cell > *:first-of-type,
body .footer-wrapper .header-constrain .content-block .content-cell > *:first-of-type,
body .footer-wrapper .header-constrain .content-block .panel-cell > *:first-of-type,
body .footer-wrapper .header-constrain .content-block .logos-cell > *:first-of-type,
body .footer-wrapper .header-constrain .panel-block .header-cell > *:first-of-type,
body .footer-wrapper .header-constrain .panel-block .content-cell > *:first-of-type,
body .footer-wrapper .header-constrain .panel-block .panel-cell > *:first-of-type,
body .footer-wrapper .header-constrain .panel-block .logos-cell > *:first-of-type,
body .footer-wrapper .header-constrain .footer-block .header-cell > *:first-of-type,
body .footer-wrapper .header-constrain .footer-block .content-cell > *:first-of-type,
body .footer-wrapper .header-constrain .footer-block .panel-cell > *:first-of-type,
body .footer-wrapper .header-constrain .footer-block .logos-cell > *:first-of-type,
body .footer-wrapper .content-constrain .header-block .header-cell > *:first-of-type,
body .footer-wrapper .content-constrain .header-block .content-cell > *:first-of-type,
body .footer-wrapper .content-constrain .header-block .panel-cell > *:first-of-type,
body .footer-wrapper .content-constrain .header-block .logos-cell > *:first-of-type,
body .footer-wrapper .content-constrain .content-block .header-cell > *:first-of-type,
body .footer-wrapper .content-constrain .content-block .content-cell > *:first-of-type,
body .footer-wrapper .content-constrain .content-block .panel-cell > *:first-of-type,
body .footer-wrapper .content-constrain .content-block .logos-cell > *:first-of-type,
body .footer-wrapper .content-constrain .panel-block .header-cell > *:first-of-type,
body .footer-wrapper .content-constrain .panel-block .content-cell > *:first-of-type,
body .footer-wrapper .content-constrain .panel-block .panel-cell > *:first-of-type,
body .footer-wrapper .content-constrain .panel-block .logos-cell > *:first-of-type,
body .footer-wrapper .content-constrain .footer-block .header-cell > *:first-of-type,
body .footer-wrapper .content-constrain .footer-block .content-cell > *:first-of-type,
body .footer-wrapper .content-constrain .footer-block .panel-cell > *:first-of-type,
body .footer-wrapper .content-constrain .footer-block .logos-cell > *:first-of-type,
body .footer-wrapper .panel-constrain .header-block .header-cell > *:first-of-type,
body .footer-wrapper .panel-constrain .header-block .content-cell > *:first-of-type,
body .footer-wrapper .panel-constrain .header-block .panel-cell > *:first-of-type,
body .footer-wrapper .panel-constrain .header-block .logos-cell > *:first-of-type,
body .footer-wrapper .panel-constrain .content-block .header-cell > *:first-of-type,
body .footer-wrapper .panel-constrain .content-block .content-cell > *:first-of-type,
body .footer-wrapper .panel-constrain .content-block .panel-cell > *:first-of-type,
body .footer-wrapper .panel-constrain .content-block .logos-cell > *:first-of-type,
body .footer-wrapper .panel-constrain .panel-block .header-cell > *:first-of-type,
body .footer-wrapper .panel-constrain .panel-block .content-cell > *:first-of-type,
body .footer-wrapper .panel-constrain .panel-block .panel-cell > *:first-of-type,
body .footer-wrapper .panel-constrain .panel-block .logos-cell > *:first-of-type,
body .footer-wrapper .panel-constrain .footer-block .header-cell > *:first-of-type,
body .footer-wrapper .panel-constrain .footer-block .content-cell > *:first-of-type,
body .footer-wrapper .panel-constrain .footer-block .panel-cell > *:first-of-type,
body .footer-wrapper .panel-constrain .footer-block .logos-cell > *:first-of-type,
body .footer-wrapper .footer-constrain .header-block .header-cell > *:first-of-type,
body .footer-wrapper .footer-constrain .header-block .content-cell > *:first-of-type,
body .footer-wrapper .footer-constrain .header-block .panel-cell > *:first-of-type,
body .footer-wrapper .footer-constrain .header-block .logos-cell > *:first-of-type,
body .footer-wrapper .footer-constrain .content-block .header-cell > *:first-of-type,
body .footer-wrapper .footer-constrain .content-block .content-cell > *:first-of-type,
body .footer-wrapper .footer-constrain .content-block .panel-cell > *:first-of-type,
body .footer-wrapper .footer-constrain .content-block .logos-cell > *:first-of-type,
body .footer-wrapper .footer-constrain .panel-block .header-cell > *:first-of-type,
body .footer-wrapper .footer-constrain .panel-block .content-cell > *:first-of-type,
body .footer-wrapper .footer-constrain .panel-block .panel-cell > *:first-of-type,
body .footer-wrapper .footer-constrain .panel-block .logos-cell > *:first-of-type,
body .footer-wrapper .footer-constrain .footer-block .header-cell > *:first-of-type,
body .footer-wrapper .footer-constrain .footer-block .content-cell > *:first-of-type,
body .footer-wrapper .footer-constrain .footer-block .panel-cell > *:first-of-type,
body .footer-wrapper .footer-constrain .footer-block .logos-cell > *:first-of-type {
  margin-top: 0 !important;
}
body .header-wrapper .header-constrain .header-block .header-cell > *:last-of-type,
body .header-wrapper .header-constrain .header-block .content-cell > *:last-of-type,
body .header-wrapper .header-constrain .header-block .panel-cell > *:last-of-type,
body .header-wrapper .header-constrain .header-block .logos-cell > *:last-of-type,
body .header-wrapper .header-constrain .content-block .header-cell > *:last-of-type,
body .header-wrapper .header-constrain .content-block .content-cell > *:last-of-type,
body .header-wrapper .header-constrain .content-block .panel-cell > *:last-of-type,
body .header-wrapper .header-constrain .content-block .logos-cell > *:last-of-type,
body .header-wrapper .header-constrain .panel-block .header-cell > *:last-of-type,
body .header-wrapper .header-constrain .panel-block .content-cell > *:last-of-type,
body .header-wrapper .header-constrain .panel-block .panel-cell > *:last-of-type,
body .header-wrapper .header-constrain .panel-block .logos-cell > *:last-of-type,
body .header-wrapper .header-constrain .footer-block .header-cell > *:last-of-type,
body .header-wrapper .header-constrain .footer-block .content-cell > *:last-of-type,
body .header-wrapper .header-constrain .footer-block .panel-cell > *:last-of-type,
body .header-wrapper .header-constrain .footer-block .logos-cell > *:last-of-type,
body .header-wrapper .content-constrain .header-block .header-cell > *:last-of-type,
body .header-wrapper .content-constrain .header-block .content-cell > *:last-of-type,
body .header-wrapper .content-constrain .header-block .panel-cell > *:last-of-type,
body .header-wrapper .content-constrain .header-block .logos-cell > *:last-of-type,
body .header-wrapper .content-constrain .content-block .header-cell > *:last-of-type,
body .header-wrapper .content-constrain .content-block .content-cell > *:last-of-type,
body .header-wrapper .content-constrain .content-block .panel-cell > *:last-of-type,
body .header-wrapper .content-constrain .content-block .logos-cell > *:last-of-type,
body .header-wrapper .content-constrain .panel-block .header-cell > *:last-of-type,
body .header-wrapper .content-constrain .panel-block .content-cell > *:last-of-type,
body .header-wrapper .content-constrain .panel-block .panel-cell > *:last-of-type,
body .header-wrapper .content-constrain .panel-block .logos-cell > *:last-of-type,
body .header-wrapper .content-constrain .footer-block .header-cell > *:last-of-type,
body .header-wrapper .content-constrain .footer-block .content-cell > *:last-of-type,
body .header-wrapper .content-constrain .footer-block .panel-cell > *:last-of-type,
body .header-wrapper .content-constrain .footer-block .logos-cell > *:last-of-type,
body .header-wrapper .panel-constrain .header-block .header-cell > *:last-of-type,
body .header-wrapper .panel-constrain .header-block .content-cell > *:last-of-type,
body .header-wrapper .panel-constrain .header-block .panel-cell > *:last-of-type,
body .header-wrapper .panel-constrain .header-block .logos-cell > *:last-of-type,
body .header-wrapper .panel-constrain .content-block .header-cell > *:last-of-type,
body .header-wrapper .panel-constrain .content-block .content-cell > *:last-of-type,
body .header-wrapper .panel-constrain .content-block .panel-cell > *:last-of-type,
body .header-wrapper .panel-constrain .content-block .logos-cell > *:last-of-type,
body .header-wrapper .panel-constrain .panel-block .header-cell > *:last-of-type,
body .header-wrapper .panel-constrain .panel-block .content-cell > *:last-of-type,
body .header-wrapper .panel-constrain .panel-block .panel-cell > *:last-of-type,
body .header-wrapper .panel-constrain .panel-block .logos-cell > *:last-of-type,
body .header-wrapper .panel-constrain .footer-block .header-cell > *:last-of-type,
body .header-wrapper .panel-constrain .footer-block .content-cell > *:last-of-type,
body .header-wrapper .panel-constrain .footer-block .panel-cell > *:last-of-type,
body .header-wrapper .panel-constrain .footer-block .logos-cell > *:last-of-type,
body .header-wrapper .footer-constrain .header-block .header-cell > *:last-of-type,
body .header-wrapper .footer-constrain .header-block .content-cell > *:last-of-type,
body .header-wrapper .footer-constrain .header-block .panel-cell > *:last-of-type,
body .header-wrapper .footer-constrain .header-block .logos-cell > *:last-of-type,
body .header-wrapper .footer-constrain .content-block .header-cell > *:last-of-type,
body .header-wrapper .footer-constrain .content-block .content-cell > *:last-of-type,
body .header-wrapper .footer-constrain .content-block .panel-cell > *:last-of-type,
body .header-wrapper .footer-constrain .content-block .logos-cell > *:last-of-type,
body .header-wrapper .footer-constrain .panel-block .header-cell > *:last-of-type,
body .header-wrapper .footer-constrain .panel-block .content-cell > *:last-of-type,
body .header-wrapper .footer-constrain .panel-block .panel-cell > *:last-of-type,
body .header-wrapper .footer-constrain .panel-block .logos-cell > *:last-of-type,
body .header-wrapper .footer-constrain .footer-block .header-cell > *:last-of-type,
body .header-wrapper .footer-constrain .footer-block .content-cell > *:last-of-type,
body .header-wrapper .footer-constrain .footer-block .panel-cell > *:last-of-type,
body .header-wrapper .footer-constrain .footer-block .logos-cell > *:last-of-type,
body .content-wrapper .header-constrain .header-block .header-cell > *:last-of-type,
body .content-wrapper .header-constrain .header-block .content-cell > *:last-of-type,
body .content-wrapper .header-constrain .header-block .panel-cell > *:last-of-type,
body .content-wrapper .header-constrain .header-block .logos-cell > *:last-of-type,
body .content-wrapper .header-constrain .content-block .header-cell > *:last-of-type,
body .content-wrapper .header-constrain .content-block .content-cell > *:last-of-type,
body .content-wrapper .header-constrain .content-block .panel-cell > *:last-of-type,
body .content-wrapper .header-constrain .content-block .logos-cell > *:last-of-type,
body .content-wrapper .header-constrain .panel-block .header-cell > *:last-of-type,
body .content-wrapper .header-constrain .panel-block .content-cell > *:last-of-type,
body .content-wrapper .header-constrain .panel-block .panel-cell > *:last-of-type,
body .content-wrapper .header-constrain .panel-block .logos-cell > *:last-of-type,
body .content-wrapper .header-constrain .footer-block .header-cell > *:last-of-type,
body .content-wrapper .header-constrain .footer-block .content-cell > *:last-of-type,
body .content-wrapper .header-constrain .footer-block .panel-cell > *:last-of-type,
body .content-wrapper .header-constrain .footer-block .logos-cell > *:last-of-type,
body .content-wrapper .content-constrain .header-block .header-cell > *:last-of-type,
body .content-wrapper .content-constrain .header-block .content-cell > *:last-of-type,
body .content-wrapper .content-constrain .header-block .panel-cell > *:last-of-type,
body .content-wrapper .content-constrain .header-block .logos-cell > *:last-of-type,
body .content-wrapper .content-constrain .content-block .header-cell > *:last-of-type,
body .content-wrapper .content-constrain .content-block .content-cell > *:last-of-type,
body .content-wrapper .content-constrain .content-block .panel-cell > *:last-of-type,
body .content-wrapper .content-constrain .content-block .logos-cell > *:last-of-type,
body .content-wrapper .content-constrain .panel-block .header-cell > *:last-of-type,
body .content-wrapper .content-constrain .panel-block .content-cell > *:last-of-type,
body .content-wrapper .content-constrain .panel-block .panel-cell > *:last-of-type,
body .content-wrapper .content-constrain .panel-block .logos-cell > *:last-of-type,
body .content-wrapper .content-constrain .footer-block .header-cell > *:last-of-type,
body .content-wrapper .content-constrain .footer-block .content-cell > *:last-of-type,
body .content-wrapper .content-constrain .footer-block .panel-cell > *:last-of-type,
body .content-wrapper .content-constrain .footer-block .logos-cell > *:last-of-type,
body .content-wrapper .panel-constrain .header-block .header-cell > *:last-of-type,
body .content-wrapper .panel-constrain .header-block .content-cell > *:last-of-type,
body .content-wrapper .panel-constrain .header-block .panel-cell > *:last-of-type,
body .content-wrapper .panel-constrain .header-block .logos-cell > *:last-of-type,
body .content-wrapper .panel-constrain .content-block .header-cell > *:last-of-type,
body .content-wrapper .panel-constrain .content-block .content-cell > *:last-of-type,
body .content-wrapper .panel-constrain .content-block .panel-cell > *:last-of-type,
body .content-wrapper .panel-constrain .content-block .logos-cell > *:last-of-type,
body .content-wrapper .panel-constrain .panel-block .header-cell > *:last-of-type,
body .content-wrapper .panel-constrain .panel-block .content-cell > *:last-of-type,
body .content-wrapper .panel-constrain .panel-block .panel-cell > *:last-of-type,
body .content-wrapper .panel-constrain .panel-block .logos-cell > *:last-of-type,
body .content-wrapper .panel-constrain .footer-block .header-cell > *:last-of-type,
body .content-wrapper .panel-constrain .footer-block .content-cell > *:last-of-type,
body .content-wrapper .panel-constrain .footer-block .panel-cell > *:last-of-type,
body .content-wrapper .panel-constrain .footer-block .logos-cell > *:last-of-type,
body .content-wrapper .footer-constrain .header-block .header-cell > *:last-of-type,
body .content-wrapper .footer-constrain .header-block .content-cell > *:last-of-type,
body .content-wrapper .footer-constrain .header-block .panel-cell > *:last-of-type,
body .content-wrapper .footer-constrain .header-block .logos-cell > *:last-of-type,
body .content-wrapper .footer-constrain .content-block .header-cell > *:last-of-type,
body .content-wrapper .footer-constrain .content-block .content-cell > *:last-of-type,
body .content-wrapper .footer-constrain .content-block .panel-cell > *:last-of-type,
body .content-wrapper .footer-constrain .content-block .logos-cell > *:last-of-type,
body .content-wrapper .footer-constrain .panel-block .header-cell > *:last-of-type,
body .content-wrapper .footer-constrain .panel-block .content-cell > *:last-of-type,
body .content-wrapper .footer-constrain .panel-block .panel-cell > *:last-of-type,
body .content-wrapper .footer-constrain .panel-block .logos-cell > *:last-of-type,
body .content-wrapper .footer-constrain .footer-block .header-cell > *:last-of-type,
body .content-wrapper .footer-constrain .footer-block .content-cell > *:last-of-type,
body .content-wrapper .footer-constrain .footer-block .panel-cell > *:last-of-type,
body .content-wrapper .footer-constrain .footer-block .logos-cell > *:last-of-type,
body .footer-wrapper .header-constrain .header-block .header-cell > *:last-of-type,
body .footer-wrapper .header-constrain .header-block .content-cell > *:last-of-type,
body .footer-wrapper .header-constrain .header-block .panel-cell > *:last-of-type,
body .footer-wrapper .header-constrain .header-block .logos-cell > *:last-of-type,
body .footer-wrapper .header-constrain .content-block .header-cell > *:last-of-type,
body .footer-wrapper .header-constrain .content-block .content-cell > *:last-of-type,
body .footer-wrapper .header-constrain .content-block .panel-cell > *:last-of-type,
body .footer-wrapper .header-constrain .content-block .logos-cell > *:last-of-type,
body .footer-wrapper .header-constrain .panel-block .header-cell > *:last-of-type,
body .footer-wrapper .header-constrain .panel-block .content-cell > *:last-of-type,
body .footer-wrapper .header-constrain .panel-block .panel-cell > *:last-of-type,
body .footer-wrapper .header-constrain .panel-block .logos-cell > *:last-of-type,
body .footer-wrapper .header-constrain .footer-block .header-cell > *:last-of-type,
body .footer-wrapper .header-constrain .footer-block .content-cell > *:last-of-type,
body .footer-wrapper .header-constrain .footer-block .panel-cell > *:last-of-type,
body .footer-wrapper .header-constrain .footer-block .logos-cell > *:last-of-type,
body .footer-wrapper .content-constrain .header-block .header-cell > *:last-of-type,
body .footer-wrapper .content-constrain .header-block .content-cell > *:last-of-type,
body .footer-wrapper .content-constrain .header-block .panel-cell > *:last-of-type,
body .footer-wrapper .content-constrain .header-block .logos-cell > *:last-of-type,
body .footer-wrapper .content-constrain .content-block .header-cell > *:last-of-type,
body .footer-wrapper .content-constrain .content-block .content-cell > *:last-of-type,
body .footer-wrapper .content-constrain .content-block .panel-cell > *:last-of-type,
body .footer-wrapper .content-constrain .content-block .logos-cell > *:last-of-type,
body .footer-wrapper .content-constrain .panel-block .header-cell > *:last-of-type,
body .footer-wrapper .content-constrain .panel-block .content-cell > *:last-of-type,
body .footer-wrapper .content-constrain .panel-block .panel-cell > *:last-of-type,
body .footer-wrapper .content-constrain .panel-block .logos-cell > *:last-of-type,
body .footer-wrapper .content-constrain .footer-block .header-cell > *:last-of-type,
body .footer-wrapper .content-constrain .footer-block .content-cell > *:last-of-type,
body .footer-wrapper .content-constrain .footer-block .panel-cell > *:last-of-type,
body .footer-wrapper .content-constrain .footer-block .logos-cell > *:last-of-type,
body .footer-wrapper .panel-constrain .header-block .header-cell > *:last-of-type,
body .footer-wrapper .panel-constrain .header-block .content-cell > *:last-of-type,
body .footer-wrapper .panel-constrain .header-block .panel-cell > *:last-of-type,
body .footer-wrapper .panel-constrain .header-block .logos-cell > *:last-of-type,
body .footer-wrapper .panel-constrain .content-block .header-cell > *:last-of-type,
body .footer-wrapper .panel-constrain .content-block .content-cell > *:last-of-type,
body .footer-wrapper .panel-constrain .content-block .panel-cell > *:last-of-type,
body .footer-wrapper .panel-constrain .content-block .logos-cell > *:last-of-type,
body .footer-wrapper .panel-constrain .panel-block .header-cell > *:last-of-type,
body .footer-wrapper .panel-constrain .panel-block .content-cell > *:last-of-type,
body .footer-wrapper .panel-constrain .panel-block .panel-cell > *:last-of-type,
body .footer-wrapper .panel-constrain .panel-block .logos-cell > *:last-of-type,
body .footer-wrapper .panel-constrain .footer-block .header-cell > *:last-of-type,
body .footer-wrapper .panel-constrain .footer-block .content-cell > *:last-of-type,
body .footer-wrapper .panel-constrain .footer-block .panel-cell > *:last-of-type,
body .footer-wrapper .panel-constrain .footer-block .logos-cell > *:last-of-type,
body .footer-wrapper .footer-constrain .header-block .header-cell > *:last-of-type,
body .footer-wrapper .footer-constrain .header-block .content-cell > *:last-of-type,
body .footer-wrapper .footer-constrain .header-block .panel-cell > *:last-of-type,
body .footer-wrapper .footer-constrain .header-block .logos-cell > *:last-of-type,
body .footer-wrapper .footer-constrain .content-block .header-cell > *:last-of-type,
body .footer-wrapper .footer-constrain .content-block .content-cell > *:last-of-type,
body .footer-wrapper .footer-constrain .content-block .panel-cell > *:last-of-type,
body .footer-wrapper .footer-constrain .content-block .logos-cell > *:last-of-type,
body .footer-wrapper .footer-constrain .panel-block .header-cell > *:last-of-type,
body .footer-wrapper .footer-constrain .panel-block .content-cell > *:last-of-type,
body .footer-wrapper .footer-constrain .panel-block .panel-cell > *:last-of-type,
body .footer-wrapper .footer-constrain .panel-block .logos-cell > *:last-of-type,
body .footer-wrapper .footer-constrain .footer-block .header-cell > *:last-of-type,
body .footer-wrapper .footer-constrain .footer-block .content-cell > *:last-of-type,
body .footer-wrapper .footer-constrain .footer-block .panel-cell > *:last-of-type,
body .footer-wrapper .footer-constrain .footer-block .logos-cell > *:last-of-type {
  margin-bottom: 0 !important;
}
body .header-wrapper .header-constrain .header-block.footer-block,
body .header-wrapper .header-constrain .content-block.footer-block,
body .header-wrapper .header-constrain .panel-block.footer-block,
body .header-wrapper .header-constrain .footer-block.footer-block,
body .header-wrapper .content-constrain .header-block.footer-block,
body .header-wrapper .content-constrain .content-block.footer-block,
body .header-wrapper .content-constrain .panel-block.footer-block,
body .header-wrapper .content-constrain .footer-block.footer-block,
body .header-wrapper .panel-constrain .header-block.footer-block,
body .header-wrapper .panel-constrain .content-block.footer-block,
body .header-wrapper .panel-constrain .panel-block.footer-block,
body .header-wrapper .panel-constrain .footer-block.footer-block,
body .header-wrapper .footer-constrain .header-block.footer-block,
body .header-wrapper .footer-constrain .content-block.footer-block,
body .header-wrapper .footer-constrain .panel-block.footer-block,
body .header-wrapper .footer-constrain .footer-block.footer-block,
body .content-wrapper .header-constrain .header-block.footer-block,
body .content-wrapper .header-constrain .content-block.footer-block,
body .content-wrapper .header-constrain .panel-block.footer-block,
body .content-wrapper .header-constrain .footer-block.footer-block,
body .content-wrapper .content-constrain .header-block.footer-block,
body .content-wrapper .content-constrain .content-block.footer-block,
body .content-wrapper .content-constrain .panel-block.footer-block,
body .content-wrapper .content-constrain .footer-block.footer-block,
body .content-wrapper .panel-constrain .header-block.footer-block,
body .content-wrapper .panel-constrain .content-block.footer-block,
body .content-wrapper .panel-constrain .panel-block.footer-block,
body .content-wrapper .panel-constrain .footer-block.footer-block,
body .content-wrapper .footer-constrain .header-block.footer-block,
body .content-wrapper .footer-constrain .content-block.footer-block,
body .content-wrapper .footer-constrain .panel-block.footer-block,
body .content-wrapper .footer-constrain .footer-block.footer-block,
body .footer-wrapper .header-constrain .header-block.footer-block,
body .footer-wrapper .header-constrain .content-block.footer-block,
body .footer-wrapper .header-constrain .panel-block.footer-block,
body .footer-wrapper .header-constrain .footer-block.footer-block,
body .footer-wrapper .content-constrain .header-block.footer-block,
body .footer-wrapper .content-constrain .content-block.footer-block,
body .footer-wrapper .content-constrain .panel-block.footer-block,
body .footer-wrapper .content-constrain .footer-block.footer-block,
body .footer-wrapper .panel-constrain .header-block.footer-block,
body .footer-wrapper .panel-constrain .content-block.footer-block,
body .footer-wrapper .panel-constrain .panel-block.footer-block,
body .footer-wrapper .panel-constrain .footer-block.footer-block,
body .footer-wrapper .footer-constrain .header-block.footer-block,
body .footer-wrapper .footer-constrain .content-block.footer-block,
body .footer-wrapper .footer-constrain .panel-block.footer-block,
body .footer-wrapper .footer-constrain .footer-block.footer-block {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
}
body .header-wrapper .header-constrain .header-block.footer-block .footer-nav-cell,
body .header-wrapper .header-constrain .content-block.footer-block .footer-nav-cell,
body .header-wrapper .header-constrain .panel-block.footer-block .footer-nav-cell,
body .header-wrapper .header-constrain .footer-block.footer-block .footer-nav-cell,
body .header-wrapper .content-constrain .header-block.footer-block .footer-nav-cell,
body .header-wrapper .content-constrain .content-block.footer-block .footer-nav-cell,
body .header-wrapper .content-constrain .panel-block.footer-block .footer-nav-cell,
body .header-wrapper .content-constrain .footer-block.footer-block .footer-nav-cell,
body .header-wrapper .panel-constrain .header-block.footer-block .footer-nav-cell,
body .header-wrapper .panel-constrain .content-block.footer-block .footer-nav-cell,
body .header-wrapper .panel-constrain .panel-block.footer-block .footer-nav-cell,
body .header-wrapper .panel-constrain .footer-block.footer-block .footer-nav-cell,
body .header-wrapper .footer-constrain .header-block.footer-block .footer-nav-cell,
body .header-wrapper .footer-constrain .content-block.footer-block .footer-nav-cell,
body .header-wrapper .footer-constrain .panel-block.footer-block .footer-nav-cell,
body .header-wrapper .footer-constrain .footer-block.footer-block .footer-nav-cell,
body .content-wrapper .header-constrain .header-block.footer-block .footer-nav-cell,
body .content-wrapper .header-constrain .content-block.footer-block .footer-nav-cell,
body .content-wrapper .header-constrain .panel-block.footer-block .footer-nav-cell,
body .content-wrapper .header-constrain .footer-block.footer-block .footer-nav-cell,
body .content-wrapper .content-constrain .header-block.footer-block .footer-nav-cell,
body .content-wrapper .content-constrain .content-block.footer-block .footer-nav-cell,
body .content-wrapper .content-constrain .panel-block.footer-block .footer-nav-cell,
body .content-wrapper .content-constrain .footer-block.footer-block .footer-nav-cell,
body .content-wrapper .panel-constrain .header-block.footer-block .footer-nav-cell,
body .content-wrapper .panel-constrain .content-block.footer-block .footer-nav-cell,
body .content-wrapper .panel-constrain .panel-block.footer-block .footer-nav-cell,
body .content-wrapper .panel-constrain .footer-block.footer-block .footer-nav-cell,
body .content-wrapper .footer-constrain .header-block.footer-block .footer-nav-cell,
body .content-wrapper .footer-constrain .content-block.footer-block .footer-nav-cell,
body .content-wrapper .footer-constrain .panel-block.footer-block .footer-nav-cell,
body .content-wrapper .footer-constrain .footer-block.footer-block .footer-nav-cell,
body .footer-wrapper .header-constrain .header-block.footer-block .footer-nav-cell,
body .footer-wrapper .header-constrain .content-block.footer-block .footer-nav-cell,
body .footer-wrapper .header-constrain .panel-block.footer-block .footer-nav-cell,
body .footer-wrapper .header-constrain .footer-block.footer-block .footer-nav-cell,
body .footer-wrapper .content-constrain .header-block.footer-block .footer-nav-cell,
body .footer-wrapper .content-constrain .content-block.footer-block .footer-nav-cell,
body .footer-wrapper .content-constrain .panel-block.footer-block .footer-nav-cell,
body .footer-wrapper .content-constrain .footer-block.footer-block .footer-nav-cell,
body .footer-wrapper .panel-constrain .header-block.footer-block .footer-nav-cell,
body .footer-wrapper .panel-constrain .content-block.footer-block .footer-nav-cell,
body .footer-wrapper .panel-constrain .panel-block.footer-block .footer-nav-cell,
body .footer-wrapper .panel-constrain .footer-block.footer-block .footer-nav-cell,
body .footer-wrapper .footer-constrain .header-block.footer-block .footer-nav-cell,
body .footer-wrapper .footer-constrain .content-block.footer-block .footer-nav-cell,
body .footer-wrapper .footer-constrain .panel-block.footer-block .footer-nav-cell,
body .footer-wrapper .footer-constrain .footer-block.footer-block .footer-nav-cell {
  display: none !important;
}
body .header-wrapper .header-constrain .header-block.footer-block .logos-cell,
body .header-wrapper .header-constrain .content-block.footer-block .logos-cell,
body .header-wrapper .header-constrain .panel-block.footer-block .logos-cell,
body .header-wrapper .header-constrain .footer-block.footer-block .logos-cell,
body .header-wrapper .content-constrain .header-block.footer-block .logos-cell,
body .header-wrapper .content-constrain .content-block.footer-block .logos-cell,
body .header-wrapper .content-constrain .panel-block.footer-block .logos-cell,
body .header-wrapper .content-constrain .footer-block.footer-block .logos-cell,
body .header-wrapper .panel-constrain .header-block.footer-block .logos-cell,
body .header-wrapper .panel-constrain .content-block.footer-block .logos-cell,
body .header-wrapper .panel-constrain .panel-block.footer-block .logos-cell,
body .header-wrapper .panel-constrain .footer-block.footer-block .logos-cell,
body .header-wrapper .footer-constrain .header-block.footer-block .logos-cell,
body .header-wrapper .footer-constrain .content-block.footer-block .logos-cell,
body .header-wrapper .footer-constrain .panel-block.footer-block .logos-cell,
body .header-wrapper .footer-constrain .footer-block.footer-block .logos-cell,
body .content-wrapper .header-constrain .header-block.footer-block .logos-cell,
body .content-wrapper .header-constrain .content-block.footer-block .logos-cell,
body .content-wrapper .header-constrain .panel-block.footer-block .logos-cell,
body .content-wrapper .header-constrain .footer-block.footer-block .logos-cell,
body .content-wrapper .content-constrain .header-block.footer-block .logos-cell,
body .content-wrapper .content-constrain .content-block.footer-block .logos-cell,
body .content-wrapper .content-constrain .panel-block.footer-block .logos-cell,
body .content-wrapper .content-constrain .footer-block.footer-block .logos-cell,
body .content-wrapper .panel-constrain .header-block.footer-block .logos-cell,
body .content-wrapper .panel-constrain .content-block.footer-block .logos-cell,
body .content-wrapper .panel-constrain .panel-block.footer-block .logos-cell,
body .content-wrapper .panel-constrain .footer-block.footer-block .logos-cell,
body .content-wrapper .footer-constrain .header-block.footer-block .logos-cell,
body .content-wrapper .footer-constrain .content-block.footer-block .logos-cell,
body .content-wrapper .footer-constrain .panel-block.footer-block .logos-cell,
body .content-wrapper .footer-constrain .footer-block.footer-block .logos-cell,
body .footer-wrapper .header-constrain .header-block.footer-block .logos-cell,
body .footer-wrapper .header-constrain .content-block.footer-block .logos-cell,
body .footer-wrapper .header-constrain .panel-block.footer-block .logos-cell,
body .footer-wrapper .header-constrain .footer-block.footer-block .logos-cell,
body .footer-wrapper .content-constrain .header-block.footer-block .logos-cell,
body .footer-wrapper .content-constrain .content-block.footer-block .logos-cell,
body .footer-wrapper .content-constrain .panel-block.footer-block .logos-cell,
body .footer-wrapper .content-constrain .footer-block.footer-block .logos-cell,
body .footer-wrapper .panel-constrain .header-block.footer-block .logos-cell,
body .footer-wrapper .panel-constrain .content-block.footer-block .logos-cell,
body .footer-wrapper .panel-constrain .panel-block.footer-block .logos-cell,
body .footer-wrapper .panel-constrain .footer-block.footer-block .logos-cell,
body .footer-wrapper .footer-constrain .header-block.footer-block .logos-cell,
body .footer-wrapper .footer-constrain .content-block.footer-block .logos-cell,
body .footer-wrapper .footer-constrain .panel-block.footer-block .logos-cell,
body .footer-wrapper .footer-constrain .footer-block.footer-block .logos-cell {
  width: 100% !important;
  display: block !important;
  margin: 0 !important;
}
body .header-wrapper .narrow-photo-background,
body .header-wrapper .photo-background,
body .content-wrapper .narrow-photo-background,
body .content-wrapper .photo-background,
body .footer-wrapper .narrow-photo-background,
body .footer-wrapper .photo-background {
  min-height: 0 !important;
  height: auto !important;
  margin: 30px 0 !important;
}
body .header-wrapper .narrow-photo-background .panel-constrain,
body .header-wrapper .photo-background .panel-constrain,
body .content-wrapper .narrow-photo-background .panel-constrain,
body .content-wrapper .photo-background .panel-constrain,
body .footer-wrapper .narrow-photo-background .panel-constrain,
body .footer-wrapper .photo-background .panel-constrain {
  padding: 60px 0 !important;
  position: relative !important;
  bottom: auto;
  right: auto;
  top: auto;
  left: auto;
}
body .header-wrapper .narrow-photo-background .panel-constrain .panel-block .panel-cell *,
body .header-wrapper .narrow-photo-background .panel-constrain .panel-block .panel-cell .white-text,
body .header-wrapper .photo-background .panel-constrain .panel-block .panel-cell *,
body .header-wrapper .photo-background .panel-constrain .panel-block .panel-cell .white-text,
body .content-wrapper .narrow-photo-background .panel-constrain .panel-block .panel-cell *,
body .content-wrapper .narrow-photo-background .panel-constrain .panel-block .panel-cell .white-text,
body .content-wrapper .photo-background .panel-constrain .panel-block .panel-cell *,
body .content-wrapper .photo-background .panel-constrain .panel-block .panel-cell .white-text,
body .footer-wrapper .narrow-photo-background .panel-constrain .panel-block .panel-cell *,
body .footer-wrapper .narrow-photo-background .panel-constrain .panel-block .panel-cell .white-text,
body .footer-wrapper .photo-background .panel-constrain .panel-block .panel-cell *,
body .footer-wrapper .photo-background .panel-constrain .panel-block .panel-cell .white-text {
  color: #000000 !important;
}
body .header-wrapper {
  border-bottom: 1px solid #aaaaaa;
}
body .header-wrapper .header-block .logo-cell {
  display: block;
  padding: 0px;
}
body .header-wrapper .header-block .header-right-cell {
  display: none;
}
body .content-wrapper .content-block .button,
body .content-wrapper .panel-block .button,
body .panel-wrapper .content-block .button,
body .panel-wrapper .panel-block .button {
  background-image: none;
  border: 1px solid #aaaaaa;
}
body .content-wrapper .content-block table th,
body .content-wrapper .content-block table td,
body .content-wrapper .panel-block table th,
body .content-wrapper .panel-block table td,
body .panel-wrapper .content-block table th,
body .panel-wrapper .content-block table td,
body .panel-wrapper .panel-block table th,
body .panel-wrapper .panel-block table td {
  color: #000000;
  border: 1px solid #dddddd;
}
body .content-wrapper .content-block form,
body .content-wrapper .panel-block form,
body .panel-wrapper .content-block form,
body .panel-wrapper .panel-block form {
  padding: 0px;
  border: none;
}
body .content-wrapper .content-block form .form-row,
body .content-wrapper .panel-block form .form-row,
body .panel-wrapper .content-block form .form-row,
body .panel-wrapper .panel-block form .form-row {
  border: none;
  padding: 0px;
}
body .content-wrapper .content-block form .form-row input[type=text],
body .content-wrapper .content-block form .form-row input[type=password],
body .content-wrapper .content-block form .form-row select,
body .content-wrapper .content-block form .form-row textarea,
body .content-wrapper .content-block form .form-row .buttons,
body .content-wrapper .panel-block form .form-row input[type=text],
body .content-wrapper .panel-block form .form-row input[type=password],
body .content-wrapper .panel-block form .form-row select,
body .content-wrapper .panel-block form .form-row textarea,
body .content-wrapper .panel-block form .form-row .buttons,
body .panel-wrapper .content-block form .form-row input[type=text],
body .panel-wrapper .content-block form .form-row input[type=password],
body .panel-wrapper .content-block form .form-row select,
body .panel-wrapper .content-block form .form-row textarea,
body .panel-wrapper .content-block form .form-row .buttons,
body .panel-wrapper .panel-block form .form-row input[type=text],
body .panel-wrapper .panel-block form .form-row input[type=password],
body .panel-wrapper .panel-block form .form-row select,
body .panel-wrapper .panel-block form .form-row textarea,
body .panel-wrapper .panel-block form .form-row .buttons {
  border: 1px solid #aaaaaa;
}
body .content-wrapper .content-block form .form-row .field,
body .content-wrapper .content-block form .form-row .large-label .field,
body .content-wrapper .content-block form .form-row .inline-field,
body .content-wrapper .panel-block form .form-row .field,
body .content-wrapper .panel-block form .form-row .large-label .field,
body .content-wrapper .panel-block form .form-row .inline-field,
body .panel-wrapper .content-block form .form-row .field,
body .panel-wrapper .content-block form .form-row .large-label .field,
body .panel-wrapper .content-block form .form-row .inline-field,
body .panel-wrapper .panel-block form .form-row .field,
body .panel-wrapper .panel-block form .form-row .large-label .field,
body .panel-wrapper .panel-block form .form-row .inline-field {
  clear: both;
  display: block;
  margin: 0;
  padding: 0.5em;
}
body .content-wrapper .content-block form div.buttons,
body .content-wrapper .content-block form p.buttons,
body .content-wrapper .panel-block form div.buttons,
body .content-wrapper .panel-block form p.buttons,
body .panel-wrapper .content-block form div.buttons,
body .panel-wrapper .content-block form p.buttons,
body .panel-wrapper .panel-block form div.buttons,
body .panel-wrapper .panel-block form p.buttons {
  text-align: left;
  margin: 5px;
}
body .content-wrapper .content-block .news-posts-single .news-post-information .news-date,
body .content-wrapper .panel-block .news-posts-single .news-post-information .news-date,
body .panel-wrapper .content-block .news-posts-single .news-post-information .news-date,
body .panel-wrapper .panel-block .news-posts-single .news-post-information .news-date {
  float: none;
}
body .content-wrapper .content-block .content-cell,
body .content-wrapper .content-block .panel-cell,
body .content-wrapper .panel-block .content-cell,
body .content-wrapper .panel-block .panel-cell,
body .panel-wrapper .content-block .content-cell,
body .panel-wrapper .content-block .panel-cell,
body .panel-wrapper .panel-block .content-cell,
body .panel-wrapper .panel-block .panel-cell {
  display: block !important;
}
body .footer-wrapper {
  padding: 10px 0px 0px 0px;
  border-top: 1px solid #aaaaaa;
}
