.formControlLabel {
    padding-top: 15px !important;
}

input, textarea {
    font-family: 'Hind', 'Helvetica', arial, serif !important;
    font-size: 18px !important;   
}
.promoform :target {
    background-color:#ffffff;
}
.promotionblock {
    margin: 20px 20px 0px 20px;
}

.promotionblock .blockmessage {
    vertical-align: top;
}

.promotionblock .blockmessage img {
    width: 53%;
    float: right;
    margin-right: 35px;
}

.promotionblock h2 {
    margin-bottom: 0px;
    font-size: 240%
}

.promotionblock h3 {
    margin-bottom: 0px;
}

.promotionblock .blocklist {
    margin: 60px 0 50px 0px;
    background-color: #458ad2;
    padding: 15px 0px 20px 30px;
    color: #ffffff;
}

.promotionblock .blocklist .licaption {
    margin-bottom: 5px;
}

.promotionblock .blocklist .caption1:before {
    content: '1';
    font-size: 300%;
    opacity: 0.6;
    margin-right: 10px;
}
.promotionblock .blocklist .caption2:before {
    content: '2';
    font-size: 300%;
    opacity: 0.6;
    margin-right: 10px;
}
.promotionblock .blocklist .caption3:before {
    content: '3';
    font-size: 300%;
    opacity: 0.6;
    margin-right: 10px;    
}
.promotionblock .blocklist .caption4:before {
    content: '4';
    font-size: 300%;
    opacity: 0.6;
    margin-right: 10px;    
}
.promotionblock .blocklist .caption5:before {
    content: '5';
    font-size: 300%;
    opacity: 0.6;
    margin-right: 10px;    
}
.promotionblock .blocklist .caption6:before {
    content: '6';
    font-size: 300%;
    opacity: 0.6;
    margin-right: 10px;    
}

.promotionblock .blocklist ul {
    margin-left: 0;
}

.promotionblock .blocklist li {
    display: inline-block;
    width: 160px;
    margin: 70px 70px 0 5px;
    vertical-align: top;
}

.promotionblock .blocklist .licaption {
    font-size: 150%;
}

.loginpage #rt-mainbody {
    margin-top: 100px;
}

.formResponsive .formRed {
    margin-left: 560px;
    color: #b94a48;
}

.formResponsive p.formRed {
    margin-bottom: 30px;
}

.rsform-block, .rsform-select-box {
font-family: 'Hind', 'Helvetica', arial, serif !important;   
font-size: 18px !important;
}

.rdform-block option {
    font-family: 'Hind', 'Helvetica', arial, serif !important;   
    font-size: 18px !important;
}

.rsform-block .formControlLabel, .rsform-block  input[type="checkbox"] {
    float: left;
}

.rsform-block  input[type="checkbox"] {
    clear: both;
    display: inline-block;
    margin-top: 8px;
}

.formResponsive .formBody {
    float: none;
    display: inline-block;
    padding-top: 7px;
}

.form #rt-mainbody-wrapper .rt-container {
    margin: 0;
}

.rsform-block .formControlLabel  {
    width: 420px !important;
    margin-right: 20px;
    margin-left: 120px;
 }

.formResponsive {
    margin-left: 0px;
    margin-right: 0px;
}

.rsform-block input[type="Text"], .rsform-block select {
    height: 40px;
    width: 270px;
}

.rsform-block textarea {
    height: 100px;
    width: 270px;
}

span.required {
    color: #b94a48;
    font-weight: bold;    
}

.privacynotice {
    margin: 0px 20px 0px 400px;
    background-color: #f4ae53;
    opacity: 1;
    padding: 20px 15px 10px 15px;
    color: #ffffff;
}

.privacynotice a {
    color: #ffffff;
    text-decoration: underline;
}

.privacynotice a:hover {
    font-style: italic;
}

