/*

Theme Name: 500co
Theme URI: http://500.co/
Author: 500Startups
Author URI: http://500.co/
Description: The 500co WordPress child theme of X.
Version: 1.0.0
Template: x

*/
@import url( '../x/framework/css/site/stacks/integrity-light.css' );
body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300px;
    background-image: url('./framework/img/bg-legal.jpg');
    background-position: 0 0;
    background-repeat: repeat-x;
}
/* Utility Classes */
.small-text { font-size: 0.8em }
.white-text { color: #fff }
.justify-text { text-align: justify }
a.red-text,
.red-text {
    color: #b43322;
    text-decoration: underline;
}
/* Content */
.center {
    margin: 0 auto;
    max-width: 960px;
}
.entry-content a { text-decoration: underline }
.entry-wrap {
    border: solid 1px #999;
    box-shadow: none;
    margin: 0 auto;
    max-width: 960px;
}
.x-counter .number-wrap {
    font-size: 4.5em;
    line-height: 1;
    font-weight: 800 !important;
    font-family: 'Exo 2',sans-serif;
    letter-spacing: -2px;
}
#locations.x-nav-tabs {
	max-width: 960px;
  	margin: 0 auto;
  	border:none;
  	box-shadow: none;
  	border-bottom: none;
}
#locations.x-nav-tabs>li {
	border-right: 0;
	border-bottom: 0;
  	padding: .5em 1em;
  	display: inline-block;
  	float: none;
}
#locations li.x-nav-tabs-item{
  float: none;
  width: auto;
  display: inline-block;
  position: relative;
  margin-bottom: 0 !important;
}
#locations li.x-nav-tabs-item.active a,
#locations li.x-nav-tabs-item a:hover {
  background-color: #000;
  color: #fff;
}
#locations li.x-nav-tabs-item a {
  background-color: transparent;
  border: solid 1px #000;
  font-weight: 300;
  padding: .8em 1.5em;
  box-shadow: none;
  color: #000;
  font-weight: 300;
  text-transform: uppercase;
  text-decoration: none;
}
#locations-content.x-tab-content{
	margin-bottom: 0;
	border: none;
	box-shadow: none;
}
#locations-content.x-tab-content .x-tab-pane {
  padding: 0;
}
/* white */
#locations.x-nav-tabs.white li.x-nav-tabs-item.active a,
#locations.x-nav-tabs.white li.x-nav-tabs-item a:hover {
	background-color: #fff;
  	color: #000;
}
#locations.x-nav-tabs.white li.x-nav-tabs-item a {
	color:#fff;
  	border:1px solid #fff;
}
#locations-content.x-tab-content.white {
	color:#fff;
	background-color: #000;
}
/* green */
#locations.x-nav-tabs.green li.x-nav-tabs-item.active a,
#locations.x-nav-tabs.green li.x-nav-tabs-item a:hover {
	background-color: #fff;
  	color:#7ac364;
}
#locations.x-nav-tabs.green li.x-nav-tabs-item a {
	color:#fff;
  	border:1px solid #fff;
}
#locations-content.x-tab-content.green {
	color:#fff;
	background-color: transparent;
}

