html body { 
  /*background-image: url(../images/body-bg1.jpg);*/
  background-position: center top;
  background-repeat: no-repeat;
  background-color: #393939;
  background-attachment: scroll;
  background-size: auto auto; 
}

#rsp {
  display: block;
  overflow: hidden;
  margin-bottom: 40px;
  font-family: 'Roboto-Condensed', sans-serif;
}

#animEngage .headNav, #animEngage .footerNav, #rsp .pageTitleSec {
  display: block;
  position: relative;
  overflow: hidden;
  /*background: #0082C3;*/
}
#rsp .pageTitleSec {
  background: transparent;
  text-align: center;
  text-transform: uppercase;
}
#rsp .pageTitleSec h2.pageTitle, #animEngage .titleServices {
  -webkit-transform: skewY(-10deg);
  -moz-transform: skewY(-10deg);
  -ms-transform: skewY(-10deg);
  -o-transform: skewY(-10deg);
}
#rsp .pageTitleSec h2.pageTitle {
  color: #fff;
  font-size: 63px;
  font-weight: bold;
  max-width: 300px;
  margin: 90px auto 100px auto;
  line-height: 58px;
  width: auto;
  font-style: normal;
  /*letter-spacing: -2px;*/
  display: inline-block;
}
#rsp #animEngage {
  max-width: 1000px;
  display: block;
  margin: 0 auto;
}
#rsp .boardLayout .top-sec {
  background: #ffffff;
  box-shadow: 0 0px 5px rgba(0,0,0,0.2);
  margin-bottom: 20px;
  overflow: hidden;
  display: block;
  padding: 20px 20px 25px 20px;
  position: relative;
  z-index: 1;
}
.title-header {
  margin: 30px auto;
}
.cnt-wrapper {
    float: none;
    overflow: hidden;
    font-family: 'Roboto-Condensed', sans-serif;
    padding: 20px;
    width: 100%;
    margin: 0 auto;
    /*text-align: center;*/
}

.form-control { height: 40px; }

.cta.right:after { margin-top: 7px; }
.form-group { text-align: left; }

.cta.right:after { width: 20px; padding-top: 16px !important; padding-left: 7px !important; }
#alert div.head, #alerterror div.head {
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
    position: relative;
}
#alert .head div.close-popup, #alerterror .head div.close-popup {
    width: auto;
    left: auto;
    top: 5px;
    right: 0;
}

select option:first-child { color: rgba(128, 128, 128, 0.6); }
select.form-control { color: rgba(128, 128, 128, 0.6); }

.ui-checkbox span.ui-btn-text { display: inline-block; }

.subcribe-newsletter-sec form ul {
    width: 870px !important;
    text-align: center;
}

h3.title-header {
  font-size: 20px;
  border: 0 none;
}

.m-accordion .panel-group .panel .panel-title a {
    font-size: 14px;
    font-family: 'Roboto-Condensed', sans-serif;
}

#rsp .icon {
    font-family: "DecathlonCube";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    letter-spacing: 0;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font-smoothing: subpixel-antialiased;
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;
    zoom: 1;
}

.m-accordion .panel-group .panel .panel-title a.collapsed .icon:before {
    margin-top: 2px;
}
.m-accordion .panel-group .panel .panel-title .icon:before {
    margin-top: 5px;
}

.mtop10 { margin-top: 10px; }
.mbtm10 { margin-bottom: 10px; }
.mtop20 { margin-top: 20px; }
.mbtm20 { margin-bottom: 20px; }
.mtop30 { margin-top: 30px; }
.mbtm30 { margin-bottom: 30px; }
.mtop40 { margin-top: 40px; }
.mbtm40 { margin-bottom: 40px; }

@media(max-width:1024px){
  #rsp #animEngage { 
    max-width:inherit; display:block; padding:20px; 
  }
}
@media(max-width: 800px) {
  #main-container, #main-container .accordion {
    background: none;
  }
}
@media(max-width: 678px) {
  html body {
        background-size: 235% auto;
  }

  #rsp .pageTitleSec h2.pageTitle {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    max-width: 220px;
    margin: 70px auto 40px auto;
    line-height: 40px;
  }

  #rsp .title-header, #rsp .title-header span {
    font-size: 18px;
  }

  #rsp .boardLayout .top-sec {
    padding: 5px 0 0;
  }

}