/*
	Theme Name: NSBA 2018
	Theme URI: 
	Description: NSBA Theme
	Version: 1.4.3
	Author: GREG SMITH
	Author URI: http://VISUALREDESIGN.COM
	Tags: Blank, HTML5, CSS3
*/

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

#wpadminbar {
    direction: ltr;
    color: #ccc;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
    height: 32px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    min-width: 600px;
    z-index: 99999;
    background: #23282d;
}

/* 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:62.5%;
}*/
body {
	font:300 20px/1.25em 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#444;
}

article p {
    line-height: 150%;
}

article li {
    line-height: 150%;
}

article li.small {
    font-size: .65em;
    line-height: 150%;
}

/*front box styles*/

#post-25 p {
    
}

.vc-hoverbox-inner p {
    font-size: 14px;
}


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

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}

.retina {
	width:50%;
	
}
a {
	color:#d1232d;
	text-decoration:none;
}

a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
	max-width:1200px;
	width:95%;
	margin:0 auto;
	position:relative;
}

section {
    width: 100%;
    float: left;
}

.left{
	width:75%;
	float:left;
}

.right{
	width:20%;
	float:left;
	margin-left:5%;
}

/* header */
.social-bar{
	width:100%;
	background-color: #d1232d;
	text-align: right;
}

img.social-img {
    max-width: 20px;
    margin: 5px;
}

.header {
    padding-top: 20px;
	background-color: #FFFFFFF;
}

.logo-header {
    padding: 20px 0;
    width: 100%;
    float: left;
}

/* logo */

.logo {
    float: left;
    width: 55%;
    text-align: center;
}

.logo-img {
    width: 50%;
    max-width: 275px;
    min-width: 250px;
}

.join-btn{
	width:20%;
	float:left;
	text-align: right;
	margin: 2% 1%;
}

.action-btn {
    width: 20%;
    float: left;
    margin: 2% 1%;
    vertical-align: middle;
}

.action-btn img{
	width:75%;
}

.btn-img {
    width: 60%;
}

a.btn {
    background-color: #d1232d;
    padding: 15px 20px;
    color: #FFF;
	text-transform: uppercase;
}

input#nf-field-44 {
	background-color: #d1232d;
    padding: 15px 20px;
    color: #FFF;
	text-transform: uppercase;
}

input#nf-field-44:hover {
	background-color: #590005;
    padding: 15px 20px;
    color: #FFF;
	text-transform: uppercase;
}


/* nav */

.nav-container {
    background-color: #20344a;
    border-top: solid 5px #3289cf;
    width: 100%;
    float: left;
	z-index: 999;
}


/* Main Navigation*/

.nav > ul {
    *zoom:1;
    list-style:none;
    margin:0;
    padding:0;
    background:#20344a;
	display: inline-flex;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
	float:left;
}
.nav ul:before,.nav ul:after {
    content:"";
    display:table;
}
.nav ul:after {
    clear:both;
}
.nav ul > li {
    float:left;
    position:relative;
	text-transform: uppercase;
}

.nav > ul > li{
	font-size:1.25em;
	
}

.nav a {
    display:block;
    padding:10px 20px;
    line-height:1.2em;
    color:#fff;
}
.nav a:hover {
    text-decoration:none;
    background:#595959;
}

.nav li ul {
    position:absolute;
    left:0;
    top:40px;
	background:#20344a;
	z-index:998;
}

.nav li ul li {
	width:100%;
	min-width:175px;
	max-width: 250px;
    overflow:hidden;
    height:0;
    -webkit-transition:height 500ms ease-in;
    -moz-transition:height 500ms ease-in;
    -o-transition:height 500ms ease-in;
    transition:height 500ms ease-in;
}

.nav li ul a {
    border:none;
}
.nav li ul a:hover {
    background:rgba(0,0,0,0.2);
}

.nav ul > li:hover ul li {
    height:auto;
	font-size: .5em;
	line-height: 1em;
}


/* .nav ul{
    margin: 0;
    padding: 0;
	display: inline-flex;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
} 

.nav ul li {
	color: #FFFFFF;
	text-transform: uppercase;
	text-decoration: none;
	overflow: hidden;
	font-size:1.5em;
	font-weight: 500;
	margin: 10px 0;
} 

.nav ul li a{
	color:#FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
}

.nav ul li a:hover {
	color: #820002;
}*/


/* Secondary Navigation*/

/*.nav ul ul
{
	display:none;
	position:absolute;
	top:100%;
	background:#20344a;
	padding:0;
	z-index:998;
	width:auto;
	margin-top:-3px;
	transition-delay: 0s;
    transition-duration: 10s;
}

.nav ul ul a
{
	line-height:120%;
	padding:10px 15px;
}

.nav ul ul li
{
	float:none;
	width:100%;
	font-size:.75em;
	border-bottom: 1px solid #FFF;
}

.nav ul li:hover > ul
{
	display:block;
	visibility:visible;
    opacity:1;
	filter:alpha(opacity=100);
	filter:alpha(opacity=0);
    -webkit-transition:200ms ease;
    -moz-transition:200ms ease;
    -o-transition:200ms ease;
    transition:200ms ease;
}*/


/* sidebar */
.sidebar {
}

#email-line {
    font-size: 1.5em;
    color: #b81237;
}

.page-id-13285 form#mc4wp-form-1 {
    font-size: 12px;
}

a.page-numbers {
    background: #ccc;
    padding: 5px;
}

.page-id-13285 input#email-line {
    border: none;
    border-bottom: 1px solid #b81237;
    width: 50%;
    text-align: center;
    text-transform: uppercase;
    color: #b81237;
    background: none;
    margin-top: 15px;
}

.archive-btn {
    margin-bottom: 10px;
    float: left;
}