/* Navbar */
.x-navbar {
    border-bottom: none;
    box-shadow: none;
}
.x-navbar-transparent .desktop {
    background-color: transparent;
    border-bottom: none;
    box-shadow: none;
    color: #fff;
}
.x-navbar-transparent .desktop .x-nav > li > a:hover > span,
.x-navbar-transparent .desktop .x-nav > .x-active > a > span,
.x-navbar-transparent .desktop .x-nav > .current-menu-item > a > span {
    border-bottom: solid 4px #fff;
    padding-bottom: 6px;
}
.x-navbar .desktop { float: left }
.x-navbar .desktop .x-nav > li > a:hover > span,
.x-navbar .desktop .x-nav > .x-active > a > span,
.x-navbar .desktop .x-nav > .current-menu-item > a > span {
    border-bottom: solid 4px #222;
    padding-bottom: 6px;
}
.x-colophon.top,
.x-colophon.bottom {
    border-top: none;
    background: #000;
    color: #fff;
}
.x-colophon.top a,
.x-colophon.bottom a { color: #fff }
.x-colophon.top .widget {
    text-shadow: none;
    font-size: 13px;
}
.x-colophon.top .x-nav li {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0;
    padding-bottom: 10px;
}
.x-navbar .desktop .x-nav>li>a { letter-spacing: 0 }
/* Promo */
.x-promo { border-radius: 0px !important }
.x-promo-content {
    padding: 5px;
    text-align: center;
    height: 100px;
}
.x-promo-content h2.name {
    font-size: 18px;
    letter-spacing: 0;
    font-weight: 600;
}
.x-promo-content p.title {
    color: #888;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 14px;
    vertical-align: middle;
    margin: 12px auto 0;
}
/* Slider */
.bxslider { margin: 0 }
/* Home */
#x-content-band-home {
    background: -webkit-linear-gradient( right, rgba(0,0,0,0) 10%, rgba(0,0,0,0.45) 59%, rgba(0,0,0,1) 100%), url('./framework/img/home-background.png');
    background-position: 50% 50%;
    background-size: cover;
    background-color: #000;
}
.x-navbar-fixed-top-active .x-navbar-wrap { margin-bottom: 0 }
.x-navbar-transparent {
    background-color: transparent;
    border-bottom: none;
    box-shadow: none;
    color: #fff;
}
#map-container #map {
    max-height: 620px;
    max-width: 960px;
    position: relative;
    margin: 0 auto;
}
#map-container #map img {
    max-height: 620px;
    position: absolute;
    left: 0;
    top: 0;
}
#map-container #map img#map-names { position: relative }
#themes .x-column {
    height: 8em;
    text-align: left;
    transition: all .1s ease;
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -o-transition: all .1s ease;
}
#themes .x-column img { display: inline-block }
#themes .x-column p {
    display: inline-block;
    margin: 0 0 0 .5em;
    font-size: 0.8em;
    vertical-align: middle;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: -1px;
    font-weight: 900;
}
ul.help-startups {
    height: 200px;
    margin-left: 0;
    list-style: none;
    text-align: center;
}
ul.help-startups li {
    height: 100px;
    float: right;
    width: 33%;
    margin-bottom: 3rem;
    font-size: 0.7em;
}
ul.help-startups li img {
    width: 70px;
    margin-bottom: 10px;
}
.amazing-partners {
    margin: 1rem 0;
    list-style: none;
}
.amazing-partners li {
    display: inline-block;
    margin: 10px 0 35px;
    width: 22%;
}
.amazing-partners li img {
    max-height: 85px;
    padding: 0 40px;
}
/* Newsletter Form */
#subscribe #form {
    margin: 2rem auto 0;
    position: relative;
}
#subscribe #form input[type="email"] {
    display: inline-block;
    border: solid 2px #222;
    font-weight: 300;
    font-size: 1.3em;
    height: 50px;
    border-radius: 0;
}
#subscribe #form input[type="submit"] {
    display: inline-block;
    border: solid 2px #b43322;
    font-weight: 300;
    height: 50px;
    line-height: 30px;
    color: #b43322;
    background-color: transparent;
    cursor: pointer;
    margin: 0;
    text-transform: uppercase;
    vertical-align: top;
}
/* Search Form */
.search-form input[type="search"] {
    background-image: url("./framework/img/search.jpg");
    background-repeat: no-repeat;
    height: 70px;
    border: solid 2px #222;
    padding-left: 60px;
    font-size: 32px;
    font-weight: 300;
    width: 100%;
    margin: 0 auto;
    max-width: 620px;
}
.search-helper-text {
    font-weight: 300;
    color: #ccc;
}
/* Portfolio */
.single .x-portfolio-filters,
.x-portfolio-filter { margin: 2px }
.single .x-portfolio-filters-menu a { text-decoration: none }
/* Startups */
#startups .card.entry-wrap {
    min-height: 410px;
    border-radius: 0;
}
#startups .card .entry-image {
    border-radius: 0;
    border-color: #ccc;
}
#startups .card .entry-image {
    display: table-cell;
    height: 200px;
    vertical-align: middle;
}
#startups .card.entry-content { margin-top: 0 }
body.single-startup { background-color: #fff }
.single-startup header.masthead,
.single-startup .x-navbar{
    background:transparent !important;
    background-color: transparent !important;
}
#startup_profile {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
    top: 0;
    right: 0;
}
#startup_profile .over-shadow {
    background-image: url('./framework/img/gradient-over-startup.png');
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
}
#startup_detail .content {
    width: 450px;
    margin-left: 100px;
    margin-bottom: 100px;
    position: relative;
}
#startup_detail .content .logo {
    max-width: 310px;
    max-height: 160px;
}
#startup_detail .content .name {
    font-size: 28px;
    color: #000;
    margin: 100px 0 0 0;
}
#startup_detail .content .description { font-size: 18px }
#startup_detail .content .link {
    margin: 60px auto 20px;
    width: auto;
}
#startup_detail .content a.outline {
    background-color: transparent;
    color: #666;
    display: inline-block;
    border: solid 1px #666;
    padding: 1em 2em;
    font-weight: 300;
    margin: 1em 0;
}
#startup_detail .content .product { margin-bottom: 50px }
#startup_detail .content .video { width: 450px }
#startup_detail .content .video iframe {
    width: 450px !important;
    height: 253px !important;
}
#startup_detail .content h4 {
    margin: 50px 0 25px;
    font-weight: 900;
    color: #666;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-size: 18px !important;
}
#startup_detail .founders ul {
    list-style: none;
    margin: 0;
    display: inline-block;
    width: 100%;
}
#startup_detail .founders ul li {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
#startup_detail .founders ul li img {
    display: inline-block;
    vertical-align: top;
    width: 60px;
    border-radius: 50%;
}
#startup_detail .founders ul li .perfil {
    display: inline-block;
    margin-left: .5em;
}
#startup_detail .founders ul li h5 {
    margin: .25em 0;
    line-height: 1em;
    font-size: 1.1em;
    font-weight: 300;
}
#startup_detail .founders ul li h6 {
    color: #666;
    text-transform: uppercase;
}
#startup_detail .content .company { margin-top: 50px }
#startup_detail .info .company div { margin-bottom: 1em }
#startup_detail .info .company div h6 {
    color: #666;
    display: inline-block;
    vertical-align: top;
    width: 35%;
}
#startup_detail .info .company div p {
    display: inline-block;
    vertical-align: top;
    width: 60%;
    font-size: 1em;
}
/** Startup Search **/
ul.filter_header { margin-bottom: 1em }
#select-tag,
#select-cat,
#select-experts { display: none }
.popover { width: auto }
.popover-content { 
    max-height: 300px;
    overflow-y: scroll;
    padding: 20px 
}
#filter_cool li {
    float: left;
    list-style: none;
    margin: 0 10px;
    padding: 4px 0;
}
#filter_cool .filter_cool {
    display: inline-block;
    position: relative;
    border: 1px solid #ccc;
    padding: 4px 10px;
    cursor: pointer;
    line-height: 1.3;
    text-align: center;
    vertical-align: middle;
    background-color: transparent;
    border-radius: 0.35em;
    min-width: 100px;
    box-shadow: inset 0 0 0 transparent,0 1px 1px rgba(255,255,255,0.95);
    -webkit-transition: color 0.3s ease,border-color 0.3s ease,background-color 0.3s ease,box-shadow 0.3s ease;
    transition: color 0.3s ease,border-color 0.3s ease,background-color 0.3s ease,box-shadow 0.3s ease;
}
.popover-content .filter_header li { margin: 0 }
.popover-content ul {
    width: 100%;
    margin-left: 0;
}
.popover-content .startups li { display: inline-block }
.popover-content li {
    list-style: none;
    text-align: left;
    cursor: pointer;
    font-size: 14px;
    margin: 0 20px 5px 0;
    font-weight: 600;
    vertical-align: top;
}
.popover-content ul li.active {
    color: #da1f1d;
    font-weight: 600;
}
.popover-content .children li {
    font-weight: 300;
    display: block;
    margin-top: 5px;
}
body.single-team_member,
body.navbar-dark {
    background-image: none;
    background-color: #000;
}
.accelerator { text-align: center }
/* Accelerator */
.accelerator {
    margin: 0 auto;
    width: 80%;
    position: relative;
}
.accelerator .x-promo {
    padding: 1.5em;
    text-align: left;
    min-height: 36rem;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    float: left;
    position: relative;
    background-color: #fff;
    border: solid 1px #ccc;
    box-shadow: none;
}
.accelerator img {
    max-width: 50px;
    width: inherit;
    height: inherit;
    display: inline-block;
}
.accelerator h3,
h3.accelerator {
    font-family: 'Exo 2',sans-serif;
    line-height: 1em;
    margin-bottom: .8em;
    font-weight: 900;
    letter-spacing: -2px;
    color: #444;
    margin-top: 0;
}
.accelerator p {
    width: 100%;
    text-align: left;
    font-size: .8em;
    line-height: 1.6em;
    margin: .25rem .25rem 1.25rem;
}
.partner-logo {
    max-width: 90%;
    max-height: 100px;
}
/* Mentors */
.single-mentor .entry-title {
    line-height: 1em;
    text-transform: uppercase;
    margin-top: 1em;
}
.single-mentor .entry-title-sub {
    font-family: 'Exo 2',sans-serif;
    color: #888;
    font-size: 200%;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
}
/* Team */
#transparent {
    position: absolute;
    width: 100%;
}
#transparent .x-navbar,
#transparent .x-navbar-inner,
.navbar-dark .x-navbar,
.navbar-dark .x-navbar-inner { background-color: transparent }
#transparent .x-navbar .desktop .x-nav > li > a:hover > span,
#transparent .x-navbar .desktop .x-nav > .x-active > a > span,
#transparent .x-navbar .desktop .x-nav > .current-menu-item > a > span,
.navbar-dark .x-navbar .desktop .x-nav > li > a:hover > span,
.navbar-dark .x-navbar .desktop .x-nav > .x-active > a > span,
.navbar-dark .x-navbar .desktop .x-nav > .current-menu-item > a > span { border-bottom: 4px solid #fff }
#transparent .x-topbar .p-info,
#transparent .x-topbar .p-info a,
#transparent .x-topbar .p-info a:hover,
#transparent .x-navbar .desktop .x-nav > li > a,
#transparent .x-navbar .desktop .x-nav > li > a:hover,
#transparent .x-navbar .desktop .sub-menu a,
#transparent .x-navbar .desktop .sub-menu a:hover,
#transparent .x-navbar .mobile .x-nav li > a,
#transparent .x-navbar .mobile .x-nav li > a:hover,
#transparent .x-breadcrumb-wrap a,
#transparent .x-breadcrumb-wrap a:hover,
#transparent .x-breadcrumbs .delimiter a:hover,
#transparent .x-breadcrumbs .delimiter a,
.navbar-dark .x-topbar .p-info,
.navbar-dark .x-topbar .p-info a,
.navbar-dark .x-topbar .p-info a:hover,
.navbar-dark .x-navbar .desktop .x-nav > li > a,
.navbar-dark .x-navbar .desktop .x-nav > li > a:hover,
.navbar-dark .x-navbar .desktop .sub-menu a,
.navbar-dark .x-navbar .desktop .sub-menu a:hover,
.navbar-dark .x-navbar .mobile .x-nav li > a,
.navbar-dark .x-navbar .mobile .x-nav li > a:hover,
.navbar-dark .x-breadcrumb-wrap a,
.navbar-dark .x-breadcrumb-wrap a:hover,
.navbar-dark .x-breadcrumbs .delimiter a:hover,
.navbar-dark .x-breadcrumbs .delimiter a { color: #fff }
.single-team_member #transparent { position: relative }
.single-team_member .x-social-global a { text-decoration: none }
.single-team_member .x-social-global a,
footer .x-social-global a {
    margin-left: 10px;
    background-color: #fff;
    border-radius: 100%;
    width: 40px;
}
.single-team_member .x-social-global i,
footer .x-social-global i {
    color: #000;
    font-size: 18px;
    padding: 10px;
}
.single-team_member .x-container { z-index: 100 }
.single-team_member article {
    width: 70%;
    margin: 2em auto;
}
.single-team_member a { color: #fff }
@media (max-width: 480px) {
    .single-team_member article { width: 100% }
}
.over-shadow {
    position: fixed;
    top: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    background-image: url('./framework/img/over-staff-member-lite.png');
    background-size: cover;
    background-repeat: no-repeat;
    left: 0;
}
.staff-cover {
    position: fixed;
    top: 0;
    z-index: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}
/** Blog **/
body.blog,
body.archive { background-color: #fff }
body.tax-mentor_expertise,
body.search-results.post-type-archive-mentor { background-color: #f2f2f2 }
#blog ul.filter {
    margin: 3em auto;
    list-style: none;
    text-transform: uppercase;
    font-size: 0.9em;
    text-align: center;
}
#blog ul.filter li {
    display: inline-block;
    font-weight: 400;
    margin-bottom: 1.3em;
}
#blog ul.filter li a {
    border: solid 1px #000;
    display: block;
    padding: .5em 1.5em;
    margin: 0 .5em;
}
#blog ul.filter li a:hover,
#blog ul.filter li.current-cat a {
    background-color: #000;
    color: #fff;
}
#blog-list article .refresh-time {
    font-size: .85em;
    font-weight: 400;
    vertical-align: top;
}
#blog-list article .tag {
    background-color: #000;
    color: #fff;
    font-size: 0.8em;
    font-weight: 300;
    padding: 0 .5em;
    position: absolute;
  	width: 100%;
  	text-align: center;
    text-transform: uppercase;
}
#blog-list article h4 {
    margin-top: 0;
    font-weight: 600;
    letter-spacing: -1px;
    margin-bottom: .8em;
    padding-top: 2em;
}
#blog-list article.format-standard .info .image {
    float: none;
    width: 100%;
    overflow: hidden;
    height: 200px;
    background-size: cover;
    background-position: 50% 50%;
}
#blog-list article .meta {
    font-size: .65em;
    margin-top: .5em;
}
#blog-list article .meta span { font-weight: 800 }
#blog-list article .meta a { text-decoration: underline }
#blog-list .x-main {
    padding-bottom: 6em;
    background-image: url("./framework/img/activity-line.jpg");
    background-repeat: repeat-y;
    background-position: 10% 0;
}
#blog-list article.format-link .icon {
    float: right;
    width: 28px;
    height: 28px;
    background: #e6e6e6;
}
#blog-list article.format-link .info img {
    max-width: 50%;
    float: left;
    margin-right: 20px;
    margin-top: 5px;
}
#blog-list article.format-link .info .provider a {
    text-decoration: underline;
    color: #b43322;
}
#blog-list .category-announcements .tag {
    background-color: #b43526;
}
#blog-list article.format-audio .tag {
    background-color: #77469a;
}
#blog-list .alm-reveal{
	margin-top: 4em;
}
/** Single Blog Post **/
body.single-post,
section#blogpost { background-color: #fff }
section#blogpost .meta .date {
    font-size: .7em;
    margin-top: .7em;
    text-transform: uppercase;
}
section#blogpost .center {
    position: relative;
    z-index: 1;
    padding-bottom: 5em;
}
section#blogpost .meta .date {
    font-size: .7em;
    margin-top: .7em;
    text-transform: uppercase;
}
section#blogpost .post .bottom .social {
    float: right;
    margin: 2em 0 0;
    list-style: none;
}
section#blogpost {
    font-family: 'open sans','helvetica','arial','sans-serif';
    font-weight: 300;
    font-size: 1em;
    line-height: 1.6em;
}
section#blogpost .content {
    text-align: center;
    color: #fff;
    padding: 0 0 1em;
    position: relative;
    background: no-repeat center center fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    min-height: 45em;
    background-color: #000;
}
section#blogpost .content .center { padding: 17em 0 2em }
section#blogpost .content .tag-announcement {
    font-weight: 300;
    background-color: #b43425;
    display: inline;
    padding: .25em 1em;
    font-size: .85em;
    margin-top: 2em;
}
section#blogpost .content h1 {
    color: #fff;
    font-size: 4em;
    margin-top: .1em;
    margin-bottom: auto;
    text-shadow: 0 0 .1em rgba(0,0,0,0.6);
}
section#blogpost .content p.subtitle {
    font-family: 'PT Serif','serif';
    font-style: italic;
    font-size: 1.5em;
    margin-top: 10px;
}
section#blogpost .content .top-shadow {
    position: absolute;
    top: 0;
    width: 100%;
    min-height: 160px;
}
section#blogpost .content .bottom-shadow {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 420px;
}
section#blogpost .meta {
    margin-top: 8em;
    font-weight: 300;
    color: #fff;
    position: relative;
    width: 100%;
    bottom: 20px;
    z-index: 1;
}
section#blogpost .post { padding-top: 4em }
section#blogpost .post h1 {
    font-size: 2.5em;
    margin-top: 1em;
}
section#blogpost .post h2 {
    font-size: 2em;
    margin-top: 1em;
}
section#blogpost .post h3 {
    font-size: 1em;
    margin-top: 1em;
}
section#blogpost .post h4 {
    font-size: 1em;
    margin-top: 1em;
}
section#blogpost .post h5 {
    font-size: 1em;
    margin-top: 1em;
}
section#blogpost .post p {
    font-size: 1em;
    line-height: 1.6em;
    margin-top: 1.5em;
}
section#blogpost .post strong {
    font-weight: 600;
    letter-spacing: -.03em;
    line-height: 1.6em;
}
section#blogpost .post ul {
    line-height: 1.5em;
    font-weight: 300;
    margin-top: 2em;
    margin-bottom: 2em;
    margin-left: 4em;
}
section#blogpost .post ol {
    line-height: 1.5em;
    font-weight: 300;
    margin-top: 2em;
    margin-bottom: 2em;
    margin-left: 4em;
}
section#blogpost .post blockquote {
    border-left: 0 solid #fff !important;
    text-align: center;
    margin: 2em 0 3em;
    line-height: 1.5em;
    font-family: 'PT Serif','serif';
    font-style: italic;
    width: 960px;
    margin-left: -164px;
}
section#blogpost .post blockquote p { font-size: 1.5em }
section#blogpost .post a { color: #b43425 }
section#blogpost .post a:hover { text-decoration: underline }
section#blogpost .post .paragraph { padding: 0 10em }
section#blogpost .post .paragraph a { text-decoration: underline }
section#blogpost .post .phrase {
    text-align: center;
    margin: 4em;
    font-family: 'PT Serif','serif';
    font-style: italic;
    font-size: 1.5em;
}
section#blogpost .post figure { margin: 2em 0 }
section#blogpost .post figure img { width: 100% }
section#blogpost .post figure figcaption {
    font-size: .75em;
    text-align: right;
    margin-top: .5em;
}
section#blogpost .post .bottom {
    background-color: #f2f2f2;
    padding: 6em 0 0;
}
section#blogpost .post .bottom .author { text-align: center }
section#blogpost .post .bottom .author img {
    display: block;
    width: 12.5%;
    vertical-align: top;
    margin: 0 auto;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    margin-top: -150px;
}
section#blogpost .post .bottom .author .info {
    display: inline-block;
    width: 60%;
    vertical-align: top;
    margin-left: 1em;
}
section#blogpost .post .bottom .author .info h5 {
    font-family: 'Open Sans',sans-serif;
    font-size: 1.25em;
    color: #808080;
    font-weight: 400;
    margin: 30px 0 0 0;
}
section#blogpost .post .bottom .author .info h5 span { color: #222 }
section#blogpost .post .bottom .social li {
    display: inline-block;
    margin-left: .5em;
}
section#blogpost .post .bottom .social li a { display: block }
section#blogpost .paragraph {
    font-family: 'open sans','helvetica','arial','sans-serif';
    font-weight: 300;
    font-size: 1em;
    line-height: 1.6em;
}
section#blogpost .post-content { padding-bottom: 30px }
section#blogpost .share {
    width: 960px;
    margin-bottom: .5em;
    margin: auto;
    margin-top: 5em;
    padding: 1em .5em;
    text-align: center;
}
section#blogpost .share p {
    margin-bottom: 1em;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: -1px;
    font-size: 20px;
}
section#blogpost .share ul { margin: auto }
section#blogpost .share ul li {
    display: inline;
    margin: auto;
}
section#blogpost .share ul li a.btn {
    padding: .8em 1em;
    font-size: .8em;
    text-decoration: none;
    color: #fff;
    border-radius: 3px;
    text-transform: uppercase;
    white-space: nowrap;
    height: auto;
    font-weight: 600;
    letter-spacing: -1px;
}
section#blogpost .share ul li a.btn img {
    width: 18px;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 2px;
}
section#blogpost .share ul li a.twitter { background-color: #55acee }
section#blogpost .share ul li a.twitter:hover { background-color: #4d9ad4 }
section#blogpost .share ul li a.facebook { background-color: #3b5998 }
section#blogpost .share ul li a.facebook:hover { background-color: #2f4779 }
section#blogpost .share ul li a.google { background-color: #dd4b39 }
section#blogpost .share ul li a.google:hover { background-color: #b83f30 }
section#blogpost .share ul li a.linkedin { background-color: #0976b4 }
section#blogpost .share ul li a.linkedin:hover { background-color: #09689e }
section#blogpost .post h1,
section#blogpost .post h2,
section#blogpost .post h3,
section#blogpost .post h4,
section#blogpost .post h5 {
    font-family: 'Open Sans',sans-serif;
    font-weight: 900;
    letter-spacing: -.05em;
}
section#blogpost .share {
    width: auto;
    margin: 0 20px;
}
section#blogpost .share div,
section#blogpost .share iframe {
    display: inline-block;
    margin-bottom: 10px;
    width: 160px;
    vertical-align: top !important;
    width: 100px !important;
}
section#blogpost .share span { vertical-align: top !important }
@media only screen and (max-width: 480px) {
    section#blogpost .share div,
    section#blogpost .share iframe,
    section#blogpost .share .IN-widget {
        display: block !important;
        text-align: left !important;
        margin-bottom: 10px;
    }
    section#blogpost .content .center{
    	padding-top:7em;
    }
}
.post img { height: auto !important }
@media only screen and (max-width: 960px) {
    section#blogpost { overflow: hidden }
    section#blogpost .content { min-height: 0 }
    section#blogpost .post blockquote {
        width: auto;
        margin: 0;
        padding: 0;
        font-size: .8em;
    }
    .post img {
        height: auto !important;
    }
    .post p img { margin: 0 -24px !important }
    #blog ul.filter li {
	  	display: block;
	  	margin: 8px 0;
	  	width: 100%;
	}
	#blog ul.filter li a{
		margin: 0;
	}
}
@media only screen and (max-width: 767px) {
    section#blogpost .content { overflow: hidden }
    section#blogpost .content h1 { font-size: 45px }
    section#blogpost .post img { height: auto !important }
    section#blogpost .post .paragraph { padding: 0 20px }
    .amazing-partners li { width: 80% }
    #blog-list .x-main { background-position: -130px center }
    #blog-list article .tag {
        top: 0;
        left: 0;
        right: inherit;
        width: initial;
    }

    #blog-list article .refresh-time {
        padding-top: 30px;
        display: block;
    }
}


