@import url(//fonts.googleapis.com/css?family=Signika:300,400,600,700);
body{
  font-family: 'Signika', sans-serif;
  color: #414042;
  background: #e6e7e8;
  padding: 10px;
}
h1{
	font-size: 32px;
	font-weight: 700;
}
h2{
	font-size: 20px;
	font-weight: 700;
}
h3{
	font-size: 17px;
	font-weight: 600;
}
p{
	font-weight: 300;
	font-size: 13px;
	margin-bottom: 10px;
}

.share-email {
    border-color: #CEC7C7;
    border-width: thin;
    border-style: solid;
    padding: 1px 4px 1px 4px;
    vertical-align: bottom;
}

/** BOOSTRAP DEFAULT CHANGES **/
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{
	padding-left: 6px;
	padding-right: 6px;
}
.row {	
	margin-right: -6px;
	margin-left: -6px;
}
/** BOOSTRAP DEFAULT CHANGES **/
/** HEADER **/
#site-header .row{
	border: 1px solid #bcbec0;
	background: #fff;
	margin-bottom: 10px;
}
#logo{
	border-right: 1px solid #bcbec0;
	height: 50px;
}
#logo img{
	padding: 13px 0 0;
	margin: auto;
}
#site-header #azk6675{
	margin-bottom: 10px;
}
#site-header #azk6675 img{
	    max-width: 100%;
    height: auto;
}
/** NAV **/
#navigation ul{
	padding: 0;
	margin: 0;
}
#navigation ul li{
	list-style: none;
	float: left;
	text-transform: uppercase;
	padding: 0 15px;
}
#navigation ul li h4{
	margin: 0px;
}
#navigation ul li h4 a{
	color: #bcbec0;
	font-weight: 400;
	font-size: 14px;
	line-height: 50px;
	font-weight: 200;
} 
#navigation ul li h4 a:hover{
	color: #6d6371;
	text-decoration: none;
}
#navigation ul li.active h4 a{
	color: #6d6371;
	font-weight: 600;
}
/** END NAV **/
#search{
	padding-top: 10px;
}
#search input[type=text]{
	height: 30px;
	width: 210px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border: 1px solid #bcbec0;
	border-right: none;
	background: #e6e7e8;
	padding: 5px;
	float: left;
}
#search ::-webkit-input-placeholder{
	font-weight: 300;
	font-size: 12px;
	line-height: 24px;
}
#search :-moz-placeholder{
	font-weight: 300;
	font-size: 12px;
	line-height: 24px;
}
#search ::-moz-placeholder{
	font-weight: 300;
	font-size: 12px;
	line-height: 24px;
}
#search :-ms-input-placeholder{  
	font-weight: 300;
	font-size: 12px;
	line-height: 24px;
}
#search button.fa-search{
	background: #ea443b;
    border: none;
    cursor: pointer;
    color: #fff;
    position:relative;
    height: 30px;
   	width: 40px;
    -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;
	float: left;
}
#search button:hover{
	opacity: 0.8;
    filter: alpha(opacity=80);
}
#social{
	padding-right: 0px;
	padding-left: 0px;
	float: right;
}
#social ul{
	list-style: none;
	padding: 0;
	margin: 0;
	float: right;
}
#social ul li{
	list-style: none;
	float: left;
}
#social ul li a{
	display: block;
	width: 47px;
	height: 30px;
	text-align: center;
	margin-top: 10px;
	line-height: 30px;
	color: #fff;
}
#social ul li.sm-fb a{
	background: #1f3464;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
#social ul li.sm-tw a{
	background: #68a7dc;
}
#social ul li a:hover{
	opacity: 0.8;
    filter: alpha(opacity=80);
}
/** END HEADER **/
/** CAROUSEL **/
.carousel {
  min-height: 400px;
  height: auto;
}
.carousel .item {
  height: auto;
}
.carousel-arrow{
	float: right;
	height: 40px;
}
.carousel-arrow a{
	width: 40px;
	height: 40px;
	display: inline-block;
	text-align: center;
	border-left: 1px solid #fff;
}
.carousel-arrow a:hover .arrow-left,
.carousel-arrow a:hover .arrow-right{
	opacity: 0.2;
    filter: alpha(opacity=20); /* For IE8 and earlier */
}
.carousel-arrow a.disabled:hover .arrow-left,
.carousel-arrow a.disabled:hover .arrow-right{
	opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}