.rsform-submit-button {
    color: #ffffff !important;
    background-color: #5a7d5a !important;
    opacity: 0.8;
    border: none !important;
    border-radius: 5px !important;
    background-image: none !important;
    border-color: #5a7d5a;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    text-shadow: none !important;
    padding: 7px 15px 5px 15px !important;
    text-align: center;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 18px;
}

button {
      font-family: 'Hind', 'Helvetica', arial, serif !important; 
}

.rsform-submit-button:hover {
    opacity: 1;
    background-color: #5a7d5a;
}

.form h1 {
    font-size: 50px;
    margin: 0px 0 20px 0 !important;
    line-height: 105%;
    color: #5a7d5a;    
}

.form p {
    font-size: 20px;
}

.thankyoublock {
    display: inline-block;
    margin: 60px 0 60px 420px;
}


h1 {
    margin-top: 0px;
}

.productpage ol li {
    font-size: 18px;
}

.sprocket-strips-content ul li {
    font-size: 18px;    
}

.productpage ol {
    margin-top: 40px !important;
}

ol.circle-list {
    list-style-type: none;
     
    margin: 0;
    margin-left: 4em;
    padding: 0;

    counter-reset: li-counter;
}

ol.circle-list > li {
    position: relative;
    margin-bottom: 20px;
    padding-left: 1.2em;
    min-height: 3em;
             font-size: 20px !important;

}

ol.circle-list > li:before {
    position: absolute;
    top: -0.4em;
    left: -1.33em;
    width: 1.2em;
    height: 1.2em;
     
    font-size: 2.5em;
    line-height: 1.2;
    text-align: center;
    color: #f5f5f5;
 
    border: 3px solid #c5c5c5;
    border-radius: 50%;
    background-color: #f4ae53;
    padding: 5px;
    content: counter(li-counter);
    counter-increment: li-counter;
}

#rt-mainbottom {
    margin: 20px 0 80px 0;
}

.productpage #rt-mainbody-surround ul li {
    margin-top: 10px;

  
}



.productpage #rt-mainbody-surround {
    padding-bottom: 0px;
}

.productpage #rt-mainbody-wrapper {
    padding-bottom: 20px;
}


ul.checklist {
    list-style: none;
}

ul.checklist li {
    margin-left: 40px;
    margin-top: 10px;
}

ul.checklist li:before {
    content: "\f00c";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
/*--adjust as necessary--*/
    color: #7b977b;
    font-size: 30px;
    padding-right: 0.5em;
  float: left;
  margin-left: -1.5em;
}



.featureblocksbottom {
    vertical-align: bottom !important;
    text-align: center;
        display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.featureblockstop {
    vertical-align: top !important;
    text-align: center;
        display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.featureblock {
    border-radius: 5px;
    margin: 10px;
    padding:  20px;
    width: 40%;
    display: inline-block;
    color: #ffffff;
        text-align: left;
        height: auto;
            -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;

}

.featureblock h3 {
    font-size: 32px;
}

.featureblock p {
        font-size: 16px !important;
}

.bg1 {
    background-color: #859295;

}
.bg1 .fa-stack-1x {
    color: #859295;
    font-weight: bold;
    font-size: 120%;
}

.bg2 {
    background-color: #5a7d5a;
}

.bg2 .fa-stack-1x {
    color: #5a7d5a;
    font-weight: bold;
    font-size: 120%;
}

.bg3 {
    background-color: #f4ae53;
}

.bg3 .fa-stack-1x {
    color: #f4ae53;
    font-weight: bold;
    font-size: 120%;
}

.bg4 {
    background-color: #7a96c7;
}

.bg4 .fa-stack-1x {
    color: #7a96c7;
    font-weight: bold;
    font-size: 120%;
}

.conceptimage {
    margin-top: 80px;
    text-align: center;
    width: auto;
    height: auto;
}



.productpage h1 {
    font-size: 50px;
    margin: 60px 0 20px 0;
    line-height: 105%;
    color: #5a7d5a;
}

.productpage h2 {
    font-size: 36px;
    margin-bottom: 20px;
    color: #5a7d5a;
    line-height: 105%;
    margin-top: 60px;
}

.productpage #rt-footer h2, form #rt-footer h2 {
    font-size: 24px;
    margin-bottom: 20px;
}

.productpage #rt-footer p, .form #rt-footer p {
    font-size: 16px;
}

