/* Styles for 1200px+ */

@media (min-width: 768px) {
  .container-sm-height {
    display: table;
  }
  .row-sm-height {
    display: table-row;
  }
  .col-sm-height {
    display: table-cell;
    float: none;
  }

  .container {
  	width: 1024px;
  	padding-left: 0;
  	padding-right: 0;
  }


}

.col-top {
    vertical-align:top;
}

.grey-row {
	background-color: #f5f5f5;
}

.field-center {
	vertical-align: middle;
}

html {
	background-color: #353638;
}


/* TEXT STYLES */

a, a:hover, a:focus {
	color: #4daac8;
	text-decoration: none;
}

body {
	color: #353638;
	padding-top: 0;
}
/* YOUTUBE RESPONSIVE EMBED */

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* HEADER/NAV */

.menu a {
	font-size: 18px;
}

.navbar-default {
	background-color: #353638;
	color: #f5f5f5;
	border: none;
}

.navbar {
	border-radius: 0;
	margin-bottom: 0;
}

.navbar-brand {
	padding: 10px 15px 0;
}

.navbar-collapse {
	padding-right: 0;
}

.nav-left {
	padding-left: 0;
	float: left;
	position: absolute;
	top:10px;
}

.nav-right {
	padding-right: 0;
	padding-top: 25px;
	padding-bottom: 30px;
	float: right;
}

.navbar-default .navbar-nav > li > a {
	color: #f5f5f5;
	padding: 10px 8px;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 18px;
	letter-spacing: .02em;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #4daac8;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	background-color: #353638;
	color: #4daac8;
}

.navbar-nav {
	float: right;
}

.navbar-nav > li {
	float: none;
	display: inline-block;

}

.navbar-fixed-top {
	border-width: 0;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: transparent;
}

#menu-item-4162 {
	background-color: #4daac8;
	color: #f5f5f5;
	border-radius: 4px;
	margin-left: 8px;
}

#menu-item-4162 a {
	padding: 14px 26px;
	font-weight: 700;
}

#menu-item-4162 a:hover, #menu-item-4162 a:focus, #menu-item-4162 a:active, .page-id-30 .navbar-default .navbar-nav > .active > a {
	background-color: #f5f5f5;
	color: #4daac8;
	border-radius: 4px;
}

.dropdown-menu {
	background-color: #fafafa;
	box-shadow: none;
	border: 0 solid rgba(0, 0, 0, 0)
}

.dropdown-menu a {
	font-size: 18px;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	background-color: #fafafa;
	color: #4daac8;
}

ul.nav .dropdown > .dropdown-menu .caret {
	border-left: 4px solid #4daac8;
}

.caret {
	margin-left: 4px;
}

.social-media-bar {
	width: 100%;
	text-align: right;
}


.hf-icons img {
	vertical-align: bottom;
}

.subscribe-hdr {
	font-size: 18px;
	line-height: 16px;
	vertical-align: bottom;
	color: #f5f5f5;
}

.subscribe-hdr:hover, .subscribe-hdr:focus {
	color: #4daac8;
}

.soc-subscribe {
	padding-right: 0px;
}

.hf-icons a {
	margin-right: 0px;
}

.hf-icons {
	padding: 10px 0;
}

.hf-icons #hf-icons-last {
	margin-right: 0;
}

/* SUBSCRIBE MODAL */

.modal-dialog {
	width: 400px;
}

.btn-primary, .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
	background-color: #4daac8;
	border-color: #4daac8;
	color: #f5f5f5;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 400;
}

.btn-default, .btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
	background-color: transparent;
	color: #f5f5f5;
	font-size: 18px;
	text-transform: uppercase;
	border: 0 none;
	font-weight: 400;
}

.subscribe-modal .modal-header h4{
	color: #f5f5f5;
	font-size: 23px;
	font-weight: 400;
}

.form-subscribe label {
	color: #353638;
	font-size: 18px;
	font-weight: 300;
}

.form-subscribe input {
	background-color: #f5f5f5;
}

.subscribe-modal .form-control {
	font-weight: 300;
}

.subscribe-modal .close {
	color: #f5f5f5;
	font-weight: normal;
	font-size: 23px;
	opacity: 1;
	text-shadow: 0 none;
}

.modal-content {
	background-color: #353638;
	border: 0 none;
}

.modal-header {
	color: #f5f5f5;
}

.modal-body {
	background-color: #f5f5f5
}

.modal-footer {
	border-top: 0 none;
	margin-top: 0;
}