/*----------------------------------
  CUSTOM CSS STYLES
----------------------------------*/

/*Blog Page - On the Web Hide Category*/
li.cat-item.cat-item-6 {
    display: none!important;
}

/*Press Page - On the Web Posts Styling*/
#press-content .alm-listing li a{
     font-size: 27px;
     color: #222;
     line-height: 21px;
}

#press-content .alm-listing li h3{
    font-size: 23px;
    line-height: 1.5em;
}

#press-content .alm-listing li{
    margin-bottom: 40px;
}

#press-content .alm-listing li p.entry-meta{
    font-size: 14px;
    line-height: 1em;
    margin-bottom: 1.5em;
}

#press-content .alm-listing li a:hover,#press-content .alm-listing li a:active,#press-content .alm-listing li a:focus{
    color: #c61300;
}

#press-content #blog-list article.format-link .info .provider a{
    padding: 10px 16px;
    text-decoration: none;
    border: 1px solid #b43322;
}

#press-content #blog-list article.format-link .info .provider a:hover{
    background: #b43322;
    color: #fff;
    transition: background-color 0.3s ease;
}

#press-content #blog-list article.format-link .info .provider a:active{
    position: relative;
    top: 1px;
}

#press-content #blog-list .alm-reveal:first-of-type{
    margin-top: 0;
}

