@import 'plugins.css';
/* Fonts */

@font-face {
  font-family: 'clarendonbold';
    src: url('../fonts/clarendon_text_pro_bold-webfont.eot');
    src: url('../fonts/clarendon_text_pro_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/clarendon_text_pro_bold-webfont.woff') format('woff'),
         url('../fonts/clarendon_text_pro_bold-webfont.ttf') format('truetype'),
         url('../fonts/clarendon_text_pro_bold-webfont.svg#ClarendonTextProBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* CSS */
body {
  background: #525959;
  font-family:"Apercu Regular", Calibri, sans-serif; 
  font-size-adjust:0.508; 
  font-weight:normal; 
  font-style:normal;
  font-size: 18px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
a {
  color: #0d818c;
}
/* CSS for Header */
.navbar {
  height: 88px;
  position: relative;
  z-index: 11;
  background: #fff;
  border-bottom: 1px solid #a6a7a4;
  margin-bottom: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border-top:0;
}
.navbar .navbar-collapse {
  padding-right: 0;
}
.navbar .navbar-brand {
  width: 299px;
  height: 55px;
  background: url(../img/logo-color.png) no-repeat;
  background-size: auto 55px;
  text-indent: -999em;
  margin-top: 16px;
  margin-left: 27px;
}
.navbar.inverted {
  background: none;
  border-bottom: 1px solid #ffffff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.navbar.inverted .navbar-brand {
  width: 299px;
  height: 55px;
  background: url(../img/logo-home-white.png) no-repeat;
  background-size: auto 55px;
  margin-top: 16px;
}
.navbar.inverted .nav > li {
  position: relative;
}
.navbar.inverted .nav > li > a {
  color: #fff;
  border-left: 1px solid #ffffff;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  -moz-transition: color 0.5s ease, background 0.5s ease;
  -webkit-transition: color 0.5s ease, background 0.5s ease;
  transition: color 0.5s ease, background 0.5s ease;
  font-weight: 600;
}
.navbar.inverted .nav > li > a .caret {
  margin-left: 7px;
}
.navbar.inverted .nav > li > a:hover,
.navbar.inverted .nav > li > a:active {
  background: rgba(196, 230, 224, 0.13);
  border-left: 1px solid #ffffff;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  text-decoration: none;
  color: #fff;
}
.navbar.inverted .nav > li > a:focus {
  color: #fff;
  background: none;
  border-left: 1px solid #ffffff;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.navbar.inverted .nav > li.current-menu-item a {
  background: rgba(196, 230, 224, 0.13);
  border-left: 1px solid #ffffff;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  text-decoration: none;
  color: #fff;
}
.navbar.inverted .nav > li.open a {
  background: rgba(196, 230, 224, 0.13);
  text-decoration: none;
  color: #fff;
}
.navbar.inverted .nav > li.open::after {
  content: '';
  width: 0;
  height: 0;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-bottom: 8px solid #fff;
  position: absolute;
  bottom: -3px;
  left: 50%;
  z-index: 1000;
  margin-left: -7px;
}
.navbar.inverted .nav > li:last-child a {
  /*border-right:1px solid rgb(255,255,255);
						border-right:1px solid rgba(255,255,255,0.3);*/
}
.navbar.inverted .nav > li.dropdown:hover > a {
  background: rgba(196, 230, 224, 0.13);
  border-left: 1px solid #ffffff;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  text-decoration: none;
  color: #fff;
}
.navbar.inverted .nav > li.dropdown:hover > ul.dropdown-menu {
  display: block;
}
.navbar.inverted .nav > li.dropdown:hover::after {
  content: '';
  width: 0;
  height: 0;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-bottom: 8px solid #fff;
  position: absolute;
  bottom: 0px;
  left: 50%;
  z-index: 1000;
  margin-left: -7px;
}
.navbar.inverted .nav > li .dropdown-menu {
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  right: 0;
  left: auto;
  min-width: 360px;
  height: 54px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 12px 30px;
  margin-top: -1px;
}
.navbar.inverted .nav > li .dropdown-menu li {
  float: left;
  display: block;
  margin-right: 20px;
  border: 0;
}
.navbar.inverted .nav > li .dropdown-menu li:last-child {
  margin-right: 0;
}
.navbar.inverted .nav > li .dropdown-menu li a {
  background: none;
  border: 0;
  font-family: 'proxima-nova', helvetica, sans-serif;
  font-weight:400;
  color: #6f6f6f;
  font-size: 15px;
  padding: 0 16px;
  line-height: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-transition: color 0.5s ease, background 0.5s ease;
  -webkit-transition: color 0.5s ease, background 0.5s ease;
  transition: color 0.5s ease, background 0.5s ease;
}
.navbar.inverted .nav > li .dropdown-menu li a:hover {
  background: #21b4c2;
  color: #fff;
}
.navbar .nav {
  height: 100%;
}
.navbar .nav > li {
  height: 100%;
}
.navbar .nav > li > a {
  display: block;
  line-height: 87px;
  padding: 0 22px;
  height: 100%;
  font-size: 16px;
  color: #037070;
  text-shadow: none;
  font-family: 'proxima-nova', helvetica, sans-serif;
  font-weight:400;
  border-left: 1px solid #e5e5e5;
  -moz-transition: color 0.5s ease, background 0.5s ease;
  -webkit-transition: color 0.5s ease, background 0.5s ease;
  transition: color 0.5s ease, background 0.5s ease;
}
.navbar .nav > li > a:hover,
.navbar .nav > li > a:active {
  background: #e8f7f9;
  color: #136c74;
  text-decoration: none;
  border-left: 1px solid #c3dde0;
}
.navbar .nav > li > a:focus {
  color: #136c74;
  background: none;
  border-left: 1px solid #e5e5e5;
}
.navbar .nav > li.current-menu-item a {
  background: #e8f7f9;
  color: #037070;
  text-decoration: none;
  border-left: 1px solid #c3dde0;
}
.navbar .nav > li.open a {
  background: #e8f7f9;
  color: #136c74;
  text-decoration: none;
}
.navbar .nav > li.open::after {
  content: '';
  width: 0;
  height: 0;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-bottom: 8px solid #000;
  position: absolute;
  bottom: 0px;
  left: 50%;
  margin-left: -7px;
}
.navbar .nav > li:last-child a {
  /*border-right:1px solid #e5e5e5;*/
}
.navbar .nav > li.dropdown:hover > a {
  background: #e8f7f9;
  color: #136c74;
  text-decoration: none;
  border-left: 1px solid #c3dde0;
}
.navbar .nav > li.dropdown:hover > ul.dropdown-menu {
  display: block;
}
.navbar .nav > li.dropdown:hover::after {
  content: '';
  width: 0;
  height: 0;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-bottom: 8px solid #000;
  position: absolute;
  bottom: -3px;
  left: 50%;
  margin-left: -7px;
}
.navbar .nav > li .dropdown-menu {
  background: #000000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  right: 0;
  left: auto;
  min-width: 360px;
  height: 54px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 12px 30px;
}
.navbar .nav > li .dropdown-menu li {
  float: left;
  display: block;
  margin-right: 20px;
}
.navbar .nav > li .dropdown-menu li:last-child {
  margin-right: 0;
}
.navbar .nav > li .dropdown-menu li a {
  background: none;
  border: 0;
  font-family: 'proxima-nova', helvetica, sans-serif;
  font-weight:400;
  color: #b6b6b6;
  font-size: 15px;
  padding: 0 16px;
  line-height: 30px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -moz-transition: color 0.5s ease, background 0.5s ease;
  -webkit-transition: color 0.5s ease, background 0.5s ease;
  transition: color 0.5s ease, background 0.5s ease;
}
.navbar .nav > li .dropdown-menu li a:hover {
  background: #21b4c2;
  color: #fff;
}
/* CSS for Frontpage */
#hero {
  width: 100%;
  height: 780px;
  margin-top: -90px;
  /*padding-top:307px;*/
  position: relative;
  bottom: 90px;
  z-index: 10;
  text-align: center;
  background: url(../img/bg.jpg) no-repeat top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#hero .hero-text {
  width: 100%;
  height: 180px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -90px;
}
#hero h1 {
  font-size: 68px;
  font-family: 'brandon-grotesque', helvetica, sans-serif;
  font-weight:700;

  color: #fff;
  margin-bottom: 33px;
}
#hero p {
  font-size: 25px;
  font-family:"Apercu Medium", Calibri, sans-serif; 
  font-size-adjust:0.508; 
  font-weight:600; 
  font-style:normal;

  color: #dde7d9;
  line-height: 36px;
  margin-top: 150px;
}
#news-ticker {
  height: 90px;
  margin-top: -88px;
  background: #ecf0ee;
  position: relative;
}
#news-ticker #news-ticker-title {
  padding-right: 0;
  border-right: 1px solid #ccc;
  height: 90px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 169px;
}
#news-ticker #news-ticker-title p {
  width: 115px;
  height: 90px;
  text-align: center;
  margin: 0 auto;
  padding-top: 49px;
  background: url(../img/news-icon.png) no-repeat center 19px;
  background-size: 32px auto;
  font-size: 14px;
  line-height: 29px;
  letter-spacing: 1px;
  color: #364343;
  font-family: 'proxima-nova', helvetica, sans-serif;
  font-weight:700;
  text-transform: uppercase;

}
#news-ticker #news-slider {
  margin: 0;
  padding: 0;
  border-right: 1px solid #ccc;
  float: left;
  display: block;
  width: 100%;
  padding-left: 169px;
  padding-right: 52px;
}
#news-ticker #news-slider ul {
  margin: 0;
  padding: 0;
}
#news-ticker #news-slider li {
  list-style: none;
  margin: 0;
  padding: 0;
}
#news-ticker #news-slider li .row > div {
  border-right: 1px solid #ccc;
  height: 90px;
  padding:10px 20px 0 30px;
  position:relative;
}
#news-ticker #news-slider li p.text-right{
  position:absolute;
  bottom:5px; right:20px;
}
#news-ticker #news-slider li p.text-right.lastone{
  right:30px;
}
#news-ticker #news-slider li p {
  font-size: 15px;
  line-height: 24px;
  color: #8f9999;
  margin:0 0 3px 0;
}
#news-ticker #news-pager {
  border-right: 0!important;
  height: 90px;
  width: 52px;
  position: absolute;
  top: 0;
  right: 0;
  border-left: 1px solid #ccc;
}
#news-ticker #news-pager > div {
  margin: 0;
  padding: 20px 0 0 23px;
}
#news-ticker #news-pager > div .bx-pager-item {
  margin: 0 0 10px 0;
  list-style: none;
  width: 10px;
}
#news-ticker #news-pager > div .bx-pager-item a {
  text-indent: -9999em;
  display: block;
  width: 6px;
  height: 6px;
  background: #c9cecb;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin: 0 auto;
}
#news-ticker #news-pager > div .bx-pager-item a.active {
  width: 10px;
  background: #cd4e16;
}
/* CSS for Footer */
#footer {
  border-top: 10px solid #3b4040;
  background: #525959;
  padding-top: 20px;
  padding-bottom: 45px;
}
#footer #footer-nav {
  padding-top: 0px;
  margin-bottom: 20px;
}
#footer #footer-nav li {
  padding: 0 20px;
  border-right: 1px solid #383838;
}
#footer #footer-nav li a {
  display: block;
  padding: 0;
  border: 2px solid transparent;
  font-size: 14px;
  color: #edf9f4;
  text-shadow: none;
  -moz-transition: color 0.5s ease, background 0.5s ease, border 0.5s ease;
  -webkit-transition: color 0.5s ease, background 0.5s ease, border 0.5s ease;
  transition: color 0.5s ease, background 0.5s ease, border 0.5s ease;
}
#footer #footer-nav li a:hover,
#footer #footer-nav li a:focus,
#footer #footer-nav li a:active {
  background: none;
  text-decoration: none;
  color: #b2e8e8;
  border-bottom: 2px solid #b2e8e8;
}
#footer #footer-nav li.current-menu-item a {
  background: none;
  text-decoration: none;
  color: #b2e8e8;
  border-bottom: 2px solid #b2e8e8;
}
#footer #footer-nav li:first-child {
  padding-left: 0;
}
#footer #footer-nav li:last-child {
  padding-right: 0;
  border-right: 0;
}
#footer p {
  font-size: 14px;
  color: #aaa;
}
#footer .button {
  margin-top: 0px;
}
#footer .button,
#footer .investor-btn {
  float: right;
  margin-bottom: 10px;
}
#footer .investor-btn {
  font-size: 14px;
  color: #a8b3b3;
  text-align: center;
  width: 160px;
  height: 30px;
  line-height: 30px;
  padding: 0 13px 0 30px;
  background: url(../img/investor-login.png) no-repeat 18px 7px;
  background-size: 16px auto;
}
#footer .twitter,
#footer .linkedin,
#footer .angellist {
  display: inline-block;
  width: 21px;
  height: 18px;
  text-indent: -9999em;
  background: url(../img/footer-social-icons.png) no-repeat;
  background-size: 78px auto;
  margin-top: -3px;
  margin-right: 8px;
  -moz-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