.productpage #rt-copyright p, .form #rt-copyright p {
    font-size: 12px;
}

.productpage p, .productpage ul {
    font-size: 20px;
}

.productpage ul {
    position: relative;
}

#search-query-explained {
    display: none;
}

.finderproductpage h1 {
    margin: 100px 0 30px 0;
    font-size: 50px;
}

.productpage .sections ul li {
    margin: 15px 0 0 25px;;
    
 
}

ul {
    list-style-position: outside !important;
}


.sections {
    margin: 0px 0 0 0;
}

.sectioniconleft {
    text-align: left;
    margin: 100px 0 0 0;
}

.sectioniconleft img.sectionicon {
    height: 260px;
    float: left;
    margin: 0px 80px 100px 0;
}

.sectioniconleft .sectiontext {

}

.sectioniconright {
    text-align: left;
    margin: 100px 0 0 0;

}

.sectioniconright img.sectionicon {
    height: 260px;
    float: right;
    margin: 0px 0 100px 80px;

}


.sectioniconright .sectiontext {

}


.rt-heading-title .title:after {
    height: 0px; 
}

h1 {
    font-size: 36px;
}

.rt-icon-badge {
    display: block;
    font-size: 5em;
    height: auto;
    line-height: normal;
}

.logoband img {
    margin: 10px 10px 10px 10px;
    vertical-align: middle;
    max-height: 50px;
}

#rt-slideshow .layout-fullslideshow .sprocket-features-desc {
    width:100%;
    visibility: visible !important;
}

#rt-slideshow {
    height: auto !important;
   // padding-top: 70px;
 }
 
 .header-type-scroll.scrolling-enable #rt-header {
     display: none;
    
 }

#rt-header a {
    font-size: 16px;
}

#rt-header {
    box-shadow: none;
   //background-color: #333333;
   background: rgba(86,118,171,0.5);
    height: auto;
    vertical-align: middle;
    position: absolute;
    z-index: 3000;
    width: 100%;

}


.searchbar {
    padding: 10px 0 10px 0 !important;
    text-align: center;
    float: right;
}

.search-results {
    
}

.header-type-scroll #rt-header {
    opacity: 1;
    visibility: visible;
}

.form-search {
            vertical-align: middle !important;
            position: relative;
}

.searchbar input[type="text"] {
    height: 32px;
    margin-right: 5px;
        font-family: 'Hind', 'Helvetica', arial, serif !important;
    font-size: 16px !important;
    background-color: rgba(255,255,255,1);
    z-index: 11000 !important;
    border: 0;
}

.findersearchbar button {
    display: none;
}

.current {
    padding: 0;
}

.productpagemenu {
    text-align: center;
    margin-top: 20px;
}

.productpagemenu ul.menu li {
    display: inline-block;
}

.productpagemenu ul.menu li.current {
    display: none;
}

.productpagemenu ul.menu li a {
    color: #ffffff;
    background-color: #5a7d5a;
    opacity: 0.8;
    border: none;
    border-radius: 5px;
    padding: 7px 22px 5px 15px;
    text-align: center;
    margin: 0 5px 0 5px;
    text-transform: uppercase;
    font-weight: normal;
}

.productpagemenu ul.menu li a:before {
       content: "";
}

.productpagemenu ul.menu li a:hover {
    opacity: 1;
    background-color: #5a7d5a;
}

.sectiontext ul {
 overflow: hidden;
 list-style-position: inside;
 margin-left: 0;
}


.featurebox {
   /*  background-color: #fafafa; */
    padding: 25px;
}

.featurebox .sectionicon {
    padding: 30px;
}

.productpage .rt-header-fixed-spacer, .form .rt-header-fixed-spacer {
    display: none;
}