#press-content #blog-list article .meta{
    margin-top: 22px;
}

#press-content #blog-list article h4{
    pointer-events: none;
}

#press-content #blog-list article h4 a{
    color: #444444
}

@media (max-width: 767px){
    #press-content #blog-list article{
        border-top: 1px solid rgba(0, 0, 0, 0.1);
        padding-top: 4em;
    }
    #press-content #blog-list article h4{
        padding-top: 1em;
    }
}

/*Contact Us Page*/
.contact-content h3,#contact-content p{
    color: #444;
}

.contact-content p{
    font-size: 17px
}

.contact-content h3{
    font-size: 30px;
    letter-spacing: -1px;
}
.contact-content a{
    color: #b43322;
}

.contact-content .wpcf7 select, .contact-content .wpcf7 textarea, .contact-content .wpcf7 input[type="text"], .contact-content .wpcf7 input[type="password"], .contact-content .wpcf7 input[type="datetime"], .contact-content .wpcf7 input[type="datetime-local"], .contact-content .wpcf7 input[type="date"], .contact-content .wpcf7 input[type="month"], .contact-content .wpcf7 input[type="time"], .contact-content .wpcf7 input[type="week"], .contact-content .wpcf7 input[type="number"], .contact-content .wpcf7 input[type="email"], .contact-content .wpcf7 input[type="url"], .contact-content .wpcf7 .wpcf7-select,.contact-content .wpcf7 input[type="search"], .contact-content .wpcf7 input[type="tel"], .contact-content .wpcf7 input[type="color"], .contact-content .wpcf7-date, .contact-content .wpcf7-date, .contact-content .wpcf-3-form-control, .contact-content .wpcf7-radio{
    border: 0 none;
    border-left: 6px solid #444;
    background: #f2f2f2;
    font: 14px "Open Sans", sans-serif, Arial;
    color: #595959;
    padding: 16px 16px 16px 16px;
    margin-bottom: 14px;
    border-radius: 0;
    box-shadow: none;

}

