html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

@font-face {
  font-family: 'icon-map';
  src: url("../fonts/ic-extension-2.eot?ane5e4");
  src: url("../fonts/ic-extension-2.eot?#iefixane5e4") format("embedded-opentype"), url("../fonts/ic-extension-2.ttf?ane5e4") format("truetype"), url("../fonts/ic-extension-2.woff?ane5e4") format("woff"), url("../fonts/ic-extension-2.svg?ane5e4#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="ic-"], [class*=" ic-"] {
  font-family: 'icon-map';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-map-icon:before {
  content: "\e600";
  font-family: 'icon-map'; }

/* BORDER RADIUS */
/* form elements */
/*buttons*/
.revbuttons {
  background: none;
  border: #eb3223 solid 2px;
  color: #eb3223;
  font-family: "Dosis", sans-serif;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  margin: 0px;
  padding: 0 0 0 15px !important;
  font-family: "Dosis", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  text-align: left; }
  .revbuttons i {
    float: right;
    position: relative;
    right: 15px;
    top: 8px; }
  .revbuttons:hover {
    background: #eb3223;
    color: white; }
  .revbuttons:focus {
    background: #eb3223;
    color: white; }

.button.tiny.revbuttons {
  width: 184px;
  height: 37px;
  font-size: 16px;
  line-height: 33px; }

.button.small.revbuttons {
  width: 205px;
  height: 37px;
  font-size: 16px;
  line-height: 33px; }

.button.small.revbuttons.team-btn {
  width: 100%;
  height: 37px;
  font-size: 16px;
  line-height: 33px;
  background-color: rgba(0, 0, 0, 0.6);
  border: white solid 2px;
  color: white; }
  .button.small.revbuttons.team-btn:hover {
    background: white;
    color: #000000; }

.button.large.revbuttons {
  width: 288px;
  height: 50px;
  font-size: 18px;
  line-height: 45px;
  padding-left: 25px !important; }
  .button.large.revbuttons i {
    float: right;
    position: relative;
    right: 20px;
    top: 14px; }

.button.large.revbuttons.submit-btn {
  width: 236px;
  height: 65px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 45px;
  padding-left: 40px !important; }
  .button.large.revbuttons.submit-btn i {
    float: right;
    position: relative;
    right: 30px;
    top: 10px;
    font-weight: bold; }

/*text fields*/
input[type="text"], input[type="email"], .main-text {
  background: none;
  border: #eb3223 solid 2px !important;
  color: #353535 !important;
  font-family: "Dosis", sans-serif;
  margin: 0px;
  padding: 0 35px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 24px;
  text-align: left;
  width: 100%;
  font-style: italic;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  height: 60px; }

.main-textarea {
  background: none;
  border: #eb3223 solid 2px !important;
  color: #353535 !important;
  font-family: "Dosis", sans-serif;
  margin: 0px;
  padding: 20px 30px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 24px;
  text-align: left;
  width: 100%;
  font-style: italic;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  height: 190px;
  resize: none;
  overflow: hidden; }

/*** selectbox******/
.sbHolder {
  border: #eb3223 solid 2px;
  font-family: Arial, sans-serif;
  font-size: 12px;
  font-weight: normal;
  height: 60px;
  position: relative;
  width: 100%;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px; }

.sbSelector {
  display: block;
  height: 60px;
  left: 0;
  line-height: 60px;
  outline: none;
  overflow: hidden;
  position: absolute;
  text-indent: 10px;
  top: 0;
  width: 100%; }

.sbSelector:link, .sbSelector:visited, .sbSelector:hover {
  color: #353535;
  outline: none;
  text-decoration: none;
  font-size: 24px;
  padding-left: 25px; }

.sbToggle {
  background: url(../images/cont_arrow.png) 10px center no-repeat;
  display: block;
  height: 60px;
  outline: none;
  position: absolute;
  right: 0;
  top: 0;
  width: 60px; }

.sbToggleOpen {
  background: url(../images/cont_arrow.png) 10px center no-repeat; }

.sbToggleOpen:hover {
  background: url(../images/cont_arrow.png) 10px center no-repeat; }

.sbOptions {
  background: #eb3223;
  border: solid 3px white;
  list-style: none;
  left: -1px;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 80px;
  width: 100%;
  z-index: 1;
  overflow-y: auto;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px; }

.sbOptions li {
  padding: 0px;
  height: 45px;
  line-height: 33px; }

.sbOptions a {
  border-bottom: solid 1px white;
  display: block;
  outline: none;
  padding: 7px 0 7px 20px;
  font-size: 16px;
  height: 45px;
  text-transform: uppercase; }

.sbOptions a:link, .sbOptions a:visited {
  color: white;
  text-decoration: none; }

.sbOptions li:hover,
.sbOptions li:focus,
.sbOptions li.sbFocus {
  background: white; }

.sbOptions a:hover,
.sbOptions a:focus {
  color: #eb3223; }

.sbOptions li.last a {
  border-bottom: none; }

/*** selectbox******/
/*******************************************************************************************************************************************/
body {
  font-family: "Dosis", sans-serif;
  font-size: 14px;
  line-height: 20px;
  background: white; }

h1 {
  font-size: 80px;
  font-family: "Dosis", sans-serif;
  font-weight: normal; }

h2 {
  font-size: 60px;
  font-family: "Dosis", sans-serif;
  font-weight: normal; }

h3 {
  font-size: 40px;
  font-family: "Dosis", sans-serif;
  font-weight: normal; }

h4 {
  font-size: 24px;
  font-family: "Dosis", sans-serif;
  font-weight: normal; }

h5 {
  font-size: 22px;
  font-family: "Dosis", sans-serif;
  font-weight: normal; }

h6 {
  font-size: 20px;
  font-family: "Dosis", sans-serif;
  font-weight: normal; }

p {
  font-size: 14px;
  margin-bottom: 15px; }

a {
  text-decoration: none;
  color: #eb3223; }

a:hover {
  color: #eb3223;
  /*text-decoration: underline;*/ }

a:focus {
  color: white;
  text-decoration: none; }

strong {
  font-weight: bold; }

.wrapper {
  width: 100%;
  /* max-width:1140px; */
  max-width: 2000px;
  min-width: 296px;
  margin: 0px auto; }

.row {
  margin: 0 auto;
  max-width: 100%;
  width: 100%; }

.column, .columns {
  float: left;
  padding-left: 0rem;
  padding-right: 0rem;
  position: relative; }

.left-small {
  height: 50px;
  left: 0;
  position: absolute;
  top: 0;
  width: 50px;
  z-index: 99999; }

/**** Wordpress default ******/
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/**** Selectbox ******/
.align-height {
  float: left;
  height: auto;
  margin: 0;
  padding: 0;
  width: 100%; }

.selectbox-small {
  float: left;
  width: 100%;
  background: url(../images/selectbox-bg.jpg) repeat left center;
  padding: 15px 10px; }
  .selectbox-small .sbHolder {
    float: left;
    background: none;
    border: 2px solid white;
    width: 100%;
    height: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px; }
  .selectbox-small .sbOptions {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background-color: #f03316;
    border: 3px solid white;
    top: 50px !important; }
    .selectbox-small .sbOptions a {
      border-bottom: 1px solid white;
      padding: 4px 10px 4px;
      font-size: 14px;
      color: white; }
      .selectbox-small .sbOptions a:hover {
        background: white;
        color: #f03316; }
    .selectbox-small .sbOptions li {
      padding: 0; }
  .selectbox-small .sbToggle {
    height: 50px;
    width: 40px;
    background: url(../images/down-arrow.png) no-repeat left center; }
  .selectbox-small .sbSelector:link, .selectbox-small .sbSelector:visited, .selectbox-small .sbSelector:hover {
    color: white;
    outline: none;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    padding-left: 15px;
    line-height: 50px; }

/**** Selectbox ******/
.maininnerheader {
  width: 100%;
  max-width: 100%;
  background: #eb3223;
  padding: 0px;
  margin: 0px;
  display: table;
  text-align: center;
  position: relative;
  float: left; }
  .maininnerheader a {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    display: table-cell;
    position: relative;
    z-index: 9999;
    padding: 50px 0; }
    .maininnerheader a h2 {
      color: white;
      text-transform: uppercase;
      font-weight: 300;
      margin-bottom: 22px;
      line-height: 60px;
      padding: 0 30px; }
    .maininnerheader a i {
      width: 68px;
      height: 68px;
      border: white solid 3px;
      -moz-border-radius: 150px;
      -webkit-border-radius: 150px;
      border-radius: 150px;
      display: table;
      margin: 0 auto;
      line-height: 60px;
      font-size: 36px;
      color: white; }
    .maininnerheader a:after {
      content: "";
      position: absolute;
      width: 20px;
      height: 122px;
      background: url(../images/arrow_leftpoint.png) no-repeat left top;
      left: 100%;
      top: 50%;
      z-index: 100;
      margin-top: -61px; }
  .maininnerheader:hover i {
    background: white;
    color: #eb3223; }
  .maininnerheader:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../images/headoverlay_bg.png);
    left: 0px;
    top: 0px;
    z-index: 100; }
  .maininnerheader:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 122px;
    border-style: solid;
    border-width: 61px 0 61px 20px;
    border-color: transparent transparent transparent #eb3223;
    left: 100%;
    top: 50%;
    z-index: 100;
    margin-top: -61px; }
  .maininnerheader .subtitle-section {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    display: table-cell;
    position: relative;
    z-index: 9999;
    padding: 50px 0;
    color: #FFF;
    line-height: 70px;
    font-weight: 100;
    font-size: 50px;
    line-height: 40pt; }
    .maininnerheader .subtitle-section:after {
      content: "";
      position: absolute;
      width: 20px;
      height: 122px;
      background: url(../images/arrow_leftpoint.png) no-repeat left top;
      left: 100%;
      top: 50%;
      z-index: 100;
      margin-top: -61px; }
  .maininnerheader.left-pointing .subtitle-section:after {
    background: url(../images/arrow_rightpoint.png) no-repeat left top;
    left: auto;
    right: 100%; }

.broke_anchor {
  cursor: default !important; }

.maininnerheader.left-pointing {
  float: right; }
  .maininnerheader.left-pointing a:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 122px;
    background: url(../images/arrow_rightpoint.png) no-repeat right top;
    left: -20px;
    right: 100% !important;
    top: 50%;
    z-index: 100;
    margin-top: -61px; }
  .maininnerheader.left-pointing:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 122px;
    border-style: solid;
    border-width: 61px 20px 61px 0;
    border-color: transparent #eb3223 transparent transparent;
    left: -20px;
    right: 100%;
    top: 50%;
    z-index: 100;
    margin-top: -61px; }

.maininnerheader.no-arrow:after {
  display: none; }

/*growth header*/
.maininnerheader.growth-header {
  background: #00b28f; }
  .maininnerheader.growth-header:after {
    border-color: transparent transparent transparent #00b28f; }
  .maininnerheader.growth-header a:hover i {
    color: #00b28f; }

.maininnerheader.left-pointing.growth-header:after {
  border-color: transparent #00b28f transparent transparent; }

/*growth header*/
/*Place header*/
.maininnerheader.place-header {
  background: #3f739b; }
  .maininnerheader.place-header:after {
    border-color: transparent transparent transparent #3f739b; }
  .maininnerheader.place-header a:hover i {
    color: #3f739b; }

.maininnerheader.left-pointing.place-header:after {
  border-color: transparent #3f739b transparent transparent; }

/*Place header*/
/*ventures header*/
.maininnerheader.ventures-header {
  background: #ab9767; }
  .maininnerheader.ventures-header:after {
    border-color: transparent transparent transparent #ab9767; }
  .maininnerheader.ventures-header a:hover i {
    color: #ab9767; }

.maininnerheader.left-pointing.ventures-header:after {
  border-color: transparent #ab9767 transparent transparent; }

/*ventures header*/
/*** Begin Header Section *************************************************************************************/
.menu-wrapper {
  margin: 0 auto;
  max-width: 1100px;
  min-width: 296px;
  width: 100%;
  position: relative;
  z-index: 9999; }

.outer-wrapper {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  position: relative; }

.header-container {
  float: left;
  width: 100%;
  position: relative; }

.main-menu ul {
  padding-bottom: 20px; }

.main-menu ul li.logo {
  display: inline-block;
  width: auto;
  padding: 0 15px;
  margin-top: -43px; }

.main-menu ul li.logo a:hover {
  border: none;
  padding: 0; }

.main-menu {
  float: left;
  width: 100%;
  padding-top: 59px;
  z-index: 9999; }
  .main-menu ul {
    float: left;
    width: 100%;
    text-align: center; }
    .main-menu ul li {
      display: inline-block;
      list-style: none;
      position: unset;
      vertical-align: top;
      text-align: center;
      padding: 0 15px; }
      .main-menu ul li:first-child {
        /*padding-left:0;*/ }
      .main-menu ul li:before {
        background: none;
        position: unset; }
      .main-menu ul li a {
        font-size: 24px;
        color: white;
        text-transform: capitalize;
        font-family: "Dosis", sans-serif;
        font-weight: 400; }
        .main-menu ul li a:hover {
          border-bottom: 5px solid #eb3223;
          padding: 0 0 12px 0;
          text-decoration: none; }
      .main-menu ul li.current-menu-item a {
        border-bottom: 5px solid #eb3223 !important;
        padding: 0 0 12px 0 !important;
        text-decoration: none !important; }
      .main-menu ul li.logo.current_page_item a {
        border-bottom: medium none !important;
        padding: 0 !important;
        text-decoration: none !important; }
  .main-menu .menu-left {
    float: left;
    width: auto;
    padding-top: 43px; }
  .main-menu .menu-right {
    float: left;
    width: auto;
    padding-top: 43px; }

.header-container .logo-rise {
  float: left;
  width: auto;
  position: relative;
  right: 0px;
  top: 31px;
  z-index: 9999;
  color: #fff;
  margin-left: -68px;
  position: relative; }
  .header-container .logo-rise:before, .header-container .logo-rise:after {
    content: "";
    width: 1px;
    height: 25px;
    position: absolute;
    opacity: .2;
    left: -14px;
    top: 50%;
    margin-top: -10px;
    background: #fff; }
  .header-container .logo-rise:after {
    left: auto;
    right: -7px; }
  .header-container .logo-rise i {
    font-size: 70px; }

.social-icons {
  float: left;
  width: auto;
  position: relative;
  left: 3%;
  right: 0px;
  top: 59px;
  z-index: 9999; }
  .social-icons ul {
    float: left;
    width: auto; }
    .social-icons ul li {
      float: left;
      list-style: none;
      margin-left: 0px;
      width: auto; }
      .social-icons ul li a {
        float: left; }
        .social-icons ul li a i {
          font-size: 18px;
          color: white; }
        .social-icons ul li a:hover {
          border-bottom: 5px solid #eb3223;
          padding: 0 0 5px 0;
          text-decoration: none; }

header .social-icons ul li:last-child {
  display: none; }

/*** End Header Section ***************************************************************************************/
/*** Begin Content Section ************************************************************************************/
/*Latest block*/
.latest-blockouter {
  width: 100%;
  height: auto;
  float: left;
  margin: 0px;
  padding: 0px; }

.twitterfeed-outer {
  width: 100%;
  height: 100%;
  padding: 30px 20px 20px 20px;
  position: relative;
  float: left; }
  .twitterfeed-outer .tweet-header {
    width: 100%;
    height: auto;
    float: left;
    margin: 0px;
    padding: 0px; }
    .twitterfeed-outer .tweet-header .image-bloc {
      width: 38%;
      max-width: 122px;
      vertical-align: middle;
      line-height: 1px; }
      .twitterfeed-outer .tweet-header .image-bloc .picimage-bloc {
        width: 100%;
        max-width: 122px;
        float: left;
        overflow: hidden;
        line-height: 1px;
        -moz-border-radius: 250px;
        -webkit-border-radius: 250px;
        border-radius: 250px; }
    .twitterfeed-outer .tweet-header .text-bloc {
      width: 62%;
      vertical-align: middle;
      padding-left: 20px;
      float: left;
      padding-top: 26px; }
      .twitterfeed-outer .tweet-header .text-bloc h4 {
        color: #00b28f;
        font-family: "Roboto", sans-serif;
        margin-bottom: 10px;
        font-weight: 400; }
      .twitterfeed-outer .tweet-header .text-bloc a {
        font-size: 22px;
        color: #eb3223; }
  .twitterfeed-outer p {
    font-size: 22px;
    color: #4d4d4d;
    line-height: 32px;
    padding: 12px 0 0 10px;
    margin: 0px;
    float: left; }
    .twitterfeed-outer p a {
      color: #eb3223;
      text-transform: uppercase;
      font-style: italic;
      text-decoration: underline; }

.feelds-iconblk {
  width: 35px;
  height: 35px;
  position: absolute;
  right: 15px;
  top: 15px;
  background-color: rgba(0, 0, 0, 0.2);
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  text-align: center;
  z-index: 9999; }
  .feelds-iconblk i {
    font-size: 24px;
    line-height: 30px;
    color: #FFF; }

.news-outercon {
  width: 100%;
  height: 100%;
  float: left;
  margin: 0px;
  padding: 0px;
  position: relative;
  border-left: #c4c4c4 solid 1px; }
  .news-outercon .feelds-iconblk i {
    font-size: 16px;
    line-height: 35px; }
  .news-outercon .news_imgblock {
    width: 100%;
    height: auto;
    overflow: hidden;
    float: left;
    position: relative;
    display: block;
    line-height: 0;
    padding-bottom: 35.625%; }
    .news-outercon .news_imgblock:after {
      content: "";
      width: 100%;
      height: 100%;
      background: url(../images/imgoverlay_bg.png);
      position: absolute;
      z-index: 150;
      top: 0px;
      left: 0px; }
    .news-outercon .news_imgblock img {
      width: 100%;
      height: auto;
      position: absolute;
      top: 0;
      max-width: inherit;
      right: 0; }
      .news-outercon .news_imgblock img.img-member {
        min-height: 360px; }
  .news-outercon .news_contentlock {
    width: 100%;
    overflow: hidden;
    float: left;
    position: relative;
    padding: 15px 20px 35px 20px; }
    .news-outercon .news_contentlock h4, .news-outercon .news_contentlock h4 a {
      color: #00b28f;
      font-family: "Roboto", sans-serif;
      margin-bottom: 15px;
      font-weight: 400;
      position: relative;
      z-index: 1500;
      line-height: 30px;
      height: auto;
      overflow: hidden;
      font-size: 24px; }
    .news-outercon .news_contentlock p {
      font-size: 20px;
      line-height: 30px;
      color: #4d4d4d;
      font-family: 'Roboto', sans-serif;
      font-weight: 300; }

.medium-6 .news-outercon .news_imgblock img {
  width: 100%;
  height: auto; }

.single-entity .medium-6 .news-outercon .news_imgblock img {
  width: 100%;
  height: auto;
  min-height: inherit; }

.blog-posts .news-outercon .news_imgblock img {
  width: 100%;
  height: auto; }
.blog-posts .news-outercon .news_contentlock p {
  display: none !important; }

.instaafeed-outer {
  width: 100%;
  padding: 0px;
  height: 100%;
  position: relative;
  height: 100%; }
  .instaafeed-outer ul {
    width: 100%;
    height: 100%;
    float: left;
    margin: 0px;
    padding: 0px;
    list-style: none; }
    .instaafeed-outer ul li {
      width: 100%;
      list-style: none;
      text-align: center;
      height: 100%;
      overflow: hidden;
      position: relative; }
      .instaafeed-outer ul li img {
        position: absolute;
        left: 50%;
        top: 0px;
        height: 395px;
        max-width: none;
        margin-left: -320px; }
      .instaafeed-outer ul li .author-block {
        width: 100%;
        height: 72px;
        background: #eb3223;
        position: absolute;
        bottom: 0px;
        text-align: left;
        padding: 9px 20px 5px; }
        .instaafeed-outer ul li .author-block i {
          font-size: 45px;
          color: white;
          float: left;
          padding-right: 10px; }
        .instaafeed-outer ul li .author-block h6 {
          padding-top: 5px;
          font-family: "Roboto", sans-serif;
          color: white;
          font-weight: 700;
          font-size: 16px; }
        .instaafeed-outer ul li .author-block span {
          color: white;
          font-family: "Roboto", sans-serif;
          font-size: 16px;
          font-style: italic; }
        .instaafeed-outer ul li .author-block .like-icon {
          background: url(../images/heart.png) no-repeat center center;
          width: 30px;
          height: 26px;
          float: right;
          margin: -7px 14px 0 0; }

/*Latest block*/
/*Entities  block*/
.align-right {
  float: right; }

.single-Ent-block img {
  max-width: 100%;
  width: 100%; }

.single-Ent-block {
  width: 100%;
  height: 100%;
  float: left;
  margin: 0px;
  padding: 0px;
  position: relative;
  overflow: hidden;
  line-height: 1px; }
  .single-Ent-block img {
    line-height: 1px; }
  .single-Ent-block .feelds-iconblk i {
    font-size: 23px;
    line-height: 35px; }
  .single-Ent-block:before {
    width: 100%;
    height: 100%;
    content: "";
    background: url(../images/overlay-mask.png) repeat-x left bottom;
    left: 0px;
    top: 0px;
    position: absolute;
    z-index: 10;
    background-size: cover;
    opacity: 0.5; }
  .single-Ent-block.growth-blk:after {
    width: 100%;
    height: 100%;
    content: "";
    background: #00b28f;
    opacity: .3;
    left: 0px;
    top: 0px;
    position: absolute;
    z-index: 10; }
  .single-Ent-block.venture_blk:after {
    width: 100%;
    height: 100%;
    content: "";
    background: #ab9767;
    opacity: .4;
    left: 0px;
    top: 0px;
    position: absolute;
    z-index: 10; }
  .single-Ent-block.place_blk:after {
    width: 100%;
    height: 100%;
    content: "";
    background: #3f739b;
    opacity: .4;
    left: 0px;
    top: 0px;
    position: absolute;
    z-index: 10; }
  .single-Ent-block .content-block {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    z-index: 999;
    padding: 8% 10%;
    line-height: 20px; }
    .single-Ent-block .content-block h3 {
      text-transform: uppercase;
      color: white;
      line-height: 40px;
      font-weight: 300;
      font-family: "Roboto", sans-serif;
      margin-bottom: 10px; }
    .single-Ent-block .content-block p {
      font-size: 20px;
      line-height: 30px;
      color: white;
      font-family: "Roboto", sans-serif;
      font-weight: 400; }
    .single-Ent-block .content-block a.readmore i {
      border: 2px solid white;
      border-radius: 150px;
      color: white;
      display: table;
      font-size: 20px;
      height: 36px;
      line-height: 32px;
      margin: 0 auto;
      width: 36px;
      position: absolute;
      right: 15px;
      bottom: 15px;
      text-align: center; }
    .single-Ent-block .content-block a.readmore:hover i {
      background: #fff;
      color: #000; }
  .single-Ent-block.growth-blk .content-block a.readmore:hover i {
    color: #185c48; }
  .single-Ent-block.venture_blk .content-block a.readmore:hover i {
    color: #837a5d; }
  .single-Ent-block.place_blk .content-block a.readmore:hover i {
    color: #32475e; }

.right-separator {
  border-right: 1px solid white; }

/*Entities  block*/
.ourteam-work .main-parablk {
  display: table; }
  .ourteam-work .main-parablk p {
    display: table-cell;
    vertical-align: middle; }

.main-parablk {
  width: 100%;
  height: 100%;
  float: left;
  padding: 50px 70px; }
  .main-parablk p {
    font-size: 20px;
    line-height: 30px;
    color: #4d4d4d;
    font-family: "Roboto", sans-serif;
    margin: 0px;
    font-weight: 300;
    padding: 20px 0; }

.companies-list-inner a {
  font-size: 36px;
  font-weight: 300;
  color: #4d4d4d; }
  .companies-list-inner a:hover {
    color: #eb3223; }

.company-icon-inner > a {
  float: left;
  height: 100%;
  width: 100%; }

.company-icon-inner:hover a i {
  color: #eb3223; }

.companies-list-content ul li img {
  opacity: 0.5; }

.companies-list-content ul li:hover img {
  opacity: 1; }

.team-slideshow li .companies-list-inner img {
  opacity: 0.5; }

.team-slideshow li:hover img {
  -webkit-filter: none;
  -webkit-filter: none;
  filter: none;
  filter: none;
  opacity: 1; }

.subpage-div h1 br {
  display: none; }

/*** Aproach And over view block*********/
.aproverviewblk {
  width: 100%;
  height: auto;
  float: left;
  margin: 0px;
  padding: 0px; }

.single-section {
  width: 100%;
  height: auto;
  float: left;
  margin: 0px;
  padding: 0px;
  line-height: 1px;
  display: table; }
  .single-section .mainimage-block {
    width: 100%;
    height: 100%;
    overflow: hidden;
    float: left;
    position: relative;
    display: table-cell;
    vertical-align: middle; }
    .single-section .mainimage-block:after {
      content: "";
      position: absolute;
      right: 0px !important;
      top: 50%;
      margin-top: -112px;
      border-style: solid;
      border-width: 112px 38px 112px 0;
      border-color: transparent white transparent transparent;
      z-index: 9999; }
    .single-section .mainimage-block img {
      position: relative;
      z-index: 100;
      float: left;
      width: 100% !important;
      height: auto; }
    .single-section .mainimage-block:before {
      content: "";
      width: 40px;
      height: 100%;
      position: absolute;
      right: 0px;
      top: 0;
      z-index: 9999; }
  .single-section .maincontent-block {
    width: 50%;
    height: auto;
    line-height: 25px;
    position: relative;
    padding: 50px;
    display: table-cell;
    vertical-align: middle; }
    .single-section .maincontent-block h3 {
      color: #00b28f;
      font-weight: 300; }
    .single-section .maincontent-block p {
      font-size: 18px;
      line-height: 25px;
      color: #4d4d4d;
      font-family: "Roboto", sans-serif;
      margin: 0px;
      font-weight: 300;
      padding: 20px 0 0 0; }
    .single-section .maincontent-block ul {
      width: 100%;
      height: auto;
      float: left;
      list-style: none;
      padding: 20px 0px 20px 25px; }
      .single-section .maincontent-block ul li {
        width: 100%;
        font-size: 20px;
        line-height: 30px;
        color: #4d4d4d;
        font-family: "Roboto", sans-serif;
        margin: 0px;
        padding: 5px 0;
        font-weight: 300;
        list-style: disc; }
        .single-section .maincontent-block ul li a {
          color: #eb3223; }
          .single-section .maincontent-block ul li a:hover {
            text-decoration: underline; }

.single-section.right-imgblk .mainimage-block {
  float: right; }
  .single-section.right-imgblk .mainimage-block img {
    float: left;
    width: inherit;
    max-width: inherit; }

.single-section.right-imgblk .mainimage-block:after {
  content: "";
  position: absolute;
  left: 0px !important;
  top: 50%;
  margin-top: -112px;
  border-style: solid;
  border-width: 112px 0 112px 38px;
  border-color: transparent transparent transparent white;
  z-index: 9999; }

/*** Aproach And over view block*********/
/**Place page ***/
.place-outerteam {
  width: 100%;
  height: auto;
  float: left; }
  .place-outerteam ul {
    list-style: none; }
    .place-outerteam ul li {
      background: #e3e3e3; }
      .place-outerteam ul li .team-list {
        border-left: #c4c4c4 solid 1px; }
  .place-outerteam.align-height .outer-block .columns {
    vertical-align: middle !important; }

.main-contentblk {
  width: 100%;
  height: auto 100%;
  float: left;
  padding: 0 70px;
  display: table-cell;
  vertical-align: middle; }
  .main-contentblk p {
    font-size: 22px;
    line-height: 32px;
    color: #4d4d4d;
    font-family: "Roboto", sans-serif;
    margin: 0px;
    font-weight: 300;
    padding: 20px 0; }
    .main-contentblk p span {
      color: #eb3223; }

.place-companyarea .companies-list-content ul li {
  width: 33.33% !important; }

.places-page .single-section {
  border-bottom: 1px solid #c4c4c4; }

.add-icon a i {
  font-size: 36px;
  color: #b0b0b0; }

.home-page .companies-list-content ul li:last-child i {
  color: #4d4d4d; }

.venture-page .single-section {
  border-bottom: 1px solid #c4c4c4; }

.growth-page .single-section {
  border-bottom: 1px solid #c4c4c4; }

/**Place page ***/
.inner-wrap {
  background: white; }

.left-off-canvas-menu {
  display: none;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate(0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 0; }

.companies-list-outer.all-company {
  background: #e3e3e3; }

/*-- banner starts here --*/
.banner {
  float: none;
  width: 100%;
  max-width: 1600px;
  margin: -119px auto 0;
  position: relative; }
  .banner ul {
    float: left;
    width: 100%;
    text-align: center; }
    .banner ul li {
      float: left;
      width: 100%;
      position: relative; }
      .banner ul li:before {
        background: url("../images/overlay_bg.png") repeat scroll 0 0 transparent;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 100;
        opacity: 0.7; }
      .banner ul li a img {
        line-height: 1px;
        float: left;
        -webkit-filter: blur(2px);
        -moz-filter: blur(2px);
        -o-filter: blur(2px);
        -ms-filter: blur(2px);
        filter: blur(2px); }
  .banner .cycle-prev, .banner .cycle-next {
    position: absolute;
    top: 50%;
    z-index: 100;
    font-size: 40px;
    color: #eb3223;
    margin-top: -20px;
    cursor: pointer;
    width: 40px;
    height: 40px; }
    .banner .cycle-prev i, .banner .cycle-next i {
      display: block; }
  .banner .cycle-prev {
    left: 50px; }
  .banner .cycle-next {
    right: 50px; }

.slider-content {
  width: 100%;
  position: absolute;
  top: 0;
  float: left;
  z-index: 1000;
  padding-top: 0;
  height: 100%; }

.slider-content-inner {
  float: none;
  width: 100%;
  max-width: 865px;
  margin: 0 auto;
  display: table;
  height: 100%; }

.slider-content-div {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  text-align: center; }
  .slider-content-div h1 {
    font-size: 80px;
    color: white;
    line-height: 83px;
    margin-bottom: 20px; }
  .slider-content-div h3 {
    font-size: 36px;
    color: white;
    line-height: 40px;
    margin-bottom: 40px;
    font-weight: 300; }
  .slider-content-div .revbuttons {
    border: 2px solid white;
    color: white; }
    .slider-content-div .revbuttons:hover {
      background: white;
      color: #000000; }

.btn-outer {
  float: left;
  width: 100%; }

.cycle-pager {
  float: left;
  width: 100%;
  margin-top: 180px;
  position: absolute;
  z-index: 1000;
  top: 50%; }
  .cycle-pager span {
    font-size: 40px;
    color: white;
    cursor: pointer;
    margin-right: 15px; }
    .cycle-pager span:hover {
      color: #eb3223; }
    .cycle-pager span.cycle-pager-active {
      color: #eb3223; }

/*-- banner starts here --*/
/*-- footer starts here --*/
.footer-outer {
  float: left;
  width: 100%;
  background: url("../images/content/footer-bg.jpg") center bottom no-repeat;
  background-size: 100% auto;
  position: relative; }
  .footer-outer:before {
    background: url("../images/overlay_bg.png") repeat;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10; }

.footer-logo {
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 50px; }
  .footer-logo a {
    float: left;
    width: 100%; }

.footer-inner {
  float: left;
  width: 100%;
  position: relative;
  z-index: 1000;
  padding: 43px 0 20px; }

.footer-menu-list {
  float: left;
  width: 100%;
  margin-bottom: 3%; }
  .footer-menu-list ul {
    float: left;
    width: 100%;
    text-align: center; }
    .footer-menu-list ul li {
      float: none;
      display: inline-block;
      width: auto;
      padding: 0 20px;
      list-style: none; }
      .footer-menu-list ul li a {
        float: left;
        width: auto;
        color: white;
        font-size: 24px;
        font-family: "Dosis", sans-serif;
        font-weight: 400;
        position: relative; }
        .footer-menu-list ul li a:hover:after {
          content: "";
          background: #eb3223;
          position: absolute;
          top: 37px;
          width: 100%;
          height: 7px;
          left: 0; }

.footer-social-list {
  margin: 0 auto;
  width: 160px;
  display: block; }
  .footer-social-list ul {
    float: right;
    width: 65%;
    margin-right: -12px; }
    .footer-social-list ul li {
      float: left;
      width: auto;
      margin: 0 10px 5px;
      padding: 0;
      list-style: none; }
      .footer-social-list ul li:hover {
        border-bottom: 5px solid #eb3223;
        margin-bottom: 0px; }
      .footer-social-list ul li a {
        float: left;
        width: auto;
        color: white;
        font-size: 24px;
        font-family: "Dosis", sans-serif;
        font-weight: 400; }
        .footer-social-list ul li a .fa.fa-pinterest {
          line-height: 33px; }
  .footer-social-list .logo-rise {
    font-size: 70px;
    color: #FFF;
    width: 30%;
    float: left;
    margin-top: -20px;
    margin-bottom: 30px; }

.cpy-right {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  float: left;
  width: 100%;
  text-align: center;
  color: white; }

/*-- footer ends here --*/
/**---- contact starts here --*/
.contact-map .slider-content-inner {
  height: 532px; }
.contact-map h2 {
  color: white;
  line-height: 65px; }

.contact-content-inner {
  float: left;
  width: 100%;
  display: table; }

.moreinfo-left {
  float: none;
  width: 50%;
  display: table-cell;
  vertical-align: top; }

.arrow_box {
  position: relative;
  background: white;
  border-right: 1px solid #c4c4c4; }

.arrow_box:after, .arrow_box:before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

.arrow_box:after {
  border-color: rgba(136, 183, 213, 0);
  border-left-color: white;
  border-width: 54px 0 61px 19px;
  margin-top: -10px;
  border-style: dotted solid dotted solid; }

.arrow_box:before {
  border-color: rgba(194, 225, 245, 0);
  border-left-color: #c4c4c4;
  border-width: 56px 0 68px 21px;
  margin-top: -14px;
  border-style: dotted solid dotted solid; }

.header-content {
  float: left;
  width: 100%;
  text-align: center;
  padding: 21px 0;
  background: url("../images/imgoverlay_bg.png") repeat transparent; }
  .header-content h3 {
    float: left;
    width: 100%;
    line-height: 43px;
    text-transform: uppercase;
    color: #18b28f;
    font-family: "Dosis", sans-serif;
    font-weight: 300; }

.moreinfo-content-outer {
  float: left;
  width: 100%;
  padding: 25px 40px 30px; }

.single-row {
  float: left;
  width: 100%;
  margin-bottom: 20px; }
  .single-row.limit_message {
    margin-bottom: 5px; }

.singlehalf-left {
  float: left;
  width: 49%;
  margin-right: 1%; }

.singlehalf-right {
  float: left;
  width: 49%;
  margin-left: 1%; }

.single-row label {
  float: left;
  width: 50%;
  font-family: "Dosis", sans-serif;
  margin: 0;
  padding: 20px 0;
  text-align: center;
  text-transform: uppercase;
  color: white;
  font-size: 24px; }
.single-row button {
  float: right; }
  .single-row button i {
    color: #eb3223; }
  .single-row button:hover i {
    color: white; }
.single-row .sbHolder {
  float: right;
  width: 50%;
  background: white; }
.single-row .sbSelector {
  font-size: 24px;
  font-family: "Roboto", sans-serif;
  font-style: italic;
  font-weight: 300; }

.label-outer {
  float: left;
  width: 100%;
  background: #eb3223;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  color: #353535; }
  .label-outer.checkbox-field input[type="checkbox"] {
    display: none; }
  .label-outer.checkbox-field input[type="checkbox"] + label {
    position: relative;
    padding-left: 47px;
    width: 100%;
    text-align: left; }
  .label-outer.checkbox-field input[type="checkbox"] + label:before {
    content: "\f10c";
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 30px;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    left: 10px; }
  .label-outer.checkbox-field input[type="checkbox"]:checked + label:before {
    content: "\f05d"; }

.moreinfo-right {
  float: none;
  display: table-cell;
  vertical-align: top;
  width: 50%;
  background: #ededed; }
  .moreinfo-right p {
    font-size: 20px;
    line-height: 30px;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    margin-bottom: 28px;
    padding: 17px 0 0 26px; }
  .moreinfo-right .info-list {
    float: left;
    width: 100%;
    padding-left: 26px; }
    .moreinfo-right .info-list li {
      float: left;
      width: 100%;
      list-style: none;
      padding-bottom: 25px; }
      .moreinfo-right .info-list li .list-icon {
        float: left;
        max-width: 35px;
        width: 15%;
        height: 35px;
        -moz-border-radius: 100px;
        -webkit-border-radius: 100px;
        border-radius: 100px;
        margin-right: 22px; }
        .moreinfo-right .info-list li .list-icon i {
          font-size: 40px;
          color: #eb3223; }
      .moreinfo-right .info-list li .list-detail {
        font-family: "Roboto", sans-serif;
        font-weight: 300;
        font-size: 20px;
        line-height: 34px;
        color: #4d4d4d;
        float: left;
        width: 80%; }
        .moreinfo-right .info-list li .list-detail a {
          color: #4d4d4d; }

.moreinfo-right .info-list li .list-detail a {
  text-decoration: underline; }

.form-errors {
  font-size: 24px;
  padding: 20px 0; }
  .form-errors b {
    font-weight: 600;
    color: orange; }

span.error-desc {
  padding: 10px 30px;
  display: inline-block;
  color: orange; }

input[type="text"].error, .main-text.error {
  border: orange solid 2px !important; }

.form-loader {
  float: right;
  width: 236px;
  height: 65px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 24px;
  background: #eb3223;
  color: white;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  margin: 0px;
  padding: 0 0 0 15px;
  line-height: 65px;
  padding-left: 40px;
  position: relative; }
  .form-loader i {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -13px; }

.form-success {
  font-size: 24px;
  padding: 50px 0;
  line-height: 125%;
  text-align: center; }

.form-loader-wrapper, .form-errors, .form-success {
  display: none; }

/*-- subpage banner starts here -*/
.subpage-banner {
  float: left;
  width: 100%;
  height: 450px;
  position: relative; }
  .subpage-banner img {
    width: 100%;
    height: 100%; }
  .subpage-banner:before {
    background: url("../images/overlay_bg.png") repeat scroll 0 0 transparent;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100; }

.subpage-banner-inner {
  float: left;
  width: 100%;
  height: 100%;
  padding: 10px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1000; }

.subpage-banner-div {
  height: 100%;
  float: none;
  margin: 0 auto;
  max-width: 750px;
  width: 100%;
  display: table;
  text-align: center; }

.subpage-div {
  display: table-cell;
  vertical-align: middle;
  float: none; }
  .subpage-div h1 {
    font-size: 80px;
    color: white;
    line-height: 63px;
    font-size: 60px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 300; }
  .subpage-div h3 {
    font-size: 32px;
    color: white;
    line-height: 41px;
    font-weight: 300; }

/***--- our team starts here --*/
.ourteam-work {
  float: left;
  width: 100%; }

.ourteam-left {
  float: left;
  width: 100%; }

.ourteam-right {
  float: left; }
  .ourteam-right span {
    color: #eb3223; }

.outerteam-bottom {
  float: left;
  width: 100%; }
  .outerteam-bottom ul {
    float: left;
    width: 100%; }
    .outerteam-bottom ul li {
      float: left;
      width: 25%;
      list-style: none;
      border-right: 1px solid #c4c4c4;
      border-bottom: 1px solid #c4c4c4;
      background: #FFF; }

.team-list {
  float: left;
  width: 100%;
  position: relative;
  line-height: 1px;
  text-align: center; }
  .team-list img {
    width: 100%; }
  .team-list .fun-photo {
    position: absolute;
    top: 0;
    opacity: 0;
    width: 100%;
    overflow: hidden;
    transition: all .25s;
    -o-transition: all .25s;
    -moz-transition: all .25s;
    -webkit-transition: all .25s; }
  .team-list:hover .fun-photo {
    opacity: 1; }

.data-cycle-next {
  float: left;
  width: 500px;
  height: 100px;
  background: red; }

.teamleader-name {
  float: left;
  width: 100%;
  max-width: 206px;
  bottom: 25px;
  position: absolute;
  left: 50%;
  margin-left: -103px; }

.show-mobile-slider, .cycle-prev i, .cycle-next i {
  display: none; }

/*-- subpage-MEDIUM banner starts here --*/
.subpage-banner-medium {
  float: left;
  height: 665px;
  position: relative;
  width: 1600px !important;
  max-width: none;
  left: 50%;
  margin-left: -800px;
  overflow: hidden;
  background-color: #3e3e3e; }
  .subpage-banner-medium.no-default {
    height: 500px; }
  .subpage-banner-medium img {
    width: 100%; }
  .subpage-banner-medium:before {
    background: url("../images/overlay_bg.png") repeat scroll 0 0 transparent;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 100;
    opacity: 0.8; }

.single-team-member .subpage-banner-medium:before {
  opacity: 0.5; }

.subpage-banner img {
  width: 1600px !important;
  max-width: none;
  position: relative;
  left: 50%;
  margin-left: -800px;
  height: 668px; }

.subpage-banner h1 {
  margin: 0px;
  padding: 20px 0 0 0; }

/*-- stratergy page strats here */
.strategy-icons {
  float: left;
  width: 100%;
  height: auto;
  text-align: center;
  margin-bottom: 13px;
  position: relative;
  z-index: 9999; }
  .strategy-icons i {
    font-size: 125px;
    line-height: 43px;
    color: white; }

.strategy-outer h3 {
  text-align: center;
  position: relative;
  z-index: 9999; }

.strategy-outer .single-Ent-block .content-block {
  padding: 30% 10% 22%; }

.close-btn {
  float: left;
  width: auto;
  height: auto;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1000;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  cursor: pointer; }
  .close-btn i {
    font-size: 28px;
    color: white; }

.popup-outer {
  border: 25px solid white;
  display: none; }
  .popup-outer h3 {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 20px; }
  .popup-outer p {
    float: left;
    line-height: 24px !important;
    margin-bottom: 20px;
    width: 100%;
    text-align: center; }

.outer-overlay:before {
  background: url("../images/headoverlay_bg.png") repeat scroll 0 0 transparent;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

/*=====Companies Page=====*/
.companies-list {
  float: left;
  width: 100%; }

.companies-list-header {
  float: left;
  width: 100%;
  background: #eb3223 url("../images/pattern.png") repeat;
  padding: 23px 0 27px 0;
  position: relative; }

.companies-list-header-inner {
  max-width: 1070px;
  width: 100%;
  margin: 0 auto; }

.sort-selectbox {
  float: left; }
  .sort-selectbox span {
    float: left;
    font-size: 25px;
    color: white;
    font-family: "Dosis", sans-serif;
    font-weight: 400;
    padding-right: 26px;
    padding: 16px 26px 0 0; }
  .sort-selectbox .selectbox-small {
    background: none;
    max-width: 287px;
    width: 100%;
    padding: 0; }

.our-team-list {
  width: 40%;
  margin: 0 auto;
  float: none; }

.status-list {
  width: 55%; }

.entity-list {
  width: 45%; }

.home.page .companies-list-content ul li:nth-child(4) {
  border-right: none !important; }
.home.page .companies-list-content ul li:nth-child(7) {
  border-right: none !important; }
.home.page .companies-list-content ul li:nth-child(11) {
  border-right: none !important; }
.home.page .companies-list-content ul li:nth-child(15) {
  border-right: none !important; }

.companies-list-content {
  float: left;
  width: 100%; }
  .companies-list-content ul {
    float: left;
    width: 100%; }
    .companies-list-content ul li {
      float: left;
      width: 25%;
      border-right: 1px solid #c4c4c4;
      border-bottom: 1px solid #c4c4c4;
      text-align: center;
      height: 204px;
      position: relative;
      list-style: none; }
      .companies-list-content ul li .companies-list-outer {
        height: 100%;
        width: 100%;
        display: table;
        text-align: center; }
        .companies-list-content ul li .companies-list-outer .companies-list-inner {
          display: table-cell;
          width: 100%;
          vertical-align: middle;
          text-align: center; }
          .companies-list-content ul li .companies-list-outer .companies-list-inner img {
            display: table-cell;
            vertical-align: middle;
            text-align: center;
            margin: 0 auto;
            max-width: 215px; }
      .companies-list-content ul li .company-icon-block {
        float: left;
        width: auto;
        position: absolute;
        right: 15px;
        bottom: 15px; }
        .companies-list-content ul li .company-icon-block .company-icon-inner {
          width: 37px;
          height: 36px;
          border: 1px solid #b0b0b0;
          -moz-border-radius: 40px;
          -webkit-border-radius: 40px;
          border-radius: 40px; }
          .companies-list-content ul li .company-icon-block .company-icon-inner i {
            display: inline-block;
            padding-top: 8px;
            color: #b0b0b0;
            font-size: 18px; }
          .companies-list-content ul li .company-icon-block .company-icon-inner:hover {
            background: #b0b0b0; }
            .companies-list-content ul li .company-icon-block .company-icon-inner:hover a i {
              color: #fff; }
      .companies-list-content ul li .all-company .company-icon-block .company-icon-inner:hover a i {
        color: #e3e3e3; }

.newsletter-block {
  float: left;
  width: 100%;
  background: whitesmoke;
  padding: 47px 0 39px 0; }
  .newsletter-block .newsletter-block-inner {
    margin: 0 auto;
    max-width: 1178px;
    overflow: hidden;
    position: relative;
    width: 100%; }
  .newsletter-block label {
    font-family: "Roboto", sans-serif;
    color: #353535;
    font-size: 24px;
    font-weight: 300;
    padding-right: 4.2%;
    cursor: text;
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }
    .newsletter-block label span {
      font-weight: 500; }
  .newsletter-block form {
    float: right;
    max-width: 475px;
    width: 100%;
    position: relative; }
    .newsletter-block form input {
      width: 100%;
      height: 65px;
      padding: 0 85px 0 35px; }
    .newsletter-block form button {
      background: #eb3223;
      width: 69px;
      height: 65px;
      -moz-border-radius: 70px;
      -webkit-border-radius: 70px;
      border-radius: 70px;
      padding: 0;
      margin: 0;
      position: absolute;
      right: 0;
      bottom: 0; }
      .newsletter-block form button i {
        font-size: 38px; }
    .newsletter-block form span.error-desc + button {
      background: orange;
      bottom: 40px;
      margin: 0 !important; }
    .newsletter-block form .form-loader {
      width: 65px;
      margin-top: -65px; }
  .newsletter-block .form-success {
    max-width: 475px;
    float: right;
    padding: 20px;
    font-weight: 600; }

/*=====Mobile Menu=====*/
.tab-bar .menu-icon {
  background: url("../images/toggle_btn.png") no-repeat center center;
  height: 27px;
  width: 27px;
  background-size: 100%; }

.left-small {
  background: none;
  border: none;
  height: 53px;
  width: 53px;
  top: 15px;
  left: 15px; }

.mobile-navigation {
  width: 100%;
  float: left; }
  .mobile-navigation .social-icons {
    position: inherit;
    width: 100%;
    top: 0;
    border-top: 1px solid #a1a1a1;
    border-bottom: 1px solid #a1a1a1; }
    .mobile-navigation .social-icons ul {
      width: 100%; }
      .mobile-navigation .social-icons ul li {
        width: 48%;
        height: 50px;
        margin: 10px 0px;
        list-style: none; }
        .mobile-navigation .social-icons ul li:first-child {
          border-left: none; }
        .mobile-navigation .social-icons ul li a {
          text-align: center;
          width: 50%;
          display: table;
          float: none;
          height: 100%;
          margin: 0 auto; }
          .mobile-navigation .social-icons ul li a i {
            font-size: 35px;
            vertical-align: middle;
            display: table-cell;
            color: #4a4a4a; }

.main-menu-mobile {
  width: 100%;
  float: left;
  box-sizing: border-box; }
  .main-menu-mobile ul {
    width: 100%;
    float: left; }
    .main-menu-mobile ul li {
      width: 100%;
      float: left;
      box-sizing: border-box;
      padding-left: 20px;
      list-style: none;
      height: 45px; }
      .main-menu-mobile ul li a {
        width: auto;
        float: left;
        font-size: 20px;
        padding: 10px 2% 10px;
        color: #4a4a4a;
        text-transform: capitalize;
        font-family: "Dosis", sans-serif;
        font-weight: 400; }
        .main-menu-mobile ul li a:hover {
          border-bottom: 5px solid #eb3223; }

.left-off-canvas-menu {
  position: fixed;
  background: #FFF; }

.logo-block {
  width: 100%;
  float: left;
  background: white;
  padding: 15px 30px 15px 25px;
  box-sizing: border-box; }

.small-logo {
  float: left;
  position: absolute;
  right: 15px;
  top: 15px;
  width: 39px; }

.contact-map {
  float: left;
  margin-top: -119px;
  width: 100%;
  padding-top: 120px; }

.content-container {
  float: left;
  width: 100%; }

.active-page a {
  border-bottom: 5px solid #eb3223;
  padding-bottom: 12px; }

.newsletter-container {
  float: left;
  width: 100%; }

/*=====Our Story Page=====*/
.story-content-image {
  overflow: hidden; }
  .story-content-image img {
    height: auto;
    width: auto;
    position: absolute;
    float: left;
    max-width: inherit; }

.story-content-first-row {
  float: left;
  width: 100%; }

.story-content-second-row {
  float: left;
  width: 100%; }

.story-content-third-row {
  float: left;
  width: 100%; }

.subpage-banner.content-banner {
  height: 613px; }
  .subpage-banner.content-banner img {
    height: 613px; }
  .subpage-banner.content-banner .subpage-div h1 {
    margin-bottom: 22px; }

.story-content-fourth-row {
  float: left;
  width: 100%;
  border-bottom: 1px solid #c4c4c4;
  background: #ededed; }
  .story-content-fourth-row .main-parablk {
    padding: 93px 9% 77px; }
    .story-content-fourth-row .main-parablk h4 {
      font-size: 36px;
      color: #18b28f;
      line-height: 43px;
      text-align: center;
      font-weight: 300; }

.story-content-fifth-row {
  float: left;
  width: 100%;
  background: whitesmoke; }

.story-content-sixth-row {
  float: left;
  width: 100%;
  background: whitesmoke; }

.story-content-seventh-row {
  float: left;
  width: 100%;
  background: whitesmoke; }

/*** End Content Section **************************************************************************************/
/*********Ie fix *****************************/
.ie8 .maininnerheader, .ie9 .maininnerheader {
  height: 362px !important; }
  .ie8 .maininnerheader a:after, .ie9 .maininnerheader a:after {
    top: 181px; }

.ie8 .content-container .maininnerheader, .ie9 .content-container .maininnerheader {
  height: 406px !important; }
  .ie8 .content-container .maininnerheader a:after, .ie9 .content-container .maininnerheader a:after {
    top: 203px; }

.ie8 .main-entities .maininnerheader, .ie9 .main-entities .maininnerheader {
  height: 298px !important; }
  .ie8 .main-entities .maininnerheader a:after, .ie9 .main-entities .maininnerheader a:after {
    top: 149px; }

.ie9 .instaafeed-outer ul li {
  max-width: 338px; }

.ie9 .instaafeed-outer ul li img {
  position: relative;
  margin-left: 0px;
  left: 0px; }

.ie8 .header-block {
  height: 407px !important; }

.ie8 .cycle-pager {
  margin-top: -5%; }

.ie8 .single-Ent-block.growth-blk:after, .ie8 .single-Ent-block.venture_blk:after, .ie8 .single-Ent-block.place_blk:after {
  display: none; }

/*********Ie fix *****************************/
/**** News page ******************************/
.news-list-header-inner {
  width: 100%;
  text-align: center;
  list-style: none;
  padding: 10px 0; }
  .news-list-header-inner li {
    float: none;
    display: inline-block;
    margin: 0 42px; }
    .news-list-header-inner li button {
      padding: 0;
      margin: 0;
      background: none;
      border: none;
      font-family: "Dosis", sans-serif;
      font-size: 24px;
      color: white;
      text-transform: capitalize;
      position: relative; }
      .news-list-header-inner li button:hover:after {
        border-bottom: 5px solid white;
        padding-bottom: 13px;
        content: "";
        position: absolute;
        top: 25px;
        bottom: 0;
        width: 100%;
        left: 0; }
      .news-list-header-inner li button:active:after, .news-list-header-inner li button.active:after {
        border-bottom: 5px solid white;
        padding-bottom: 13px;
        content: "";
        position: absolute;
        top: 25px;
        bottom: 0;
        width: 100%;
        left: 0; }
      .news-list-header-inner li button:focus:after {
        border-bottom: 5px solid white;
        padding-bottom: 13px;
        content: "";
        position: absolute;
        top: 24px;
        bottom: 0;
        width: 100%;
        left: 0; }

.news-list-content {
  width: 100%;
  float: left; }
  .news-list-content ul {
    width: 100%;
    text-align: center;
    list-style: none; }
  .news-list-content li {
    width: 50%;
    float: left;
    text-align: left; }
    .news-list-content li.search {
      width: 25%;
      background: whitesmoke;
      border-left: 1px solid #c4c4c4;
      border-bottom: 1px solid #c4c4c4; }
      .news-list-content li.search .news-outercon {
        border: none; }
    .news-list-content li.press-releases {
      width: 25%;
      background: whitesmoke;
      border-right: 1px solid #c4c4c4;
      border-bottom: 1px solid #c4c4c4; }
    .news-list-content li.new-mentions {
      width: 25%;
      border-right: 1px solid #c4c4c4;
      border-bottom: 1px solid #c4c4c4; }
    .news-list-content li.blog-posts {
      width: 50%;
      background: white;
      border-left: 1px solid #c4c4c4;
      border-bottom: 1px solid #c4c4c4; }
      .news-list-content li.blog-posts .news-outercon {
        border: none; }
    .news-list-content li.post-small {
      width: 25%;
      background: white;
      border-left: 1px solid #c4c4c4;
      border-bottom: 1px solid #c4c4c4; }
      .news-list-content li.post-small .news-outercon {
        border: none; }

.load-more-news {
  width: 100%;
  float: left;
  text-align: center;
  float: left;
  width: 100%;
  background: #eb3223 url("../images/pattern.png") repeat;
  padding: 23px 0 27px 0;
  position: relative; }
  .load-more-news a {
    border: 2px solid white;
    color: white; }
    .load-more-news a:hover {
      background: white;
      color: #eb3223; }

.no_results {
  clear: both;
  font-size: 24px;
  font-family: "Dosis",sans-serif;
  font-weight: 500;
  text-align: center;
  padding: 23px 0 27px 0;
  display: none; }

.blogpost-outer .button {
  position: absolute;
  right: 10px;
  bottom: 10px; }

.blogpost-outer {
  /*
  width: 100%;
  height: 100%;
  padding: 60px 20px 45px 20px;
  position: relative;
  float: left;
  */
  width: 100%;
  height: 100%;
  padding: 60px 20px 65px 20px;
  position: relative;
  float: left;
  display: table; }
  .blogpost-outer h4 {
    color: #00b28f;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    line-height: 30px; }
    .blogpost-outer h4 a {
      color: #00b28f; }
  .blogpost-outer p {
    font-size: 20px;
    color: #4d4d4d;
    line-height: 30px;
    padding: 12px 0 0 0px;
    margin: 0px;
    float: left;
    font-family: 'Roboto', sans-serif;
    font-weight: 300; }
    .blogpost-outer p a {
      color: #eb3223;
      text-transform: uppercase;
      font-style: italic;
      text-decoration: underline; }
  .blogpost-outer .revbuttons {
    float: right;
    margin-top: 15px; }
  .blogpost-outer .feelds-iconblk i {
    font-size: 16px;
    line-height: 35px; }

.instaafeed-outer {
  width: 100%;
  padding: 0px;
  height: 100%;
  position: relative;
  height: 100%; }
  .instaafeed-outer .single-section {
    width: 100%;
    list-style: none;
    text-align: center;
    height: 100%;
    overflow: hidden;
    position: relative;
    display: table; }
    .instaafeed-outer .single-section img {
      position: relative;
      left: 50%;
      top: 0px;
      height: 395px;
      max-width: none;
      margin-left: -320px; }
    .instaafeed-outer .single-section .author-block {
      width: 100%;
      height: 60px;
      background: #434142;
      position: absolute;
      bottom: 0px;
      text-align: left;
      padding: 5px 20px; }
      .instaafeed-outer .single-section .author-block i {
        font-size: 45px;
        color: white;
        float: left;
        padding-right: 10px;
        width: 20%;
        float: left; }
      .instaafeed-outer .single-section .author-block h6 {
        padding-top: 5px;
        font-family: "Roboto", sans-serif;
        color: #eb3223;
        font-weight: 700;
        width: 80%;
        float: left;
        height: 25px;
        line-height: 20px; }
      .instaafeed-outer .single-section .author-block span {
        color: white;
        font-family: "Roboto", sans-serif;
        font-size: 16px;
        font-style: italic;
        width: 80%;
        float: left;
        height: 20px;
        line-height: 20px; }

/**** News page ******************************/
.subpage-banner {
  overflow: hidden;
  height: 500px; }

.slider-content-inner {
  height: 100%; }

.picimage-bloc {
  width: 100%;
  max-width: 122px;
  float: left;
  overflow: hidden;
  line-height: 1px;
  -moz-border-radius: 250px;
  -webkit-border-radius: 250px;
  border-radius: 250px; }

.authorimage-bloc {
  width: 100%;
  max-width: 216px;
  float: left;
  overflow: hidden;
  line-height: 1px;
  -moz-border-radius: 300px;
  -webkit-border-radius: 300px;
  border-radius: 300px; }
  .authorimage-bloc img {
    width: 100%; }

.single-section .mainimage-block:before {
  background-size: 100% auto;
  max-width: 40px;
  width: 5%; }

.quote-outercon {
  float: left;
  width: 100%;
  border-bottom: 1px solid #c4c4c4;
  padding: 50px 9%; }
  .quote-outercon h4 {
    font-size: 36px;
    color: #18b28f;
    line-height: 42px;
    text-align: center;
    font-weight: 300;
    background: url(../images/quote_bg.png) no-repeat center center; }

/**Style guide elements*****/
.style-guide-container {
  float: left;
  width: 100%;
  padding: 126px 37px 0 37px; }
  .style-guide-container .single-block-header {
    float: left;
    width: 100%;
    padding-bottom: 11px;
    border-bottom: 1px solid #000000; }
    .style-guide-container .single-block-header h4 {
      float: left;
      width: 100%;
      color: #000000;
      font-size: 30px;
      font-family: "Roboto", sans-serif;
      text-transform: uppercase; }
  .style-guide-container .single-block-content {
    float: left;
    width: 100%;
    padding-top: 69px; }
    .style-guide-container .single-block-content .single-content {
      float: left;
      width: 100%;
      padding-bottom: 100px;
      overflow: hidden; }
      .style-guide-container .single-block-content .single-content > h4 {
        float: left;
        width: 100%;
        color: #000000;
        font-size: 30px;
        font-family: "Roboto", sans-serif;
        background: url(../images/style-guide/arrow.png) no-repeat left 2px;
        padding-left: 2%;
        padding-bottom: 33px;
        text-transform: uppercase; }
      .style-guide-container .single-block-content .single-content .banner {
        margin: 0px; }
      .style-guide-container .single-block-content .single-content .single-sub-content {
        float: left;
        width: 100%;
        padding-top: 22px; }
        .style-guide-container .single-block-content .single-content .single-sub-content h5 {
          color: #000000;
          font-size: 24px;
          font-family: "Roboto", sans-serif;
          padding-bottom: 24px;
          text-transform: uppercase; }
      .style-guide-container .single-block-content .single-content .team-list {
        width: auto; }
      .style-guide-container .single-block-content .single-content.navigation-block {
        background: url(../images/style-guide/navigationbg-style.jpg) no-repeat left 55px;
        background-size: 100% auto; }
      .style-guide-container .single-block-content .single-content .maininnerheader {
        height: 400px; }
      .style-guide-container .single-block-content .single-content .news-outercon {
        max-width: 800px;
        border: none; }
      .style-guide-container .single-block-content .single-content .instaafeed-outer {
        max-width: 400px;
        border: none; }
  .style-guide-container .navigation-block {
    float: left;
    width: 100%; }
  .style-guide-container .button-block {
    float: left;
    width: 100%; }
    .style-guide-container .button-block .button-single {
      float: left;
      width: 100%;
      padding-bottom: 60px; }
  .style-guide-container .block-cont {
    float: left;
    width: 100%;
    overflow: hidden;
    padding-bottom: 25px; }

.glyph.fs1 {
  padding: 0 0 20px 0;
  width: 25%;
  float: left; }

.html {
  font-size: 20px;
  background: #f4f4f4;
  width: 100%;
  padding: 10px;
  float: left;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  margin-bottom: 20px; }

/**Style guide elements*****/
.grey-bg {
  background: whitesmoke; }

.growth-page .companies-list-content ul li .company-icon-block .company-icon-inner {
  border: none; }

.growth-page .companies-list-content ul li .company-icon-block .company-icon-inner i {
  color: #b0b0b0;
  font-size: 36px; }

.loademore_loading {
  display: inline-block;
  width: 288px;
  height: 50px;
  font-size: 18px;
  line-height: 45px;
  padding-left: 45px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  margin: 0px;
  padding: 0 0 0 25px !important;
  font-family: "Dosis", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  text-align: left;
  color: #fff;
  border: 2px solid #fff; }
  .loademore_loading i {
    float: right;
    margin-right: 20px;
    line-height: 45px; }

.fixed-background {
  background-attachment: fixed;
  background-position: center top;
  background-repeat: no-repeat; }

.off-canvas-wrap {
  -webkit-backface-visibility: inherit; }

.hero-image {
  position: absolute;
  width: 100%;
  height: 100%; }

/* LOAD TRANSITIONS */
.header_block {
  z-index: 100;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition-property: height,-webkit-transform;
  -moz-transition-property: height,-moz-transform;
  -o-transition-property: height,-o-transform;
  -ms-transition-property: height,-ms-transform;
  transition-property: height,transform;
  -webkit-transition-duration: .3s,1s;
  -moz-transition-duration: .3s,1s;
  -o-transition-duration: .3s,1s;
  -ms-transition-duration: .3s,1s;
  transition-duration: .3s,1s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-delay: .35s;
  -webkit-transition-delay: .35s;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -ms-transition: -ms-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease; }
  .header_block.displayed {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }

.move-right .header_block.displayed {
  -webkit-transform: translate3d(15.625rem, 0, 0);
  -moz-transform: translate3d(15.625rem, 0, 0);
  -ms-transform: translate(15.625rem, 0);
  -ms-transform: translate3d(15.625rem, 0, 0);
  -o-transform: translate3d(15.625rem, 0, 0);
  transform: translate3d(15.625rem, 0, 0); }

.section_block {
  opacity: 0;
  -ms-filter: "alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: translateY(130px);
  -moz-transform: translateY(130px);
  -o-transform: translateY(130px);
  -ms-transform: translateY(130px);
  transform: translateY(130px);
  -webkit-transition-property: opacity,-webkit-transform;
  -moz-transition-property: opacity,-moz-transform;
  -o-transition-property: opacity,-o-transform;
  -ms-transition-property: opacity,-ms-transform;
  transition-property: opacity,transform;
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  -ms-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-delay: 0;
  -moz-transition-delay: 0;
  -o-transition-delay: 0;
  -ms-transition-delay: 0;
  transition-delay: 0; }
  .section_block.displayed {
    opacity: 1;
    -ms-filter: none;
    filter: none;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }

.container-profesional-exp .content-profesional-exp {
  display: block;
  line-height: 30px;
  padding: 40px 35px;
  color: #4d4d4d;
  font-weight: normal;
  font-size: 20px; }
.container-profesional-exp p {
  font-size: 20px;
  line-height: 30px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300; }

.data-member {
  position: absolute;
  top: 0px;
  right: 0px; }

.expertise-list-container {
  width: 100%;
  padding: 0px;
  margin: 0px;
  display: table;
  position: relative;
  float: left;
  height: 100%; }
  .expertise-list-container p {
    font-size: 20px; }
  .expertise-list-container .expertise-list {
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: left;
    display: table-cell;
    position: relative;
    z-index: 9999;
    padding-left: 55px;
    padding-bottom: 50px;
    padding-top: 50px; }
    .expertise-list-container .expertise-list p {
      font-size: 20px; }
    .expertise-list-container .expertise-list ul {
      padding-left: 20px; }
      .expertise-list-container .expertise-list ul li {
        list-style: initial;
        font-size: 20px;
        line-height: 30px;
        color: #4d4d4d;
        margin: 10px 0px;
        font-family: 'Roboto', sans-serif;
        font-weight: 300; }

.content-quote {
  padding: 90px 0;
  display: block;
  position: relative; }
  .content-quote .quote {
    font-size: 36px;
    line-height: 40px;
    text-align: center;
    color: #00b28f;
    font-weight: 100;
    display: block; }
    .content-quote .quote p {
      font-size: 30px;
      line-height: 35px; }
  .content-quote .icon-quote {
    position: absolute;
    color: #00b28f;
    opacity: 0.1;
    top: 0px;
    font-size: 100px;
    font-family: 'Droid Serif', serif;
    width: 250px;
    height: 250px;
    border: 2px solid #FFF;
    position: absolute;
    overflow: hidden;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    font-size: 500px; }

.content-video {
  float: left;
  width: 100%;
  position: relative;
  height: 500px;
  background-position: center; }
  .content-video img {
    width: 100%; }

.icon-play-video {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 2px solid #FFF;
  position: absolute;
  overflow: auto;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }
  .icon-play-video:before {
    content: '';
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #FFF;
    margin-left: 27px;
    margin-top: 18px;
    position: relative;
    float: left; }

.video-thumb {
  height: 100%;
  width: 100%;
  float: left; }

.container-member-data {
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 9999;
  width: 100%; }
  .container-member-data .data-content {
    float: right;
    padding: 20px 20px 20px 30px;
    background-color: rgba(0, 0, 0, 0.5); }
    .container-member-data .data-content .data-summary {
      float: left;
      margin-top: 10px;
      padding-right: 20%; }
      .container-member-data .data-content .data-summary p {
        color: #FFF;
        font-size: 20pt;
        line-height: 30px;
        font-weight: 400;
        line-height: 32px; }
    .container-member-data .data-content h1 {
      color: #FFF;
      float: left;
      display: block;
      margin-bottom: 10px;
      line-height: 80px;
      font-weight: 300;
      font-size: 60pt;
      text-transform: uppercase;
      width: 100%; }
    .container-member-data .data-content .data-social {
      float: left;
      width: 100%;
      margin-top: 10px; }
      .container-member-data .data-content .data-social a {
        display: block;
        float: left;
        margin-right: 10px;
        font-size: 50px;
        color: #FFF;
        padding-bottom: 5px;
        height: 60px; }
        .container-member-data .data-content .data-social a .icon-icon-linkedin {
          font-size: 42px; }
        .container-member-data .data-content .data-social a:hover {
          border-bottom: 5px solid #eb3223;
          text-decoration: none; }

.back-to-content {
  width: 100%;
  float: left;
  text-align: center;
  float: left;
  width: 100%;
  background: #eb3223 url("../images/pattern.png") repeat;
  padding: 23px 0 27px 0;
  position: relative; }
  .back-to-content a {
    border: 2px solid white;
    color: white; }
    .back-to-content a:hover {
      background: white;
      color: #eb3223; }

.container-data-post {
  position: absolute;
  bottom: 50px;
  right: 0px;
  z-index: 9999;
  width: 100%; }
  .container-data-post .title-data-post {
    color: #FFF;
    font-size: 40px;
    line-height: 50px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding-bottom: 20px;
    margin-bottom: 20px;
    margin-right: 20px;
    margin-left: 20px; }
  .container-data-post .title-data-post-author {
    color: #FFF;
    font-size: 30px;
    line-height: 30px;
    margin: 0px 20px; }
    .container-data-post .title-data-post-author .author-name, .container-data-post .title-data-post-author .author-name a {
      color: #00b28f; }
  .container-data-post .data-social {
    margin-top: 20px;
    padding: 0 20px;
    float: left;
    width: 100%; }
    .container-data-post .data-social .cont-links {
      float: left;
      width: 100%; }
    .container-data-post .data-social a {
      color: #FFF;
      font-size: 30px;
      display: block;
      float: left;
      margin-right: 10px;
      padding-bottom: 15px;
      border-bottom: 5px solid transparent;
      padding: 0 0 5px 0; }
      .container-data-post .data-social a i {
        text-align: center;
        line-height: 30px;
        width: 30px;
        float: left; }
      .container-data-post .data-social a:hover {
        border-bottom: 5px solid #eb3223;
        padding: 0 0 5px 0;
        text-decoration: none; }
    .container-data-post .data-social .icon-icon-linkedin {
      font-size: 25px;
      padding-bottom: 0; }

/* VIDEO INSIDE DIV */
.video-wrapper-cont {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  display: none;
  background: #000;
  z-index: 100; }

.video-cont {
  height: 100%;
  width: 100%;
  top: 0;
  z-index: 2;
  position: absolute; }

.close-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  color: #efefef;
  z-index: 101;
  text-shadow: 0 1px 3px #aeaeae;
  font-size: 25px; }
  .close-video:hover {
    color: #fff;
    text-decoration: none; }

.thumb-container {
  height: 100%;
  width: 100%;
  max-width: 100%;
  padding: 0px;
  margin: 0px;
  display: table;
  text-align: center;
  position: relative;
  float: left; }

.container-post .post-content {
  padding: 20px; }
  .container-post .post-content p {
    font-size: 20px;
    color: #4d4d4d;
    line-height: 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300; }

.container-full-width-imgpost .single-banner {
  height: 500px;
  overflow: hidden;
  position: relative; }
  .container-full-width-imgpost .single-banner img {
    position: absolute;
    max-width: inherit;
    max-height: inherit; }

.container-quote.post {
  background: #f2f2f2; }

.container-post-data .wrapper .row {
  padding: 20px 0px; }
  .container-post-data .wrapper .row .about-author-content {
    background: #efefef url(../images/imgoverlay_bg.png);
    display: table; }
    .container-post-data .wrapper .row .about-author-content .columns {
      height: auto; }
      .container-post-data .wrapper .row .about-author-content .columns:first-child {
        border-right: 2px solid #fff; }
    .container-post-data .wrapper .row .about-author-content .container-img {
      background: #e6e6e6 url(../images/imgoverlay_bg.png);
      height: auto;
      vertical-align: middle !important;
      -webkit-clip-path: polygon(1% 0, 100% 0, 100% 42%, 94% 50%, 100% 59%, 100% 100%, 0 100%);
      clip-path: polygon(1% 0, 100% 0, 100% 42%, 94% 50%, 100% 59%, 100% 100%, 0 100%); }
      .container-post-data .wrapper .row .about-author-content .container-img .author-img {
        width: 45%;
        display: table-cell;
        vertical-align: middle;
        padding: 0 10px 0 20px; }
        .container-post-data .wrapper .row .about-author-content .container-img .author-img .image-crop {
          border-radius: 50%;
          width: 216px;
          height: auto;
          overflow: hidden;
          background: #fff;
          margin: 0 auto; }
    .container-post-data .wrapper .row .about-author-content .container-author-data {
      padding: 0px;
      margin: 0px;
      display: table-cell;
      position: relative;
      vertical-align: middle;
      height: auto; }
      .container-post-data .wrapper .row .about-author-content .container-author-data .about-title {
        font-size: 22px;
        color: #00b28f; }
      .container-post-data .wrapper .row .about-author-content .container-author-data .author-data {
        padding: 40px 25px;
        height: 100%;
        vertical-align: middle;
        display: table-cell;
        position: relative;
        z-index: 9999;
        width: 100%;
        height: auto;
        display: inline-block; }
        .container-post-data .wrapper .row .about-author-content .container-author-data .author-data h1 {
          font-size: 60px;
          line-height: 60px;
          font-weight: 400;
          color: #00b28f;
          margin: 10px 0px;
          font-family: 'Roboto', sans-serif; }
        .container-post-data .wrapper .row .about-author-content .container-author-data .author-data p {
          font-size: 20px;
          line-height: 30px;
          font-family: 'Roboto', sans-serif;
          font-weight: 300; }
        .container-post-data .wrapper .row .about-author-content .container-author-data .author-data a.button {
          float: right; }
      .container-post-data .wrapper .row .about-author-content .container-author-data .author-social {
        color: #eb3223;
        font-size: 22px; }
        .container-post-data .wrapper .row .about-author-content .container-author-data .author-social i {
          font-size: 30px;
          margin-top: -4px;
          display: inline-block;
          float: left; }

.more-post-title {
  width: 100%;
  float: left;
  text-align: center;
  float: left;
  width: 100%;
  background: #eb3223 url("../images/pattern.png") repeat;
  padding: 23px 0 27px 0;
  position: relative; }
  .more-post-title h2 {
    color: #FFF;
    padding: 20px 0px; }

.container-post-data.two-authors .row {
  padding: 0;
  border-bottom: none; }
  .container-post-data.two-authors .row:last-child {
    border-bottom: #c4c4c4 solid 1px;
    padding-bottom: 20px; }
.container-post-data.two-authors .about-author-content .container-img {
  float: left;
  width: 100%;
  padding: 20px 0px;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 55% 100%, 50% 93%, 45% 100%, 0 100%, 0 0) !important;
  clip-path: polygon(100% 0, 100% 100%, 55% 100%, 50% 93%, 45% 100%, 0 100%, 0 0) !important; }
  .container-post-data.two-authors .about-author-content .container-img .image-crop {
    float: left; }
    .container-post-data.two-authors .about-author-content .container-img .image-crop img {
      float: left; }
  .container-post-data.two-authors .about-author-content .container-img .about-author {
    padding: 20px 20px 20px 0;
    display: table-cell;
    vertical-align: middle;
    width: 55%; }
    .container-post-data.two-authors .about-author-content .container-img .about-author h1 {
      font-size: 60px;
      line-height: 60px;
      font-weight: 400;
      color: #00b28f;
      margin: 10px 0px; }
      .container-post-data.two-authors .about-author-content .container-img .about-author h1.no-social {
        margin-bottom: 43px; }
    .container-post-data.two-authors .about-author-content .container-img .about-author .about-title {
      font-size: 22px;
      color: #00b28f; }
    .container-post-data.two-authors .about-author-content .container-img .about-author .author-social {
      color: #eb3223;
      font-size: 22px; }
      .container-post-data.two-authors .about-author-content .container-img .about-author .author-social a {
        line-height: 40px; }
        .container-post-data.two-authors .about-author-content .container-img .about-author .author-social a i {
          font-size: 35px;
          line-height: 40px;
          margin-bottom: 2px;
          display: inline-block;
          float: left;
          margin-right: 2px; }
.container-post-data.two-authors .about-author-content .container-author-data {
  width: 100%;
  float: left; }

.large-8 {
  max-width: 1334px; }

.our-story-blocks .outer-block .columns .main-parablk {
  display: table;
  float: none; }
  .our-story-blocks .outer-block .columns .main-parablk p {
    display: table-cell;
    vertical-align: middle;
    font-family: 'Roboto', sans-serif;
    font-weight: 300; }

.our-story-blocks.align-height .outer-block .columns.maininnerheader {
  vertical-align: middle;
  width: auto;
  height: auto;
  background: #eb3223 url(../images/headoverlay_bg.png); }
  .our-story-blocks.align-height .outer-block .columns.maininnerheader:before, .our-story-blocks.align-height .outer-block .columns.maininnerheader:after {
    display: none; }
  .our-story-blocks.align-height .outer-block .columns.maininnerheader span:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 122px;
    border-style: solid;
    border-width: 61px 0 61px 20px;
    border-color: transparent transparent transparent #eb3223;
    left: 100%;
    top: 50%;
    z-index: 99;
    margin-top: -61px; }
  .our-story-blocks.align-height .outer-block .columns.maininnerheader.left-pointing span:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 122px;
    border-style: solid;
    border-width: 61px 20px 61px 0;
    border-color: transparent #eb3223 transparent transparent;
    left: -20px;
    right: 100%;
    top: 50%;
    z-index: 100;
    margin-top: -61px; }
.our-story-blocks .maininnerheader span {
  width: 100%;
  vertical-align: middle;
  text-align: center;
  display: table-cell;
  position: relative;
  z-index: 9999;
  padding: 50px 0; }
  .our-story-blocks .maininnerheader span:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 122px;
    background: url(../images/arrow_leftpoint.png) no-repeat left top;
    left: 100%;
    top: 50%;
    z-index: 100;
    margin-top: -61px; }
  .our-story-blocks .maininnerheader span h2 {
    color: white;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 22px;
    line-height: 60px;
    padding: 0 30px;
    font-size: 50px; }
.our-story-blocks .maininnerheader.left-pointing span:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 122px;
  background: url(../images/arrow_rightpoint.png) no-repeat right top;
  left: -20px;
  right: 100% !important;
  top: 50%;
  z-index: 100;
  margin-top: -61px; }

.content-profesional-exp a:visited {
  color: #eb3223; }
.content-profesional-exp a:focus {
  color: #eb3223; }

.post-content p a:visited {
  color: #eb3223; }
.post-content p a:focus {
  color: #eb3223; }
.post-content p a:hover {
  text-decoration: underline;
  font-weight: 300px; }
.post-content h1, .post-content h2, .post-content h3, .post-content h4, .post-content h5, .post-content h6 {
  line-height: 60px; }

.post-content ul {
  padding-left: 40px;
  margin: 20px 0px; }
  .post-content ul li {
    font-size: 20px;
    line-height: 30px;
    color: #616161; }
.post-content ol {
  padding: 20px 0px 20px 25px; }
  .post-content ol li {
    font-size: 23px;
    line-height: 35px;
    color: #616161; }

.footer-logo-img {
  width: 230px; }

.icon-rise-of-the-rest {
  font-family: 'revolution-icon-extension'; }

.search-text {
  float: none;
  margin: 0 auto;
  font-size: 24px;
  color: white;
  font-family: "Dosis", sans-serif;
  font-weight: 500;
  text-align: center; }

#search-2 {
  content: "\e610";
  font-family: 'case';
  font-size: 30px;
  position: absolute;
  min-width: 25px;
  height: 25px;
  transition: width,background-color .5s;
  -o-transition: width,background-color .5s;
  -moz-transition: width,background-color .5s;
  -webkit-transition: width,background-color .5s;
  margin-right: 0;
  left: -30px;
  width: 16px;
  z-index: 100;
  background-color: transparent;
  top: -3px; }

#search-2.active-form {
  width: 140px;
  background-color: #7f8188; }

#search-2 .case-search {
  position: absolute;
  top: 3px;
  left: 5px;
  font-size: 17px;
  line-height: 18px; }

#search-2 input[type=search] {
  width: 140px;
  height: 24px;
  color: transparent;
  cursor: pointer;
  display: none;
  padding: 0;
  background: rgba(255, 255, 255, 0.5);
  border: none;
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-style: normal; }

#search-2.active-form input[type=search] {
  display: block;
  background: #FFF;
  width: 140px; }

#search-2 input[type=search] {
  padding-left: 32px;
  color: white;
  cursor: auto;
  -webkit-box-shadow: none;
  box-shadow: none; }
  #search-2 input[type=search] .case-search {
    color: #0e8edf; }
  #search-2 input[type=search] #search-2 input[type=search]:focus {
    background: transparent; }

#search-2.active-form .case-search {
  top: 0; }

#search-2.active-form .case-search i {
  color: #eb3223;
  font-size: 19px !important;
  line-height: 23px; }

#search-2.active-form input {
  background: #FFF;
  color: grey; }

.case-search i {
  font-size: 16px !important;
  line-height: 16px; }

.single-entity .single-Ent-block .content-block a.readmore i {
  border: 0px;
  font-size: 36px;
  line-height: 33px;
  height: 34px; }

.feelds-iconblk a {
  display: block;
  width: 100%;
  cursor: inherit; }
  .feelds-iconblk a img {
    width: 30px;
    margin: 3px auto; }

.author-name span {
  color: #FFF; }

#growth-content-popup-2 .single-Ent-block {
  display: table-cell;
  vertical-align: middle; }

.news_contentlock .button.tiny.revbuttons {
  float: right; }

@-moz-document url-prefix() {
  /*.newsletter-block form span.error-desc + button{
      margin-top: -64px;
  }*/
  .single-Ent-block img {
    max-width: 100%;
    width: 100%; } }
.sbOptions {
  max-height: inherit !important; }

#growth-content-popup-1 .single-Ent-block .content-block, #growth-content-popup-2 .single-Ent-block .content-block, #growth-content-popup-3 .single-Ent-block .content-block {
  display: table;
  padding: 200px 10px; }

_::-webkit-full-page-media, _:future, :root.main-menu ul li.logo {
  border: 1px solid red; }

.hideDiv {
  display: none !important; }

#header {
  position: fixed;
  background-color: transparent;
  /*transition: background .25s;
  -o-transition: background .25s;
  -moz-transition: background .25s;
  -webkit-transition: background .25s;*/ }

#header.over-content {
  background-color: rgba(0, 0, 0, 0.8); }

.banner-container {
  padding-top: 120px; }

.search .news-outercon .button.tiny.revbuttons {
  position: absolute;
  bottom: 10px;
  right: 10px; }
.search .news-outercon .news_contentlock {
  margin-bottom: 25px; }

.blog-posts .news-outercon .button.tiny.revbuttons {
  position: absolute;
  bottom: 10px;
  right: 10px; }
.blog-posts .news-outercon .news_contentlock {
  margin-bottom: 25px; }

.latest-blockouter .outer-block .news-outercon .button.tiny.revbuttons {
  position: absolute;
  bottom: 10px;
  right: 10px; }
.latest-blockouter .outer-block .news-outercon .news_imgblock img {
  position: absolute;
  top: 0;
  left: 0; }
.latest-blockouter .outer-block .medium-6 .news-outercon .news_imgblock {
  padding-bottom: 35%; }
.latest-blockouter .outer-block .medium-3 .news-outercon .news_imgblock {
  padding-bottom: 70%; }

.align-height .outer-block .columns.maininnerheader.title-cell, .maininnerheader.title-cell {
  width: auto;
  height: initial;
  vertical-align: middle;
  background: #eb3223 url(../images/headoverlay_bg.png); }
  .align-height .outer-block .columns.maininnerheader.title-cell:after, .align-height .outer-block .columns.maininnerheader.title-cell:before, .maininnerheader.title-cell:after, .maininnerheader.title-cell:before {
    display: none; }
  .align-height .outer-block .columns.maininnerheader.title-cell a, .align-height .outer-block .columns.maininnerheader.title-cell > h2, .maininnerheader.title-cell a, .maininnerheader.title-cell > h2 {
    display: inline-block;
    padding: 0;
    height: initial; }
    .align-height .outer-block .columns.maininnerheader.title-cell a:before, .align-height .outer-block .columns.maininnerheader.title-cell > h2:before, .maininnerheader.title-cell a:before, .maininnerheader.title-cell > h2:before {
      content: "";
      position: absolute;
      width: 20px;
      height: 122px;
      border-style: solid;
      border-width: 61px 0 61px 20px;
      border-color: transparent transparent transparent #eb3223;
      left: 100%;
      top: 50%;
      z-index: 100;
      margin-top: -61px; }
  .align-height .outer-block .columns.maininnerheader.title-cell.left-pointing a:before, .align-height .outer-block .columns.maininnerheader.title-cell.left-pointing > h2:before, .maininnerheader.title-cell.left-pointing a:before, .maininnerheader.title-cell.left-pointing > h2:before {
    left: auto;
    right: 100%;
    border-width: 61px 20px 61px 0px;
    border-color: transparent #eb3223 transparent transparent; }
  .align-height .outer-block .columns.maininnerheader.title-cell.growth-header, .maininnerheader.title-cell.growth-header {
    background-color: #00b28f; }
    .align-height .outer-block .columns.maininnerheader.title-cell.growth-header a, .maininnerheader.title-cell.growth-header a {
      padding: 70px 0; }
    .align-height .outer-block .columns.maininnerheader.title-cell.growth-header a:before, .align-height .outer-block .columns.maininnerheader.title-cell.growth-header h2:before, .maininnerheader.title-cell.growth-header a:before, .maininnerheader.title-cell.growth-header h2:before {
      border-color: transparent transparent transparent #00b28f; }
    .align-height .outer-block .columns.maininnerheader.title-cell.growth-header.left-pointing a:before, .align-height .outer-block .columns.maininnerheader.title-cell.growth-header.left-pointing h2:before, .maininnerheader.title-cell.growth-header.left-pointing a:before, .maininnerheader.title-cell.growth-header.left-pointing h2:before {
      border-color: transparent #00b28f transparent transparent; }
  .align-height .outer-block .columns.maininnerheader.title-cell.ventures-header, .maininnerheader.title-cell.ventures-header {
    background-color: #ab9767; }
    .align-height .outer-block .columns.maininnerheader.title-cell.ventures-header a, .maininnerheader.title-cell.ventures-header a {
      padding: 70px 0; }
    .align-height .outer-block .columns.maininnerheader.title-cell.ventures-header a:before, .align-height .outer-block .columns.maininnerheader.title-cell.ventures-header h2:before, .maininnerheader.title-cell.ventures-header a:before, .maininnerheader.title-cell.ventures-header h2:before {
      border-color: transparent transparent transparent #ab9767; }
    .align-height .outer-block .columns.maininnerheader.title-cell.ventures-header.left-pointing a:before, .align-height .outer-block .columns.maininnerheader.title-cell.ventures-header.left-pointing h2:before, .maininnerheader.title-cell.ventures-header.left-pointing a:before, .maininnerheader.title-cell.ventures-header.left-pointing h2:before {
      border-color: transparent #ab9767 transparent transparent; }
  .align-height .outer-block .columns.maininnerheader.title-cell.place-header, .maininnerheader.title-cell.place-header {
    background-color: #3f739b; }
    .align-height .outer-block .columns.maininnerheader.title-cell.place-header a, .maininnerheader.title-cell.place-header a {
      padding: 70px 0; }
    .align-height .outer-block .columns.maininnerheader.title-cell.place-header a:before, .align-height .outer-block .columns.maininnerheader.title-cell.place-header h2:before, .maininnerheader.title-cell.place-header a:before, .maininnerheader.title-cell.place-header h2:before {
      border-color: transparent transparent transparent #3f739b; }
    .align-height .outer-block .columns.maininnerheader.title-cell.place-header.left-pointing a:before, .align-height .outer-block .columns.maininnerheader.title-cell.place-header.left-pointing h2:before, .maininnerheader.title-cell.place-header.left-pointing a:before, .maininnerheader.title-cell.place-header.left-pointing h2:before {
      border-color: transparent #3f739b transparent transparent; }

.header-block.title-block {
  display: table; }

.maininnerheader.title-cell {
  display: table-cell;
  vertical-align: middle;
  float: none;
  background: #eb3223 url(../images/headoverlay_bg.png); }
  .maininnerheader.title-cell:after, .maininnerheader.title-cell:before {
    display: none; }
  .maininnerheader.title-cell a {
    padding: 0;
    display: inline-block;
    height: auto; }
    .maininnerheader.title-cell a:before {
      content: "";
      position: absolute;
      width: 20px;
      height: 122px;
      border-style: solid;
      border-width: 61px 0 61px 20px;
      border-color: transparent transparent transparent #eb3223;
      left: 100%;
      top: 50%;
      z-index: 100;
      margin-top: -61px; }
  .maininnerheader.title-cell.growth-header:hover i {
    color: #00b28f; }
  .maininnerheader.title-cell.ventures-header:hover i {
    color: #ab9767; }

.single-team-member .latest-blockouter .wrapper .row .columns {
  float: left; }

.single-entity .custom-news {
  float: left !important; }

.single-team-member .latest-blockouter .news-outercon {
  border-right: #c4c4c4 solid 1px; }

.news-list-header-inner li button:focus {
  border: 0px !important;
  box-shadow: none !important;
  outline: 0; }

.single-entity .latest-blockouter {
  margin-top: -1px; }

#stackla_data {
  clear: both; }

html,
body {
  -webkit-overflow-scrolling: touch; }

p#limit_message {
  float: left;
  text-align: right;
  width: 100%; }

.page-404 {
  padding: 50px 80px;
  display: block; }
  .page-404 article .entry-header h1 {
    text-align: center;
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 20px; }
  .page-404 article .entry-content p {
    text-align: center; }
  .page-404 article .entry-content ul li {
    list-style: none;
    text-align: center; }
    .page-404 article .entry-content ul li a:hover {
      text-decoration: underline; }
  .page-404 article .widgettitle {
    font-size: 30px;
    line-height: 50px;
    text-align: center; }

.latest-news-borders {
  border-top: #c4c4c4 solid 1px;
  border-bottom: #c4c4c4 solid 1px; }

.content-404 p {
  font-size: 25px;
  line-height: 30px; }
.content-404 ul li {
  list-style: none; }
  .content-404 ul li a {
    font-size: 25px;
    line-height: 30px;
    text-decoration: underline; }
    .content-404 ul li a:visited {
      color: red; }

.page-id-424 .blog-posts .news-outercon .news_contentlock h4 a {
  color: #556365; }
.page-id-424 .press-releases .blogpost-outer h4 a {
  color: #556365; }
.page-id-424 .new-mentions .blogpost-outer h4 a {
  color: #556365; }

.single-post .latest-blockouter .news_contentlock h4 a {
  color: #556365; }

.single-press-release .latest-blockouter .blogpost-outer h4 a {
  color: #556365; }

.footer-light-menu-list {
  clear: both;
  width: 193px;
  margin: 0 auto; }
  .footer-light-menu-list #menu-copyright-menu {
    position: relative;
    top: 10px; }
    .footer-light-menu-list #menu-copyright-menu li {
      float: left;
      list-style: none; }
      .footer-light-menu-list #menu-copyright-menu li .pipe {
        color: #FFF;
        float: left; }
      .footer-light-menu-list #menu-copyright-menu li a {
        display: block;
        color: #FFF;
        font-size: 15px;
        margin: 0px 10px; }
        .footer-light-menu-list #menu-copyright-menu li a:hover {
          text-decoration: underline; }
      .footer-light-menu-list #menu-copyright-menu li#menu-item-1968 > .pipe {
        display: none; }

/*# sourceMappingURL=style.css.map */