#footer .twitter:hover,
#footer .linkedin:hover,
#footer .angellist:hover {
  opacity: 0.4;
}
#footer .twitter {
  background-position: 2px 0;
  margin-left: 25px;
}
#footer .linkedin {
  background-position: -31px 0;
}
#footer .angellist {
  background-position: -62px 0;
}
/* CSS for buttons */
.button {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: block;
  min-width: 50px;
  max-width: 165px;
  height: 30px;
  line-height: 30px;
  padding: 0 13px;
  text-align: center;
  background: #2b3131;
  color: #ccd2d2;
  font-size: 13px;
  text-decoration: none;
  -moz-transition: color 0.5s ease, background 0.5s ease;
  -webkit-transition: color 0.5s ease, background 0.5s ease;
  transition: color 0.5s ease, background 0.5s ease;
  /* Yellow button */
}
.button:hover {
  color: #ccd2d2;
  background: #161919;
  text-decoration: none;
}
.button.arrow {
  padding-right: 36px;
  position: relative;
  z-index: 9;
}
.button.arrow::after {
  content: '';
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 3px solid #ccd2d2;
  z-index: 10;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 13px;
}
.button.yellow {
  background: #fdc82d;
  color: #3c2f00!important;
}
.button.yellow:hover {
  background: #fed355;
}
.button.yellow:active {
  background: #f7d778;
}
.button.bigger {
  width: 304px;
  max-width: 304px;
  height: 60px;
  line-height: 60px;
  margin: 0 auto;
  font-size: 20px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  font-family:"Apercu Bold", Calibri, sans-serif; 
  font-size-adjust:0.508; 
  font-weight:bold; 
  font-style:normal;
}
.button.bigger:hover {
  background: #ffd940;
}
.button.bigger.book-icon {
  padding-left: 80px;
  background-image: url(../img/book-icon.png);
  background-repeat: no-repeat;
  background-position: 37px 19px;
  background-size: 24px auto;
}
.button.dark-blue {
  background: #71999d;
  color: #fbffff!important;
  border: 0!important;
}
.button.dark-blue:hover {
  background: #82a5a9;
}
.button.dark-blue:active {
  background: #96b9bd;
}
.button.twitter {
  color: #fbffff!important;
  border: 0!important;
  font-size: 14px;
  margin-bottom: 6px;
  padding-left: 44px;
  text-align: left;
  background: #22b3c1 url(../img/twitter-btn-lg.png) no-repeat 10px 8px;
  background-size: 18px auto;
}
.button.twitter:hover {
  background: #4dc5d0 url(../img/twitter-btn-lg.png) no-repeat 10px 8px;
  background-size: 18px auto;
}
.button.twitter:active {
  background: #74b6bc url(../img/twitter-btn-lg.png) no-repeat 10px 8px;
  background-size: 18px auto;
}
.button.angellist {
  color: #fbffff!important;
  border: 0!important;
  font-size: 14px;
  margin-bottom: 6px;
  padding-left: 44px;
  text-align: left;
  background: #22b3c1 url(../img/angellist-btn-lg.png) no-repeat 10px 8px;
  background-size: 18px auto;
}
.button.angellist:hover {
  background: #4dc5d0 url(../img/angellist-btn-lg.png) no-repeat 10px 8px;
  background-size: 18px auto;
}
.button.angellist:active {
  background: #74b6bc url(../img/angellist-btn-lg.png) no-repeat 10px 8px;
  background-size: 18px auto;
}
.button.linkedin {
  color: #fbffff!important;
  border: 0!important;
  font-size: 14px;
  margin-bottom: 6px;
  padding-left: 44px;
  text-align: left;
  background: #22b3c1 url(../img/linkedin-btn-lg.png) no-repeat 10px 8px;
  background-size: 18px auto;
}
.button.linkedin:hover {
  background: #4dc5d0 url(../img/linkedin-btn-lg.png) no-repeat 10px 8px;
  background-size: 18px auto;
}
.button.linkedin:active {
  background: #74b6bc url(../img/linkedin-btn-lg.png) no-repeat 10px 8px;
  background-size: 18px auto;
}
.glyphicon.glyphicon-checkcircle,
.glyphicon.glyphicon-iconminus {
  background: url(../img/list-icons.png) no-repeat;
  background-size: 16px auto;
  text-indent: -9999em;
}
.glyphicon.glyphicon-checkcircle {
  background-position: 0 0;
  width: 16px;
  height: 16px;
}
.glyphicon.glyphicon-iconminus {
  background-position: -1px -26px;
  width: 16px;
  height: 16px;
}
/* CSS for Pages (Approach) */
#page-hero {
  height: 193px;
  background: url(../img/bg-leaf.jpg) repeat-x 0 0;
  padding-top: 65px;
  text-align: center;
}
#page-hero h1 {
  margin: 0 0 5px 0;
  font-family: 'clarendonbold', helvetica, sans-serif;
  font-size: 50px;
  color: #fff;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.7);
}
#page-hero p {
  margin: 0;
  font-size: 18px;
  line-height: 26px;
  color: #afd29e;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
}
#page {
  padding: 55px 0 50px;
  background: #ecf0ee;
}
#page h2 {
  font-size: 39px;
  color: #3c3c3c;
  font-family:"Apercu Medium", Calibri, sans-serif; 
font-size-adjust:0.508; 
font-weight:600; 
font-style:normal;
  margin-bottom: 25px;
}
#page h3 {
  font-size: 27px;
  color: #42742c;
  margin-bottom: 10px;
  font-family:"Apercu Medium", Calibri, sans-serif; 
font-size-adjust:0.508; 
font-weight:600; 
font-style:normal;
}
#page h4 {
  font-size: 20px;
  color: #42742c;
  margin-bottom: 10px;
  font-family:"Apercu Medium", Calibri, sans-serif; 
font-size-adjust:0.508; 
font-weight:600; 
font-style:normal;
}
#page .black-txt {
  color: #1e3314;
}
#page .col-md-8 {
  background: #fff;
  border: 1px solid #cfdccf;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px rgba(0, 0, 0, 0.1);
  padding: 0;
}
#page .col-md-8 .page-content {
  padding: 90px 80px 90px 100px;
}
#page .col-md-8.nobg {
  background: none;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
#page p {
  line-height: 31px;
  color: #94a4a6;
}
#page strong {
  font-weight: normal;
  color: #161d1e;
}
#page a {
  color: #0d818c;
  border-bottom: 1px solid #ecf5f6;
}
#page a:hover {
  text-decoration: none;
  border: 0;
}
#page .table-box {
  margin: 35px 0 35px;
  border: 1px solid #e0e9dd;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 1px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 1px 1px rgba(0, 0, 0, 0.1);
}
#page .table-box .table {
  margin: 0;
}
#page .table-box .table tr > td,
#page .table-box .table tr > th {
  padding: 17px 8px;
  text-align: center;
}
#page .table-box .table tr > th {
  font-size: 15px;
  color: #000;
}
#page .table-box .table tr > td {
  font-size: 16px;
  color: #868787;
}
#page .table-box .table tr > td.td-title,
#page .table-box .table tr > th.td-title {
  text-align: right;
}
#page .table-box .table tr > td .green-title,
#page .table-box .table tr > th .green-title {
  color: #225909;
  font-size: 18px;
}
#page ul.minus-list {
  margin: 20px 0;
  padding: 0;
}
#page ul.minus-list li {
  font-size: 16px;
  line-height: 25px;
  color: #94a4a6;
  list-style: none;
  margin-bottom: 25px;
  padding-left: 0px;
  position: relative;
}
#page ul.minus-list li li,
#page ul.normal-list  li{
  margin-bottom:10px;
}
#page ul.normal-list{
  margin-bottom:20px;
}
/* #page ul.minus-list > li::after {
  content: '';
  width: 22px;
  height: 5px;
  background: #252525;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4px;
} */
#page ul.normal-list  li::after {
  content: '';
  width: 8px;
  height: 8px;
  background: #252525;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  position: absolute;
  left: -25px;
  top: 50%;
  margin-top: -4px;
}
#page .book-icon {
  margin-top: 55px;
}
/* CSS for Contact */
#page.contact {
  /* CSS for Modals */
}
#page.contact .wpcf7-form .control-group p {
  line-height: 1px;
  margin: 0;
}
#page.contact .wpcf7-response-output {
  font-size: 17px;
  line-height: 25px;
  color: #94a4a6;
  border: 0!important;
}
#page.contact .wpcf7-not-valid-tip {
  font-size: 14px!important;
}
#page.contact small strong {
  font-family:"Apercu Bold", Calibri, sans-serif; 
  font-size-adjust:0.508; 
  font-weight:bold; 
  font-style:normal;
  font-size: 14px;
  color: #2f2f2f;
  margin-bottom: 15px;
  display: block;
}
#page.contact #google-map {
  height: 550px;
}
#page.contact #google-map iframe {
  width: 100%;
  height: 100%;
}
#page.contact .button.twitter,
#page.contact .button.linkedin,
#page.contact .button.angellist {
  width: 138px;
}
#page.contact .semantic-content .modal-inner {
  position: absolute;
  top: 100px;
  left: 50%;
  z-index: 20;
  margin-left: -477px;
  width: 953px;
  padding: 0 80px 120px 98px;
}
#page.contact .semantic-content .modal-inner h3 {
  font-size: 27px;
  color: #1e3314;
  font-family:"Apercu Medium", Calibri, sans-serif; 