.arrow-left,
.arrow-right {
    position: relative;
	width: 14px;
	margin: 11px auto;
	height: 18px;
	opacity: 1;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}
.disabled .arrow-left:after {
	content: '';
	display: block;
	position: absolute;
	top:3px;
	right: 1px;
	width: 0;
	height: 0;
	border-color: transparent #EA443b transparent transparent ;
	border-style: solid;
	border-width: 6px;
}
.arrow-left:before {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	right: 0px;
	border-color: transparent #fff transparent transparent ;
	border-style: solid;
	border-width: 9px;
}
.disabled .arrow-right:after {
	content: '';
	display: block;
	position: absolute;
	top:3px;
	left: 1px;
	width: 0;
	height: 0;
	border-color: transparent transparent transparent #EA443b;
	border-style: solid;
	border-width: 6px;
}
.arrow-right:before {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent transparent transparent #fff;
	border-style: solid;
	border-width: 9px;
}
#front-title-bar a i{
	color: rgba(255,255,255,1);
	font-size: 16px;
}
#front-title-bar a:hover i{
	color: rgba(255,255,255,.8);
} 
#front-title-bar a:active i{
	color: rgba(255,255,255,1);
} 
/** CAROUSEL **/
/** PAGE CONTENT **/
#page-content{
	position: relative;
}
#page-content.directory .small p,
#page-content.directory .medium p{
  	white-space: nowrap;
  	overflow: hidden;
  	text-overflow: ellipsis;
}
#front-title-bar{
	background: #EA443b;
	height: 40px;
	line-height: 40px;
	margin-bottom: 10px;
	color: #fff;
}
#front-title-bar h3{
	padding: 0;
	margin: 0 10px;
	text-transform: uppercase;
	line-height: 40px;
	float: left;
}
#front-title-bar a{
	float: right;
	color: #fff;
	margin-right: 10px;
}
.story-thumb{
	position: relative;
	margin-bottom: 12px;
	overflow: hidden;
	background: #EA443B;
}
.story-thumb img{
	position: relative;
	z-index: 1;
	min-height: 100%;
	min-width: 100%;
}
.story-thumb a{
	position: absolute;
	display: block;
	height: 100%;
	padding: 20px;
	z-index: 100;
	background: rgba(7,0,0,.6);
	width: 100%;
} 
.story-thumb.no-img a{
	background: none;
}
.story-thumb a.title{
	color: #fff;
	text-decoration: none;
}
.large.story-thumb{
	height: 392px;
}
.large.story-thumb h1{
	margin-top: 125px;
}
.medium.story-thumb{
	height: 190px;
}
.medium.story-thumb h2{
	margin-top: 0px;
}
.medium.story-thumb.media h3{
	margin-top: 0px;
}
.medium.story-thumb.media a.title{
	height: 75%;
}
.medium.story-thumb.media .media-buttons{
	background: rgba(0,0,0,.6);
	height: 25%;
	width: 100%;
	clear: both;
	position: absolute;
	bottom: 0;
	z-index: 2;
}
.small.story-thumb.media .media-buttons{
	background: rgba(0,0,0,.6);
	width: 25%;
	height: 100%;
	position: absolute;
	right: 0;
	z-index: 2;
}
.medium.story-thumb.media a.video{
	text-align: center;
	color: #FFF;
	font-weight: 100;
	font-size: 16px;
	padding: 0;
	background: none;
	width: 50%;
}
.medium.story-thumb.media a.audio{
	text-align: center;
	color: #FFF;
	right: 0;
	font-weight: 100;
	font-size: 16px;
	padding: 0;
	background: none;
	width: 50%;
}
.medium.story-thumb.media a.video:hover,
.medium.story-thumb.media a.audio:hover{
	text-decoration: none;	
}
.small.story-thumb{
	height: 100px;
}
.small.story-thumb h3{
	margin-top: 0px;
}
.small.story-thumb a{
	padding: 10px;
	width: 100%;
}
.multimedia .small.story-thumb,
.small.story-thumb.media{
	height: 89px;
}
.small.story-thumb.media a.title{
	width: 75%;
}
.small.story-thumb.media a.video{
	text-align: center;
	color: #FFF;
	font-weight: 100;
	font-size: 24px;
	padding: 0;
	line-height: 44px;
	background: none;
	height: 50%;
	position: relative;

}
.small.story-thumb.media a.audio{
	text-align: center;
	color: #FFF;
	font-weight: 100;
	font-size: 24px;
	padding: 0;
	line-height: 44px;
	background: none;
	height: 50%;
	position: relative;
}
.small.story-thumb.media a.video:hover,
.small.story-thumb.media a.audio:hover{
	text-decoration: none;	
}
.story-thumb .sponsored-tag{
	position: absolute;
    z-index: 200;
    background: #fff;
    width: 100%;
    bottom: 0;
    height: 57px;
    line-height: 57px;
    text-align: center;
}
.article .sponsored-tag{
    width: 100%;
    height: 117px;
    line-height: 117px;
    text-align: center;
    position: relative;
    float: left;
    margin-bottom: 10px;
}
.media, .media .media{
	margin-top: 0px;
}
.events,
.feat-video,
.startup-social{
	/*height: 425px;*/
	margin-bottom: 12px;
	background: #fff;
	border: 1px solid #bcbec0;
}