/* HOME PAGE */

.home-pg-icon {
	padding: 5px 10px 5px 0;
	margin-right: 18px;
	margin-bottom: 14px;
	border-right: 1px solid #959697;
}

.home-row-3, .home-row-4  {
	padding: 60px 0;
}

.home-row-2 {
	padding: 40px 0 50px;
}

.home-row-5 {
	padding: 40px 0 10px;
}

.home-row-1 {
	height: auto;
	max-height: 368px;
	overflow: hidden;
	background-color: #f5f5f5;
}

.home-row-5, .home-row-5 h1 {
	background-color: #353638;
	color: #f5f5f5;
}

.home-row-5 hr {
	border-color: #4c4c4c;
}

.learn-link {
	color: #191919;
	font-weight: 600;
}

.db-arrow {
	padding-bottom: 3px;
	margin-right: 5px;
}

.home-1, .home-3, .home-5, .home-7, .home-9 {
	padding-left: 0;
}

.home-2, .home-4, .home-6, .home-8, .home-10 {
	padding-right: 0;
}

.home-1 {
	padding-right: 11px;
}

.home-2 {
	text-align: right;
}

.home-3, .home-7, .home-9 {
	padding-right: 42px;
}

.home-4 {
	padding-left: 42px;
}

.home-8 {
	padding-left: 0;
}

.home-6, .grid-video {
	text-align: right;
	padding-left: 43px;
}

.home-10 {
	height: 525px;
	padding-left: 0;
}

.btn-applynow, .btn-applynow:hover, .btn-applynow:focus, .btn-applynow:active {
	background-color: #4daac8;
	color: #f5f5f5;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: .04em;
	text-transform: uppercase;
	border: 1px solid #4daac8;
	padding: 11px 26px;
}

.home-5 h1 {
	margin-bottom: 30px;
}

.innovators-link {
	font-size: 36px;
}

.logo-grid {
	margin: 50px 0 10px;
}

.logo-grid img {
	margin-bottom: 40px;
}

/* SLIDER */

.project-slider .cycloneslider-template-default .cycloneslider-caption, .community-slider .cycloneslider-template-default .cycloneslider-caption {
	background: none repeat scroll 0 0;
	bottom: 0;
	top: -90%;
	color: #353638;
	margin-left: auto;
	margin-right: auto;
	opacity: 1;
	position: relative;
	width: 1024px; 
}

.community-slider .cycloneslider-template-default .cycloneslider-caption {

	text-indent: -11px;
}

.project-slider .cycloneslider-template-default .cycloneslider-caption-description {
	width: 45%;
	font-size: 30px;
	font-weight: 300;
	line-height: 35px;
	padding: 0;
}

.community-slider .cycloneslider-template-default .cycloneslider-caption-description {
	font-size: 18px;
	padding-left: 11px;
	color: #353638;
	font-weight: 300;
	line-height: 34px;
}

.project-slider .cycloneslider-template-default .cycloneslider-caption-title, .community-slider .cycloneslider-template-default .cycloneslider-caption-title {
	font-size: 38px;
	padding: 10px 0 5px;
	width: 470px;
	font-weight: 400;
	line-height: 43px;
}

.community-slider .cycloneslider-template-default .cycloneslider-caption-title:before {
	content: "“";
	font-weight: 600;
	display: inline-block;
	padding-right: 3px;
}

.community-slider .cycloneslider-template-default .cycloneslider-caption-title:after {
	content: "”";
	font-weight: 600;
}

.cycloneslider-template-default {
	margin-right: auto;
	margin-left: auto;
}

.project-slider .cycloneslider-template-default .cycloneslider-pager span, .community-slider .cycloneslider-template-default .cycloneslider-pager span {
	background-color: #959697;
	box-shadow: none;

}

.project-slider .cycloneslider-template-default .cycloneslider-pager span.cycle-pager-active, .community-slider .cycloneslider-template-default .cycloneslider-pager span.cycle-pager-active  {
	background-color: #353638;
}

.project-slider .cycloneslider-template-default .cycloneslider-pager, .community-slider .cycloneslider-template-default .cycloneslider-pager {
	top: auto;
	right: auto;
	bottom: 32px;
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	
}

.cycloneslider-template-default {
	margin-bottom: 0 !important;
}

.grid-row-1 {
	height: auto;
	max-height: 368px;
	overflow: hidden;
	background-color: #f5f5f5;
}