label, textarea, input, .form {
    font-size: 18px !important;
}

.productpageheader {
    position: relative;

}

.productpageheader .productpageheadertext {
    position: absolute;
    bottom: 0px;
    left: 50%;
    width: auto;
    height: auto;
    background-color: #5a7d5a;
    opacity: 0.8;
    padding: 25px 30px 25px 30px;
    margin: 0;
}

.belowline {
    position: relative !important;  
    margin-bottom: 40px !important;
}

.productpageheadertext h1 {
    font-size: 30px;
    margin-bottom: 0;
    opacity: 1.0;
    margin-top: 0px;
    line-height: 34px;
    color: #ffffff;
}

.productpageheadertext h2 {
    font-size: 18px;
    margin: 0px 30px 0 0px;
    opacity: 1.0;
    line-height: 24px;
    color: #ffffff;
 }

#rt-page-surround {
    color: #666666;
}

ul.sprocket-features-img-list {
    left: 0;
}


.productpagemenu ul.menu li a.menuaction {
    color: #ffffff;
    background-color: #f4ae53;
    opacity: 0.8;
    border: none;
    border-radius: 5px;
    padding: 7px 22px 5px 15px;
    text-align: center;
    margin: 0 5px 0 5px;
    text-transform: uppercase;
    font-weight: normal;
}

.productpagemenu ul.menu li a.menuaction:before {
       content: "";
}

.productpagemenu ul.menu li a.menuaction:hover {
    opacity: 1;
    background-color: #f4ae53;
}


.productpageheader img {
    height: 300px !important;
}

.rt-bottom-arrow {
    display: none;
}

.rt-heading-title.rt-block {
    width: auto;
}

.prodctpage #rt-slideshow {
        padding: 0 !important;
}

.layout-fullslideshow .sprocket-features-content {
    background: none !important;
    font-family: 'Hind', 'Helvetica', arial, serif !important;
    font-weight: lighter;
}

#rt-slideshow .layout-fullslideshow .sprocket-features-title {
    font-size: inherit;
}


h2.title {
    font-family: 'Hind', 'Helvetica', arial, serif !important;
    font-weight: lighter;
    font-size: 52px !important;
    color: #5a7d5a !important;
    margin: 30px 0 30px 0;
    line-height: 56px !important;
}

#rt-fullwidth h2.title {
    font-family: 'Hind', 'Helvetica', arial, serif !important;
    font-weight: lighter;
    font-size: 36px !important;
    color: #ffffff !important;    
    margin-top: 40px;
}

.fp-roksprocket-strips .rt-strips-desc { 
    height: 68px;
    padding: 10px 25px 10px 25px;
}

.fp-roksprocket-strips .rt-strips-desc .desc { 
    font-size: 14px !important;
    line-height: 16px !important; 
    margin: 4px 0 8px 0 !important;
    padding-bottom: 8px;
}


.sprocket-strips-s h2 {
    font-size: 32px;
   color: rgb(96,126,189);
}


#rt-slideshow .layout-fullslideshow .sprocket-features-title .mainhead {
    font-family: 'Hind', 'Helvetica', arial, serif !important;
    font-weight: lighter;
    color: rgb(96,126,189);
    margin: 10px 0 0 20px !important;
    padding-left: 20px !important;
    text-align: left !important;
    font-size: 60px ;
    line-height: 64px;   
}

.sprocket-features-padding {
    width: 100%;
    top: 60%;
    left: 55% !important;
    text-align: left !important;
    vertical-align: middle;
}

.rt-error-body a.readon {
    border-radius: 5px;
}

.rt-error-code, .rt-error-code-desc {
    display: none;
}



.sprocket-features-title .logoblock {
    font-size: 16px;
    margin: 40px 0 0 20px !important;
   padding-left: 20px !important;
    color: rgb(96,126,189);
    font-family: 'Hind', 'Helvetica', arial, serif !important;
    line-height: 20px;
    text-align: center;
    width: 50%;
}