.trending-articles{
	margin-bottom: 12px;
	padding-bottom: 10px;
	background: #fff;
	border: 1px solid #bcbec0;
}
.multimedia .feat-video{
	height: 285px;
}
.multimedia .feat-video .video{
	margin-top: 0px;
	width: 505px;
	height: 283px;
	padding-bottom: 0px;
	float: left;
	padding-top: 0px;
	margin-right: 15px;
	position: relative;
}
.multimedia .feat-video .video-text{
	width: 320px;
	float: left;
	margin-top: 20px;
}
.multimedia .feat-video .video-text p.blurb{
	font-size: 14px;
	line-height: 22px;
	margin-top: 20px;
}
.startup-social{
	padding-bottom: 10px;
}
.twitter{
	/*height: 390px;*/
	margin-bottom: 12px;
	background: #fff;
	border: 1px solid #bcbec0;
	clear: both;
}
.twitter-internal {
    padding: 10px;
    padding-top: 0;
    margin-top: 0;
}
.directory-signup,
.newsletter-signup{
	height: auto;
	margin-bottom: 12px;
	background: #fff;
	border: 1px solid #bcbec0;
}
h3.title{
	text-transform: uppercase;
	margin: 0 0 10px 0 !important;
	height: 40px;
	line-height: 40px;
	color: #6D6E71 !important;
	padding: 0 10px;
	border-bottom: 1px solid #bcbec0;
}
.events h3{
	padding: 0 10px;
	color: #EA443B;
	margin: 0px;
}
.events h3 a {
    color: #EA443B;
}
.events p,
.feat-video p,
.newsletter-signup p,
.startup-social p,
.directory-signup p{
	padding: 0 10px;
}
.feat-video img{
	margin-top: -10px;
}
.feat-video .video{
	position: relative;
	margin-top: -10px;
    padding-bottom: 56.25%;
    padding-top: 10px;
    height: 0;
    overflow: hidden;
}
.feat-video .video iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
.feat-video h2{
	padding: 0 10px;
	margin: 10px 0;
}
.directory-signup{
	height: auto;
}
.newsletter-hero{
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	background: #fff;
	height: 350px;
}
.newsletter-hero .col-md-8,
.newsletter-hero .col-md-12{
	background: #EA443B;
	height: 350px;
	color: #fff;
	display: table;
	padding: 0 75px;
}
.newsletter-hero .col-md-4{
	height: 350px;
	display: table;
}
.newsletter-hero .col-md-8 div,
.newsletter-hero .col-md-12 div{
	display: table-cell;
	vertical-align: middle;
}
.newsletter-hero .col-md-8 h2,
.newsletter-hero .col-md-12 h2{
	font-size: 50px;
}
.newsletter-hero .col-md-8 div p,
.newsletter-hero .col-md-12 div p{
	font-size: 18px;
}
.newsletter-hero .col-md-8 img,
.newsletter-hero .col-md-12 img{
	float: left;
	margin-right: 15px;
}
.newsletter-hero .newsletter-signup{
	border: none;
	display: table-cell;
	vertical-align: middle;
	padding: 0 25px;
}
.newsletter-hero label{
	width: 280px;
	float: right;
	font-weight: 400;
}
.newsletter-hero input[type=checkbox]{
	float: left;
}
.newsletter-hero input[type=checkbox]:checked + label{
	font-weight: bold;
}
.newsletter-hero .form-group{
	overflow: auto;
}
.newsletter-hero input[type=text]{
	border-bottom-left-radius: 0 !important;
	-moz-border-radius-bottomleft: 0 !important;
	-webkit-border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
	-moz-border-radius-bottomright: 0 !important;
	-webkit-border-bottom-right-radius: 0 !important;
	margin-bottom: 0px !important;
}
.newsletter-hero input[type=email]{
	border-top-left-radius: 0 !important;
	-moz-border-radius-topleft: 0 !important;
	-webkit-border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
	-moz-border-radius-topright: 0 !important;
	-webkit-border-top-right-radius: 0 !important;
	border-top: 0px !important;
}
.newsletter-signup#page{
	/*height: 225px;*/
}
.directory-signup form,
.newsletter-signup form{
	padding: 0 10px;
	margin-bottom: 10px;
}
.contact-form form{
	padding: 0 20px;
    margin-bottom: 10px;
}
.contact-form input[type=text],
.contact-form input[type=email],
.contact-form textarea {
	height: 30px;
	width: 100%;
	border: 1px solid #bcbec0;
	background: #e6e7e8;
	padding: 5px;
}
.contact-form input[type=text],
.contact-form input[type=email]{
	border-bottom: none;
}
.contact-form input[type=text]{
	-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;
}
.contact-form textarea{
	height: 200px;
	-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;
}
.directory-signup input[type=text],
.newsletter-signup input[type=text],
.newsletter-signup input[type=email]{
	height: 30px;
	width: 100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #bcbec0;
	background: #e6e7e8;
	padding: 5px;
	margin-bottom: 10px;
}
.directory-signup ::-webkit-input-placeholder,
.newsletter-signup ::-webkit-input-placeholder{
	font-weight: 300;
	font-size: 12px;
	line-height: 24px;
	text-transform: uppercase;
}
.directory-signup :-moz-placeholder,
.newsletter-signup :-moz-placeholder{
	font-weight: 300;
	font-size: 12px;
	line-height: 24px;
	text-transform: uppercase;
}
.directory-signup ::-moz-placeholder,
.newsletter-signup ::-moz-placeholder{
	font-weight: 300;
	font-size: 12px;
	line-height: 24px;
	text-transform: uppercase;
}
.directory-signup :-ms-input-placeholder, 
.newsletter-signup :-ms-input-placeholder{  
	font-weight: 300;
	font-size: 12px;
	line-height: 24px;
	text-transform: uppercase;
}
.directory-signup input[type="submit"],
.newsletter-signup input[type="submit"],
.contact-form input[type="submit"]{
	background: #ea443b;
    border: none;
    color: #fff;
    position:relative;
    height: 30px;
   	width: 100%;
   	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-transform: uppercase;
	font-weight: 300;
}
.directory-signup input[type="submit"]{
	margin: 10px 0;
}
.directory-signup input[type="submit"]:hover,
.newsletter-signup input[type="submit"]:hover,
.contact-form input[type="submit"]:hover{
	opacity: 0.8;
    filter: alpha(opacity=80);
}
.directory-signup label{
	font-weight: 400;
	margin-left: 2px;
	margin-right: 10px;
	margin-bottom: 10px;
}
select{
	width: 100%;	
	margin-bottom: 10px;
	height:30px;
    line-height:30px;
    border-radius: 5px;
	border: 1px solid #BCBEC0;
	background: #E6E7E8;
}
.ad{
	height: 100%;
	margin-bottom: 12px;
	width: 100%;
}
.ad-news-wall{
	height: 190px;
	margin-bottom: 12px;
	width: 100%;
	padding: 0 24px;
	background-color: #333;
}