@media (max-width: 1400px) {

	.home-row-1, .grid-row-1 {
		background-color: transparent;
	}
}



/* GRID PAGES*/

.round-img img {
	width: 210px;
	height: 210px;
	-webkit-border-radius: 105px;
	-moz-border-radius: 105px;
	-ms-border-radius: 105px;
	-o-border-radius: 105px;
	border-radius: 105px;
	}

.square-img {}

.round-img p, .square-img p {
	color: #4daac8;
	margin-bottom: 0;
	padding-right: 20%;
	font-size: 19px;
	line-height: 23px;
}

.round-img h3, .square-img h3 {
	font-size: 25px;
}

.round-img h1, .square-img h1 {
	margin-top: 60px;
}

.round-img h3 .square-img h3 {
	margin-bottom: 5px;
	font-size: 26px;
	padding-right: 20%;
}

.round-img h4, .square-img h4  {
	font-size: 19px;
	margin-bottom: 60px;
	margin-top: 0;
	padding-right: 20%;
	line-height: 26px;
	font-weight: 200;
}

.one_fourth {
	width: 241px !important;
	margin-right: 20px;
}

.last_column {
	margin-right: 0;
}

.page-template-page-grid-php hr {
	border-color: #353638;
	width: 49%;
	margin-left:0; 
  	text-align:left;
  	margin-bottom: 40px;
}

.grid-video-container {
	margin: 0 0 60px;
}

.grid-row-2 {
	margin: 30px 0;
}


/* BLOG */

#sidebar1 {
	background-color: #f5f5f5;

}

.widget ul {
	padding-left: 0;
}

.widget ul li {
	list-style-type: none;
	margin-bottom: 5px;
}

.widget ul li a {
	font-size: 18px;
}

.pagination {
	font-size: 18px;

}

.pagination > li > a, .pagination > li > span {
	border: 0 none;
}

/* BASIC PAGE */

.basic-margin .btn-applynow {
	margin: 30px 0;
}

.basic-margin {
	margin: 40px 0;
}

.basic-margin hr {
	border-color: #353638;
	margin-left:0; 
  	text-align:left;
  	margin-bottom: 40px;
}

.basic-margin #first-hr {
	width: 49%;
}

/* FOOTER */

#inner-footer {
	background-color: #353638;
	color: #fff;
}

.footer-content {
	width: 1024px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0px;
	padding-right: 0px;
	margin-top: 40px;
	margin-bottom: 10px;
	letter-spacing: .02em;
}

.menu {
	list-style-type: none;
	padding-left: 0;
}

#menu-footer-nav-1 a, #menu-footer-nav-2 a {
	font-weight: 400;
} 

#menu-footer-nav-1 .sub-menu a, #menu-footer-nav-2 .sub-menu a  {
	font-weight: 200 ;
}

.menu-footer-nav-1-container .sub-menu {
	list-style-type: none;
	padding-left: 0;
}


footer li a, footer a, footer {
	color: #f5f5f5;
}

.csa-footer {
	padding-bottom: 10px;
}

.csa-footer img {
	max-width: 100%;
}
 
.ftr-nav-1 .widget, .ftr-nav-1 ul, .ftr-nav-2 .widget, .ftr-nav-2 ul {
	margin-bottom: 0;
}

.ftr-nav-2 {
	margin-bottom: 20px;
}

.subscribe-ftr {
	font-size: 18px;
	line-height: 29px;
	vertical-align: bottom;
	color: #f5f5f5;
	font-weight: 400;
	letter-spacing: .02em;
}


.subscribe-ftr:hover, .subscribe-ftr:focus {
	color: #4daac8;
}

.widget {
	margin-bottom: 20px;
}

.acceleratorTable {
	font-size: 17px;
}

.acceleratorTable tr td:first-child  { 
	background-color: #F9F9F9;
	padding: 5px;
    width: 150px;
 }​

td.secondtd {
    padding-left: 10px;
}

.acceleratorListTable {
    font-size: 17px;
    table-layout:fixed;
    margin-bottom:30px;
}

.acceleratorListTable tbody tr{
    border:thin black solid;
}
.acceleratorListTable tbody tr:nth-child(even) {background: #CCC}
.acceleratorListTable tbody tr:nth-child(odd) {background: #FFF}

.acceleratorListTable thead{
    border-bottom: thin solid black;
}

.acceleratorTitle {
    padding-bottom: 10px;
}

table.acceleratorListTable tr td {
    padding: 10px;
}