font-size-adjust:0.508; 
font-weight:600; 
font-style:normal;
  margin-bottom: 25px;
}
#page.contact .semantic-content .modal-inner p {
  font-size: 17px;
  line-height: 25px;
  padding-right: 200px;
  margin-bottom: 25px;
}
#page.contact .semantic-content .modal-inner .btn {
  width: 130px;
  height: 40px;
  background: #21b4c2;
  border: 0;
  font-size: 17px;
  color: #fff;
  text-shadow: none;
  font-family:"Apercu Bold", Calibri, sans-serif; 
  font-size-adjust:0.508; 
  font-weight:bold; 
  font-style:normal;
  position: relative;
}
#page.contact .semantic-content .modal-inner .btn::after {
  content: '';
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #fff;
  z-index: 10;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 13px;
}
#page.contact .semantic-content .modal-inner .form-left {
  width: 42%;
  float: left;
  display: block;
  padding-right: 20px;
}
#page.contact .semantic-content .modal-inner .form-left input {
  border: 0;
  line-height: 40px;
  height: 40px;
  padding: 0 40px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #94a4a6;
  background: #ecf0ee url(../img/contact-icons.png) no-repeat;
  background-size: 16px auto;
}
#page.contact .semantic-content .modal-inner .form-left .name input {
  background-position: 13px -43px;
}
#page.contact .semantic-content .modal-inner .form-left .phone input {
  background-position: 13px -15px;
}
#page.contact .semantic-content .modal-inner .form-left .email input {
  background-position: 13px 14px;
}
#page.contact .semantic-content .modal-inner .form-left .location input {
background-position: 13px -69px;
}
#page.contact .semantic-content .modal-inner .form-right {
  width: 58%;
  float: left;
  display: block;
}
#page.contact .semantic-content .modal-inner .form-right textarea {
  border: 0;
  line-height: 20px;
  height: 58px;
  padding: 10px 20px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #94a4a6;
  background: #ecf0ee;
  resize: none;
}
#page.contact .semantic-content .modal-close:after {
  /*margin-left:316px;*/
}
/* CSS for Portfolio */
#page .filters {
  margin-bottom: 35px;
}
#page .filters p {
  font-size: 15px;
  line-height: 30px;
  color: #133336;
  padding-left: 40px;
  position: relative;
}
#page .filters p.showing::after {
  content: '';
  width: 25px;
  height: 15px;
  background: url(../img/filter-icons.png) no-repeat 0 0;
  background-size: auto 15px;
  position: absolute;
  top: 7px;
  left: 0;
}
#page .filters p.sortby::after {
  content: '';
  width: 25px;
  height: 15px;
  background: url(../img/filter-icons.png) no-repeat -31px 0;
  background-size: auto 15px;
  position: absolute;
  top: 7px;
  left: 0;
}
#page .filters li {
  margin-right: 12px;
}
#page .filters li a {
  font-size: 17px;
  line-height: 30px;
  color: #325f63;
  padding: 0 12px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 0;
  text-decoration: none;
}
#page .filters li a.active {
  background: #37c3c5;
  color: #fff;
  font-size: 16px;
}
#page .filters li a.active:hover {
  background: #37c3c5;
  color: #fff;
  font-size: 16px;
}
#page .filters li a:hover {
  background: #d8e1dd;
  color: #325f63;
}
#page .filters .pull-right li p {
  padding-left: 30px;
}
#page .filters .dd-filter button {
  border: 0;
  background: #dde3e0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  min-width: 110px;
  text-align: left;
  color: #7e999a;
  font-size: 14px;
  padding-left: 14px;
  text-shadow: none;
}
#page .filters .dd-filter button.dropdown-toggle {
  background: #d2d9d6;
}
#page .filters .dd-filter button:hover {
  background: #d2d9d6;
}
#page .filters .dd-filter button span.caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -3px;
}
#page .filters .dd-filter .dropdown-menu li {
  margin-right: 0;
}
#page .filters .dd-filter .dropdown-menu li a {
  font-size: 14px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#page.portfolio #grid .grid-item > a {
  background: #1f1f1f;
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 0;
  height: 340px;
  margin-bottom: 35px;
  padding: 13px 10px;
  -webkit-transform: translateZ(0);
}
#page.portfolio #grid .grid-item > a img {
  width: 100%;
  -moz-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
#page.portfolio #grid .grid-item > a .item-label {
  height: 42px;
  background: #048286;
  position: relative;
  width: 100%;
  padding-left: 54px;
}
#page.portfolio #grid .grid-item > a .item-label .label-icon {
  position: absolute;
  width: 42px;
  height: 42px;
  background: #056965;
  top: 0;
  left: 0;
}
#page.portfolio #grid .grid-item > a .item-label .label-icon.flag::after {
  content: '';
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -9px;
  margin-left: -9px;
  background: url(../img/icons-portfolio.png) no-repeat 2px 1px;
  background-size: 18px auto;
}
#page.portfolio #grid .grid-item > a .item-label .label-icon.number p {
  /*color: #b4efce;*/
  color:#fff;
  font-size: 20px;
  margin: 0;
  line-height: 42px;
  text-align: center;
  font-family:"Apercu Bold", Calibri, sans-serif; 
  font-size-adjust:0.508; 
  font-weight:bold; 
  font-style:normal;
}
#page.portfolio #grid .grid-item > a .item-label .label-text small {
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
}
#page.portfolio #grid .grid-item > a .item-label .label-text p {
  font-size: 13px;
  line-height: 13px;
  margin: -2px 0 0 0;
  color: #b4efce;
}
#page.portfolio #grid .grid-item > a .item-label.blue {
  background: #3298be;
}
#page.portfolio #grid .grid-item > a .item-label.blue .label-icon {
  background: #397ba8;
}
#page.portfolio #grid .grid-item > a .item-label.green .label-icon.seed::after {
  content: '';
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -9px;
  margin-left: -9px;
  background: url(../img/icons-portfolio.png) no-repeat 0 -25px;
  background-size: 18px auto;
}
#page.portfolio #grid .grid-item > a .item-label.blue .label-icon.number p {
  color: #0e2668;
  font-size: 20px;
  margin: 0;
  line-height: 42px;
  text-align: center;
  font-family:"Apercu Bold", Calibri, sans-serif; 
  font-size-adjust:0.508; 
  font-weight:bold; 
  font-style:normal;
}
#page.portfolio #grid .grid-item > a .item-label.blue .label-text p {
  color: #cff5ff;
}
#page.portfolio #grid .grid-item > a .item-content {
  padding: 10px 10px 10px 8px;
}
#page.portfolio #grid .grid-item > a .item-content p.company-name {
  color: #fff;
  font-size: 17px;
  line-height:24px;
  margin: 0 0 8px 0;
}
#page.portfolio #grid .grid-item > a .item-content p.company-intro {
  font-size: 14px;
  line-height: 17px;
  color: #777;
  margin: 0;
}
#page.portfolio #grid .grid-item > a .item-image {
  position: relative;
  overflow: hidden;
}
#page.portfolio #grid .grid-item > a .label-visit {
  width: 105px;
  height: 38px;
  padding-left: 25px;
  background: #22b3c1;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  position: absolute;
  left: -105px;
  top: 50%;
  margin-top: -19px;
  display: block;
  -webkit-transition: left 0.5s ease;
  -moz-transition: left 0.5s ease;
  transition: left 0.5s ease;
}
#page.portfolio #grid .grid-item > a .label-visit p {
  color: #f6f6f6;
  line-height: 38px;
  margin: 0;
  font-size: 13px;
  background: url(../img/icon-link.png) no-repeat 40px 12px;
}
#page.portfolio #grid .grid-item > a .label-visit.arrow {
  width: 125px;
  left: -125px;
}
#page.portfolio #grid .grid-item > a .label-visit.arrow p {
  background: none;
}
#page.portfolio #grid .grid-item > a .label-visit.arrow p::after {
  content: '';
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 3px solid #fff;
  z-index: 10;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 12px;
}
#page.portfolio #grid .grid-item > a:hover .label-visit {
  left: 0;
}
#page.portfolio #grid .grid-item > a:hover img {
  opacity: 0.5;
  width: 100%;
}
#page.portfolio {
  /* Modals */
}
#page.portfolio .modal-content .col-md-5 {
  padding-left: 75px;
  text-align: center;
  padding-bottom: 60px;
}
#page.portfolio .modal-content .col-md-7 {
  padding-left: 80px;
  padding-right: 60px;
  padding-bottom: 60px;
}
#page.portfolio .modal-content .col-md-7 h3 {
  font-size: 27px;
  color: #1e3314;
  font-family:"Apercu Medium", Calibri, sans-serif; 