.ad div{
	width: 100%;
}
.ad img{
	display: block;
	width: 100% \9;
	max-width: 100%;
	height: auto;
}
.ad iframe{
	width: 100% !important;
	height: auto !important;
}
.article,
.content{
	background: #fff;
	border: 1px solid #bcbec0;
	padding-bottom: 10px;
	overflow: auto;
	margin-bottom: 12px;
}
.contact-form{
	background: #fff;
	padding-bottom: 10px;
	overflow: auto;
	margin-bottom: 12px;
	border-top: 1px solid #bcb3c0;
}
.byline{
    padding: 20px;
    clear: both;
    border: 1px solid #bcbec0;
    border-left: 0;
    border-right: 0;
    background: #e6e7e8;
}
.directory-title {
	color: #EA443B;
}
.directory-address{
	padding: 0 20px;
	clear: both;
	font-weight: 400;
}
.directory-address div,
.directory-address p{
	font-weight: 400;
}
.directory-address p {
	margin-bottom: 5px;
}
.directory-meta {
	margin-bottom: 20px;
}
.story{
	padding: 0 20px;
	clear: both;
	font-weight: 300;
}
.story p,
.story div{
	font-weight: 300;
	clear: both;
}
.article .article-thumb{
	max-height: 400px;
	overflow: hidden;
}
.article .article-thumb img{
	min-width: 100%;
}
.article h2,
.contact-form h2{
	padding: 0 20px;
	font-size: 24px;
}
.article h3,
.contact-form h3{
	font-size: 17px;
	font-weight: 400;
	padding: 0 20px;
}
.content p{
	padding: 0 20px;
	clear: both;
}
.article .date, .byline-header{
	float: left;
	line-height: 30px;
	padding: 0 20px;
}
.date {
    clear: both;
}
.article .social-share{
	float: left;
	padding: 0 20px;
	margin-bottom: 10px;
	width: 100%;
}
.article .social-share ul{
	margin: 0px;
	padding: 0px;
	width: 100%;
}
.article .social-share ul li{
	list-style: none;
	float: left;
	margin-right: 5px;
}
.article .social-share ul li .fb-share-button{
	border: 1px solid #C7C7C7;
	line-height: 17px;
	padding: 0 4px 3px;
	margin-right: 10px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	width: auto;
}
.article .social-share ul li .twitter-share-button{
	width: 90px !important;
}
.article .social-share ul li .linkedin-share-button{
	width: auto !important;
	margin-right: 10px;
}
.article .social-share ul li .gplus-share-button{
	min-width: 110px;
	max-width: 190px;
	overflow: hidden;
}
.article .directory-social {
	margin-top: 10px;
    float: initial !important;
}
.directory-social-wrapper {
	padding: 0 20px;
}
.directory-social-wrapper .social-connect a,
.profile .social-connect a,
ul.footer-social li a{
	display: block;
	width: 47px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	color: #fff;
	float: left;
}
.directory-social-wrapper .social-connect a.sm-fb,
.article .social-share a.sm-fb,
.profile .social-connect a.sm-fb,
ul.footer-social li.sm-fb a{
	background: #1f3464;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.directory-social-wrapper .social-connect a.sm-tw,
.article .social-share a.sm-tw,
.profile .social-connect a.sm-tw,
ul.footer-social li.sm-tw a{
	background: #68a7dc;
}
.directory-social-wrapper .social-connect a.sm-in,
.article .social-share a.sm-in,
.profile .social-connect a.sm-in,
ul.footer-social li.sm-in a{
	background: #3882b4;
}
.directory-social-wrapper .social-connect a.sm-gplus,
.article .social-share a.sm-gplus,
.profile .social-connect a.sm-gplus,
ul.footer-social li.sm-gplus a{
	background: #d94a37;
	-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;
}
.article .social-share a:hover,
.profile .social-connect a:hover{
	opacity: 0.8;
    filter: alpha(opacity=80);
}
.content .title{
	width: 100%;
	border-bottom: 1px solid #bcbec0;
	height: 40px;
	margin-bottom: 10px;
}
.content .title ul{
	padding: 0 10px;
	margin: 0;
}
.content .title ul li{
	list-style: none;
	float: left;
	padding: 0 10px;
}
.content .title ul li h3{
	margin: 0;
	padding: 0;
}
.content .title ul li.active h3 a{
	color: #6D6E71;
}
.content .title ul li h3 a{
	color: #BCBEC0;
	text-transform: uppercase;
	line-height: 40px;
}
.content .title ul li h3 a:hover{
	text-decoration: none;
	color: #6D6E71;
}
.multimedia .content{
	padding-bottom: 0px;
}
.multimedia .content .title{
	margin-bottom: 0px;
	border-bottom: 0px;
}
.multimedia .content .title a.back{
	float: left;
	margin-left: 10px;
	line-height: 40px;
	font-size: 20px;
	color: #BCBEC0;
}
.related-articles{
	background: #fff;
	height: 40px;
	line-height: 40px;
	margin-bottom: 12px;
	border: 1px solid #bcbec0;
}
.related-articles h3{
	padding: 0 10px;
	margin: 0;
	line-height: 40px;
}
.profile{
	width: 100%;
	margin-bottom: 10px;
	border-bottom: 1px solid #bcb3c0;
}
.profile .profile-img{
	width: 100px;
	height: 100px;
	float: left;
	margin: 0 10px 10px 20px;
	overflow: hidden;
}
.profile h2{
	color: #EA443B;
	margin: 0px;
	padding: 10px 0 5px;
	font-size: 26px;
}
.profile h3{
	margin: 0 0 10px 0;
	padding: 0px;
}
.profile .social-connect{
	float: left;
}
.profile.last{
	border-bottom: none;
}
.coming-soon{
	min-height: 500px;
	display: table;
	width: 100%;
	padding: 0 20px;
}
.coming-soon .middle-message{
	display: table-cell;
	vertical-align: middle;
}
.coming-soon h1{
	text-align: center;
	text-transform: uppercase;
	font-size: 46px;
	color: #aaa;
}
.coming-soon a.back-bt{
	display: block;
	text-align: center;
	width: 200px;
	margin: auto;
	background: #EA443B;
	padding: 15px 0px;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-weight: 300;
}
.coming-soon a.back-bt:hover{
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.cal-internal {
    padding: 0px 20px;
}
.section-title{
	background: #fff;
	border-top: 1px solid #BCBEC0;
	border-left: 1px solid #BCBEC0;
	border-right: 1px solid #BCBEC0;
}
.section-title h3 a{
	float: right;
	margin-right: 10px;
	color: #6D6E71;
} 
.directory-form {
	height: auto;
	margin-bottom: 12px;
	background: #FFF;
	border: 1px solid #BCBEC0;
}

.directory .large.story-thumb{
	height: 385px;
}
.directory .small.story-thumb{
	height: 87px;
}
.directory .large.story-thumb h1 {
	margin-top: 250px;
}
.directory .medium.story-thumb h2{
	margin-top: 90px;
}
ul.footer-contact{
	background: #EA443B;
	height: 50px;
	width: 100%;
	line-height: 50px;
	margin: 0 auto 10px;
	padding: 0;
	text-align: center;
}
ul.footer-contact li{
	list-style: none;
	display: inline;
	border-right: 1px solid #fff;
}
ul.footer-contact li:last-child{
	border-right: none;
}
ul.footer-contact li a{
	color: #fff;
	text-transform: uppercase;
	padding: 0 10px;
	font-size: 13px;
}
ul.footer-social{
	margin: 12px 0;
	padding: 0;
	width: 100%;
	text-align: center;
}
ul.footer-social li{
	list-style: none;
	display: inline-block;
}
.copyright{
	text-align: center;
}
/** END PAGE CONTENT **/


/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {
	h2{
		font-size: 19px;
	}
	#navigation ul li{
		padding: 0 10px;
	}
	#search input[type=text]{
		width: 170px;
	}
	#social ul li a{
		width: 35px;
	}
	.newsletter-signup#page,
	.startup-social {
		height: auto;
		padding-bottom: 10px;
	}	
	.multimedia .feat-video .video{
		width: 425px;
	}
	.multimedia .feat-video .video-text{
		width: 250px;
	}
	.newsletter-hero .col-md-8{
		padding: 0 50px;
	}
	.newsletter-hero .newsletter-signup{
		padding: 0;
	}
	.newsletter-hero label{
		width: 250px;
	}
	.ad-news-wall{
		padding: 1px 0px;
	}


