body,
html {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0;
  padding: 0;
}
body a,
html a {
  border: none;
  outline: none;
}
body a:hover,
html a:hover,
body a:visited,
html a:visited,
body a:focus,
html a:focus,
body a:active,
html a:active,
body a:img,
html a:img {
  border: none;
  outline: none;
}
ul,li{margin:0;padding:0;list-style:none;}
body #header,
html #header {
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: transparent;
  position: relative;
  text-align: center;
  overflow: hidden;
}
body #header .subheading,
html #header .subheading {
  background: rgba(255, 255, 255, 0.89);
  font: 14px/120% 'Montserrat', sans-serif;
  padding: 0 15% 10%;
  width: 70%;
  min-height: 161px;
  color: #000;
}
body #header .homeImg,
html #header .homeImg {
  margin: 0;
  padding: 0;
  width: 70%;
  height: auto;
  z-index: 99999;
  display: inherit;
  float: left;
  max-width: 800px;
}
body #header .homeImg img,
html #header .homeImg img {
  width: 100%;
  z-index: 99999;
  background: transparent;
  display: inherit;
}
body .paddingSide,
html .paddingSide {
  background: rgba(22, 30, 31, 0.50);
  width: 15%;
  float: left;
  /*background: url(../images/index1_01.png);*/
}
body .padderTop,
html .padderTop {
  background: rgba(22, 30, 31, 0.50);
  /*background: url(../images/index1_01.png);*/
}
body .padder,
html .padder {
  background: rgba(22, 30, 31, 0.50);
  /*background: url(../images/index1_01.png);*/
}
body #scrollDown,
html #scrollDown {
  background: url(../images/btnArrow.png) no-repeat;
  width: 121px;
  height: 49px;
  display: inline-block;
  text-indent: -99999px;
}
body #stickyNav,
html #stickyNav {
  z-index: 999;
  height: 100px;
  min-height: 73px;
  min-width:1100px;
  background:#fff;
  -webkit-box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.2);
  -moz-box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.2);
  box-shadow: 0px 3px 3px 0px rgba(50, 50, 50, 0.2);
  width: 100%;
  top: 0;
  display: block;
  /*border:1px solid red;*/
  -webkit-transform: translateZ(0);
}
body #stickyNav #innerstickyNav,
html #stickyNav #innerstickyNav {
  float: left;
  z-index: 1000;
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 100px;
  display: block;
}
body #stickyNav #innerstickyNav #rfHome,
html #stickyNav #innerstickyNav #rfHome {
  display: block;
  text-align: left;
  text-indent: -99999px;
  position: absolute;
  left: 15px;
  top: 0px;
  background: url(../images/index2_02.jpg) center center no-repeat;
  width: 300px;
  height: 100px;
}


body #stickyNav #innerstickyNav ul#expand li:last-child a,
html #stickyNav #innerstickyNav ul#expand li:last-child a {
  padding: 0 0 0 0px;
  margin-right: 0px;
}
body #stickyNav .menuBtn,
html #stickyNav .menuBtn {
  display: block;
  width: 19px;
  height: 18px;
  text-indent: -9999px;
  text-align: left;
  padding: 0 7px !important;
  border: none !important;
}
body #stickyNav .menuBtn:before,
html #stickyNav .menuBtn:before {
  display: none;
}
body #stickyNav #btnFacebook,
html #stickyNav #btnFacebook {
  background: url(../images/btnFacebook.png) no-repeat;
}
body #stickyNav #btnTwitter,
html #stickyNav #btnTwitter {
  background: url(../images/btnTwitter.png) no-repeat;
}
body #stickyNav #btnLinkedin,
html #stickyNav #btnLinkedin {
  background: url(../images/btnLinkedin.png) no-repeat;
}
body #stickyNav #btnInstagram,
html #stickyNav #btnInstagram {
  background: url(../images/btnInstagram.png) no-repeat;
}
body #stickyNav #btnTumblr,
html #stickyNav #btnTumblr {
  background: url(../images/btnTumblr.png) no-repeat;
}
body a#toggleMenu:after,
html a#toggleMenu:after {
  background: url(../images/bgMenuArrow.png) no-repeat;
  content: '';
  display: inline-block;
  height: 7px;
  width: 12px;
  position: relative;
  margin: 0 0 0 5px;
  background-position: 0 -9px;
}
body #expand,
html #expand {
  position: absolute;
  bottom: 0px;
  right: 0;
}
body a#toggleMenu.toggled:after,
html a#toggleMenu.toggled:after {
  background-position: 0 0px;
}
body a#toggleMenu:before,
html a#toggleMenu:before {
  display: none;
}
body #expand,
html #expand {
  top: 40px !important;
  /*padding: 0 10px !important;*/
}
body #content,
html #content {
  top: 0;
  position: fixed;
  left: 0;
  width: 100%;
  z-index: -1;
  background: transparent;
  height: 100%;
}
body #content img,
html #content img {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
body #content iframe,
html #content iframe {
  position: absolute;
  float: left;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}
body #content #innerContent,
html #content #innerContent {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}
body .pushed,
html .pushed {
  margin-top: 100px;
}
body .stick,
html .stick {
  position: fixed;
  z-index: 9999;
  top: 0px;
  width: 100%;
}
body .nostick,
html .nostick {
  position: relative;
}
body #still,
html #still {
  background: url(../images/bgTile.png) repeat;
}
body #still img,
html #still img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  float: left;
  border-collapse: collapse;
}
body .stuck,
html .stuck {
  position: fixed !important;
  top: 100px;
  left: 0;
}
body #vidOverlay,
html #vidOverlay {
  /*background: url(../images/ind_tab_bg.png);*/
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
 /* height: 100%;*/
  min-width:1100px;
}
body #vidOverlay #vidTitle{top:1%;text-align: center;color: #fff;display: inline-block;width: 100%;height: auto;line-height:130px;margin:2% 0 0 0; letter-spacing:5px; font-weight:bold;}
body #vidOverlay h2,html #vidOverlay h2 {font: 36px/100% 'Arial';color: #111;text-align: center;width: 60%;min-width:1130px;margin: 25px auto 10px;line-height:80px;letter-spacing: 5px;font-size:22px;}
body #vidOverlay p,html #vidOverlay p{font: 28px/120% "寰蒋闆呴粦";color: #111;text-align: center;width:50%; min-width:950px;margin: 30px auto 100px;line-height:50px;}
body div,
html div {
 /* width: 100%;*/
 /* overflow-x: hidden;
  overflow:hidden;*/
}
/*body .rf-section,
html .rf-section {
  width: 100%;
  min-width:1100px;
  text-align: center;
  overflow-x: hidden;
  float: left;
}*/
 /*body .rf-section div,
html .rf-section div {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  overflow: hidden;
}*/