font-size-adjust:0.508; 
font-weight:600; 
font-style:normal;
}
#page.portfolio .modal-content .col-md-7 p {
  font-size: 18px;
  line-height: 31px;
}
#page.portfolio .modal-content .no-margin {
  margin: 0!important;
}
#page.portfolio .modal-content .col-md-6 {
  padding: 25px 32px 30px 62px;
  height: auto;
  position: relative;
}
#page.portfolio .modal-content .col-md-6 p {
  font-size: 15px;
  line-height: 25px;
  color: #798383;
  margin: 0;
}
#page.portfolio .modal-content .feature p strong {
  font-family:"Apercu Bold", Calibri, sans-serif; 
  font-size-adjust:0.508; 
  font-weight:bold; 
  font-style:normal;
  color: #000;
}
#page.portfolio .modal-content .feature{
  border-bottom: 1px solid #f3f3f3;
  padding:20px 20px 20px 80px;
}
#page.portfolio .modal-content .feature.bottom-right{
  border-bottom: 0;
}
/*
#page.portfolio .modal-content .col-md-12.top-left {
  border-top: 1px solid #f3f3f3;
  border-right: 1px solid #f3f3f3;
}
#page.portfolio .modal-content .col-md-6.top-right {
  border-top: 1px solid #f3f3f3;
}
#page.portfolio .modal-content .col-md-6.bottom-left {
  border-top: 1px solid #f3f3f3;
  border-right: 1px solid #f3f3f3;
  height: 130px;
}
#page.portfolio .modal-content .col-md-6.bottom-right {
  border-top: 1px solid #f3f3f3;
  height: 130px;
}
*/
#page.portfolio .modal-content .col-md-6 span.status-icon {
  width: 40px;
  height: 35px;
  background: url(../img/portfolio-icons.png) no-repeat;
  background-size: auto 35px;
  background-position: -147px 0;
  position: absolute;
  top: 25px;
  left: 20px;
}
#page.portfolio .modal-content .col-md-6 span.partners-icon {
  width: 40px;
  height: 35px;
  background: url(../img/portfolio-icons.png) no-repeat;
  background-size: auto 35px;
  background-position: -210px 0;
  position: absolute;
  top: 25px;
  left: 20px;
}
#page.portfolio .modal-content .col-md-6 span.stage-icon {
  width: 40px;
  height: 35px;
  background: url(../img/portfolio-icons.png) no-repeat;
  background-size: auto 35px;
  background-position: 3px 2px;
  position: absolute;
  top: 25px;
  left: 20px;
}
#page.portfolio .modal-content .col-md-6 span.inventors-icon {
  width: 40px;
  height: 35px;
  background: url(../img/portfolio-icons.png) no-repeat;
  background-size: auto 35px;
  background-position: -76px 0;
  position: absolute;
  top: 25px;
  left: 20px;
}
/* CSS for Entrepreneurs */
#page.entrepreneurs #grid .grid-item > a {
  display: block;
  background: #fff;
  border: 0;
  min-height: 330px;
  margin: 0 0 30px 0;
  border: 1px solid #cddcd2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 2px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px rgba(0, 0, 0, 0.05);
  -webkit-transition: box-shadow 0.5s ease;
  -moz-transition: box-shadow 0.5s ease;
  transition: box-shadow 0.5s ease;
  -webkit-transform: translateZ(0);
}
#page.entrepreneurs #grid .grid-item > a:hover {
  -webkit-box-shadow: 2px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px rgba(0, 0, 0, 0.2);
}
#page.entrepreneurs #grid .grid-item > a img {
  width: 100%;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 4px;
  border-top-right-radius: 5px;
}
#page.entrepreneurs #grid .grid-item > a .member-content {
  padding: 15px 22px 25px;
}
#page.entrepreneurs #grid .grid-item > a .member-content p.member-name {
  margin: 0 0 16px 0;
  font-size: 17px;
  line-height: 20px;
  color: #3c3c3c;
  font-family:"Apercu Medium", Calibri, sans-serif; 
font-size-adjust:0.508; 
font-weight:600; 
font-style:normal;
}
#page.entrepreneurs #grid .grid-item > a .member-content p.member-name .twitter {
  width: 16px;
  height: 20px;
  margin: 0 0 0 8px;
  text-indent: -9999em;
  display: inline-block;
  background: url(../img/icon-twitter-dg.png) no-repeat 0 2px;
  background-size: 16px auto;
}
#page.entrepreneurs #grid .grid-item > a .member-content p.member-position {
  margin: 0;
  font-size: 13px;
  line-height: 18px;
  color: #818181;
}
#page.entrepreneurs #grid .grid-item > a .member-content p.member-position em {
  font-size: 11px;
  color: #828282;
  font-family: Georgia, Times, serif;
}
#page.entrepreneurs #grid .grid-item > a .member-content p.member-position span {
  font-size: 11px;
  color: #4e8535;
  letter-spacing: 1px;
  font-family: 'proxima-nova', helvetica, sans-serif;
  font-weight:700;
}
#page.entrepreneurs {
  /* Modals */
}
#page.entrepreneurs .modal-content .col-md-5 {
  padding-left: 95px;
  padding-right: 60px;
  text-align: left;
  padding-bottom: 60px;
}
#page.entrepreneurs .modal-content .col-md-5 img {
  width: 100%;
  margin-bottom: 35px;
}
#page.entrepreneurs .modal-content .col-md-5 a {
  display: inline;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: none;
}
#page.entrepreneurs .modal-content .col-md-5 p {
  font-size: 15px;
}
#page.entrepreneurs .modal-content .col-md-5 p strong {
  color: #1e3314;
  font-family:"Apercu Medium", Calibri, sans-serif; 
font-size-adjust:0.508; 
font-weight:600; 
font-style:normal;
}
#page.entrepreneurs .modal-content .col-md-5 ul.member-connect {
  margin: 0;
  padding: 0;
}
#page.entrepreneurs .modal-content .col-md-5 ul.member-connect li {
  list-style: none;
  line-height: 32px;
  border-bottom: 1px solid #e1e1e1;
}
#page.entrepreneurs .modal-content .col-md-5 ul.member-connect li a {
  display: block;
  padding-left: 50px;
  font-size: 15px;
  color: #7e7e7e;
  position: relative;
}
#page.entrepreneurs .modal-content .col-md-5 ul.member-connect li a::after {
  content: '';
  background: url(../img/member-icons.png) no-repeat;
  background-size: 17px auto;
  width: 18px;
  height: 22px;
  position: absolute;
  top: 6px;
  left: 7px;
}
#page.entrepreneurs .modal-content .col-md-5 ul.member-connect li a.mail::after {
  background-position: 0 5px;
}
#page.entrepreneurs .modal-content .col-md-5 ul.member-connect li a.phone::after {
  background-position: 0 -28px;
}
#page.entrepreneurs .modal-content .col-md-5 ul.member-connect li a.twitter::after {
  background-position: 0 -59px;
}
#page.entrepreneurs .modal-content .col-md-5 ul.member-connect li a.linkedin::after {
  background-position: 0 -92px;
}
#page.entrepreneurs .modal-content .col-md-7 {
  padding-left: 80px;
  padding-right: 60px;
  padding-bottom: 60px;
}
#page.entrepreneurs .modal-content .col-md-7 a {
  display: inline;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: none;
}
#page.entrepreneurs .modal-content .col-md-7 h3 {
  font-size: 27px;
  color: #1e3314;
  font-family:"Apercu Medium", Calibri, sans-serif; 
font-size-adjust:0.508; 
font-weight:600; 
font-style:normal;
  margin: 0 0 10px 0;
}
#page.entrepreneurs .modal-content .col-md-7 p {
  font-size: 14px;
  line-height: 21px;
  color: #94a4a6;
  margin-bottom: 20px;
}
#page.entrepreneurs .modal-content .col-md-7 p.position {
  font-size: 17px;
  color: #818181;
  margin-bottom: 15px;
}
#page.entrepreneurs .modal-content .col-md-7 p.position span {
  text-transform: uppercase;
  color: #056f19;
}
#page.entrepreneurs .modal-content .no-margin {
  margin: 0!important;
}
#page.entrepreneurs .modal-content .col-md-6 {
  padding: 25px 95px 30px 143px;
  height: 115px;
  position: relative;
}
#page.entrepreneurs .modal-content .col-md-6 p {
  font-size: 15px;
  line-height: 25px;
  color: #798383;
  margin: 0;
}
#page.entrepreneurs .modal-content .col-md-6 p strong {
  font-family:"Apercu Bold", Calibri, sans-serif; 
  font-size-adjust:0.508; 
  font-weight:bold; 
  font-style:normal;
  color: #000;
}
#page.entrepreneurs .modal-content .col-md-6.top-left {
  border-top: 1px solid #f3f3f3;
  border-right: 1px solid #f3f3f3;
}
#page.entrepreneurs .modal-content .col-md-6.top-right {
  border-top: 1px solid #f3f3f3;
}
#page.entrepreneurs .modal-content .col-md-6.bottom-left {
  border-top: 1px solid #f3f3f3;
  border-right: 1px solid #f3f3f3;
  height: 130px;
}
#page.entrepreneurs .modal-content .col-md-6.bottom-right {
  border-top: 1px solid #f3f3f3;
  height: 130px;
}
#page.entrepreneurs .modal-content .col-md-6 span.status-icon {
  width: 40px;
  height: 35px;
  background: url(../img/portfolio-icons.png) no-repeat;
  background-size: auto 35px;
  background-position: -147px 0;
  position: absolute;
  top: 25px;
  left: 70px;
}
#page.entrepreneurs .modal-content .col-md-6 span.partners-icon {
  width: 40px;
  height: 35px;
  background: url(../img/portfolio-icons.png) no-repeat;
  background-size: auto 35px;
  background-position: -210px 0;
  position: absolute;
  top: 25px;
  left: 70px;
}
#page.entrepreneurs .modal-content .col-md-6 span.stage-icon {
  width: 40px;
  height: 35px;
  background: url(../img/portfolio-icons.png) no-repeat;
  background-size: auto 35px;
  background-position: 3px 2px;
  position: absolute;
  top: 25px;
  left: 70px;
}
#page.entrepreneurs .modal-content .col-md-6 span.inventors-icon {
  width: 40px;
  height: 35px;
  background: url(../img/portfolio-icons.png) no-repeat;
  background-size: auto 35px;
  background-position: -76px 0;
  position: absolute;
  top: 25px;
  left: 70px;
}
/* CSS for Team */
#page.team #grid {
  /* Modals */
}
#page.team #grid .grid-item > a {
  display: block;
  background: #fff;
  border: 0;
  margin: 0 0 30px 0;
  border: 1px solid #cddcd2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 2px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px rgba(0, 0, 0, 0.05);
  -webkit-transition: box-shadow 0.5s ease;
  -moz-transition: box-shadow 0.5s ease;
  transition: box-shadow 0.5s ease;
  -webkit-transform: translateZ(0);
  overflow: hidden;
}
#page.team #grid .grid-item > a img {
  width: 100%;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  -moz-transition: opacity 0.5s ease;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
#page.team #grid .grid-item > a .member-image {
  overflow: hidden;
  position: relative;
  background: #fff;
  width: 100%;
  height: auto;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  -webkit-transition: background 0.5s ease;
  -moz-transition: background 0.5s ease;
  transition: background 0.5s ease;
}
#page.team #grid .grid-item > a .member-content {
  padding: 40px 26px 30px;
}
#page.team #grid .grid-item > a .member-content .member-name {
  font-size: 22px;
  color: #3c3c3c;
  font-family:"Apercu Medium", Calibri, sans-serif; 
