/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.phpuu
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:65.5%;
	height:100%;
	background-color:#333;
}
body {
	font-size: 1.3em; 
	color:#444;
	height:100%;
}

.navigation {
 background-color:#000;
text-align: center;
padding-bottom: 20px;

}

#megaMenu ul.megaMenu > li.current-menu-item > a, #megaMenu ul.megaMenu > li.current-menu-parent > a, #megaMenu ul.megaMenu > li.current-menu-ancestor > a { color: #61d2de !important }
.content {
	padding: 20px;
	color:#bac6ca;
	font-family:"PT Sans", Arial, serif;
}

   
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
/*a {
	color:#00ccff;
	text-decoration:none;
	transition: all .2s ease;
}
a:hover {
	color:#66ccff;
}
a:focus {
	outline:0;
}*/
.fts-jal-fb-message .fts-jal-fb-name {color:#fff;}
.wc-shortcodes-button span {color:#000;}

.wc-shortcodes-button:visited,
.wc-shortcodes-button {
	border: none;
	text-decoration: none;
	color: #ffffff;
	background-color: #fff;
	border: 1px solid #357ebd;
	display: inline-block;
	padding: 6px 20px;
}

.wc-shortcodes-button:hover {
	color: #ffffff;
	background-color: #61d2de;
	border-color: #285e8e;
	text-decoration: none;
	outline: none;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}
.content a {color:#61d2de; text-decoration:none;}
.content a:hover {color:#ccffff;}
.content ul li {list-style: none;  padding-bottom: 10px;}
.social_media {
width: 80%;
height: 100px;
margin: 0 auto;
margin-bottom: 20px;
margin-top: 30px;
}
.social_media .ss {
width: 150px;
display:inline-block;
margin: 0 auto;
margin-top: 30px;
}
.social_media .ss a{text-decoration:none;}
ul.social {margin: 0px; padding:0px;}
ul.social li{float:left; list-style:none; margin-left: 10px;margin-right:5px;}

.logo {
width:90%;
margin: 0 auto;
}
.nav {margin-top: -60px;}
.copyright {color:#889194; margin-top: 20px;}
.footer_address { color: white; line-height: 22px;}
.widget_holder {
	color: #333;
	padding: 0px 20px 20px 20px;
	margin-right: 10px;
	background-color: rgb(255, 255, 255);
	border: 10px solid rgb(100, 100, 100); /* default border color for browsers without rgba support */
	border: 10px solid rgba(255, 255, 255, 0.2); /* rgba for transparency */
	-moz-background-clip: padding; /* for Mozilla browsers*/
	-webkit-background-clip: padding;   /* Webkit */
	background-clip: padding-box; /* for browsers that fully support background clip */
}
.widget_holder ul {
list-style: none;
padding: 0px;
margin: 0px;
}
.widget_text {margin: 0px; padding: 0px;}
.widget_holder h3 {color:#000; border:none; font-size: 24px;}
.widget_holder a {color:#039dbc;text-decoration:underline;}
.widget_holder a:hover {color:#015464;text-decoration:none;}

.widget_holder .ts-square {margin-bottom:20px;}

.sidebar h3 {text-transform:capitalize;}
.sidebar ul{margin: 0px; padding: 0px;}
.post_content {margin-right: 20px; padding-right: 20px;}
/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/
@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}
@font-face {
 font-family: 'nba';
 src:url('fonts/nba.eot?6npck9');
 src:url('fonts/nba.eot?#iefix6npck9') format('embedded-opentype'),
 url('fonts/nba.woff?6npck9') format('woff'),
 url('fonts/nba.ttf?6npck9') format('truetype'),
 url('fonts/nba.svg?6npck9#nba') format('svg');
 font-weight: normal;
 font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
 font-family: 'nba';
 speak: none;
 font-style: normal;
 font-weight: normal;
 font-variant: normal;
 text-transform: none;
 font-size: 2.5em;
 line-height: 1;
 color:#00ccff;
 
/* Better Font Rendering =========== */
 -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
   text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}
 
.icon-facebook:before {
 content: "\e600";
}
.icon-twitter:before {
 content: "\e601";
}
.icon-linkedin:before {
 content: "\e602";
}


h1,h2,h3,h4 { font-family:"Times New Roman", Times, serif; font-weight:normal; color:#fff;  }
h1 {padding-bottom: .5em;border-bottom: 1px solid #45494b; font-size: 28px;}
h2 {color:#3ec9a7; font-size: 24px;}
h3 {font-size: 18px;}
strong {color:#2b879e;}

.leadership_names .tshowcase-box-title{font-family:"PT Sans", Arial, serif; font-size:16px; text-transform:capitalize; margin: 5px; padding: 0px; margin-left: -15px;}

.leadership_names .tshowcase-inner-box {
color: #999;
padding: 0px;
margin-right: 0px;
background-color: transparent;
border: none;
-moz-background-clip: none;
-webkit-background-clip: none;
background-clip: none;
}
.tshowcase-inner-box {
display:inline-block;
width: 100%;
color: #333;
padding: 10px;
background-color: rgb(255, 255, 255);
border: 5px solid rgb(100, 100, 100); /* default border color for browsers without rgba support */
border: 5px solid rgba(255, 255, 255, 0.2); /* rgba for transparency */
-moz-background-clip: padding; /* for Mozilla browsers*/
-webkit-background-clip: padding;   /* Webkit */
background-clip: padding-box; /* for browsers that fully support background clip */
}

section .date {color: #fff;}
section .author {font-style:italic;}
section .view-article {margin-top: 5px; color: #fff;}
section .blog_post {padding-bottom: 20px;}

.tshowcase-box-title {line-height: 30px; padding-top: 5px;}
.tshowcase-box-title a {color:#000; text-transform:uppercase;font-family:"PT Sans", Arial, serif;}
.tshowcase-box-title a:hover {color:#666;}
.tshowcase-box-social {}
.tshowcase-box-details {}
.tshowcase-single-position {color:#666; }
.tshowcase-single-email{color:#666; }
.tshowcase-single-telephone{color:#666;}
.tshowcase-single-location{color:#666;}
.tshowcase-single-shortbio{color:#666;}
.tshowcase-single-website{color:#666;}
.tshowcase-box {padding:2px 0px;}

.member_bio .tshowcase-single-position {color:#fff;}
.member_bio .tshowcase-single-position {color:#fff; }
.member_bio .tshowcase-single-email{color:#fff; }
.member_bio .tshowcase-single-telephone{color:#fff;}
.member_bio .tshowcase-single-location{color:#fff;}
.member_bio .tshowcase-single-shortbio{color:#fff;}
.member_bio .tshowcase-single-website{color:#fff;}

.ts_text_search{
width: 40%;
padding: 3px 20px;
margin-right: 10px;
}
.tshowcase-search-label {
padding:10px;
font-weight: bold;
}

#tshowcase-categories {
padding: 3px 20px;
margin-right: 40px;
}

#tshowcasesearch input[type="submit"] {
	background-color: #999;
	color: #fff;
	background-image: none;
	font-size: 13px;
	font-weight: normal;	
	padding: 5px 9px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	-webkit-border-radius: 3px;
			border-radius: 3px;
	border: 0;
	line-height: normal;
	cursor: pointer;
	-webkit-box-shadow: none;
			box-shadow: none;
	text-decoration: none;
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: middle;
	margin-right: 20px;
}


#tribe-events-content {}
#tribe-events-content .tribe-events-back a {background-color: #66ccff; color:#000; text-decoration:none; padding: 5px 20px; 	-webkit-border-radius: 3px; border-radius: 3px;border: 0; font-weight:normal; font-size:12px; text-transform:uppercase;}
#tribe-events-content .tribe-events-back a:hover {background-color: #ccc;}
#tribe-events-content h2 {color:#fff; font-size:24px; margin-bottom:0px;}
.tribe-events-schedule h3 {font-family:"PT Sans", Arial, serif; font-size:14px;margin-bottom:0px;}

.tribe-events-single-event-description {border-bottom: 1px solid #45494b;}
.tribe-events-event-meta dt {clear: left;font-weight: normal;}
.tribe-events-button, 
#tribe-events .tribe-events-button {
	background-color: #999;
	color: #fff;
	background-image: none;
	font-size: 13px;
	font-weight: normal;	
	padding: 6px 9px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	-webkit-border-radius: 3px;
			border-radius: 3px;
	border: 0;
	line-height: normal;
	cursor: pointer;
	-webkit-box-shadow: none;
			box-shadow: none;
	text-decoration: none;
	display: inline-block;
	zoom: 1;
	*display: inline;
	vertical-align: middle;
	margin-right: 20px;
}

.tribe-events-button.tribe-active {
	background-color: #666;
	color: #fff;
}
.tribe-events-button.tribe-inactive,
.tribe-events-button:hover,
#tribe-events .tribe-events-button:hover,
.tribe-events-button.tribe-active:hover {
	background-color: #333;
	color:#444;
} 
.single-tribe_events .tribe-events-event-meta {
	background: none;
	border:  none;
	margin: 0px 0px;
}
.single-tribe_events .tribe-events-event-meta {
	font-size: 14px;
	font-family:"PT Sans", Arial, serif;
}
.tribe-events-event-meta .column {
	padding: 0 0%;
	float:none;
}
.single-tribe_events #tribe-events-content .tribe-events-event-meta dt {
color:#fff;
}

.single-tribe_events #tribe-events-content .tribe-events-event-meta dd {
	margin: 0 0 20px 0;
}
.tribe-events-meta-group-venue {border-bottom: 1px solid #45494b; margin-top: 30px;}
.tribe-events-meta-group-details .date {color:#fff; margin-right: 5px;}
.tribe-events-single-section-title {font-family:"PT Sans", Arial, serif; color:#fff; margin-bottom: 0px;}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {
}
@media only screen and (min-width:480px) {
}
@media only screen and (min-width:768px) {

}
@media only screen and (min-width:1024px) {

}
@media only screen and (min-width:1140px) {

}
@media only screen and (min-width:1280px) {

}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.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;
}
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;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}
.container {
border:20px solid #fff;
  margin-right: auto;
  margin-left: auto;
  height: 100%;
  width: 100%;
}
.col-md-6 {
margin-bottom: 20px;

}

.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {

}
.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 {
position: relative;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: 0;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: 0;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
	margin-right: 20px;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 10%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
}

 /* columns of same height styles */
.container-xs-height {
    display:table;
    padding-left:0px;
    padding-right:0px;
}
.row-xs-height {
    display:table-row;
}
.col-xs-height {
    display:table-cell;
    float:none;
}
@media (min-width: 420px) {
	.tshowcase-vcard-left {
	float:none;
	padding:0px 20px 0px 5px;
}
#tshowcasesearch {
width: 100%;
	padding:20px 0px;
}
.tshowcase-search-label {

	font-weight: bold;
	
}
#tshowcase-categories {
	margin:0px 1px;
}
.ts_text_search{
padding: 3px 20px;
margin-bottom: 10px;
}

}

@media (min-width: 768px) {
    .container-sm-height {
        display:table;
        padding-left:0px;
        padding-right:0px;
    }
    .row-sm-height {
        display:table-row;
    }
    .col-sm-height {
        display:table-cell;
        float:none;
    }
	.tshowcase-vcard-left {
	float:none;
	padding:0px 20px 0px 5px;
}
.post_content {border-right: 1px solid #45494b; margin-right: 20px; padding-right: 20px;}

}
@media (min-width: 992px) {
    .container-md-height {
        display:table;
        padding-left:0px;
        padding-right:0px;
    }
    .row-md-height {
        display:table-row;
    }
    .col-md-height {
        display:table-cell;
        float:none;
    }
	.post_content {border-right: 1px solid #45494b; margin-right: 20px; padding-right: 20px;}
}
@media (min-width: 1200px) {
    .container-lg-height {
        display:table;
        padding-left:0px;
        padding-right:0px;
    }
    .row-lg-height {
        display:table-row;
    }
    .col-lg-height {
        display:table-cell;
        float:none;
    }
	.post_content {border-right: 1px solid #45494b; margin-right: 20px; padding-right: 20px;}
}
@media (max-width:320px) {
.tshowcase-vcard-right {
float: left;
margin-top: 15px;
}
.post_content {border-bottom: 1px solid #45494b; padding-bottom: 20px; margin-bottom: 20px;}
}
@media (max-width:480px) {
.tshowcase-vcard-right {
float: left;
margin-top: 15px;
}
.post_content {border-bottom: 1px solid #45494b; padding-bottom:30px; margin-bottom: 20px;}
}
/* vertical alignment styles */
.col-top {
    vertical-align:top;
}
.col-middle {
    vertical-align:middle;
}
.col-bottom {
    vertical-align:bottom;
}