body .rf-section .quote p,
html .rf-section .quote p {
  font: 40px/120% 'Montserrat', sans-serif;
  width: 66%;
  padding: 250px 16.5% 20px;
  margin: 0;
}
body .rf-section .quote p:before,
html .rf-section .quote p:before {
  content: '鈥�';
  font-size: 60px;
  position: relative;
  top: 13px;
}
body .rf-section .quote p:after,
html .rf-section .quote p:after {
  content: '鈥�';
  font-size: 60px;
  position: relative;
  top: 13px;
}
body .rf-section .quote span.quote-author,
html .rf-section .quote span.quote-author {
  font-size: 23px;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  display: inline-block;
}
body .rf-section .quote span.quote-author-title,
html .rf-section .quote span.quote-author-title {
  font-size: 19px;
  display: inline-block;
  padding-bottom: 200px;
  position: relative;
  font-weight: normal;
}
body .rf-section .quote span.quote-author-title:before,
html .rf-section .quote span.quote-author-title:before {
  content: ' | ';
  display: inline-block;
  color: #fff;
  margin: 0 10px;
}
body .rf-section .arrowTop,
html .rf-section .arrowTop {
  width: 100%;
  background: #fff;
  text-align: center;
  padding: 0;
  font: 16px/160% 'Montserrat', sans-serif;
  text-transform: uppercase;
  margin: 10px 0 20px 0;
}
body .rf-section#rf-whatwedo #curtain-panel,
html .rf-section#rf-whatwedo #curtain-panel {
  width: 100%;
  padding: 0 0;
  height: 235px;
  position: relative;
  background: #00944c;
  /* Old browsers */
  background: -moz-linear-gradient(left, #00944c 0%, #00944c 49%, #4a9400 50%, #4a9400 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #00944c), color-stop(49%, #00944c), color-stop(50%, #4a9400), color-stop(100%, #4a9400));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, #00944c 0%, #00944c 49%, #4a9400 50%, #4a9400 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left, #00944c 0%, #00944c 49%, #4a9400 50%, #4a9400 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(left, #00944c 0%, #00944c 49%, #4a9400 50%, #4a9400 100%);
  /* IE10+ */
  background: linear-gradient(to right, #00944c 0%, #00944c 49%, #4a9400 50%, #4a9400 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00944c', endColorstr='#4a9400', GradientType=1);
  /* IE6-9 */
  -moz-box-shadow: inset 0 12px 12px -8px rgba(50, 50, 50, 0.2), inset 0 -12px 12px -8px rgba(50, 50, 50, 0.2);
  -webkit-box-shadow: inset 0 12px 12px -8px rgba(50, 50, 50, 0.2), inset 0 -12px 12px -8px rgba(50, 50, 50, 0.2);
  box-shadow: inset 0 12px 12px -8px rgba(50, 50, 50, 0.2), inset 0 -12px 12px -8px rgba(50, 50, 50, 0.2);
}
body .rf-section#rf-whatwedo #curtain-panel.animated-curtain-panel,
html .rf-section#rf-whatwedo #curtain-panel.animated-curtain-panel {
  height: 304px;
}
body .rf-section#rf-whatwedo #curtain-panel div,
html .rf-section#rf-whatwedo #curtain-panel div {
  width: 21%;
  float: left;
  height: auto;
  height: 175px;
  /*
                    -webkit-box-shadow: 4px 8px 25px 8px rgba(50,50,50,0.2);
                    -moz-box-shadow: 4px 8px 25px 8px rgba(50,50,50,0.2);
                    box-shadow: 4px 8px 25px 8px rgba(50,50,50,0.2);
                    */
  padding: 30px 2%;
  overflow: visible;
  cursor: pointer;
  -moz-box-shadow: inset 0 12px 12px -8px rgba(50, 50, 50, 0.2), inset 0 -12px 12px -8px rgba(50, 50, 50, 0.2);
  -webkit-box-shadow: inset 0 12px 12px -8px rgba(50, 50, 50, 0.2), inset 0 -12px 12px -8px rgba(50, 50, 50, 0.2);
  box-shadow: inset 0 12px 12px -8px rgba(50, 50, 50, 0.2), inset 0 -12px 12px -8px rgba(50, 50, 50, 0.2);
}
body .rf-section#rf-whatwedo #curtain-panel div.animated-panel-sibling,
html .rf-section#rf-whatwedo #curtain-panel div.animated-panel-sibling {
  width: 12%;
  height: 300px;
}
body .rf-section#rf-whatwedo #curtain-panel div.animated-panel,
html .rf-section#rf-whatwedo #curtain-panel div.animated-panel {
  width: 48%;
  position: relative;
  z-index: 999;
  height: 300px;
}
body .rf-section#rf-whatwedo #curtain-panel div h5,
html .rf-section#rf-whatwedo #curtain-panel div h5 {
  font: 20px/110% 'Montserrat', sans-serif;
  text-align: left;
  color: #fff;
  margin: 0px 0px 0px 10px;
  width: 260px;
  height: 80px;
  position: absolute;
  padding-bottom: auto;
  letter-spacing: auto;
  top: 50px;
}
body .rf-section#rf-whatwedo #curtain-panel div h5:after,
html .rf-section#rf-whatwedo #curtain-panel div h5:after {
  content: '';
  background: url(../images/iconTooltip.png) no-repeat;
  width: 8px;
  height: 15px;
  display: inline-block;
  opacity: 0.6;
  left: 8px;
  position: relative;
  top: -2px;
}
body .rf-section#rf-whatwedo #curtain-panel div p,
html .rf-section#rf-whatwedo #curtain-panel div p {
  position: relative;
  margin: 114px 0 0 12px;
  text-align: left;
  font: 17px/133% 'Montserrat', sans-serif;
  color: #fff;
  display: none;
}
body .rf-section#rf-whatwedo #curtain-panel div a.close,
html .rf-section#rf-whatwedo #curtain-panel div a.close {
  background: url(../images/btnClose.png) no-repeat;
  position: absolute;
  top: 30px;
  right: 30px;
  text-align: left;
  text-indent: -9999px;
  width: 24px;
  height: 24px;
  display: none;
}
body .rf-section#rf-whatwedo #curtain-panel div a.panel-mail,
html .rf-section#rf-whatwedo #curtain-panel div a.panel-mail {
  display: none;
  font: 17px/133% 'Montserrat', sans-serif;
  position: absolute;
  bottom: 60px;
  right: 20px;
  text-align: left;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
}
body .rf-section#rf-whatwedo #curtain-panel div:first-child,
html .rf-section#rf-whatwedo #curtain-panel div:first-child {
  background: #00944c;
  /*-webkit-box-shadow: none;
                        -moz-box-shadow: none;
                        box-shadow:none;*/
}
body .rf-section#rf-whatwedo #curtain-panel div:first-child H5,
html .rf-section#rf-whatwedo #curtain-panel div:first-child H5 {
  margin: 0px 0px 0px 10px;
}
body .rf-section#rf-whatwedo #curtain-panel div:first-child span,
html .rf-section#rf-whatwedo #curtain-panel div:first-child span {
  color: #83CD01;
}
body .rf-section#rf-whatwedo #curtain-panel div:nth-child(2),
html .rf-section#rf-whatwedo #curtain-panel div:nth-child(2) {
  background: #55B520;
}
body .rf-section#rf-whatwedo #curtain-panel div:nth-child(2) H5,
html .rf-section#rf-whatwedo #curtain-panel div:nth-child(2) H5 {
  margin: 0px 0px 0px 10px;
}
body .rf-section#rf-whatwedo #curtain-panel div:nth-child(2) span,
html .rf-section#rf-whatwedo #curtain-panel div:nth-child(2) span {
  color: #8CE301;
}
body .rf-section#rf-whatwedo #curtain-panel div:nth-child(3),
html .rf-section#rf-whatwedo #curtain-panel div:nth-child(3) {
  background: #86CF00;
}
body .rf-section#rf-whatwedo #curtain-panel div:nth-child(3) span,
html .rf-section#rf-whatwedo #curtain-panel div:nth-child(3) span {
  color: #99F701;
}
body .rf-section#rf-whatwedo #curtain-panel div:nth-child(4),
html .rf-section#rf-whatwedo #curtain-panel div:nth-child(4) {
  background: #4a9400;
  /*-webkit-box-shadow: none;
                        -moz-box-shadow: none;
                        box-shadow:none;*/
}
body .rf-section#rf-whatwedo #curtain-panel div:nth-child(4) H5,
html .rf-section#rf-whatwedo #curtain-panel div:nth-child(4) H5 {
  margin: 0px 0px 0px 10px;
}
body .rf-section#rf-whatwedo .black #whatwedo-rfi,
html .rf-section#rf-whatwedo .black #whatwedo-rfi {
  width: 60%;
  padding: 30px 20%;
}
body .rf-section#rf-whatwedo .black #whatwedo-rfi .img,
html .rf-section#rf-whatwedo .black #whatwedo-rfi .img {
  width: 20%;
  float: left;
  padding-right: 20px;
}
body .rf-section#rf-whatwedo .black #whatwedo-rfi .img img,
html .rf-section#rf-whatwedo .black #whatwedo-rfi .img img {
  width: 100%;
  height: auto;
}
body .rf-section#rf-whatwedo .black #whatwedo-rfi p,
html .rf-section#rf-whatwedo .black #whatwedo-rfi p {
  font: 16px/160% 'Montserrat', sans-serif;
  color: #fff;
  text-align: left;
}
body .rf-section#rf-whatwedo .black #whatwedo-rfi a,
html .rf-section#rf-whatwedo .black #whatwedo-rfi a {
  color: #F8C01E;
  text-decoration: none;
  text-transform: uppercase;
  clear: left;
}
body .rf-section#rf-whatwedo .black #whatwedo-rfi a:after,
html .rf-section#rf-whatwedo .black #whatwedo-rfi a:after {
  content: ' > ';
  color: #F8C01E;
  margin: 0 4px;
}
body .rf-section#rf-whatwedo .black #whatwedo-rfi a.nocontent:after,
html .rf-section#rf-whatwedo .black #whatwedo-rfi a.nocontent:after {
  content: "";
}
body .rf-section#rf-whatwedo .black #whatwedo-rfi a.rfi-mail,
html .rf-section#rf-whatwedo .black #whatwedo-rfi a.rfi-mail {
  font-family: 'Montserrat', sans-serif;
  text-align: right;
  float: right;
  margin-top: 0px;
}
body .rf-section#rf-whatwedo .black #whatwedo-rfi a.rfi-mail:after,
html .rf-section#rf-whatwedo .black #whatwedo-rfi a.rfi-mail:after {
  content: '';
}
body .rf-section#rf-whatwedo #whatwedo-groups,
html .rf-section#rf-whatwedo #whatwedo-groups {
  width: 60%;
  padding: 65px 20% 230px;
  float: left;
}
body .rf-section#rf-whatwedo #whatwedo-groups div,
html .rf-section#rf-whatwedo #whatwedo-groups div {
  width: 33%;
  float: left;
}
body .rf-section#rf-whatwedo #whatwedo-groups div a,
html .rf-section#rf-whatwedo #whatwedo-groups div a {
  width: 80%;
  padding: 10px 10%;
  position: relative;
  display: block;
  text-align: center;
}
body .rf-section#rf-whatwedo #whatwedo-groups div a img,
html .rf-section#rf-whatwedo #whatwedo-groups div a img {
  width: 80%;
  height: auto;
}
body .rf-section#rf-whatwedo #whatwedo-groups div.group-content,
html .rf-section#rf-whatwedo #whatwedo-groups div.group-content {
  background: rgba(0, 0, 0, 0.4);
  width: auto;
  height: auto;
  position: absolute;
  overflow: visible;
  visibility: hidden;
  width: inherit;
  bottom: 100px;
  padding: 0;
}
body .rf-section#rf-whatwedo #whatwedo-groups div.group-content:before,
html .rf-section#rf-whatwedo #whatwedo-groups div.group-content:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 16.5px 18px 16.5px;
  border-color: transparent transparent #000 transparent;
  display: block;
  position: relative;
  top: -18px;
  opacity: 0.4;
}
body .rf-section#rf-whatwedo #whatwedo-groups div.group-content#container1:before,
html .rf-section#rf-whatwedo #whatwedo-groups div.group-content#container1:before {
  left: 16%;
  margin-left: -12px;
}
body .rf-section#rf-whatwedo #whatwedo-groups div.group-content#container2:before,
html .rf-section#rf-whatwedo #whatwedo-groups div.group-content#container2:before {
  left: 50%;
  margin-left: -18px;
}
body .rf-section#rf-whatwedo #whatwedo-groups div.group-content#container3:before,
html .rf-section#rf-whatwedo #whatwedo-groups div.group-content#container3:before {
  left: 82%;
  margin-left: -13px;
}
body .rf-section#rf-whatwedo #whatwedo-groups div.group-content p,
html .rf-section#rf-whatwedo #whatwedo-groups div.group-content p {
  font: 14px/150% 'Montserrat', sans-serif;
  color: #fff;
  padding: 0px 20px 20px 20px;
  text-align: left;
}
body .rf-section#rf-whatwedo #whatwedo-groups div.group-content.active,
html .rf-section#rf-whatwedo #whatwedo-groups div.group-content.active {
  visibility: visible;
}
body .rf-section#rf-howwethink #rf-blogs,
html .rf-section#rf-howwethink #rf-blogs {
  min-height: 200px;
  height: auto;
  width: 80%;
  max-width: 900px;
  padding: 70px 10%;
  display: inline-block;
  float: none;
}
body .rf-section#rf-howwethink #rf-blogs div,
html .rf-section#rf-howwethink #rf-blogs div {
  float: left;
  width: 20%;
}
body .rf-section #feedPrev,
html .rf-section #feedPrev {
  display: block;
  background: url(../images/btnArrowLeft_White.png) no-repeat;
  width: 35px;
  height: 69px;
  left: 3px;
  text-indent: -99999px;
  position: relative;
  float: left;
  bottom: 170px;
  cursor: pointer;
}
body .rf-section #feedNext,
html .rf-section #feedNext {
  display: block;
  background: url(../images/btnArrowRight_White.png) no-repeat;
  width: 35px;
  height: 69px;
  right: 10px;
  text-indent: -99999px;
  position: relative;
  float: right;
  bottom: 170px;
  cursor: pointer;
}
body .rf-section .news-carousel,
html .rf-section .news-carousel {
  width: 80%;
  padding: 0 10%;
  margin: 0 0 150px 0;
}
body .rf-section .news-carousel .item a,
html .rf-section .news-carousel .item a {
  text-decoration: none;
}
body .rf-section .news-carousel .item p,
html .rf-section .news-carousel .item p {
  width: 80%;
  padding: 0 10%;
  text-align: left;
  font: 17px/133% 'Montserrat', sans-serif;
  color: #333;
}
body .rf-section .news-carousel .item .thumb-container,
html .rf-section .news-carousel .item .thumb-container {
  width: 80%;
  padding: 0 10%;
}
body .rf-section .news-carousel .item .thumb-container img,
html .rf-section .news-carousel .item .thumb-container img {
  width: 100%;
  border: 1px solid silver;
}
body .rf-section #newsPrev,
html .rf-section #newsPrev {
  display: block;
  background: url(../images/btnArrow_Left.png) no-repeat;
  width: 35px;
  height: 69px;
  left: 30px;
  text-indent: -99999px;
  position: relative;
  float: left;
  bottom: 450px;
  cursor: pointer;
}
body .rf-section #newsNext,
html .rf-section #newsNext {
  display: block;
  background: url(../images/btnArrow_Right.png) no-repeat;
  width: 35px;
  height: 69px;
  right: 30px;
  text-indent: -99999px;
  position: relative;
  float: right;
  bottom: 450px;
  cursor: pointer;
}
body .rf-section #leadership,
html .rf-section #leadership {
  width: 70%;
  padding: 0 15% 50px;
}
body .rf-section #leadership div,
html .rf-section #leadership div {
  width: 20%;
  float: left;
  font: 14px/120% 'Montserrat', sans-serif;
  color: #333;
  text-align: center;
  vertical-align: top;
}
body .rf-section #leadership div.medium,
html .rf-section #leadership div.medium {
  float: none;
  display: inline-block;
  width: 18%;
  padding: 10px 0 10px 0;
}
body .rf-section #leadership div.small,
html .rf-section #leadership div.small {
  float: none;
  display: inline-block;
  width: 18%;
  padding: 10px 1px 10px;
}
body .rf-section #leadership div span,
html .rf-section #leadership div span {
  width: 100%;
  text-align: center;
  float: left;
}
body .rf-section #leadership div span:first-of-type,
html .rf-section #leadership div span:first-of-type {
  margin: 10px 0 4px 0;
}
body .rf-section #leadership div img,
html .rf-section #leadership div img {
  width: 90%;
  padding: 0 5%;
  height: auto;
}
body .rf-section #leadership-small,
html .rf-section #leadership-small {
  padding-top: 20px;
}
body .rf-section .leadership-carousel .item,
html .rf-section .leadership-carousel .item {
  font: 14px/120% 'Montserrat', sans-serif;
  color: #333;
}
body .rf-section .leadership-carousel .item span,
html .rf-section .leadership-carousel .item span {
  display: inline-block;
  width: 100%;
  text-align: center;
}
body .rf-section #leadership-gallery,
html .rf-section #leadership-gallery {
  max-height: 440px;
}
body .rf-section #leadershipPrev,
html .rf-section #leadershipPrev {
  margin-left: 5%;
  float: left;
  top: -245px;
  position: relative;
  cursor: pointer;
}
body .rf-section #leadershipNext,
html .rf-section #leadershipNext {
  margin-right: 5%;
  float: right;
  top: -245px;
  position: relative;
  cursor: pointer;
}
body .rf-section#rf-clients h3,
html .rf-section#rf-clients h3 {
  margin-bottom: 0;
}
body .rf-section#rf-clients p,html .rf-section#rf-clients p {/*font:24px/130% Arial; width:46%;padding:0 27%;text-align:center;font-weight:400;margin:25px 0 320px 0;letter-spacing:10px;color:#333333;*/}
body .rf-section#rf-clients .black,
html .rf-section#rf-clients .black {text-align:center;width:100%;position:relative;min-height:700px;background: url(../images/ind_tab_bg.png);}
html .rf-section#rf-clients .black .arrow7{position:absolute;top:0px;left:50%;margin-left:-38px;content: '';width: 0;height: 0;border-style: solid;border-width: 29px 38px 0 38px;border-color: #ffffff transparent transparent transparent;display:inline-block;z-index: 9;opacity:0.90;filter:alpha(opacity=90);z-index:1;}
html .rf-section#rf-clients .black ul{position: relative;text-align:center;margin:150px auto 0px;}
html .rf-section#rf-clients .black ul li{display: inline-block;width:auto;text-align:left;font:14px "寰蒋闆呴粦";color:#d5d5d5;vertical-align:top;width:430px;margin:0 0 0 60px;}
html .rf-section#rf-clients .black ul li.con_l{text-align:right;margin:0 70px 0 0;}
html .rf-section#rf-clients .black ul li .tit{font-size:18px;margin-bottom:40px;}
html .rf-section#rf-clients .black ul li div{height:22px;line-height:22px;margin-bottom:5px;overflow:visible;}
html .rf-section#rf-clients .black ul li div span{display:block;width:14px;height:17px;background:url(../images/index21_01.png) no-repeat;float:right;margin:3px 0 0 10px;}
html .rf-section#rf-clients .black ul li div span.con_addr{background-position:0 0;}
html .rf-section#rf-clients .black ul li div span.con_tel{background-position:0 -27px;}
html .rf-section#rf-clients .black ul li div span.con_email{background-position:0 -50px;}
html .rf-section#rf-clients .black ul li div.bshare-custom{margin-top:15px;}
html .rf-section#rf-clients .black ul li div.bshare-custom a{padding:0; margin-right:10px;width:22px;height:22px;background:url(../images/index21_02.png) no-repeat;}
html .rf-section#rf-clients .black ul li div.bshare-custom .bshare-weixin{ background-position:0 0;}
html .rf-section#rf-clients .black ul li div.bshare-custom .bshare-sinaminiblog{ background-position:-34px 0;}
html .rf-section#rf-clients .black ul li div.bshare-custom .bshare-qqim{ background-position:-68px 0;}
html .rf-section#rf-clients .black ul li div.bshare-custom .bshare-qqxiaoyou{ background-position:-102px 0;}
html .rf-section#rf-clients .black ul li div.bshare-custom .bshare-kaixin001{ background-position:-136px 0;}
#bsWXBox{z-index:100000;}
#bsWXBox div{overflow:visible;}