.contact-content .wpcf7-number {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    -moz-appearance: none;
}

.contact-content .wpcf7 select, .contact-content .wpcf7 .wpcf7-select{
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    -moz-appearance: none;
     background-position: right 50%;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);
    padding: .5em;
    padding-right: 1.5em
}

.contact-content .wpcf7 select:focus, .contact-content .wpcf7 .wpcf7-select:focus{
    outline: none;
}

.contact-content .wpcf7 input[type="text"],.contact-content .wpcf7 input[type="email"], .contact-content .wpcf7 .wpcf7-select, .contact-content .wpcf7 input[type="date"], .contact-content .wpcf7-radio, .contact-content .wpcf7-number, .contact-content .wpcf7-url{
    height: 51px;
}

.contact-content .x-tab-content .x-tab-pane{
    padding: 0;
}

.contact-content .x-tab-content{
    overflow: initial;
    border: none;
    box-shadow: none;
    background-color: transparent;
    max-width: 780px;
    margin: 0 auto;
}


/*FORM GRID SYSTEM*/

.contact-content .col-1{
    width: calc(10% - 20px)!important;
    margin-left: 10px;
    margin-right: 10px;
}

.contact-content .col-2{
    width: calc(20% - 20px)!important;
    margin-left: 10px;
    margin-right: 10px;
}