font-size-adjust:0.508; 
font-weight:600; 
font-style:normal;
  margin: 0 0 10px;
}
#page.team #grid .grid-item > a .member-content .member-position {
  font-size: 17px;
  color: #818181;
}
#page.team #grid .grid-item > a .label-visit {
  width: 140px;
  height: 38px;
  padding-left: 25px;
  background: #22b3c1;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  position: absolute;
  left: -140px;
  top: 50%;
  margin-top: -19px;
  display: block;
  -webkit-transition: left 0.5s ease;
  -moz-transition: left 0.5s ease;
  transition: left 0.5s ease;
}
#page.team #grid .grid-item > a .label-visit p {
  color: #f6f6f6;
  line-height: 38px;
  margin: 0;
  font-size: 14px;
  text-transform: uppercase;
}
#page.team #grid .grid-item > a .label-visit p::after {
  content: '';
  width: 0;
  height: 0;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-left: 3px solid #fff;
  z-index: 10;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 12px;
}
#page.team #grid .grid-item > a:hover .label-visit {
  left: 0;
}
#page.team #grid .grid-item > a:hover img {
  opacity: 0.5;
  width: 100%;
}
#page.team #grid .grid-item > a:hover .member-image {
  background: #000;
}
#page.team #grid .modal-content .col-md-5 {
  padding-left: 95px;
  padding-right: 60px;
  text-align: left;
  padding-bottom: 60px;
}
#page.team #grid .modal-content .col-md-5 img {
  width: 100%;
  margin-bottom: 35px;
}
#page.team #grid .modal-content .col-md-5 a {
  display: inline;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: none;
}
#page.team #grid .modal-content .col-md-5 p {
  font-size: 15px;
}
#page.team #grid .modal-content .col-md-5 p strong {
  color: #1e3314;
  font-family:"Apercu Medium", Calibri, sans-serif; 
font-size-adjust:0.508; 
font-weight:600; 
font-style:normal;
}
#page.team #grid .modal-content .col-md-5 ul.member-connect {
  margin: 0;
  padding: 0;
}
#page.team #grid .modal-content .col-md-5 ul.member-connect li {
  list-style: none;
  line-height: 32px;
  border-bottom: 1px solid #e1e1e1;
}
#page.team #grid .modal-content .col-md-5 ul.member-connect li a {
  display: block;
  padding-left: 50px;
  font-size: 15px;
  color: #7e7e7e;
  position: relative;
}
#page.team #grid .modal-content .col-md-5 ul.member-connect li a::after {
  content: '';
  background: url(../img/member-icons.png) no-repeat;
  background-size: 17px auto;
  width: 18px;
  height: 22px;
  position: absolute;
  top: 6px;
  left: 7px;
}
#page.team #grid .modal-content .col-md-5 ul.member-connect li a.mail::after {
  background-position: 0 5px;
}
#page.team #grid .modal-content .col-md-5 ul.member-connect li a.phone::after {
  background-position: 0 -28px;
}
#page.team #grid .modal-content .col-md-5 ul.member-connect li a.twitter::after {
  background-position: 0 -59px;
}
#page.team #grid .modal-content .col-md-5 ul.member-connect li a.linkedin::after {
  background-position: 0 -92px;
}
#page.team #grid .modal-content .col-md-7 {
  padding-left: 80px;
  padding-right: 60px;
  padding-bottom: 60px;
}
#page.team #grid .modal-content .col-md-7 a {
  display: inline;
  border: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: none;
}
#page.team #grid .modal-content .col-md-7 h3 {
  font-size: 27px;
  color: #1e3314;
  font-family:"Apercu Medium", Calibri, sans-serif; 
font-size-adjust:0.508; 
font-weight:600; 
font-style:normal;
  margin: 0 0 10px 0;
}
#page.team #grid .modal-content .col-md-7 p {
  font-size: 14px;
  line-height: 21px;
  color: #94a4a6;
  margin-bottom: 20px;
}
#page.team #grid .modal-content .col-md-7 p.position {
  font-size: 17px;
  color: #818181;
  margin-bottom: 15px;
}
#page.team #grid .modal-content .col-md-7 p.position span {
  text-transform: uppercase;
  color: #056f19;
}
#page.team #grid .modal-content .no-margin {
  margin: 0!important;
}
#page.team #grid .modal-content .col-md-6 {
  padding: 25px 95px 30px 143px;
  height: 115px;
  position: relative;
}
#page.team #grid .modal-content .col-md-6 p {
  font-size: 15px;
  line-height: 25px;
  color: #798383;
  margin: 0;
}
#page.team #grid .modal-content .col-md-6 p strong {
  font-family:"Apercu Bold", Calibri, sans-serif; 
  font-size-adjust:0.508; 
  font-weight:bold; 
  font-style:normal;
  color: #000;
}
#page.team #grid .modal-content .col-md-6.top-left {
  border-top: 1px solid #f3f3f3;
  border-right: 1px solid #f3f3f3;
}
#page.team #grid .modal-content .col-md-6.top-right {
  border-top: 1px solid #f3f3f3;
}
#page.team #grid .modal-content .col-md-6.bottom-left {
  border-top: 1px solid #f3f3f3;
  border-right: 1px solid #f3f3f3;
  height: 130px;
}
#page.team #grid .modal-content .col-md-6.bottom-right {
  border-top: 1px solid #f3f3f3;
  height: 130px;
}
#page.team #grid .modal-content .col-md-6 span.status-icon {
  width: 40px;
  height: 35px;
  background: url(../img/portfolio-icons.png) no-repeat;
  background-size: auto 35px;
  background-position: -147px 0;
  position: absolute;
  top: 25px;
  left: 70px;
}
#page.team #grid .modal-content .col-md-6 span.partners-icon {
  width: 40px;
  height: 35px;
  background: url(../img/portfolio-icons.png) no-repeat;
  background-size: auto 35px;
  background-position: -210px 0;
  position: absolute;
  top: 25px;
  left: 70px;
}
#page.team #grid .modal-content .col-md-6 span.stage-icon {
  width: 40px;
  height: 35px;
  background: url(../img/portfolio-icons.png) no-repeat;
  background-size: auto 35px;
  background-position: 3px 2px;
  position: absolute;
  top: 25px;
  left: 70px;
}
#page.team #grid .modal-content .col-md-6 span.inventors-icon {
  width: 40px;
  height: 35px;
  background: url(../img/portfolio-icons.png) no-repeat;
  background-size: auto 35px;
  background-position: -76px 0;
  position: absolute;
  top: 25px;
  left: 70px;
}
/* CSS for News */
#page.news #grid {
  position: relative;
}
#page.news #grid a {
  display: block;
  background: #fff;
  border: 0;
  margin: 0 0 20px 0;
  padding: 30px 22px;
  border: 1px solid #cddcd2;
  max-height: 260px;
  min-height: 260px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 2px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px rgba(0, 0, 0, 0.05);
  -webkit-transition: box-shadow 0.5s ease;
  -moz-transition: box-shadow 0.5s ease;
  transition: box-shadow 0.5s ease;
  -webkit-transform: translateZ(0);
  position: relative;
}
#page.news #grid a:hover {
  -webkit-box-shadow: 2px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px rgba(0, 0, 0, 0.2);
}
#page.news #grid a p.entry-date {
  font-size: 13px;
  color: #8f9999;
  margin: 0 0 6px 0;
}
#page.news #grid a p.entry-title {
  font-size: 18px;
  color: #656565;
  line-height: 20px;
  margin: 0 0 12px 0;
}
#page.news #grid a p.entry-intro {
  font-size: 13px;
  line-height: 20px;
  color: #808686;
}
#page.news #grid a p.entry-tag {
  position: absolute;
  text-transform: uppercase;
  font-size: 9px;
  font-family: 'proxima-nova', helvetica, sans-serif;
  font-weight:700;
  letter-spacing: 1px;
  color: #856035;
  bottom: 10px;
  left: 22px;
}
#page.news #grid a p.entry-tag.green {
  color: #3c7720;
}
#page .pagination {
  display: none;
}
#page #infscr-loading {
  position: absolute;
  bottom: 33px;
  left: 50%;
  margin-left: -30px;
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  z-index: 999990;
}
#page #infscr-loading img {
  width: 32px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px;
  z-index: 999999;
}
#page #infscr-loading div {
  padding: 10px;
  width: 200px;
  height: 45px;
  position: absolute;
  bottom: -45px;
  left: 50%;
  margin-left: -100px;
  text-align: center;
}
#page #infscr-loading div em {
  font-size: 14px;
}
/* CSS for Jobs */
#page .dd-larger button {
  width: 150px;
}
#page.jobs #grid a {
  display: block;
  background: #fff;
  border: 0;
  margin: 0 0 16px 0;
  padding: 40px 40px 30px;
  border: 1px solid #cddcd2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 2px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 2px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 2px 2px rgba(0, 0, 0, 0.05);
  -webkit-transition: box-shadow 0.5s ease;
  -moz-transition: box-shadow 0.5s ease;
  transition: box-shadow 0.5s ease;
  -webkit-transform: translateZ(0);
  position: relative;
}
#page.jobs #grid a:hover {
  -webkit-box-shadow: 2px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 2px rgba(0, 0, 0, 0.2);
  background: rgba(255, 255, 255, 0.8);
}
#page.jobs #grid a p.job-title {
  font-size: 23px;
  color: #0d0d0d;
}
#page.jobs #grid a p.job-title .at {
  color: #acacac;
}
#page.jobs #grid a p.job-title .job-company {
  color: #656565;
}
#page.jobs #grid a p.job-intro {
  font-size: 14px;
  line-heigh: 20px;
  color: #9b9f9f;
}
#page.jobs #grid a > ul {
  margin: 0 0 20px 0;
  padding: 0;
  overflow: auto;
}
#page.jobs #grid a > ul li {
  float: left;
  display: block;
  list-style: none;
  margin-right: 16px;
  font-size: 13px;
  line-height: 20px;
  color: #3c7720;
  padding-left: 33px;
  background: url(../img/job-icons.png) no-repeat;
}
#page.jobs #grid a > ul li.job-location {
  background-position: 0 2px;
  padding-right: 23px;
  position: relative;
}
#page.jobs #grid a > ul li.job-location::after {
  content: '';
  height: 12px;
  border-right: 1px solid #7d7d7d;
  position: absolute;
  top: 4px;
  right: 0;
}
#page.jobs #grid a > ul li.job-category {
  background-position: 0 -32px;
}
#page.success .nav-tabs {
  border-bottom: 1px solid #d2d5d3;
}
#page.success .nav-tabs li {
  width: 33.333%;
}
#page.success .nav-tabs li:last-child a {
  border-right: 1px solid #d2d5d3;
}
#page.success .nav-tabs li.active {
  z-index: 200;
  margin-right: -4px;
}
#page.success .nav-tabs li.active a {
  border: 1px solid #cedace;
  border-bottom: 0;
  z-index: 200;
  box-shadow: 3px 0px rgba(0, 0, 0, 0.05);
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
#page.success .nav-tabs li.active a:hover {
  background: #fff;
}
#page.success .nav-tabs li.active:hover a {
  box-shadow: 3px 0px rgba(0, 0, 0, 0.05);
}
#page.success .nav-tabs li a {
  border: 0;
  margin: 0;
  border-left: 1px solid #d2d5d3;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#page.success .nav-tabs li a:hover {
  background: none;
  box-shadow: none;
  text-decoration: none;
}
#page.success .nav-tabs li a .tab-block {
  padding: 40px 0 40px 145px;
  height: 140px;
  display: block;
  position: relative;
}
#page.success .nav-tabs li a .tab-block img {
  position: absolute;
  top: 21px;
  left: 15px;
  width:105px;
}
#page.success .nav-tabs li a .tab-block img.two{
  top:0;
}
#page.success .nav-tabs li a .tab-block .tab-company {
  font-size: 16px;
  line-height: 24px;
  margin: 0;
  color: #3c7620;
}
#page.success .nav-tabs li a .tab-block .tab-name {
  font-size: 13px;
  color: #464646;
  line-height: 19px;
  margin: 0;
}
#page.success .nav-tabs li a .tab-block .tab-position {
  color: #94a4a6;
  margin: 0;
  font-size: 13px;
  line-height: 19px;
}
#page.success .tab-content {
  background: #fff;
  border: 1px solid #cedace;
  border-top: 0;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  box-shadow: 2px 2px rgba(0, 0, 0, 0.05);
}
#page.success .tab-content .col-md-4 {
  padding: 60px 84px 60px 54px;
  text-align: center;
}
#page.success .tab-content .col-md-4 img {
  margin-bottom: 20px;
}
#page.success .tab-content .col-md-4 p.text-center {
  color: #818181;
  font-size: 15px;
  margin-bottom: 15px;
}
#page.success .tab-content .col-md-4 p.text-acquired {
  font-size: 13px;
  color: #3c7720;
}
#page.success .tab-content .col-md-8 {
  padding: 60px 140px 60px 34px;
}
#page.success .tab-content h2 {
  font-size: 27px;
  color: #1e3314;
  font-family:"Apercu Medium", Calibri, sans-serif; 