.sprocket-features-title .logoblock .subhead {
    margin: 0px 0 0 -5px !important;
}


#rt-fullwidth a.readon {
    border-radius: 0px;
    border-width: 1px;
    border-color: #ffffff;
    background: none;
    padding: 7px 15px 5px 15px;
    margin-bottom: 30px;
}

#rt-fullwidth a.readon:hover {
    background-color: rgb(89,134,107);
}


.sprocket-strips-s a {
    color: #ffffff;
    background-color: #5a7d5a;
    opacity: 0.8;
    border: none;
    border-radius: 5px;
    padding: 7px 15px 5px 15px;
    text-align: center;
}

.sprocket-strips-s a:hover {
    opacity: 1;
    background-color: #5a7d5a;
}

.sprocket-strips a.readon {
    color: #ffffff;
    background-color: #5a7d5a;
    opacity: 0.8;
    border: none;
    border-radius: 5px;
    padding: 7px 15px 5px 15px;
    text-align: center;
    margin-top: 10px;
}

.menu-search-results button:hover {
    opacity: 1;
    background-color: #5a7d5a;
}

.menu-search-results button{
    color: #ffffff;
    background-color: #5a7d5a;
    background-image: none;
    text-shadow: none;
    opacity: 0.8;
    border: none;
    border-radius: 5px;
    padding: 7px 15px 5px 15px;
    text-align: center;
    margin: 5px 0 5px 10px;
    text-transform: uppercase;
}

.icon-search:before {
    display: none;
}

.sprocket-strips a.readon:hover {
    opacity: 1;
    background-color: #5a7d5a;
}

.sprocket-strips a {
    color: #5a7d5a;
        opacity: 1;
}

.sprocket-strips a:hover {
    opacity: 0.6;
}

.sprocket-strips-title {
    font-size: 28px;
    color: #5a7d5a
}

.sprocket-strips p {
    font-size: 18px;
}

#rt-footer h2.title {
    color: #ffffff !important;
    font-size: 28px !important;
}

#rt-mainbottom  a.readon:hover {
    opacity: 1;
    background-color: #5a7d5a;
}

#rt-mainbottom  a.readon {
    color: #ffffff;
    background-color: #5a7d5a;
    opacity: 0.8;
    border: none;
    border-radius: 5px;
    padding: 7px 15px 5px 15px;
    text-align: center;
    margin-top: 10px;
}

.rt-social-buttons {
    text-align: center;
}

#rt-copyright .rt-block {
    padding: 0;
}

#rt-header .rt-block {
    padding: 0;
    width: auto;
}

.rt-social-buttons .social-button {
    margin: 0;
}


.demostyle-type-preset4 .sprocket-features-index-1 .sprocket-features-img-container.sprocket-fullslideshow-image {
    background-image: url(/images/addk.jpg) !important;
}

.demostyle-type-preset4 .sprocket-features-index-2 .sprocket-features-img-container.sprocket-fullslideshow-image {
    background-image: url(/images/addk.jpg) !important;
}

.demostyle-type-preset4 .sprocket-features-index-3 .sprocket-features-img-container.sprocket-fullslideshow-image {
    background-image: url(/images/addk.jpg) !important;
}

a.formlauncher:hover {
    opacity: 1;
    background-color: #5a7d5a;
}

a.formlauncher {
    color: #ffffff;
    background-color: #5a7d5a;
    opacity: 0.8;
    border: none;
    border-radius: 5px;
    padding: 7px 15px 5px 15px;
    text-align: center;
    margin-top: 10px;
    text-transform: uppercase;
}


.rt-block {
    padding: 20px 0 20px 0;
    margin: 0px !important;
}

.rt-logo-block {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0;
}

#rt-logo {
    margin: 0;
}

#rt-slideshow .rt-block {
    padding: 0;
}



.hs {
    font-size: 50%;
    margin-top: 0;
}