body .rf-section #visionSwitcher,html .rf-section #visionSwitcher {margin: 0 0 0px 0; }
.rf-section #visionSwitcher .rollBox { clear:both; height:220px;margin:150px auto 100px; width:1300px; position:relative;}
.rf-section #visionSwitcher .rollBox div#List1,.rollBox div#List2{ position:relative; width:auto; position:relative;}
.rf-section #visionSwitcher .rollBox .LeftBotton { height:67px; width:34px; overflow:hidden; display:inline; margin:70px 0 0 0; cursor:pointer; position:absolute; left:0; top:0;}
.rf-section #visionSwitcher .rollBox .RightBotton { height:67px; width:34px; overflow:hidden;display:inline; margin:70px 0 0 0; cursor:pointer; position:absolute; right:0; top:0;}
.rf-section #visionSwitcher .rollBox .Cont { width:1200px; overflow:hidden; background:url(../images/index3_03.png) no-repeat right top; margin:0 auto;}
.rf-section #visionSwitcher .rollBox .ScrCont { width:10000000px;}
.rf-section #visionSwitcher .rollBox .Cont .pic { width:338px; height:220px; float:left; padding:0 31px; text-align:left; background:url(../images/index3_03.png) no-repeat left top;}
.rf-section #visionSwitcher .rollBox .Cont .pic .tit {  width:338px;font-size:18px; margin-bottom:27px;font-family:"寰蒋闆呴粦"; font-weight:bold;}
.rf-section #visionSwitcher .rollBox .Cont .pic .tit a{ color:#e8373e; text-decoration:none;}
.rf-section #visionSwitcher .rollBox .Cont .pic .time { font:14px "寰蒋闆呴粦"; color:#ffffff; border-bottom:1px solid #ffffff; margin-bottom:27px; line-height:20px;}
.rf-section #visionSwitcher .rollBox .Cont .pic .con{ font-size:14px "寰蒋闆呴粦"; line-height:25px; overflow:hidden; margin-bottom:20px;}
.rf-section #visionSwitcher .rollBox .Cont .pic .con a{ color:#d5d5d5; text-decoration:none;}
.rf-section #visionSwitcher .rollBox .Cont .pic .btm a{ display:block; width:145px; text-align:center;padding:6px 0; font:14px ; color:#bbbbbb; border:1px solid #ffffff; text-decoration:none; margin:0 auto;}
.rf-section #visionSwitcher .rollBox .Cont .pic .btm a:hover{ background:#e8373e; border:1px solid #e8373e;}
.rf-section #visionSwitcher .rollBox #List1, .rollBox #List2 { float:left;}
body .rf-section #visionSwitcher ul,
html .rf-section #visionSwitcher ul {
  margin-top: 75px;
}
body .rf-section #visionSwitcher:before,
html .rf-section #visionSwitcher:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 29px 38px 0 38px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  display: inline-block;
  z-index: 9;
}
body .rf-section #howwethinkSwitcher ul li a,
html .rf-section #howwethinkSwitcher ul li a {
  font-size: 50px;
  line-height: 90%;
}
body .rf-section #rf-vision,
html .rf-section #rf-vision {
  padding-bottom: 120px;
}