font-size-adjust:0.508; 
font-weight:600; 
font-style:normal;
  margin-bottom: 10px;
}
#page.success .tab-content p.position {
  font-size: 14px;
  color: #657273;
}
#page.success .tab-content p {
  font-size: 14px;
  line-height: 21px;
  color: #94a4a6;
  margin-bottom: 20px;
}
#page.success .tab-content .grey-bar {
  height: 6px;
  width: 100%;
  background: #ecf0ee;
  margin-bottom: 25px;
}
.success-message{
  display:none;
}
/* Media Queries */
@media (min-width: 1432px) {
  #page .semantic-content .modal-inner {
    width: 1164px;
    margin-left: -582px;
  }
  #page .semantic-content .modal-inner p {
    padding-right: 50px;
  }
  #page .semantic-content .modal-close:after {
    margin-left: 500px;
  }
  #page.contact .semantic-content .modal-close:after {
    margin-left: 390px;
  }
}
@media (min-width: 1222px) and (max-width: 1431px) {
  .container {
    width: 1200px;
  }
  #page.contact .semantic-content .modal-inner {
    width: 798px;
    margin-left: -399px;
  }
  #page.contact .semantic-content .modal-inner p {
    padding-right: 50px;
  }
  #page.contact .semantic-content .modal-close:after {
    margin-left: 310px;
  }
  /* CSS for Success 
  #page.success .nav-tabs li a .tab-block {
    padding: 10px 0;
    text-align: center;
  }
  #page.success .nav-tabs li a .tab-block img {
    position: relative;
    left: auto;
    top: auto;
    height: 45px;
    width: auto;
    margin-bottom: 8px;
  }
  #page.success .tab-content .col-md-4 {
    padding: 40px 40px 40px 32px;
  }
  #page.success .tab-content .col-md-4 img {
    width: 100%;
  }
  #page.success .tab-content .col-md-8 {
    padding: 40px 60px 40px 32px;
  }*/
  #news-ticker #news-slider li .row > div{
    padding-top:10px;
  }
}