.headersurround-type-customheadersurround #rt-header-surround {

  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.footerblocks h3 {
    font-size: 140%;
}

#rt-copyright {
    font-size: 12px;
    background-color: rgb(1,6,2) !important;
    color: #ffffff;
    text-align: center;
    padding-top: 20px;
    vertical-align: middle;
}

.rt-block.rt-center.wow.bounceInUp.animated {
        -webkit-animation: none !important;
    -animation: none !important;
    -mozilla-animation: none !important;
}

#rt-extension {
    padding-bottom: 60px;
}

.legalnotices h3 {
    margin: 20px 0 0px 0 !important;
    font-size: 16px;
}

.footerblocks a {
    color: #ffffff;
}

.footerblocks a:hover {
    text-decoration: underline;
}

.foxcontainer {
        text-align: left;
    margin: 0 14% 0 14% !important;
    color: #121212;
   
}

.formprivacymsg {
      left: 300px !important;
}


.legalnotices {
    text-align: left;
    margin: 0 14% 0 14%;
}


.fp-top-a {
    margin: 0px 0 80px -200px !important;

}

.fp-showcase-a {
    margin-top: 60px;
    background-color: #ffffff;
    opacity: 0.7;
}

.fp-benefit-blockarea {
    padding-bottom: 10px !important;
}

.customerlogo {
    margin-right: 40px;
    opacity: 0.5;
}


#rt-footer {
    padding: 0;
    text-align: center;
    font-size: 14px;

}

.articleintro {
    margin: 0 40% 5% 15%;
}

.articleintro p {
    font-size: 120%;

}

.articleintro h1 {
    font-weight: normal;
        line-height: 100%;
    text-align: left;
    margin-top: 0px;
    margin-bottom: 20px !important;
    font-size: 400%;
}

.articleintro h2 {

    
    font-size: 145%;
    font-weight: normal;
    margin-top: 10px;
   text-align: left;
       margin-bottom: 25px;
  
}

.benefitblocks {
    margin: 40px 0% 160px 0%;
}

.benefitblocks h3 {
    font-size: 240%;
    font-weight: normal;
}

.benefitblocks p {
    font-size: 140%;
    font-weight: normal;
}

.benefitblockright {
    margin: 0 0 80px 0px;
}

.benefitblockright ul {
    margin-left: 380px !important;
}

.benefitblockright img {
    float: left;
    margin-right: 80px;
    height: 350px;
}

.benefitblockleft {
    margin: 0 0px 80px 0px;
}

.benefitblockleft img {
    float: right;
        margin-left: 60px;
            height: 350px;

}

.trustedheader {
    font-size: 120%;
    margin-bottom: 5px;
}

.trustednumber {
    font-size: 240%;
       margin-bottom: 5px;
}

.trustedtext {
    font-size: 110%;
}

#rt-content-bottom {
    padding-left: 25px;
}


.logos {
    margin-top: 60px;
    text-align:center;
}

.logos img {
    margin-bottom: 40px;
}

.customerstats {
    color: #ffffff !important;
    margin: 0px 20% 0px 20%;
    padding: 40px 0 40px 0;
    text-align: center;
}


#mod-finder-searchform {
    margin: 0;
}


.fplearnmore {
    margin-top: 60px;
    margin-bottom: 0px;
    font-size: 160%;
   
}

.weblogo {
    float: left;
    margin-top: 12px !important;
}

a.readon4 {
        background-color: #ffa447 !important;
     color: #ffffff !important;
}

a.readon4:hover {
            background-color: #FFB371 !important;
}

.box6 {
    background: none;
}

.box2 {
        background-color: rgb(76,114,91) !important;
}

.emptyspace {
    margin-bottom: 60px;
}





.mainmessage {
    margin: 0 10% 0 10%;
}

.mainmessage h2 {
    text-align: center;
}

.maintextbox {
    color: #ffffff !important;
    padding: 30px 0 30px 0;

}

