/*==========================================================================
	Main stylesheet for EAST theme
	Author: Matt Skelton
============================================================================
Begin styles
==========================================================================*/

/*==========================================================================
Basics
==========================================================================*/
body {
	background:url(../img/bg.png)
}

/*==========================================================================
Header
==========================================================================*/
.site-header {
	border:0;
	border-bottom:solid 1px #e7e7e7;
	background:url(../img/header-bg.png) repeat-x #fff;
	margin-bottom:40px
}
.navbar-header {
	width:120px;
	float:left;
}
.navbar-brand {
	width:120px;
	height:101px;
	margin-bottom:-1px;
	border:solid 1px #0076a2;
	padding:0;
	background:url(../img/stars.svg) center center no-repeat #008cc1;
	background-size:72px 72px;
	color:#fff200;
	font-size:14px;
	font-weight:700;
	text-align:center;
	line-height:100px
}
.navbar-brand:hover {
	color:#fff200
}
.nav-sep, .soc-sec, .header-search-form {
	display:none
}
.toggle-div {
	height:50px;
	float:right;
	display:block;
	width:auto;
	text-align:right;
	clear:right
}
.secondary-nav.hidden-xs li a {
	color:#fff !important;
	font-weight:600 !important
}
.dropdown {
	display:block;
	float:left;
}
.dropdown a, .dropdown a:hover {
	display:block;
	height:30px;
	line-height:30px;
	padding:10px;
	box-sizing:content-box;
	color:#fff;
	text-decoration:none;
	cursor:pointer
}
.dropdown-menu {
	padding:20px;
	width:260px;
}

/*==========================================================================
Footer
==========================================================================*/
.site-footer {
	border-top:solid 1px #e7e7e7;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	margin:0
}
.site-footer .panel-body {
	padding-left:0;
	padding-right:0
}
.home-signup {
	text-align:center;
	border-top: solid 1px #e7e7e7;
	padding:20px 0
}
.home-signup h5 {
	margin-bottom:0;
	line-height:36px;
}
.navbar-inverse {
	border:0;
	border-top:solid 1px #3c4042;
}
/* Logos */
.sponsors {
	border-top:solid 1px #e7e7e7;
	padding-top:25px;
	padding-bottom:25px
}
.sponsors-title {
	text-align:center
}
.sponsors-logo {
	display: table;
	table-layout: fixed;
	width: 100%;
	height:120px;
}
.sponsors-logo a {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.sponsors-logo a img{
	max-height: 120px;
}

/*==========================================================================
Content elements
==========================================================================*/
.entry-title {
	font-weight:300;
	margin:0
}
.breadcrumbs {
	font-size:12px
}
.cta {
	margin:0
}
.cta-title {
	margin-bottom:8px
}
.cta-text {
	margin:0
}
.cta-btn {
	margin:17px 0 0 30px;
}
.posted-on {
	font-size:12px;
	color:#777;
	margin-bottom:8px
}
.panel-body.panel-body-ft {
	padding-top:12px
}
.entry-footer {
	margin:12px 0 0
}

/* Entry content */
.entry-content p, .entry-content ul, .entry-content ol {
	margin-bottom:22px
}
.entry-content ul, .entry-content ol {
	padding-left:22px;
}
.entry-content ul li, .entry-content ol li {
	margin-bottom:8px;
}
.entry-content ul li:last-child, .entry-content ol li:last-child {
	margin-bottom:0
}
	
.alignnone {
    margin: 5px 20px 20px 0;
}

/* Image alignment */
.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
 
.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}
 
.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
 
.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}
 
a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}
 
a img.alignnone {
    margin: 5px 20px 20px 0;
}
 
a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}
 
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.table-docs {
	margin-bottom:22px !important
}

table {
	width: 100% !important;
}
table td:first-child {
	width: 50% !important;
} 

/*==========================================================================
Archives
==========================================================================*/
.blog .hentry {
	border-bottom:solid 1px #e7e7e7;
	padding-top:12px
}