/* iPads (portrait and landscape) ----------- */
@media only screen and (max-width: 1024px) {
  html #header .subheading h2,
  body #header .subheading h2 {
    font-size: 12px;
    padding-bottom: 30%;
  }
  html #vidOverlay,
  body #vidOverlay {
    background: url(../images/images/background/RF_BG_1024_08.jpg) no-repeat;
    background-position: bottom center;
  }
  html .rf-section h2,
  body .rf-section h2 {
    width: 90%;
    margin: 50px 0 50px 0;
  }
  html .rf-section h3,
  body .rf-section h3 {
    width: 90%;
    padding: 0 5%;
    margin-top: 0;
    font-size: 36px;
  }
  html .rf-section .switcher p,
  body .rf-section .switcher p {
    width: 90%;
    padding: 0 5%;
  }
  html .rf-section .switcher ul li a,
  body .rf-section .switcher ul li a {
    font: 50px/110% 'Montserrat', sans-serif;
    font-weight: 700;
  }
  html .rf-section .quote p,
  body .rf-section .quote p {
    font: 40px/120% 'Montserrat', sans-serif;
    width: 90%;
    padding: 100px 5% 20px;
    margin: 0;
  }
  html .rf-section .quote p:before,
  body .rf-section .quote p:before {
    content: '鈥�';
    font-size: 60px;
  }
  html .rf-section .quote p:after,
  body .rf-section .quote p:after {
    content: '鈥�';
    font-size: 60px;
  }
  html .rf-section .quote span.quote-author,
  body .rf-section .quote span.quote-author {
    font-size: 23px;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    display: inline-block;
  }
  html .rf-section .quote span.quote-author-title,
  body .rf-section .quote span.quote-author-title {
    font-size: 19px;
    display: inline-block;
    padding-bottom: 100px;
    position: relative;
    font-weight: normal;
  }
  html .rf-section .quote span.quote-author-title:before,
  body .rf-section .quote span.quote-author-title:before {
    content: ' | ';
    display: inline-block;
    color: #fff;
    margin: 0 10px;
  }
  html .rf-section#rf-whatwedo,
  body .rf-section#rf-whatwedo {
    background: url(../images/images/background/RF_BG_1024_02.jpg) no-repeat;
    background-position: bottom center;
    /*background-size: 165%;*/
  }
  html .rf-section#rf-vision,
  body .rf-section#rf-vision {
    background: url(../images/images/background/RF_BG_1024_03.jpg) no-repeat;
    background-position: bottom center;
  }
  html .rf-section#rf-howwethink,
  body .rf-section#rf-howwethink {
    background: url(../images/images/background/RF_BG_1024_06.jpg) no-repeat;
    background-position: bottom center;
  }
  html .rf-section#rf-news,
  body .rf-section#rf-news {
    background: url(../images/images/background/RF_BG_1024_09.jpg) no-repeat;
    background-position: bottom center;
  }
  html .rf-section#rf-people .leadership-gallery .owl-controls,
  body .rf-section#rf-people .leadership-gallery .owl-controls {
    top: -55px;
  }
  html .rf-section#rf-people .black,
  body .rf-section#rf-people .black {
    height: 395px;
  }
  html .rf-section#rf-clients,
  body .rf-section#rf-clients {
    background: url(../images/images/background/RF_BG_1024_05.jpg) no-repeat;
    background-position: bottom center;
    /*background-size: 100% 50%;*/
  }
  html .rf-section#rf-contact,
  body .rf-section#rf-contact {
    background: url(../images/images/background/RF_BG_1024_04.jpg) no-repeat;
    background-position: bottom center;
    background-size: 100% 75%;
  }
  #content {
    display: none;
    z-index: 1;
  }
  #content iframe {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  body #header,
  html #header {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }
  body #header .homeImg,
  html #header .homeImg {
    width: 100%;
  }
  body #header .paddingSide,
  html #header .paddingSide {
    width: 0;
  }
  body #header .padder #scrollDown,
  html #header .padder #scrollDown {
    background: url(../images/btnArrow-small.png) no-repeat;
    width: 29px;
    height: 15px;
  }
  body .white-popup,
  html .white-popup {
    position: relative;
    background: #000;
    width: 100%;
    height: 100vh;
    padding: 0px;
    left: 0px;
    overflow-y: hidden;
  }
  body .white-popup .news-popup-content,
  html .white-popup .news-popup-content {
    margin: 0;
  }
  body .white-popup .news-popup-content img,
  html .white-popup .news-popup-content img {
    width: 100%;
    position: absolute;
    left: 0px;
    margin-bottom: 50px;
  }
  body .white-popup .news-popup-content h6,
  html .white-popup .news-popup-content h6 {
    font: 16px/100% 'Montserrat', sans-serif;
    left: 0px;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0px 0 30px 0;
    top: 30%;
    position: absolute;
    border: 5px;
    border-color: red;
  }
  body .white-popup .news-popup-content p,
  html .white-popup .news-popup-content p {
    color: #fff;
    font: 12px/130% 'Myriad Pro', sans-serif;
    margin: 0;
    top: 50%;
    left: 15px;
    position: absolute;
  }
  body .white-popup .news-popup-content .mfp-close,
  html .white-popup .news-popup-content .mfp-close {
    position: relative;
    bottom: 5px;
    right: 5px;
  }
  body .mfp-wrap,
  html .mfp-wrap {
    top: 5%;
    height: 95%;
  }
  body .owl-leadership,
  html .owl-leadership {
    z-index: 10000;
    position: relative;
    bottom: 20%;
    margin: 0;
  }
  body #content,
  html #content {
    background: url(../images/768_1.jpg) no-repeat !important;
    background-attachment: fixed;
    z-index: 1;
    display: none;
  }
  body #content iframe,
  html #content iframe {
    display: none;
  }


  body #stickyNav,
  html #stickyNav {
    height: 43px;
    min-height: 43px;
    background: rgba(96, 205, 36, 0.9);

  }
  body #stickyNav #innerstickyNav,
  html #stickyNav #innerstickyNav {
    height: 43px;
  }
  body #stickyNav #innerstickyNav #rfHome,
  html #stickyNav #innerstickyNav #rfHome {
    display: block;
    text-align: left;
    text-indent: -99999px;
    position: absolute;
    left: 15px;
    top: 13px;
    background: url(../images/logoRF.png) no-repeat;
    width: 164px;
    height: 14px;
    background-size: contain;
  }
  body #stickyNav #innerstickyNav ul,
  html #stickyNav #innerstickyNav ul {
    position: relative;
    left: 0px;
    top: 15px;
    height: 43px;
    padding-left: 0;
  }
  body #stickyNav #innerstickyNav ul .vline,
  html #stickyNav #innerstickyNav ul .vline {
    top: 275px;
    position: relative;
  }
  body #stickyNav #innerstickyNav ul li .mobileNav,
  html #stickyNav #innerstickyNav ul li .mobileNav {
    top: 275px;
    position: relative;
  }
  body #stickyNav #innerstickyNav ul li .rfNav,
  html #stickyNav #innerstickyNav ul li .rfNav {
    display: none;
  }
  body #stickyNav #innerstickyNav ul li .menuBtn,
  html #stickyNav #innerstickyNav ul li .menuBtn {
    position: relative;
    top: 275px;
    left: 10px;
  }
  body #stickyNav #innerstickyNav ul li a,
  html #stickyNav #innerstickyNav ul li a {
    font-size: 10px;
    letter-spacing: 0;
    padding: 0;
  }
  body #stickyNav #innerstickyNav ul li #toggleMenu,
  html #stickyNav #innerstickyNav ul li #toggleMenu {
    left: -10px;
    width: 20px!important;
  }
  body #stickyNav #innerstickyNav ul#expand,
  html #stickyNav #innerstickyNav ul#expand {
    position: relative;
    top: -35px !important;
    left: 0px !important;
  }
  body #stickyNav #innerstickyNav ul#expand li,
  html #stickyNav #innerstickyNav ul#expand li {
    position: relative;
    border: none;
    width: 100%;
    float: left;
    display: block;
    height: 25px;
    padding: 2px 0px;
  }
  body #stickyNav #innerstickyNav ul#expand li:last-child,
  html #stickyNav #innerstickyNav ul#expand li:last-child {
    border-bottom: 1px solid white;
  }
  body #stickyNav #innerstickyNav ul#expand li a,
  html #stickyNav #innerstickyNav ul#expand li a {
    text-decoration: none;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 120%;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 0;
    border-left: none;
    -webkit-font-smoothing: subpixel-antialiased;
    width: 100%;
    display: block;
    float: left;
    text-align: right;
    position: relative;
    margin-top: 2px;
  }
  body #stickyNav #innerstickyNav ul#expand li:last-child a,
  html #stickyNav #innerstickyNav ul#expand li:last-child a {
    padding: 0;
    margin-right: 0px;
  }
  body #stickyNav .menuBtn,
  html #stickyNav .menuBtn {
    display: block;
    width: 19px;
    height: 18px;
    text-indent: -9999px;
    text-align: left;
    padding: 0 5px !important;
    border: none !important;
    left: 38px;
  }
  body #stickyNav .menuBtn:before,
  html #stickyNav .menuBtn:before {
    display: none;
  }
  body #stickyNav #btnFacebook,
  html #stickyNav #btnFacebook {
    background: url(../images/btnFacebook.png) no-repeat;
  }
  body #stickyNav #btnTwitter,
  html #stickyNav #btnTwitter {
    background: url(../images/btnTwitter.png) no-repeat;
  }
  body #stickyNav #btnLinkedin,
  html #stickyNav #btnLinkedin {
    background: url(../images/btnLinkedin.png) no-repeat;
  }
  body #stickyNav #btnInstagram,
  html #stickyNav #btnInstagram {
    background: url(../images/btnInstagram.png) no-repeat;
  }
  body #stickyNav #btnTumblr,
  html #stickyNav #btnTumblr {
    background: url(../images/btnTumblr.png) no-repeat;
  }
  body a#toggleMenu,
  html a#toggleMenu {
    position: relative;
    display: block !important;
    left: 0px;
    top: 0px;
    text-indent: -9999px;
    background: url(../images/btnMobileMenu.png) no-repeat;
    width: 9px;
    height: 5px;
  }
  body a#toggleMenu:after,
  html a#toggleMenu:after {
    background: url(../images/bgMenuArrow.png) no-repeat;
    content: '';
    display: inline-block;
    height: 7px;
    width: 12px;
    position: relative;
    margin: 0 0 0 5px;
    background-position: 0 -9px;
  }
  body #expand,
  html #expand {
    position: absolute;
    top: 0px;
    right: 0;
  }
  body a#toggleMenu.toggled:after,
  html a#toggleMenu.toggled:after {
    background-position: 0 0px;
  }
  body a#toggleMenu:before,
  html a#toggleMenu:before {
    display: none;
  }
  body #vidOverlay,
  html #vidOverlay {
    height: 78%;
    position: relative;
    background-position: bottom center;
  }
  body #vidOverlay #vidTitle,
  html #vidOverlay #vidTitle {
    position: relative;
    top: 17%;
    padding-top: 15%;
    /*text-indent:-9999px;
                text-align: left;*/
    font: 30px/100% 'Montserrat', sans-serif;
    text-align: center;
    color: #fff;
    font-weight: 700;
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
    background-position: center center;
    height: auto;
    left: 0;
    letter-spacing: 1px;
  }
  body #vidOverlay p,
  html #vidOverlay p {
    position: realtive;
    font: 16px/130% 'Montserrat', sans-serif;
    color: #fff;
    text-align: center;
    width: 80%;
    padding: 0 10%;
    top: 0;
    margin: 0 0 0 0;
  }
  body .rf-section,
  html .rf-section {
    /* HOW WE THINK */
    /* WHAT WE DO */
    /* NEWS */
    /* LEADERSHIP */
    /* LEADERSHIP CAROUSEL STYLES */
    /*  CLIENTS */
    /* CONTACT */
    /* OFFICES */
  }
  body .rf-section .black #rf-feeds .rf-feed-item,
  html .rf-section .black #rf-feeds .rf-feed-item,
  body .rf-section .black #rf-feeds-new .rf-feed-item,
  html .rf-section .black #rf-feeds-new .rf-feed-item {
    min-height: 140px;
    height: auto;
    border: none;
    width: 100%;
    padding: 0;
  }
  body .rf-section .black #rf-feeds .rf-feed-item h4,
  html .rf-section .black #rf-feeds .rf-feed-item h4,
  body .rf-section .black #rf-feeds-new .rf-feed-item h4,
  html .rf-section .black #rf-feeds-new .rf-feed-item h4 {
    font: 13px/100% 'Montserrat', sans-serif;
    margin: 10px 0;
    padding: 0;
    width: 100%;
    letter-spacing: normal;
    text-align: left;
  }
  body .rf-section .black #rf-feeds .rf-feed-item h4 span,
  html .rf-section .black #rf-feeds .rf-feed-item h4 span,
  body .rf-section .black #rf-feeds-new .rf-feed-item h4 span,
  html .rf-section .black #rf-feeds-new .rf-feed-item h4 span {
    color: #999999;
    font-weight: 400;
    text-transform: none;
  }
  body .rf-section .black #rf-feeds .rf-feed-item h4 a,
  html .rf-section .black #rf-feeds .rf-feed-item h4 a,
  body .rf-section .black #rf-feeds-new .rf-feed-item h4 a,
  html .rf-section .black #rf-feeds-new .rf-feed-item h4 a {
    font: 15px/100% 'Montserrat', sans-serif;
    color: #fff !important;
    margin: 0;
    padding: 0;
  }
  body .rf-section .black #rf-feeds .rf-feed-item h4 a span,
  html .rf-section .black #rf-feeds .rf-feed-item h4 a span,
  body .rf-section .black #rf-feeds-new .rf-feed-item h4 a span,
  html .rf-section .black #rf-feeds-new .rf-feed-item h4 a span {
    color: #999999;
    font-weight: 400;
  }
  body .rf-section .black #rf-feeds .rf-feed-item h5,
  html .rf-section .black #rf-feeds .rf-feed-item h5,
  body .rf-section .black #rf-feeds-new .rf-feed-item h5,
  html .rf-section .black #rf-feeds-new .rf-feed-item h5 {
    font: 20px/100% 'Montserrat', sans-serif;
    color: #fff;
    margin: 0;
    padding: 0;
    text-align: left;
    font-weight: 200 !important;
  }
  body .rf-section .black #rf-feeds .rf-feed-item h5 a,
  html .rf-section .black #rf-feeds .rf-feed-item h5 a,
  body .rf-section .black #rf-feeds-new .rf-feed-item h5 a,
  html .rf-section .black #rf-feeds-new .rf-feed-item h5 a {
    color: #fff;
    text-decoration: none;
    font: 20px/100% 'Montserrat', sans-serif;
    font-weight: 200 !important;
  }
  body .rf-section .black #rf-feeds .rf-feed-item p,
  html .rf-section .black #rf-feeds .rf-feed-item p,
  body .rf-section .black #rf-feeds-new .rf-feed-item p,
  html .rf-section .black #rf-feeds-new .rf-feed-item p {
    font: 12px/100% 'Montserrat', sans-serif;
    color: #999999;
    text-align: left;
    float: left;
    margin: 22px 0 0 0;
  }
  body .rf-section .black #rf-feeds #feedPrev,
  html .rf-section .black #rf-feeds #feedPrev,
  body .rf-section .black #rf-feeds-new #feedPrev,
  html .rf-section .black #rf-feeds-new #feedPrev,
  body .rf-section .black #rf-feeds #feedNext,
  html .rf-section .black #rf-feeds #feedNext,
  body .rf-section .black #rf-feeds-new #feedNext,
  html .rf-section .black #rf-feeds-new #feedNext {
    bottom: 170px;
    cursor: pointer;
  }
  body .rf-section#rf-careers h2,
  html .rf-section#rf-careers h2 {
    margin-top: 50px;
  }
  body .rf-section#rf-careers p,
  html .rf-section#rf-careers p {
    font: 12px/130% 'Montserrat', sans-serif;
    width: 80%;
    padding: 0 10%;
    margin: 25px 0 50px 0;
  }
  body .rf-section#rf-careers h6,
  html .rf-section#rf-careers h6 {
    color: #666666;
    font: 20px/100% 'Montserrat', sans-serif;
    padding: 0;
    margin-bottom: 10px;
    margin-top: 40px;
  }
  body .rf-section#rf-careers .left,
  html .rf-section#rf-careers .left {
    float: none;
    width: 100%;
    padding-right: 0px;
    text-align: center;
    font: 12px/100% 'Myriad Pro', sans-serif;
    color: #333333;
    margin: 0;
  }
  body .rf-section#rf-careers .left .career-block,
  html .rf-section#rf-careers .left .career-block {
    width: 100%;
    height: 60px;
  }
  body .rf-section#rf-careers .left .career-block h6,
  html .rf-section#rf-careers .left .career-block h6 {
    color: #666666;
    font: 20px/100% 'Montserrat', sans-serif;
    padding: 0;
    margin-top: 0px;
  }
  body .rf-section#rf-careers .right,
  html .rf-section#rf-careers .right {
    float: none;
    width: 100%;
    text-align: center;
    padding-left: 0px;
    font: 12px/100% 'Myriad Pro', sans-serif;
    color: #333333;
    margin-bottom: 40px;
    margin: 0 0 40px;
  }
  body .rf-section#rf-careers .right .career-block,
  html .rf-section#rf-careers .right .career-block {
    width: 100%;
    height: 60px;
  }
  body .rf-section#rf-careers .right .career-block h6,
  html .rf-section#rf-careers .right .career-block h6 {
    color: #666666;
    font: 20px/100% 'Montserrat', sans-serif;
    padding: 0;
    margin-top: 0px;
  }
  body .rf-section#rf-vision,
  html .rf-section#rf-vision {
    background: url(../images/images/background/RF_BG_768_03.jpg) no-repeat;
    background-position: 0 -63px;
  }
  body .rf-section#rf-whatwedo,
  html .rf-section#rf-whatwedo {
    background: url(../images/images/background/RF_BG_768_02.jpg) no-repeat;
    background-position: bottom center;
    background-size: 145%;
  }
  body .rf-section#rf-howwethink,
  html .rf-section#rf-howwethink {
    background: url(../images/images/background/RF_BG_768_06.jpg) no-repeat;
    background-position: bottom center;
  }
  body .rf-section#rf-howwethink #rf-feeds,
  html .rf-section#rf-howwethink #rf-feeds,
  body .rf-section#rf-howwethink #rf-feeds-new,
  html .rf-section#rf-howwethink #rf-feeds-new {
    width: 80%;
    padding: 47px 10% 70px;
    height: 160px;
  }
  body .rf-section#rf-howwethink #rf-feeds .rf-feed-item,
  html .rf-section#rf-howwethink #rf-feeds .rf-feed-item,
  body .rf-section#rf-howwethink #rf-feeds-new .rf-feed-item,
  html .rf-section#rf-howwethink #rf-feeds-new .rf-feed-item {
    width: 80%;
    padding: 0 10%;
    float: left;
    min-height: 160px;
    height: auto;
    border-left: none;
  }
  body .rf-section#rf-howwethink #rf-feeds .rf-feed-item h4,
  html .rf-section#rf-howwethink #rf-feeds .rf-feed-item h4,
  body .rf-section#rf-howwethink #rf-feeds-new .rf-feed-item h4,
  html .rf-section#rf-howwethink #rf-feeds-new .rf-feed-item h4 {
    margin: 0;
    color: #fff !important;
    font: 15px/100% 'Montserrat', sans-serif;
    margin: 10px 0;
    padding: 0;
    width: 100%;
    letter-spacing: normal;
    text-align: left;
  }
  body .rf-section#rf-howwethink #rf-feeds .rf-feed-item h4 span,
  html .rf-section#rf-howwethink #rf-feeds .rf-feed-item h4 span,
  body .rf-section#rf-howwethink #rf-feeds-new .rf-feed-item h4 span,
  html .rf-section#rf-howwethink #rf-feeds-new .rf-feed-item h4 span {
    color: #999999;
    font-weight: 400;
    text-transform: none;
  }
  body .rf-section#rf-howwethink #rf-feeds .rf-feed-item h4 a,
  html .rf-section#rf-howwethink #rf-feeds .rf-feed-item h4 a,
  body .rf-section#rf-howwethink #rf-feeds-new .rf-feed-item h4 a,
  html .rf-section#rf-howwethink #rf-feeds-new .rf-feed-item h4 a {
    font: 15px/100% 'Montserrat', sans-serif;
    color: #fff !important;
    margin: 0;
    padding: 0;
  }
  body .rf-section#rf-howwethink #rf-feeds .rf-feed-item h4 a:hover,
  html .rf-section#rf-howwethink #rf-feeds .rf-feed-item h4 a:hover,
  body .rf-section#rf-howwethink #rf-feeds-new .rf-feed-item h4 a:hover,
  html .rf-section#rf-howwethink #rf-feeds-new .rf-feed-item h4 a:hover {
    color: #F9C11E;
  }
  body .rf-section#rf-howwethink #rf-feeds .rf-feed-item h4 a span,
  html .rf-section#rf-howwethink #rf-feeds .rf-feed-item h4 a span,
  body .rf-section#rf-howwethink #rf-feeds-new .rf-feed-item h4 a span,
  html .rf-section#rf-howwethink #rf-feeds-new .rf-feed-item h4 a span {
    color: #999999;
    font-weight: 400;
  }
  body .rf-section#rf-howwethink #rf-feeds .rf-feed-item h5,
  html .rf-section#rf-howwethink #rf-feeds .rf-feed-item h5,
  body .rf-section#rf-howwethink #rf-feeds-new .rf-feed-item h5,
  html .rf-section#rf-howwethink #rf-feeds-new .rf-feed-item h5 {
    font: 30px/100% 'Montserrat', sans-serif;
    color: #fff;
    margin: 0;
    padding: 0;
    text-align: left;
    font-weight: 200 !important;
  }
  body .rf-section#rf-howwethink #rf-feeds .rf-feed-item h5 a,
  html .rf-section#rf-howwethink #rf-feeds .rf-feed-item h5 a,
  body .rf-section#rf-howwethink #rf-feeds-new .rf-feed-item h5 a,
  html .rf-section#rf-howwethink #rf-feeds-new .rf-feed-item h5 a {
    color: #fff;
    text-decoration: none;
    font: 30px/100% 'Montserrat', sans-serif;
    font-weight: 200 !important;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
  }
  body .rf-section#rf-howwethink #rf-feeds .rf-feed-item h5 a:hover,
  html .rf-section#rf-howwethink #rf-feeds .rf-feed-item h5 a:hover,
  body .rf-section#rf-howwethink #rf-feeds-new .rf-feed-item h5 a:hover,
  html .rf-section#rf-howwethink #rf-feeds-new .rf-feed-item h5 a:hover {
    color: #F9C11E;
  }
  body .rf-section#rf-howwethink #rf-feeds .rf-feed-item p,
  html .rf-section#rf-howwethink #rf-feeds .rf-feed-item p,
  body .rf-section#rf-howwethink #rf-feeds-new .rf-feed-item p,
  html .rf-section#rf-howwethink #rf-feeds-new .rf-feed-item p {
    font: 12px/100% 'Montserrat', sans-serif;
    color: #999999;
    text-align: left;
    float: left;
    margin: 22px 0 0 0;
  }
  body .rf-section#rf-howwethink .owl-wrapper-outer,
  html .rf-section#rf-howwethink .owl-wrapper-outer {
    height: 235px;
  }
  body .rf-section#rf-howwethink .owl-controls,
  html .rf-section#rf-howwethink .owl-controls {
    top: -32px;
  }
  body .rf-section#rf-howwethink #feedPrev,
  html .rf-section#rf-howwethink #feedPrev {
    display: block;
    background: url(../images/btnArrowLeft_White.png) no-repeat;
    width: 35px;
    height: 69px;
    left: 3px;
    text-indent: -99999px;
    position: relative;
    float: left;
    bottom: 180px;
    cursor: pointer;
  }
  body .rf-section#rf-howwethink #feedNext,
  html .rf-section#rf-howwethink #feedNext {
    display: block;
    background: url(../images/btnArrowRight_White.png) no-repeat;
    width: 35px;
    height: 69px;
    right: 10px;
    text-indent: -99999px;
    position: relative;
    float: right;
    bottom: 180px;
    cursor: pointer;
  }
  body .rf-section#rf-news,
  html .rf-section#rf-news {
    background: url(../images/images/background/RF_BG_768_09.jpg) no-repeat;
    background-position: bottom center;
  }
  body .rf-section#rf-people .leadership-gallery .owl-controls,
  html .rf-section#rf-people .leadership-gallery .owl-controls {
    top: -55px;
  }
  body .rf-section#rf-people .black,
  html .rf-section#rf-people .black {
    height: 395px;
  }
  body .rf-section#rf-clients,
  html .rf-section#rf-clients {
    background: url(../images/images/background/RF_BG_768_05.jpg) no-repeat;
    background-position: -85px 300px;
  }
  body .rf-section#rf-contact,
  html .rf-section#rf-contact {
    background: url(../images/images/background/RF_BG_768_04.jpg) no-repeat;
    background-position: bottom center;
    background-size: 100% 75%;
  }
 
