@media only screen and (min-width: 1200px) {
  body.layout-mode-responsive .visible-large,
  body.layout-mode-fluidresponsive .visible-large {
    display: inherit !important;
  }
  body.layout-mode-responsive .hidden-large,
  body.layout-mode-fluidresponsive .hidden-large {
    display: none !important;
  }
  body.layout-mode-responsive .visible-desktop,
  body.layout-mode-fluidresponsive .visible-desktop {
    display: inherit !important;
  }
  body.layout-mode-responsive .hidden-desktop,
  body.layout-mode-fluidresponsive .hidden-desktop {
    display: none !important;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1199px) {
  body.layout-mode-responsive .visible-large,
  body.layout-mode-fluidresponsive .visible-large {
    display: none !important;
  }
  body.layout-mode-responsive .hidden-large,
  body.layout-mode-fluidresponsive .hidden-large {
    display: inherit !important;
  }
  body.layout-mode-responsive .visible-desktop,
  body.layout-mode-fluidresponsive .visible-desktop {
    display: inherit !important;
  }
  body.layout-mode-responsive .hidden-desktop,
  body.layout-mode-fluidresponsive .hidden-desktop {
    display: none !important;
  }
  body.layout-mode-responsive h1,
  body.layout-mode-fluidresponsive h1 {
    font-size: 230%;
    line-height: 140%;
  }
  body.layout-mode-responsive h2,
  body.layout-mode-fluidresponsive h2 {
    font-size: 135%;
    line-height: 155%;
  }
  body.layout-mode-responsive h3,
  body.layout-mode-fluidresponsive h3 {
    font-size: 125%;
    line-height: 145%;
  }
  body.layout-mode-responsive h4,
  body.layout-mode-fluidresponsive h4 {
    font-size: 115%;
    line-height: 135%;
  }
  body.layout-mode-responsive h5,
  body.layout-mode-fluidresponsive h5 {
    font-size: 105%;
    line-height: 155%;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  body.layout-mode-responsive .visible-tablet,
  body.layout-mode-fluidresponsive .visible-tablet {
    display: inherit !important;
  }
  body.layout-mode-responsive .hidden-tablet,
  body.layout-mode-fluidresponsive .hidden-tablet {
    display: none !important;
  }
  body.layout-mode-responsive .hidden-desktop,
  body.layout-mode-fluidresponsive .hidden-desktop {
    display: inherit !important;
  }
  body.layout-mode-responsive .visible-desktop,
  body.layout-mode-fluidresponsive .visible-desktop {
    display: none !important;
  }
  body.layout-mode-responsive .visible-large,
  body.layout-mode-fluidresponsive .visible-large {
    display: none !important;
  }
  body.layout-mode-responsive .hidden-large,
  body.layout-mode-fluidresponsive .hidden-large {
    display: inherit !important;
  }
  body.layout-mode-responsive h1,
  body.layout-mode-fluidresponsive h1 {
    font-size: 200%;
    line-height: 130%;
  }
  body.layout-mode-responsive h2,
  body.layout-mode-fluidresponsive h2 {
    font-size: 125%;
    line-height: 145%;
  }
  body.layout-mode-responsive h3,
  body.layout-mode-fluidresponsive h3 {
    font-size: 115%;
    line-height: 135%;
  }
  body.layout-mode-responsive h4,
  body.layout-mode-fluidresponsive h4 {
    font-size: 105%;
    line-height: 125%;
  }
  body.layout-mode-responsive h5,
  body.layout-mode-fluidresponsive h5 {
    font-size: 100%;
    line-height: 145%;
  }
}
@media (max-width: 767px) {
  body.layout-mode-responsive,
  body.layout-mode-fluidresponsive {
    margin: 0;
    padding: 0;
  }
  body.layout-mode-responsive #rt-page-surround,
  body.layout-mode-fluidresponsive #rt-page-surround {
    padding: 0;
  }
  body.layout-mode-responsive.pagesurround-alignment-side .rt-container,
  body.layout-mode-fluidresponsive.pagesurround-alignment-side .rt-container {
    margin: 0 auto;
  }
  body.layout-mode-responsive .visible-phone,
  body.layout-mode-fluidresponsive .visible-phone {
    display: inherit !important;
  }
  body.layout-mode-responsive .hidden-phone,
  body.layout-mode-fluidresponsive .hidden-phone {
    display: none !important;
  }
  body.layout-mode-responsive .hidden-desktop,
  body.layout-mode-fluidresponsive .hidden-desktop {
    display: inherit !important;
  }
  body.layout-mode-responsive .visible-desktop,
  body.layout-mode-fluidresponsive .visible-desktop {
    display: none !important;
  }
  body.layout-mode-responsive .hidden-large,
  body.layout-mode-fluidresponsive .hidden-large {
    display: inherit !important;
  }
  body.layout-mode-responsive .visible-large,
  body.layout-mode-fluidresponsive .visible-large {
    display: none !important;
  }
  body.layout-mode-responsive #rt-sidepanel-content,
  body.layout-mode-responsive #rt-body-content,
  body.layout-mode-fluidresponsive #rt-sidepanel-content,
  body.layout-mode-fluidresponsive #rt-body-content {
    width: 100%;
  }
  body.layout-mode-responsive .sideplogo-block,
  body.layout-mode-responsive .sidepmenu-block,
  body.layout-mode-fluidresponsive .sideplogo-block,
  body.layout-mode-fluidresponsive .sidepmenu-block {
    display: none;
  }
  body.layout-mode-responsive .rt-phone-center,
  body.layout-mode-fluidresponsive .rt-phone-center {
    text-align: center;
  }
  body.layout-mode-responsive h1,
  body.layout-mode-fluidresponsive h1 {
    font-size: 180%;
    line-height: 150%;
  }
  body.layout-mode-responsive h2,
  body.layout-mode-fluidresponsive h2 {
    font-size: 120%;
    line-height: 140%;
  }
  body.layout-mode-responsive h3,
  body.layout-mode-fluidresponsive h3 {
    font-size: 110%;
    line-height: 130%;
  }
  body.layout-mode-responsive h4,
  body.layout-mode-fluidresponsive h4 {
    font-size: 100%;
    line-height: 120%;
  }
  body.layout-mode-responsive h5,
  body.layout-mode-fluidresponsive h5 {
    font-size: 95%;
    line-height: 140%;
  }
  body.layout-mode-responsive .menu-block,
  body.layout-mode-fluidresponsive .menu-block {
    float: none;
    margin: auto;
    border-bottom: none;
  }
  body.layout-mode-responsive .dropdown,
  body.layout-mode-fluidresponsive .dropdown {
    background: none !important;
    box-shadow: none !important;
    border: 0 !important;
  }
  body.layout-mode-responsive .dropdown-spacer,
  body.layout-mode-fluidresponsive .dropdown-spacer {
    display: none !important;
  }
  body.layout-mode-responsive .flyout,
  body.layout-mode-fluidresponsive .flyout {
    margin-left: 0 !important;
  }
  body.layout-mode-responsive #rt-copyright,
  body.layout-mode-fluidresponsive #rt-copyright {
    text-align: center;
  }
  body.layout-mode-responsive .component-content .column-1,
  body.layout-mode-responsive .component-content .column-2,
  body.layout-mode-responsive .component-content .column-3,
  body.layout-mode-responsive .component-content .column-4,
  body.layout-mode-fluidresponsive .component-content .column-1,
  body.layout-mode-fluidresponsive .component-content .column-2,
  body.layout-mode-fluidresponsive .component-content .column-3,
  body.layout-mode-fluidresponsive .component-content .column-4 {
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
  }
  body.layout-mode-responsive .rt-powered-by,
  body.layout-mode-fluidresponsive .rt-powered-by {
    margin: 0 auto;
  }
  body.layout-mode-responsive .row,
  body.layout-mode-fluidresponsive .row {
    margin: 0;
    display: block;
  }
  body.layout-mode-responsive .row .cell,
  body.layout-mode-fluidresponsive .row .cell {
    display: block;
    width: 100%;
  }
  body.layout-mode-responsive .form-horizontal .control-group .control-label,
  body.layout-mode-fluidresponsive .form-horizontal .control-group .control-label {
    float: none;
    width: auto;
    text-align: left;
  }
  body.layout-mode-responsive .form-horizontal .control-group .controls,
  body.layout-mode-fluidresponsive .form-horizontal .control-group .controls {
    margin-left: 0;
  }
  body.layout-mode-responsive select,
  body.layout-mode-fluidresponsive select {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  body.layout-mode-responsive h1,
  body.layout-mode-fluidresponsive h1 {
    font-size: 170%;
    line-height: 250%;
  }
  body.layout-mode-responsive h2,
  body.layout-mode-fluidresponsive h2 {
    font-size: 110%;
    line-height: 165%;
  }
  body.layout-mode-responsive h3,
  body.layout-mode-fluidresponsive h3 {
    font-size: 105%;
    line-height: 155%;
  }
  body.layout-mode-responsive h4,
  body.layout-mode-fluidresponsive h4 {
    font-size: 100%;
    line-height: 150%;
  }
  body.layout-mode-responsive h5,
  body.layout-mode-fluidresponsive h5 {
    font-size: 95%;
    line-height: 150%;
  }
}