@media (min-width: 992px) and (max-width: 1231px) {
  /* CSS Homepage */
  #news-ticker #news-slider {
    margin: 0;
    border-right: 1px solid #ccc;
  }
  #news-ticker #news-slider ul {
    margin: 0;
    padding: 0;
  }
  #news-ticker #news-slider li {
    list-style: none;
    margin: 0;
    padding: 0;
    /*p{
					font-size:16px;
					line-height:20px;
					color:#8f9999;
				}*/
  }
  #news-ticker #news-slider li .row > div {
    border-right: 1px solid #ccc;
    height: 90px;
    padding: 15px 20px 0 30px;
  }
  #news-ticker #news-slider li p{
    font-size:14px;
    line-height:20px;
  }
  /* CSS for Portfolio */
  #page.portfolio #grid .grid-item > a {
    height: 280px;
  }
  /* CSS for Entrepreneurs */
  #page.entrepreneurs #grid .grid-item > a {
    height: 284px;
    min-height: 284px;
  }
  #page.entrepreneurs #grid .grid-item > a .member-content {
    padding: 15px 12px 25px;
  }
  #page.entrepreneurs #grid .grid-item > a .member-content p.member-name {
    font-size: 15px;
  }
  /* CSS for Team */
  #page.team #grid .grid-item > a {
    height: 340px;
  }
  #page.team #grid .grid-item > a .member-content {
    padding-top: 25px;
  }
  #page.team #grid .grid-item > a .member-content .member-name {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 5px;
  }
  #page.team #grid .grid-item > a .member-content .member-position {
    font-size: 15px;
  }
  #page.team #grid .grid-item > a .label-visit {
    width: 120px;
    height: 30px;
  }
  #page.team #grid .grid-item > a .label-visit p {
    line-height: 30px;
    font-size: 12px;
  }
  /* CSS for News */
  #page.news #grid .grid-item > a {
    padding: 20px 22px;
  }
  #page.news #grid .grid-item > a p.entry-title {
    font-size: 16px;
  }
  #page.news #grid .grid-item > a p.entry-intro {
    font-size: 12px;
  }
  #page.news #grid .grid-item > a p.entry-tag {
    bottom: 0;
  }
  /* CSS for Success */
  #page.success .nav-tabs li a .tab-block {
    padding: 10px 0;
    text-align: center;
  }
  #page.success .nav-tabs li a .tab-block img {
    position: relative;
    left: auto;
    top: auto;
    height: 45px;
    width: auto;
    margin-bottom: 8px;
  }
  #page.success .tab-content .col-md-4 {
    padding: 40px 40px 40px 32px;
  }
  #page.success .tab-content .col-md-4 img {
    width: 100%;
  }
  #page.success .tab-content .col-md-8 {
    padding: 40px 60px 40px 32px;
  }
  /* CSS for Portfolio */
  #page.portfolio #grid .grid-item > a .item-content p.company-name{
    font-size:14px;
    line-height:18px;
  }
  #page.portfolio #grid .grid-item > a .item-content p.company-intro{
    font-size:12px;
    line-height:14px;
  }
  /* CSS for Modals */
  .semantic-content .modal-inner {
    position: absolute;
    top: 100px;
    left: 50%;
    z-index: 20;
    margin-left: -395px;
    width: 790px;
  }
  .semantic-content .modal-close:after {
    margin-left: 302px;
  }
  #page.portfolio #grid .col-md-3 {
    width: 199px;
  }
  #page.portfolio #grid .grid-item > a .item-label .label-text p {
    font-size: 10px;
    width:92px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #page.portfolio #grid .grid-item > a .item-label .label-text small{
    width:92px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display:block;
    padding:7px 0 4px 0;
  }
  #page.portfolio .modal-content .col-md-6 {
    padding-right: 50px;
  }
  #page.portfolio .modal-content .col-md-6 p {
    font-size: 13px;
  }
  #page.portfolio .modal-content .col-md-6 p strong {
    font-size: 15px;
  }
  #page.entrepreneurs #grid .col-md-3 {
    width: 199px;
  }
  #page.entrepreneurs .modal-content .col-md-5 {
    padding-right: 0px;
  }
  #page.news #grid .col-md-3 {
    width: 199px;
  }
  #page.team #grid .modal-content .col-md-5 {
    padding-right: 0px;
  }

  #page.contact .semantic-content .modal-inner p {
    padding-right: 50px;
  }
  #page.contact .semantic-content .modal-close:after {
    margin-left: 250px;
  }
}
@media (min-width: 992px) and (max-width: 1221px){
  #page.contact .semantic-content .modal-inner {
    width: 646px;
    margin-left: -323px;
  }
}
@media (min-width: 1080px) and (max-width: 1231px){
  #page.success .nav-tabs li a .tab-block img {
    position: absolute;
    top: 28px;
    left: 10px;
    width: 85px;
    height:auto;
  }  
  #page.success .nav-tabs li a .tab-block img.two{
    top:13px;
  }
  #page.success .nav-tabs li a .tab-block {
    padding: 40px 0 40px 110px;
    height: 140px;
    display: block;
    position: relative;
    text-align:left;
  }  
}
@media (min-width: 768px) and (max-width: 991px) {
  /* Homepage */
  .navbar .nav > li > a{
    padding:0 13px;
  }
  #hero{
    bottom:auto;
  }
  #news-ticker {
    display: none;
  }
  #footer #footer-nav {
    padding-top: 0;
  }
  #footer #footer-nav li {
    padding: 0 10px;
    border-right: 1px solid #383838;
  }
  #footer #footer-nav li a {
    display: block;
    padding: 0;
    border: 2px solid transparent;
    font-size: 12px;
    color: #edf9f4;
    text-shadow: none;
  }
  #footer #footer-nav li a:hover,
  #footer #footer-nav li a:focus,
  #footer #footer-nav li a:active {
    background: none;
    text-decoration: none;
    color: #b2e8e8;
    border-bottom: 2px solid #b2e8e8;
  }
  #footer .button {
    margin-top: 0;
  }
  /* Modals */
  #page .semantic-content .modal-inner {
    width: 740px;
    margin-left: -370px;
  }
  #page .semantic-content .modal-inner p {
    padding-right: 50px;
  }
  #page .semantic-content .modal-inner .modal-content .col-md-5 {
    padding-left: 46px;
    padding-right: 16px;
  }
  #page .semantic-content .modal-inner .modal-content .col-md-5 img {
    width: 100%;
  }
  #page .semantic-content .modal-inner .modal-content .col-md-7 {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 20px;
  }
  #page .semantic-content .modal-inner .modal-content .col-md-7 p {
    font-size: 15px;
    line-height: 22px;
  }
  #page .semantic-content .modal-inner .modal-content .col-md-6 p {
    font-size: 12px;
    line-height: 18px;
    padding-right: 10px;
  }
  #page .semantic-content .modal-close:after {
    margin-left: 290px;
  }
  #page.contact .semantic-content .modal-inner {
    width: 646px;
    margin-left: -323px;
  }
  #page.contact .semantic-content .modal-inner p {
    padding-right: 50px;
  }
  #page.contact .semantic-content .modal-close:after {
    margin-left: 250px;
  }
  /* Portfolio */
  #page.portfolio #grid .col-md-3 {
    width: 250px;
  }
  #page.portfolio #grid .grid-item > a .item-label .label-text p {
    font-size: 12px;
  }
  #page.portfolio .modal-content .col-md-6 {
    padding-right: 50px;
  }
  #page.portfolio .modal-content .col-md-6 p {
    font-size: 13px;
  }
  #page.portfolio .modal-content .col-md-6 p strong {
    font-size: 15px;
  }
  /* Entrepreneurs */
  #page.entrepreneurs #grid .col-md-3 {
    width: 250px;
  }
  #page.entrepreneurs #grid .grid-item > a {
    min-height: 331px;
  }
  #page.entrepreneurs #grid .grid-item > a .item-label .label-text p {
    font-size: 12px;
  }
  #page.entrepreneurs .modal-content .col-md-6 {
    padding-right: 50px;
  }
  #page.entrepreneurs .modal-content .col-md-6 p {
    font-size: 13px;
  }
  #page.entrepreneurs .modal-content .col-md-6 p strong {
    font-size: 15px;
  }
  /* Team */
  #page.team #grid .modal-content .col-md-5 {
    padding-right: 0px;
  }
  #page.team #grid .modal-content .col-md-7 {
    padding-right: 30px;
    padding-left: 40px;
  }
  #page.team #grid .grid-item > a {
    height: 340px;
  }
  #page.team #grid .grid-item > a .member-content {
    padding-top: 25px;
  }
  #page.team #grid .grid-item > a .member-content .member-name {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 5px;
  }
  #page.team #grid .grid-item > a .member-content .member-position {
    font-size: 15px;
  }
  #page.team #grid .grid-item > a .label-visit {
    width: 120px;
    height: 30px;
  }
  #page.team #grid .grid-item > a .label-visit p {
    line-height: 30px;
    font-size: 12px;
  }
  /* News */
  #page.news #grid .col-md-3 {
    width: 250px;
  }
  #page.news #grid .grid-item > a .item-label .label-text p {
    font-size: 12px;
  }
  /* CSS for Success */
  #page.success .nav-tabs li a .tab-block {
    padding: 10px 0;
    text-align: center;
  }
  #page.success .nav-tabs li a .tab-block img {
    position: relative;
    left: auto;
    top: auto;
    height: 45px;
    width: auto;
    margin-bottom: 8px;
  }
  #page.success .nav-tabs li a .tab-block .tab-name {
    font-size: 12px;
  }
  #page.success .nav-tabs li a .tab-block .tab-position {
    font-size: 11px;
  }
  #page.success .tab-content .col-md-4 {
    padding: 40px 40px 40px 32px;
  }
  #page.success .tab-content .col-md-4 img {
    width: 100%;
  }
  #page.success .tab-content .col-md-8 {
    padding: 40px 60px 40px 32px;
  }
}
@media (max-width: 767px) {
  /* Frontpage */
  body {
    background: #ecf0ee;
    font-size: 14px;
  }
  .navbar-collapse {
    display: none!important;
  }
  .call-modal{
    margin-bottom:30px;
  }
  #closeMobile {
    width: 50px;
    height: 49px;
    display: block;
    border-right: 1px solid #eaedeb;
    text-indent: -9999em;
    top: 0;
    left: 0;
    position: absolute;
    margin: 0;
    padding: 0;
    background: url(../img/icon-back.png) no-repeat center center;
    background-size: 15px auto;
  }
  .navbar,
  .navbar.inverted {
    background: #fff;
    height: 50px;
    border-bottom: 1px solid #cfd6cd;
  }
  .navbar .navbar-brand,
  .navbar.inverted .navbar-brand {
    background: none;
    text-indent: 0;
    width: 100%;
    text-align: center;
    margin: 0;
    font-family:"Apercu Medium", Calibri, sans-serif; 
font-size-adjust:0.508; 
font-weight:600; 
font-style:normal;
    font-size: 16px;
    color: #3f4b3a;
    line-height: 50px;
    padding: 0;
  }
  .navbar .navbar-toggle,
  .navbar.inverted .navbar-toggle {
    float: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
    border-right: 1px solid #eaedeb;
    margin: 0;
    width: 50px;
  }
  .navbar .navbar-toggle .icon-bar,
  .navbar.inverted .navbar-toggle .icon-bar {
    background: #c2c2c2;
  }
  #hero {
    padding-top: 110px;
    max-height: auto;
    min-height: 490px;
    height: auto;
    margin-top:0;
    bottom:auto;
  }
  #hero p{
    margin-top:20px;
  }
  #hero .hero-text {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
  }
  #hero::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
  }
  #hero h1 {
    font-size: 42px;
    line-height: 42px;
    width: 200px;
    margin: 0 auto 25px auto;
    z-index: 20;
    position: relative;
  }
  #hero p {
    font-size: 16px;
    line-height: 20px;
    color: #afdb9d;
    padding: 0 20px;
    z-index: 20;
    position: relative;
  }
  #news-ticker,
  #footer,
  #page-hero {
    display: none;
  }
  /* Approach */
  #page .col-md-8 {
    background: none;
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding-left: 16px;
    padding-right: 16px;
  }
  #page .col-md-8 .page-content {
    padding: 0;
  }
  #page h1 {
    font-size: 24px;
  }
  #page h2 {
    font-size: 22px;
  }
  #page h3 {
    font-size: 18px;
  }
  #page h4 {
    font-size: 16px;
  }
  #page h5 {
    font-size: 14px;
  }
  #page .table-box .table tr > td,
  #page .table-box .table tr > th {
    padding: 8px 4px;
    text-align: center;
  }
  #page .table-box .table tr > th {
    font-size: 12px;
    color: #000;
  }
  #page .table-box .table tr > td {
    font-size: 13px;
    color: #868787;
  }
  #page .table-box .table tr > td .green-title,
  #page .table-box .table tr > th .green-title {
    color: #225909;
    font-size: 14px;
  }
  #page ul.minus-list {
    padding: 0 0 0 12px;
  }
  #page ul.minus-list li {
    font-size: 16px;
    line-height: 25px;
    color: #94a4a6;
    list-style: none;
    margin-bottom: 30px;
    padding-left: 20px;
    position: relative;
  }
  #page ul.minus-list li::after {
    content: '';
    width: 8px;
    height: 3px;
    background: #252525;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px;
  }
  #page .book-icon {
    width: 100%;
  }
  /* Portfolio */
  #page.portfolio #grid .col-md-3 {
    width: 100%;
  }
  #page.portfolio #grid .col-md-3 a {
    height: auto;
  }
  #page.portfolio .filters .btn-group {
    width: 100%;
  }
  #page.portfolio .filters .btn-group .btn {
    width: 100%;
  }
  #page.portfolio .filters .btn-group .btn span.caret {
    right: 15px;
  }
  #page.portfolio .filters .dropdown-menu {
    left: auto;
    right: 0;
  }
  /* Entrepreneurs */
  #page.entrepreneurs #grid .col-md-3 {
    width: 100%;
  }
  #page.entrepreneurs #grid .col-md-3 a {
    height: auto;
    min-height: 331px;
  }
  #page.entrepreneurs .filters .btn-group {
    width: 100%;
  }
  #page.entrepreneurs .filters .btn-group .btn {
    width: 100%;
  }
  #page.entrepreneurs .filters .btn-group .btn span.caret {
    right: 15px;
  }
  #page.entrepreneurs .filters .dropdown-menu {
    left: auto;
    right: 0;
  }
  /* Jobs */
  #page.jobs .filters .btn-group {
    width: 100%;
    margin-bottom: 20px;
  }
  #page.jobs .filters .btn-group .btn {
    width: 100%;
  }
  #page.jobs .filters .btn-group .btn span.caret {
    right: 15px;
  }
  #page.jobs .filters .dropdown-menu {
    width: 100%;
  }
  #page.jobs .filters .custom-select {
    margin-bottom: 15px;
    background: #dde3e0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 100%;
    height: 32px;
    overflow: hidden;
    position: relative;
  }
  #page.jobs .filters .custom-select::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #7e999a;
    z-index: 10;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 13px;
  }
  #page.jobs .filters .custom-select select {
    border: 0;
    background: transparent;
    text-align: left;
    color: #7e999a;
    font-size: 14px;
    padding-left: 14px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 105%;
    height: 32px;
  }
  #page.jobs .filters .custom-select select:focus {
    outline: none;
  }
  #page.jobs #grid a > ul {
    margin: 0 0 5px 0;
  }
  #page.jobs #grid a > ul li {
    width: 100%;
    margin-bottom: 10px;
  }
  #page.jobs #grid a > ul li::after {
    display: none;
  }
  #page.jobs #grid a {
    padding: 30px;
  }
  #page.jobs #grid a p.job-title {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 15px;
  }
  /* Contact */
  #page.contact .col-sm-5 {
    margin-bottom: 25px;
  }
  #page.contact #google-map {
    height: 250px;
  }
  #page.contact .semantic-content .modal-inner .form-right textarea{
    height:80px;
  }
  #page.contact .semantic-content .modal-inner p{
    font-size:14px;
    line-height:20px;
  }
  /* Success */
  #page .panel-default > .panel-heading {
    background: #fff;
    border: 1px solid #cedace;
  }
  #page .panel-default > .panel-heading .tab-block {
    padding: 10px 0 10px 76px;
    height: auto;
    display: block;
    position: relative;
  }
  #page .panel-default > .panel-heading .tab-block img {
    position: absolute;
    top: 50%;
    left: 10px;
    width: 45px;
    margin-top: -22px;
  }
  #page .panel-default > .panel-heading .tab-block .tab-company {
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    color: #3c7620;
  }
  #page .panel-default > .panel-heading .tab-block .tab-name {
    font-size: 13px;
    color: #464646;
    line-height: 19px;
    margin: 0;
  }
  #page .panel-default > .panel-heading .tab-block .tab-position {
    color: #94a4a6;
    margin: 0;
    font-size: 13px;
    line-height: 19px;
  }
  #page .panel-body img {
    margin-bottom: 20px;
  }
  #page .panel-body p.text-center {
    color: #818181;
    font-size: 15px;
    margin-bottom: 15px;
    text-align: left;
  }
  #page .panel-body p.text-acquired {
    font-size: 13px;
    color: #3c7720;
  }
  #page .panel-body h2 {
    border-top: 6px solid #ecf0ee;
    padding-top: 15px;
    font-size: 27px;
    color: #1e3314;
    font-family:"Apercu Medium", Calibri, sans-serif; 