/*==========================================================================
Banner
==========================================================================*/
.banner {
	height:290px;
	position:relative;
	overflow:hidden;
	margin-bottom:40px;
	color:#fff;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px
}
.banner-content {
	position:absolute;
	top:10px;
	left:0px;
	text-align:center
}
.banner-title {
	text-shadow:0 0 5px rgba(0,0,0,0.2);
	font-weight:700;
	margin-bottom:22px
}
/*==========================================================================
Portals
==========================================================================*/
.portal {
	text-align:center
}
.portal-link {
	display:block
}
.portal-link:hover {
	text-decoration:none
}
.portal-icon {
	margin-bottom:25px;
	height:90px;
	position:relative
}
.portal-icon:after {
	content: "";
	display:block;
	width:80px;
	height:80px;
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-40px;
	background:#fff200;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	z-index:100
}
.portal-icon i {
	font-size:90px;
	position:relative;
	z-index:200
}
.portal-title, .portal-excerpt {
	color:#333
}
.portal-title {
	font-weight:600;
	margin:0
}
.portal-sub {
	height:22px;
	overflow:hidden
}
.portal-excerpt {
	height:44px;
	overflow:hidden
}
.portal-more {
	font-weight:600
}

/*==========================================================================
Widgets
==========================================================================*/
/* Panel style widgets - sidebar */
.panel.widget ul {
	margin:-20px;
	padding:0;
	list-style:none
}
.panel.widget ul li {
	border-bottom:solid 1px #e7e7e7
}
.panel.widget ul li:last-child {
	border:0
}
.panel.widget ul li a {
	display:block;
	padding:5px 20px;
	line-height:20px;
	font-size:14px;
	font-weight:600
}
.panel.widget ul li.current-menu-item {
	border-bottom:solid 1px #008cc1
}
.panel.widget ul li.current-menu-item a,
.panel.widget ul li.current-menu-item a:hover {
	background:#008cc1;
	color:#fff;
	text-decoration:none
}
.widget .media {
	border:solid 1px #e7e7e7
}
.widget .media .pull-left {
	margin: -1px 20px -1px -1px
}
.widget .media-title {
	margin:10px 0 0
}
/* posts widget */
.widget_post_feed p {
	margin:0;
	height:44px;
	overflow:hidden;
	padding-right:10px
}
.widget-more {
	float:right;
	font-size:14px
}
/* Events widget */
.tribe-events-widget-events-list__event-row{
	border: solid 1px #e7e7e7 !important;
}
.date-thumb, .tribe-events-widget-events-list__event-date-tag {
	display:block;
	width:100px !important;
	height:100px;
	margin-right: 10px !important;
	color:#fff !important;
	text-align:center;
	padding-top:20px;
	background: #008cc1;
	background: -moz-linear-gradient(-45deg,  #008cc1 0%, #008cc1 50%, #1a98c7 51%, #1a98c7 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#008cc1), color-stop(50%,#008cc1), color-stop(51%,#1a98c7), color-stop(100%,#1a98c7));
	background: -webkit-linear-gradient(-45deg,  #008cc1 0%,#008cc1 50%,#1a98c7 51%,#1a98c7 100%);
	background: -o-linear-gradient(-45deg,  #008cc1 0%,#008cc1 50%,#1a98c7 51%,#1a98c7 100%);
	background: -ms-linear-gradient(-45deg,  #008cc1 0%,#008cc1 50%,#1a98c7 51%,#1a98c7 100%);
	background: linear-gradient(135deg,  #008cc1 0%,#008cc1 50%,#1a98c7 51%,#1a98c7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008cc1', endColorstr='#1a98c7',GradientType=1 );
}
.tribe-events-widget-events-list__header{
	margin-bottom: 1em !important;
}
.tribe-events-widget-events-list__header-title{
	font-size: 16px !important;
}
.tribe-events-widget .tribe-events-widget-events-list__event-date-tag-datetime, .tribe-events-widget-events-list__event{
	height: auto !important;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.tribe-events-widget-events-list__event-title.tribe-common-h7{
	font-size: 16px !important;
}
.tribe-events-widget-events-list__event-title.tribe-common-h7 a{
	color: #008cc1 !important;
}
.date-thumb:hover, .tribe-events-widget-events-list__event-date-tag-datetime:hover {
	color:#fff;
	text-decoration:none
}
.date-thumb span, .tribe-events-widget-events-list__event-date-tag-datetime span {
	display:block;
	font-weight:600;
	text-transform:uppercase
}
.widget-day, .tribe-events-widget-events-list__event-date-tag-daynum {
	font-size:40px !important;
	line-height:30px !important;
	color:#fff !important;
}
.widget-month, .tribe-events-widget-events-list__event-date-tag-month {
	font-size:15px  !important;
	line-height:15px  !important;
	color:#fff !important;
	margin-bottom: 5px !important;
	font-weight: 700 !important;
}
.tribe-events-list-widget p {
	margin:0;
	height:44px;
	overflow:hidden;
	padding-right:10px
}
/* Social */
.widget_social_widget a {
	display:block;
	font-weight:600;
	margin-bottom:12px;
	line-height:42px;
	height:42px
}
.widget_social_widget a:hover {
	text-decoration:none
}
.widget_social_widget a i {
	font-size:42px;
	vertical-align:middle
}
.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%;
}

/*==========================================================================
Intranet
==========================================================================*/
.tml-action-links {
	list-style:none;
	height:20px;
	padding:0;
}
.tml-action-links li {
	display:inline-block;
	float:left;
	margin-right:10px
}
.tml-action-links li a {
	display:block;
	line-height:20px;
}
.intranet-hub .col-xs-12 {
	min-height:311px
}
.panel-intranet .panel-heading {
	background:#008cc1;
	padding:15px !important
}
.panel-intranet .panel-title {
	color:#fff
}
.panel-intranet .panel-title i {
	font-size:24px;
	vertical-align:middle;
	margin-right:6px
}
.list-group-item i {
	float:right;
	vertical-align:baseline
}

/*==========================================================================
Media Qs
==========================================================================*/
/* Extra small devices (tablets, 768px and below) */
@media (max-width:768px) {
	.navbar-btn {
		float:right;
	}
	.navbar-collapse {
		background:#fff;
		width:100%;
	}
}

/* Small devices (tablets, 768px and up) */
@media (min-width:768px) {
	.banner-title {
		padding:0 20px
	}
	.banner .lead {
		font-size:18px;
		padding:0 20px
	}
	.toggle-div {
		display:none
	}
}

/* Medium devices (desktops, 992px and up) */
@media (min-width:992px) {
	.navbar-nav > li > a {
		font-size:13px;
		padding-left:15px;
		padding-right:15px
	}
	.navbar-header, .navbar-brand {
		width:150px;
	}
	.toggle-div {
		display:none
	}
	.nav-sep, .soc-sec {
		display:block;
	}
	.header-search-form {
		display:block;
		width:220px;
		color:#fff;
	}
	.header-search-form .input-group, .header-search-form .form-control {
		background:#3c4042;
		border:0;
		border-radius:3px;
		color:#fff
	}
	.header-search-form .form-control:focus, .header-search-form .form-control:active {
		background:#676a6c;
		box-shadow:none
	}
	.header-search-form .btn, .header-search-form .btn:hover, .header-search-form .btn:focus, .header-search-form .btn:active {
		background:transparent;
		color:#fff
	}
	.nav-sep {
		float:left;
		width:1px;
		height:50px;
		background:#3c4042
	}
	.btn-group.navbar-btn {
		padding-left:15px
	}
	.navbar-collapse {
		padding:0;
		margin-right:-15px !important
	}
	.banner-content {
		top:20%;
	}
	.banner-title {
		font-size:52px;
		padding:0
	}
	.banner .lead {
		font-size:22px;
		padding:0;
	}
	.home-signup .form-group {
		margin-right:20px
	}
	.banner {
		height:379px
	}
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width:1200px) {
	.banner {
		height:460px
	}
	.panel-body {
		padding:30px
	}
	.panel-heading {
		padding:25px 30px 15px 30px
	}
	.panel.widget ul {
		margin:-30px;
	}
	.panel.widget ul li a {
		padding:5px 30px;
	}
	.banner-title {
		padding:0 60px
	}
	.banner .lead {
		padding:0 10px
	}
	.home-signup .form-group {
		margin-right:30px
	}
}