.maintextbox h2 {
    margin-left: 0 !important;
    padding: 0 80px 0 40px;
    font-size: 180%;
    font-weight: normal;
    text-align: right;
}


.maintextbox p {
    padding: 0 80px 0 40px;
    font-size: 110%;
}

:target {
    background-color: rgb(230,236,230);
    padding: 15px;
}

.sprocket-features-padding .sprocket-features-title {
        text-align: center !important;
        font-size: 30px !important;
}
.person {
    font-size: 20px !important;
    text-align: center !important;
    margin-top: 20px !important;
    font-family: 'Hind', 'Helvetica', arial, serif !important;
}

h2.sprocket-features-title {
        font-family: 'Hind', 'Helvetica', arial, serif !important;
        
}

.fp-roksprocket-slideshow .layout-slideshow2 .sprocket-features-content {
    background: none;
}

.sprocket-mosaic-order {
    display: none;
}


@media only screen and (min-width: 1200px) {
    
}


@media only screen and (min-width: 960px) and (max-width: 1199px) {
    .fp-roksprocket-slideshow .layout-slideshow2 .sprocket-features-img-container {
        height: auto !important;
    }    
    .productpage h1 {
        font-size: 30px !important;
        line-height: 34px !important;
    }
    .productpageheader h2 {
        font-size: 20px !important;
        line-height: 32px !important;          
    }   
    .rsform-block .formControlLabel {
        margin-left: 0;
    }    
    .privacynotice {
        margin-left: 280px;
    }
    .formResponsive label {
        width: 420px;
        margin-bottom: 22px;
        line-height: 20px;
        margin-top: 7px;
    }
    .formResponsive input[type="checkbox"] {
        margin-bottom: 24px;
    }
}


@media (min-width: 768px) and (max-width: 959px) {
    .sprocket-strips-s-content h2 {
            font-size: 30px !important;
    }
    .sprocket-strips-s-content h3 {
            line-height: 24px !important;
    }    
    .productpage h1 {
        font-size: 30px !important;
        line-height: 34px !important;
    }
    .productpageheader h2 {
        font-size: 20px !important;
        line-height: 32px !important;          
    }     
    .rsform-block .formControlLabel {
        float: none;
        width: 240px !important;
        margin-left: 20px;
    }
    .formResponsive .formHorizontal .formControlLabel {
        width: 240px;
    }
   
    .privacynotice {
        margin-left: 120px;
    }
    .formResponsive label {
        width: 420px;
        margin-bottom: 22px;
        line-height: 20px;
        margin-top: 7px;
    }
    .formResponsive input[type="checkbox"] {
        margin-bottom: 24px;
    }    
}


@media (max-width: 767px) {
    #rt-slideshow .layout-fullslideshow .sprocket-features-title .mainhead {
        font-size: 46px;
        line-height: 48px;  
        margin-left: 10px !important;
    }
    .weblogo img {
        width: 160px;
    }
    .weblogo {
        float: none;
        text-align: center;
    }
    
    .trustedheader {
        margin-top: 30px;
    }
    
    .searchbar {
        padding-top: 2px !important;
        float: none;
        text-align: center;
    }
    .sprocket-strips-s-content h2 {
        font-size: 30px !important;
    }
    .sprocket-strips-s-content h3 {
        line-height: 24px !important;
    } 
    .sprocket-strips-title {
        font-size: 30px !important;
        line-height: 34px !important;
    }
    
    .sprocket-features-img-container {
        min-height: 300px;
    }
    .sprocket-features-img-container img {
        height: 100% !important;;
    }
    body.layout-mode-responsive .fp-roksprocket-slideshow .layout-slideshow2 .sprocket-features-title {
        margin-top: 80px !important;
        font-size: 20px !important;
    }
    
    .person {
        font-size: 14px !important;
        margin-top: 20px !important;
    }
    
    body.layout-mode-responsive .fp-roksprocket-slideshow .layout-slideshow2 .sprocket-features-padding {
        width: 360px !important;
    }
    .productpage h1 {
        font-size: 30px !important;
        line-height: 34px;
    }
    .productpage .sections h2 {
        font-size: 24px !important;
        line-height: 28px !important;        
    }   
    .productpageheader h2 {
        display: none;        
    }
    .featureblock {
        width: auto;
        display: block;
    }
    .featureblocksbottom, .featureblockstop {
        display: block;     
    }  
    .formControlLabel {
        text-align: left !important;
        float: none !important;
        margin-left: 20px !important;
    }
    .formResponsive label {
        width: 300px;
        margin-bottom: 22px;
        line-height: 20px;
        margin-top: 7px;
    }
    .formResponsive input[type="checkbox"] {
        margin-bottom: 24px;
    }  
    .privacynotice {
        margin-left: 0px;
        width: 100%;
    }
    .formControls {
        margin-left: 20px !important;
    }
    .formBody label, textarea, select, input[type="text"] {
        width: 380px !important;
    }
    #rt-mainbody-surround .rt-block {
        padding: 30px !important;
    }   
   .promotionblock .blockmessage img { display: none; }
}