font-size-adjust:0.508; 
font-weight:600; 
font-style:normal;
    margin-bottom: 10px;
  }
  #page .panel-body p.position {
    font-size: 14px;
    color: #657273;
  }
  #page .panel-body p {
    font-size: 14px;
    line-height: 21px;
    color: #94a4a6;
    margin-bottom: 20px;
  }
  #page .panel-body .grey-bar {
    height: 6px;
    width: 100%;
    background: #ecf0ee;
    margin-bottom: 25px;
  }
  /* Modals */
  #page .semantic-content,
  #page.contact .semantic-content {
    display: block;
    height: 100%;
    bottom: auto;
  }
  #page .semantic-content::before,
  #page.contact .semantic-content::before {
    background: #fff;
    height: 50px;
    border-bottom: 1px solid #cfd6cd;
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 30;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  #page .semantic-content .modal-close::after,
  #page.contact .semantic-content .modal-close::after {
    width: 50px;
    height: 49px;
    display: block;
    border-right: 1px solid #eaedeb;
    text-indent: -9999em;
    top: 0;
    left: 0;
    position: absolute;
    margin: 0;
    padding: 0;
    background: url(../img/icon-back.png) no-repeat center center;
    background-size: 15px auto;
    z-index: 9999;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  #page .semantic-content .modal-inner,
  #page.contact .semantic-content .modal-inner {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    top: 0;
    left: 0;
    right: 0;
    padding-top: 3em;
    height: 100%;
    overflow: scroll;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: auto;
    margin-left: 0;
  }
  #page .semantic-content .modal-content,
  #page.contact .semantic-content .modal-content {
    max-height: none;
    padding: 10px 0 0 0;
  }
  #page .semantic-content .modal-content .row,
  #page.contact .semantic-content .modal-content .row {
    margin: 0;
  }
  #page .semantic-content .modal-content .col-md-6,
  #page.contact .semantic-content .modal-content .col-md-5 {
    padding-left: 0!important;
    padding-right: 0!important;
    padding-bottom: 0!important;
    text-align: center;
  }
  #page .semantic-content .modal-content .col-md-6 img,
  #page.contact .semantic-content .modal-content .col-md-5 img {
    width: auto;
    margin: 0 auto;
    height: 90px;
  }
  #page .semantic-content .modal-content .col-md-7,
  #page.contact .semantic-content .modal-content .col-md-7 {
    padding-top: 20px!important;
    background: #ecf0ee;
    padding-left: 60px!important;
    padding-right: 40px!important;
    padding-bottom: 15px!important;
  }
  #page .semantic-content .modal-content .col-md-7 h3,
  #page.contact .semantic-content .modal-content .col-md-7 h3 {
    margin-top: 0;
    font-size: 22px!important;
  }
  #page .semantic-content .modal-content .col-md-7 p,
  #page.contact .semantic-content .modal-content .col-md-7 p {
    font-size: 14px!important;
    line-height: 22px!important;
  }
  #page .semantic-content .modal-content .col-md-6,
  #page.contact .semantic-content .modal-content .col-md-6 {
    display: none!important;
    padding: 25px 45px 20px 143px!important;
    height: 90px!important;
  }
  #page.portfolio .semantic-content .modal-content .col-md-6.showmobile {
    display:block!important;
    padding-left: 0!important;
    padding-right: 0!important;
    padding-bottom: 0!important;
    text-align: center;
  }
  #page.portfolio .semantic-content .modal-content .col-md-6.showmobile .mobileContent{
    padding-top: 20px!important;
    background: #ecf0ee;
    padding-left: 60px!important;
    padding-right: 40px!important;
    padding-bottom: 15px!important;   
    text-align:left!important; 
  }
  #page .semantic-content .modal-content .col-md-6 p,
  #page.contact .semantic-content .modal-content .col-md-6 p {
    font-size: 13px!important;
    line-height: 19px!important;
  }
  #page .semantic-content .modal-content .item-label,
  #page.contact .semantic-content .modal-content .item-label {
    height: 42px;
    background: #35a881;
    position: relative;
    width: 100%;
    padding-left: 54px;
    text-align: left;
  }
  #page .semantic-content .modal-content .item-label .label-icon,
  #page.contact .semantic-content .modal-content .item-label .label-icon {
    position: absolute;
    width: 42px;
    height: 42px;
    background: #2b986a;
    top: 0;
    left: 0;
  }
  #page .semantic-content .modal-content .item-label .label-icon.flag::after,
  #page.contact .semantic-content .modal-content .item-label .label-icon.flag::after {
    content: '';
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -9px;
    margin-left: -9px;
    background: url(../img/icons-portfolio.png) no-repeat 2px 1px;
    background-size: 18px auto;
  }
  #page .semantic-content .modal-content .item-label .label-icon.number p,
  #page.contact .semantic-content .modal-content .item-label .label-icon.number p {
    color: #055633;
    font-size: 20px;
    margin: 0;
    line-height: 42px;
    text-align: center;
    font-family:"Apercu Bold", Calibri, sans-serif; 
  font-size-adjust:0.508; 
  font-weight:bold; 
  font-style:normal;
  }
  #page .semantic-content .modal-content .item-label .label-text,
  #page.contact .semantic-content .modal-content .item-label .label-text {
    padding-top: 4px;
  }
  #page .semantic-content .modal-content .item-label .label-text small,
  #page.contact .semantic-content .modal-content .item-label .label-text small {
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
  }
  #page .semantic-content .modal-content .item-label .label-text p,
  #page.contact .semantic-content .modal-content .item-label .label-text p {
    font-size: 13px;
    line-height: 13px!important;
    margin: -2px 0 0 0;
    color: #b4efce!important;
  }
  #page .semantic-content .modal-content .item-label.blue,
  #page.contact .semantic-content .modal-content .item-label.blue {
    background: #3298be;
  }
  #page .semantic-content .modal-content .item-label.blue .label-icon,
  #page.contact .semantic-content .modal-content .item-label.blue .label-icon {
    background: #397ba8;
  }
  #page .semantic-content .modal-content .item-label.blue .label-icon.seed::after,
  #page.contact .semantic-content .modal-content .item-label.blue .label-icon.seed::after {
    content: '';
    width: 18px;
    height: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -9px;
    margin-left: -9px;
    background: url(../img/icons-portfolio.png) no-repeat 0 -25px;
    background-size: 18px auto;
  }
  #page .semantic-content .modal-content .item-label.blue .label-icon.number p,
  #page.contact .semantic-content .modal-content .item-label.blue .label-icon.number p {
    color: #0e2668!important;
    font-size: 20px;
    margin: 0;
    line-height: 42px!important;
    text-align: center;
    font-family:"Apercu Bold", Calibri, sans-serif; 
  font-size-adjust:0.508; 
  font-weight:bold; 
  font-style:normal;
  }
  #page .semantic-content .modal-content .item-label.blue .label-text p,
  #page.contact .semantic-content .modal-content .item-label.blue .label-text p {
    color: #cff5ff;
  }
  #page.contact .semantic-content .modal-inner {
    padding: 40px 0 15px 0;
  }
  #page.contact .semantic-content .modal-inner p {
    padding-right: 0;
  }
  #page.contact .semantic-content .modal-inner .form-left,
  #page.contact .semantic-content .modal-inner .form-right {
    float: none;
    width: 100%;
  }
  #page.entrepreneurs .semantic-content .modal-inner,
  #page.team .semantic-content .modal-inner {
    background: #ecf0ee!important;
  }
  #page.entrepreneurs .semantic-content .modal-content,
  #page.team .semantic-content .modal-content {
    padding: 6px 0 0 0;
  }
  #page.entrepreneurs .semantic-content .modal-content .col-md-5,
  #page.team .semantic-content .modal-content .col-md-5 {
    background: #ecf0ee!important;
    padding-left: 0!important;
    padding-right: 0!important;
    padding-bottom: 0!important;
    text-align: center;
  }
  #page.entrepreneurs .semantic-content .modal-content .col-md-5 img,
  #page.team .semantic-content .modal-content .col-md-5 img {
    width: 100%;
    margin: 0 auto;
    height: auto;
  }
  #page.entrepreneurs .semantic-content .modal-content .member-mini-intro,
  #page.team .semantic-content .modal-content .member-mini-intro {
    padding: 45px 40px 45px 60px;
  }
  #page.entrepreneurs .semantic-content .modal-content .member-mini-intro p,
  #page.team .semantic-content .modal-content .member-mini-intro p {
    font-size: 14px;
    line-height: 18px;
  }
  #page.entrepreneurs .semantic-content .modal-content ul.member-connect,
  #page.team .semantic-content .modal-content ul.member-connect {
    border-top: 1px solid #e1e1e1;
  }
  #page.entrepreneurs .semantic-content .modal-content ul.member-connect li,
  #page.team .semantic-content .modal-content ul.member-connect li {
    line-height: 42px;
  }
  #page.entrepreneurs .semantic-content .modal-content ul.member-connect li a::after,
  #page.team .semantic-content .modal-content ul.member-connect li a::after {
    left: 15px!important;
    top: 50%!important;
    margin-top: -11px;
  }
}
/* iPads (landscape) ----------- */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  .semantic-content .modal-inner {
    top: 30px;
  }
  .semantic-content .modal-content {
    padding-top: 40px;
  }
  .semantic-content .modal-close:after {
    top: 60px;
    margin-left: 330px;
  }
  #page.portfolio .modal-content .col-md-7 p {
    font-size: 15px;
    line-height: 24px;
  }
  #page.contact .semantic-content .modal-close:after {
    top: 140px;
  }
  #page.team .semantic-content .modal-content {
    min-height: 65vh;
  }
}