/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
	#logo{
		height: 100px;
	}
	#logo img{
		padding-top: 31px;
	}
	#navigation{
		border-bottom: 1px solid #BCBEC0;
	}
	#navigation ul li h4 a{
	}
	#social{
		width: auto;
	}
	#front-title-bar{
		width: 100%;
		float: left;
	}
	.col-md-3.col-sm-6.pull-right{
		clear: both;
		margin-bottom: 480px;
	}
	.events, .feat-video, .startup-social{
		height: auto;
	}
	.ad.col-sm-6 img{
		margin: auto;
	}
	.newsletter-signup#page{
		width: 48%;
		float: left;
		margin: 0 1% 30px;
	}
	.col-md-3 .events{
		width: 48%;
		float: right;
		margin: 0 1% 30px;
	}
	.col-md-3.col-sm-6 .events{
		width: 100%;
		float: none;
		margin: 0 0 30px 0;
	}
	.ad-news-wall{
		padding: 0 63px;
	}
	.ad img{
		margin: auto;
	}
	#ads{
		clear: both;
	}
	.startup-social{
		float: left;
		width: 50%;
	}
	.newsletter-hero .col-md-8{
		padding: 15px;
	}
	.newsletter-hero .col-md-8 img{
		width: 75px;
	}
	.newsletter-hero{
		height: 365px;
	}
	.newsletter-hero label {
	  width: 290px;
	  float: left;
	  margin-left: 10px;
	}
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
	#logo {
		height: 50px;
		border-right: none;
	}
	#logo img{
		padding-top: 13px;
	}
	#navigation ul{
		overflow: auto;
		text-align: center;
	}
	#navigation ul li{
		display: inline-block;
		float: none;
	}
	#search,
	#social{
		overflow: auto;
		width: 50%;
		float: left;
		padding-bottom: 10px;
	}
	.medium.story-thumb{
		clear: both;
	}
	.pull-right{
		float: none !important;
	}
	.col-md-3.col-sm-6.pull-right{
		margin-bottom: 0px !important;
		}
	.feat-video img{
		width: 100%;
	}
	.newsletter-signup#page,
	.col-md-3 .events{
		width: 100%;
		float: none;
		margin: 0 auto 30px;
	}
	.ad{
		width: 100%;
	}
	.ad img{
		margin: auto;
	}
	.startup-social{
		width: 100%;
	}
	.carousel-arrow a:hover .arrow-left,
	.carousel-arrow a:hover .arrow-right{
		opacity: 1;
		filter: alpha(opacity=100); /* For IE8 and earlier */
	}
	.multimedia .feat-video{
		height: auto;
		overflow: auto;
	}
	.multimedia .feat-video .video {
		width: 100%;
		height: 310px;
	}
	.multimedia .feat-video .video-text{
		width: 100%;
	}
	.newsletter-hero .col-md-8{
		height: 230px;
	}
	.newsletter-hero{
		overflow: auto;
		height: auto;
	}
	.newsletter-hero label{
		width: auto;
	}
}
@media only screen and (max-width : 560px) {
	.newsletter-hero label{
		width: 280px;
	}
}
/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
	h1{
		font-size: 27px;
	}
	#navigation ul li{
		padding: 0 5px;
		line-height: 20px;
	}
	#search{
		width: 70%;
	}
	#search input[type=text]{
		width: 100px;
	}
	#social{
		width: 30%;
	}
	.large.story-thumb{
		height: 270px;
	}
	.large.story-thumb h1{
		margin-top: 10px;
	}
	ul.footer-contact{
		height: auto;
		line-height: 30px;
	}
	ul.footer-contact li{
		display: block;
		border-right: none;
	}
	ul.footer-contact li a{
		padding: 0 2px;
	}

	
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
    
}