@media only screen and (min-width: 1200px) {
  .visible-large {
    display: inherit !important;
  }
  .hidden-large {
    display: none !important;
  }
  .visible-desktop {
    display: inherit !important;
  }
  .hidden-desktop {
    display: none !important;
  }
  body h1 {
    font-size: 265%;
  }
  body h2,
  body .title,
  body .component-content h2 {
    font-size: 215%;
  }
  body h3 {
    font-size: 190%;
  }
  body h4 {
    font-size: 145%;
  }
  body h5 {
    font-size: 125%;
  }
  body .rt-social-buttons {
    margin-bottom: 1px;
  }
}
@media only screen and (min-width: 960px) and (max-width: 1199px) {
  .visible-large {
    display: none !important;
  }
  .hidden-large {
    display: inherit !important;
  }
  .visible-desktop {
    display: inherit !important;
  }
  .hidden-desktop {
    display: none !important;
  }
  body .fp-roksprocket-strips-showcase .sprocket-strips-content {
    height: 144px;
    font-size: 1.3em !important;
  }
  body .fp-roksprocket-tabs .sprocket-tabs .readon {
    margin: 0 0 0 128px;
  }
  body .fp-sidebar-img img {
    height: 73px;
  }
  body .rt-social-buttons {
    margin-bottom: 31px;
  }
}
@media (min-width: 768px) and (max-width: 959px) {
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .visible-large {
    display: none !important;
  }
  .hidden-large {
    display: inherit !important;
  }
  body h1 {
    font-size: 225%;
  }
  body h2,
  body .title,
  body .component-content h2 {
    font-size: 175%;
  }
  body h3 {
    font-size: 150%;
  }
  body h4 {
    font-size: 105%;
  }
  body h5 {
    font-size: 100%;
  }
  body .fp-roksprocket-strips-showcase .sprocket-strips-content {
    height: 107px;
    font-size: 1.2em !important;
  }
  body .fp-roksprocket-tabs .sprocket-tabs .readon {
    margin: 0 0 0 103px;
  }
  body .img-intro-left {
    width: 220px !important;
  }
  body .fp-sidebar-img img {
    height: 63px;
  }
  body .rt-social-buttons {
    margin-bottom: 31px;
  }
  body .sprocket-mosaic-columns-1 li,
  body .sprocket-mosaic-columns-2 li,
  body .sprocket-mosaic-columns-3 li,
  body .sprocket-mosaic-columns-4 li,
  body .sprocket-mosaic-columns-5 li,
  body .sprocket-mosaic-columns-6 li {
    width: 33.34%;
  }
  body .fp-roksprocket-strips-showcase.rt-block {
    margin: 15px 2px 15px 8px;
  }
  body .fp-roksprocket-strips-mainbottom.rt-block {
    margin: 15px 2px 15px 6px;
  }
  body #rt-copyright .rt-block {
    margin: 0 -20px 15px 40px;
    padding: 15px 0;
  }
  body #rt-copyright .rt-block #gantry-totop {
    left: -45px;
    position: relative;
  }
}
@media (max-width: 767px) {
  body {
    padding: 0;
  }
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
  .hidden-large {
    display: inherit !important;
  }
  .visible-large {
    display: none !important;
  }
  body .logo-block {
    margin: 15px auto;
  }
  body .logo-block #rt-logo {
    margin: 0 auto;
  }
  body h1 {
    font-size: 220%;
  }
  body h2,
  body .title,
  body .component-content h2 {
    font-size: 170%;
  }
  body h3 {
    font-size: 145%;
  }
  body h4 {
    font-size: 100%;
  }
  body h5 {
    font-size: 95%;
  }
  body #rt-header {
    margin-top: 48px;
  }
  body .fp-roksprocket-strips-showcase .cols-4 > li {
    width: 50%;
  }
  body .fp-roksprocket-strips-showcase .sprocket-strips-content {
    height: 135px;
  }
  body .fp-roksprocket-strips-mainbottom .cols-4 > li {
    width: 50%;
  }
  body .sprocket-tabs-nav li .sprocket-tabs-inner {
    padding: 12px 20px;
  }
  body .fp-roksprocket-tabs .sprocket-tabs .readon {
    margin: 0 0 0 96px;
  }
  body .img-intro-left {
    width: 200px !important;
  }
  body .rt-popuplogin {
    display: none;
  }
  body .rt-mobile-width-20 {
    width: 20% !important;
  }
  body .rt-mobile-width-80 {
    width: 80% !important;
  }
  body .fp-footer-a {
    margin-right: 10px;
  }
  body .fp-footer-b {
    margin-left: 10px;
  }
  body .component-content .column-1,
  body .component-content .column-2,
  body .component-content .column-3,
  body .component-content .column-4 {
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
  }
  body #gantry-totop {
    float: none;
    display: block;
    margin: -20px -15px;
    padding: 8px 15px;
    text-align: center;
    width: 100%;
  }
  .gantry-width-20,
  .gantry-width-25,
  .gantry-width-30,
  .gantry-width-33,
  .gantry-width-40,
  .gantry-width-50,
  .gantry-width-60,
  .gantry-width-66,
  .gantry-width-70,
  .gantry-width-75,
  .gantry-width-80 {
    width: 100%;
  }
  .gantry-width-spacer {
    margin: 5px;
  }
  .row {
    margin: 0;
    display: block;
  }
  .row .cell {
    display: block;
    width: 100%;
  }
  .form-horizontal .control-group .control-label {
    float: none;
    width: auto;
    text-align: left;
  }
  .form-horizontal .control-group .controls {
    margin-left: 0;
  }
  select {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  body h1 {
    font-size: 205%;
  }
  body h2,
  body .title,
  body .component-content h2 {
    font-size: 155%;
    line-height: 30px;
  }
  body h3 {
    font-size: 130%;
  }
  body h4 {
    font-size: 95%;
  }
  body h5 {
    font-size: 90%;
  }
  body .rt-container {
    width: 100%;
  }
  body .fp-roksprocket-strips-showcase.rt-block {
    margin: 15px 0;
  }
  body .fp-roksprocket-strips-showcase .sprocket-strips-content .sprocket-strips-title {
    font-size: 150% !important;
    margin: 5px 0 !important;
  }
  body .fp-roksprocket-strips-showcase .sprocket-strips-content {
    font-size: 80% !important;
    height: 65px;
    overflow: hidden;
  }
  body .fp-roksprocket-strips-mainbottom.rt-block {
    margin: 15px 0;
  }
  body .roksprocket-ellipsis {
    display: none;
  }
  body .sprocket-tabs-nav li .sprocket-tabs-inner {
    padding: 6px;
    font-size: 12px;
  }
  body .fp-roksprocket-tabs .sprocket-tabs .readon {
    margin: 0 0 0 25%;
  }
  body .sprocket-mosaic-columns-1 li,
  body .sprocket-mosaic-columns-2 li,
  body .sprocket-mosaic-columns-3 li,
  body .sprocket-mosaic-columns-4 li,
  body .sprocket-mosaic-columns-5 li,
  body .sprocket-mosaic-columns-6 li {
    width: 100%;
  }
  body .img-intro-left {
    width: 125px !important;
  }
  body .rt-published-date {
    font-size: 80%;
    padding: 5px 8px 3px 8px;
  }
  body .rt-published-date .rt-date-day {
    font-size: 1.2em;
  }
}
@media only screen and (min-width: 481px) and (max-width: 767px) {
  body .sprocket-mosaic-columns-1 li,
  body .sprocket-mosaic-columns-2 li,
  body .sprocket-mosaic-columns-3 li,
  body .sprocket-mosaic-columns-4 li,
  body .sprocket-mosaic-columns-5 li,
  body .sprocket-mosaic-columns-6 li {
    width: 50%;
  }
}
@media only screen and (min-width: 1195px) and (max-width: 1315px),only screen and (min-width: 960px) and (max-width: 1070px),only screen and (min-width: 768px) and (max-width: 880px),only screen and (min-width: 482px) and (max-width: 600px),only screen and (max-width: 480px) {
  body .sprocket-strips .sprocket-strips-arrows .arrow {
    background: #000000;
    color: #ffffff;
  }
  body .sprocket-strips .sprocket-strips-arrows .arrow.prev {
    left: -12px;
  }
  body .sprocket-strips .sprocket-strips-arrows .arrow.next {
    right: -12px;
  }
}