.contact-content .col-3{
    width: calc(30% - 20px)!important;
    margin-left: 10px;
    margin-right: 10px;
}

.contact-content .col-4{
    width: calc(40% - 20px)!important;
    margin-left: 10px;
    margin-right: 10px;
}

.contact-content .col-5{
    width: calc(50% - 20px)!important;
    margin-left: 10px;
    margin-right: 10px;
}

.contact-content .col-6{
    width: calc(60% - 20px)!important;
    margin-left: 10px;
    margin-right: 10px;
}

.contact-content .col-7{
    width: calc(70% - 20px)!important;
    margin-left: 10px;
    margin-right: 10px;
}

.contact-content .col-8{
    width: calc(80% - 20px)!important;
    margin-left: 10px;
    margin-right: 10px;
}

.contact-content .col-9{
    width: calc(90% - 20px)!important;
    margin-left: 10px;
    margin-right: 10px;
}

.contact-content .col-10{
    width: calc(100% - 20px)!important;
    margin-left: 10px;
    margin-right: 10px;
}

.contact-content label{
    color: #898989;
    font-size: 13px;
}

.visible-sm{
    display: none!important;
}

@media only screen and (max-width: 767px) {
    .contact-content .col-1, .contact-content .col-2, .contact-content .col-3, .contact-content .col-4, .contact-content .col-5, .contact-content .col-6, .contact-content .col-7, .contact-content .col-8, .contact-content .col-9, .contact-content .col-10{
        width: calc(100% - 20px)!important;
    }
    .hidden-sm{
        display: none!important;
    }
    .visible-sm{
        display: inline-block!important;
    }
    .component-recaptcha{
        float: none!important;
        margin-bottom: 20px;
    }

}