@media only screen and (max-width: 1200px) and (min-width: 1025px) {
  body,
  html {
    width: 100%;
  }
  body .rf-section,
  html .rf-section {
    width: 100%;
  }
  body .rf-section#rf-whatwedo #curtain-panel,
  html .rf-section#rf-whatwedo #curtain-panel {
    width: 90%;
    padding: 0 5%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 969px) {
  body,
  html {
    width: 100%;
  }
  body .rf-section,
  html .rf-section {
    width: 100%;
  }
  body .rf-section#rf-whatwedo #whatwedo-groups .group-content,
  html .rf-section#rf-whatwedo #whatwedo-groups .group-content {
    bottom: 80px!important;
  }
}
@media only screen and (min-width: 1410px) {
  body,
  html {
    width: 100%;
  }
  body .rf-section,
  html .rf-section {
    width: 100%;
  }
  body .rf-section#rf-whatwedo #whatwedo-groups .group-content,
  html .rf-section#rf-whatwedo #whatwedo-groups .group-content {
    bottom: 120px!important;
  }
}

@keyframes fade-in {  
    0%,40%  {opacity: 0;top:0;}/*初始状态 透明度为0*/  
    40%,100% {opacity: 1;top:300px;}/*结束状态 透明度为1*/  
}  
@-webkit-keyframes fade-in {/*针对webkit内核*/  
    0%,40% {opacity: 0;top:0;}  
    40%,100% {opacity: 1;top:300px;}  
} 
  @-webkit-keyframes imgAnimation{
    0%{ left: -198px}
    100%{ left: 50%;}
 }
  @-moz-keyframes imgAnimation{
    0%{ left: -198px}
    100%{ left: 50%;}
 } 