a.archive-btn:hover{
	opacity: .5;
}

.widget_custom_html {
    margin: 10px 0;
}

.widget_media_video {
    margin-top: 50px;
}


/*article */

.header-wrap {
    width: 100%;
    padding: 20% 0;
    min-height: 250px;
    max-height: 400px;
    margin-top: 50px;
    object-fit: scale-down;
    max-width: 1200px;
}

.article-body {
    width: 60%;
    margin: 0 5%;
    background-color: #FFFFFF;
    margin-top: -220px;
    padding: 25px;
    line-height: 150%;
	float:left;
	box-shadow: 2px 5px 20px #ccc;
}

.article-body-single {
    width: 60%;
    margin: 0 auto;
    background-color: #FFFFFF;
    margin-top: -220px;
    padding: 25px;
    line-height: 150%;
	box-shadow: 2px 5px 20px #ccc;
}

.date {
    font-weight: bold;
    color: #b81237;
}

.category-tags{
	font-size:12px;
	font-weight: bold;
	color: #3289cf;
}

.nf-form-content {
    font-size: .7em;
    line-height: 100%;
}

.right-inside {
    width: 25%;
    float: right;
    max-width: 300px;
    margin-top: -220px;
    margin-right: 5%;
}


/*category page*/

.category-bg-hd{
	background: url("/~nsbabi5/wp-content/uploads/2017/11/nsba-collage-1.jpg") no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;	
	width:100%;
	height:auto;
	min-height:250px;
	align-content: center;
	margin-bottom:50px;
	    
}

.intro-header {
	color:#FFFFFF;
	font-size:4.5em;
	padding: 10% 0;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	line-height: 100%;
}

.cat-image {
    width: 100%;
    height: auto;
    max-height: 310px;
    overflow: hidden;
    margin-bottom: 25px;
}

.cat-image img {
    width: 100%;
    height: auto;
}

a.cat-read-more {
    color: red;
    padding: 5px 10px;
    border: solid 1px;
    margin-bottom: 25px;
    float: left;
}

a.cat-read-more:hover {
    color: #CCC8CD;
    padding: 5px 10px;
    border: solid 1px;
    margin-bottom: 25px;
    float: left;
}

.cat-data-segment {
    float: left;
    width: 100%;
}

#category-link:hover {
    opacity: .5;
}

/* footer */

.footer {
    width: 100%;
    border-top: 8px solid #3289cf;
	background-color: #20344a;
    color: #FFFFFF;
    font-size: .75em;
    font-weight: bold;
    line-height: 125%;
	margin-top: -15px;
    position: absolute;
}

.third-box{
	float: left;
	width:30%;
	padding:2%;	
	
}

#media_image-4, #media_image-3, #media_image-5 {
    width: 70%;
    margin: 0 auto 25px auto;
    text-align: center;
}

/*Hover Actions*/
#icon-hover img:hover {
    filter: grayscale(100%);
	opacity: .3;
}


/* Partner Page*/

#partner-logo img {
    filter: grayscale(100%);
    opacity: .6;
}

#partner-logo img:hover {
    filter: grayscale(0%);
    opacity: 1;
}

.footer img {
    width: 50%;
}

.footer ul {
    padding: 0;
}

.footer li {
	list-style: none;
	color: #FFFFFF;
	text-decoration: none;
	margin-bottom:10px;
	font-size: 0.85em;

}

.footer li a {
	list-style: none;
	color: #FFFFFF;
	text-decoration: none;
}



.footer h3 {
	font-size: 1.5em;
	font-weight: bold;
	color: #3289cf;
	
}

div#nav_menu-3 {
    margin-left: 25%;
}

.copyright {
    text-align: center;
    background-color: #3289cf;
    padding: 15px;
    font-size: .8em;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/



/*------------------------------------*\
    ADVERTISEMENT
\*------------------------------------*/
.g.g-4 {
    width: 100%;
    max-width: 300px;
    float: left;
    margin-right: 25px;
}


/*------------------------------------*\
    IMAGES
\*------------------------------------*/



/*------------------------------------*\
	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;
}


input#email-line{
	border: none;
    border-bottom: 1px solid #cccccc;
    width: 50%;
    text-align: center;
	text-transform: uppercase;
	color:#b81237;
	
}

h1,h2,h3,h4,h5,h6 {
	
	color:#242f40;
}

h1 {
    font-size: 2em;
    margin: 0;
	line-height: 100%;
}

h2 {
    font-size: 1.75em;
    margin: 0;
	line-height: 100%;
}


h3 {
    font-size: 1.5em;
    margin: 0;
	line-height: 100%;
}

h4 {
    font-size: 1.25em;
    margin: 0;
	line-height: 100%;
}

h5 {
    font-size: 1.0em;
    margin: 0;
	line-height: 100%;
}

h6 {
    font-size: .75em;
    margin: 0;
	line-height: 100%;
}

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

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

}
@media only screen and (max-width:480px) {

.third-box:not(:first-child) {
    display: none;
}
	.third-box{
		width:100%;
		text-align:center;
	}
	
}
@media only screen and (min-width:768px) {

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

	.right-inside {
    display: none;
}
	.right{
		display:none;
	}
	
	.left{
	width: 90%;
    margin: 0 5%;
		
	}
	.article-body {
    width: 90%;
    margin: 0 5%;
    background-color: #FFFFFF;
    margin-top: -220px;
    padding: 25px;
    line-height: 150%;
	float:left;
	box-shadow: 2px 5px 20px #ccc;
}

.article-body-single {
    width: 90%;
    margin: 0 auto;
    background-color: #FFFFFF;
    margin-top: -220px;
    padding: 25px;
    line-height: 150%;
	box-shadow: 2px 5px 20px #ccc;
}
	
}
@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;
	}
}