.contact-content h5{
    font-family: 'OpenSans';
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.contact-content p.subheader{
    color: #898989;
    font-size: 13px;
    display: inline-block;
}

.contact-content .wpcf7-radio{
    display: inline-block;
}

.contact-content .wpcf7-list-item{
    padding: 10px;
}


/*Custom Helper Classes*/

.text-left{
    text-align: left;
}

.pull-left{
    float: left;
}

.pull-right{
    float: right;
}

.hidden{
    display: none;
}

.mb20{
    margin-bottom: 20px!important;
}

.clearfix{
    clear: both;
}

.mt0{margin-top:0}.mt10{margin-top:10px}.mt20{margin-top:20px}.mt30{margin-top:30px}.mt40{margin-top:40px}.mt50{margin-top:50px}.mt60{margin-top:60px}.mt70{margin-top:70px}.mt80{margin-top:80px}.mt90{margin-top:90px}.mt100{margin-top:100px}.mb0{margin-bottom:0}.mb10{margin-bottom:10px}.mb20{margin-bottom:20px}.mb30{margin-bottom:30px}.mb40{margin-bottom:40px}.mb50{margin-bottom:50px}.mb60{margin-bottom:60px}.mb70{margin-bottom:70px}.mb80{margin-bottom:80px}.mb90{margin-bottom:90px}.mb100{margin-bottom:100px}.ml0{margin-left:0}.ml10{margin-left:10px}.ml20{margin-left:20px}.ml30{margin-left:30px}.ml40{margin-left:40px}.ml50{margin-left:50px}.ml60{margin-left:60px}.ml70{margin-left:70px}.ml80{margin-left:80px}.ml90{margin-left:90px}.ml100{margin-left:100px}.mr0{margin-right:0}.mr10{margin-right:10px}.mr20{margin-right:20px}.mr30{margin-right:30px}.mr40{margin-right:40px}.mr50{margin-right:50px}.mr60{margin-right:60px}.mr70{margin-right:70px}.mr80{margin-right:80px}.mr90{margin-right:90px}.mr100{margin-right:100px}


.sub-menu li a {
    color: black !important;
}






/*===================================== Hubspot form Styling ============================ */


.subscription-section img {
    vertical-align: middle;
}
.subscription-section p {
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding: 0px 0 24px;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.56;
    letter-spacing: 0.4px;
    text-align: right;
    color: #000000;
}

.subscription-section form {
    position: relative;
    margin: 0!important;
}

.subscription-section {
    background-color: #fff;
    overflow: hidden;
}

/* Placeholder Text */
.subscription-form-hubspot input::-webkit-input-placeholder { /* Webkit Browsers */
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
 letter-spacing: 0.3px;
  color: #b43322;
  font-family: 'Open Sans', sans-serif;
}
.subscription-form-hubspot input:-moz-placeholder { /* Firefox 18- */
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
 letter-spacing: 0.3px;
  color: #b43322;
  font-family: 'Open Sans', sans-serif;

}
.subscription-form-hubspot input::-moz-placeholder { /* Firefox 19+ */
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
 letter-spacing: 0.3px;
  color: #b43322;
  font-family: 'Open Sans', sans-serif;
}
.subscription-form-hubspot input:-ms-input-placeholder { /* IE10 */
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
 letter-spacing: 0.3px;
  color: #b43322;
  font-family: 'Open Sans', sans-serif;
}
.subscription-form-hubspot .hs-form .hs-button {
    font-size: 10px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.2px;
    text-align: center;
    color: #ffffff;
    background-image: none;
    border-radius: 0;
    background-color: #b43322;
    border: 0!important;
    text-shadow: none;
    box-shadow: none;
    border-bottom: 0;
    font-family: 'Open Sans', sans-serif;
    padding: 10px 25px;
}
.subscription-form-hubspot .hs-form .hs-button:hover:not(.inactive),
.subscription-form-hubspot .hs-form .hs-button:focus:not(.inactive),
.subscription-form-hubspot .hs-form .hs-button.hovered:not(.inactive) {
    border: 0!important;
    box-shadow: none;

}
.subscription-form-hubspot .hs-form .hs-button:active{
    border: 0!important;
    box-shadow: none!important;
    background: #b43322!important;
}
.subscription-form-hubspot .hs-form.stacked label {
    display: none;
}

.subscription-form-hubspot form.hs-form .hs-form-field ul.inputs-list li label {
    display: block;
    color: #ff4c4c;
    position: absolute;
    top: 2px;
    line-height: 1;
    padding-left: 0px;
}
.subscription-form-hubspot form.hs-form .hs-form-field ul.inputs-list li {
    position: relative;
    line-height: 1;
}

.subscription-form-hubspot .hs-form .hs-input,
.subscription-form-hubspot .hs-form textarea.hs-input {
    box-sizing: border-box;
    max-width: 346px;
    width: 100%;
    padding: 13px 130px 13px 20px;
    border-radius: 0;
    height: 46px;
    font-family: 'Open Sans', sans-serif;
    border: solid 1px #000000;
    box-shadow: none;
}

.form-wrapper {
    max-width: 735px;
    margin: 0 auto;
    width: 100%;
    overflow: hidden;
}
 .form-title-hubspot {
    width: 46%;
    float: left;
}
.subscription-form-hubspot {
    width: 49%;
    float: left;
    padding-left: 30px;
    text-align: right;
}
.subscription-form-hubspot .hs_submit {
    position: absolute;
    top: 7px;
    right: 7px;
}
.subscription-form-hubspot .hs-form.stacked .actions {
    margin: 0;
    padding: 0;
    }
.subscription-form-hubspot .submitted-message {
    padding: 10px 0;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-align: center;
    color: #000;
}


@media(max-width: 767px){

    .form-title-hubspot {
    width: 100%;
}
.subscription-form-hubspot {
    width: 100%;
    padding-left: 0;
    text-align: left;
    max-width: 331px;
    margin: 0 auto;
    float: none;
    position: relative;
    overflow: hidden;
}
.subscription-section p {
    text-align: center;
}

}

@media(min-width: 768px) and (max-width: 1024px){
    .form-title-hubspot {
    width: 50%;
    float: left;
}
}
/*===================================== End Hubspot form Styling ============================ */