@media (max-width: 650px) {
    .formBody label, textarea, select, input[type="text"] {
        width: 380px !important;
    }
    .formResponsive input[type="text"], .formResponsive input[type="password"], .formResponsive textarea, .formResponsive select {
        width: 380px !important;
    }   
    .privacynotice {
        width: 360px !important;
        margin-right: 20px;
    }

}

@media only screen and (max-width: 480px) {
    #rt-slideshow .layout-fullslideshow .sprocket-features-title .mainhead {
        padding-top: 40px !important;
    }
    .sprocket-features-title .logoblock {
        margin: 20px 0 0 20px !important;
    } 
    body.layout-mode-responsive .fp-roksprocket-slideshow .layout-slideshow2 .sprocket-features-padding {
        width: 220px !important;
    } 
    body.layout-mode-responsive .fp-roksprocket-slideshow .layout-slideshow2 .sprocket-features-title {
        margin-top: 40px !important;
        line-height: 24px;
    }
    .rt-heading-title .title  {
        margin-bottom: 40px !important;
    }
    
    .sprocket-strips-content h2 {
        font-size: 28px !important;
    }
    .sprocket-strips-s-content a {
        margin: 0 0 20px 0 !important;
    }
    .productpage h1 {
        font-size: 30px !important;
        line-height: 34px;
    }
    .productpage .sections h2 {
        font-size: 24px !important;
        line-height: 28px;        
    }
    
    .productpage h2 {
        font-size: 24px !important;
        line-height: 28px; 
        margin-top: 20px !important;
    }
    
    .productpageheader .productpageheadertext {
        left: 0%;
    }
    img.sectionicon {
        margin: 0 0 20px 0 !important;
        padding: 0 !important;
        width: 100% !important;
        height: 100% !important;
    }
    .sectioniconright img.sectionicon {
        float: left !important;
    }
    .featureblock p {
        display: none;
    }
    .productusage {
        margin-top: 30px;
    }

    
    .productusage h2 {
        font-size: 24px !important;
        line-height: 28px;         
    }
    .promise {
        font-size: 24px !important;
        line-height: 28px;          
    }
    
    .featureblock h3 {
         line-height: 22px !important;
    }
    
    .formBody label, textarea, select, input[type="text"] {
        width: 280px !important;
    }
    .formResponsive input[type="text"], .formResponsive input[type="password"], .formResponsive textarea, .formResponsive select {
        width: 280px !important;
    }   
    .privacynotice {
        width: auto !important;
        margin-right: 0px;
    }    
   .formResponsive label {
        margin-bottom: 50px;    
   }
   .formBody label {
       width: 220px !important;
   }
    .rsform-block .formControlLabel {
        width: 280px !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .formResponsive .formHorizontal .rsform-block-submit {
        text-align: center;
    }
    .formControls {
        margin-left: 0 !important;
    }
    #rt-footer .rt-block {
            display: block;
    }
}

