/*
Theme Name: nch
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: nch
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

nch is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/

/*---------------Color------------------
#143863 - blue
#bd0922 - red


---------------------------------------*/

/*---------------UTILITY------------------*/
.clear{
    clear:both;
}

.innershadow{
   -moz-box-shadow:    inset 2px 2px 5px #ccc;
   -webkit-box-shadow: inset 2px 2px 5px #ccc;
   box-shadow:         inset 2px 2px 5px #ccc;
}

/*---------------FONT------------------*/
/* font-family: 'Open Sans', sans-serif; */

/* font-family: 'Oswald', sans-serif; */

body{
     font:  18px 'Open Sans', sans-serif;
     color:#252525;
}

pre,
p{
    font:  18px/25px 'Open Sans', sans-serif;
    color:#252525;
}

h1,h2,h3,h4,h5,h6,.h7{
    font-family: 'Oswald', sans-serif;   
    padding: 10px 0 5px;
}

h1{
    font-size:3.11em;
    font-weight:700;
    text-transform: uppercase;
}

h2{
    font-size:1.77em;
    text-transform: uppercase;
    font-weight:300;
}

h3{
     font-size:2.44em;
     font-weight:700;
}


h4{
    font-size:1.77em;
    color:#BD0922;
}

h4 a{
    color:#BD0922;
}


h5{
    font-size:1.22em;
    font-weight:700;
    color:#143863;
    text-transform:uppercase;
}


h6{
    font-size:1em;
    font-weight:700;
    color:#143863;
    text-transform:uppercase;
}



.h7{
    font-size:.72em;
    font-weight:300;
}

hr{
	background:#d7d7d7;
	height:1px;
	border:none;
}

.main-content a,
.main-content a:active,
.main-content a:visited,
.main-content a:hover,
.main-content a:target{
	color:#BD0922
}

.main-content a:hover{
    text-decoration:underline;
}

@media screen and (max-width: 768px) {


    body{
         font:  14px 'Open Sans', sans-serif;
    }

    pre,
    p{
        font:  14px/20px 'Open Sans', sans-serif;
    }

    h1{
        font-size:2em;
    }

    h2{
        font-size:1.25em;
    }

    h3{
         font-size:2em;
    }


    h4{
        font-size:1.25em;
    }

    h5{
        font-size:1em;
    }


    h6{
        font-size:.75em;
    }

}



/*---------------HOMEPAGE------------------*/
.custom-col{
    padding:20px 0;
}
.main-content-wrap{
	padding:50px 0;
}

.readmore,
.home-text a{
	font-family: 'Oswald', sans-serif;  
	color:#bd0922;
}


#carousel-nch{
	background: #143863;
}

#carousel-nch .item-3{
	/*background:#292826;*/
}

.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
          transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
  -webkit-transform: none;
  transform: none;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}




.swoosh{
	background-image:url(images/NCH_swoosh.png);
	background-position:center bottom;
	background-size:100%;
	background-repeat: no-repeat;
	width:100%;
	height:25%;
	position:absolute;
    bottom: 0px;
	z-index: 0;
}

.carousel-indicators{
	z-index: 200;
	bottom:0px;
}

.carousel-indicators li {
  background-color: #143863;
    width: 18px;
    height:18px;  
    border-radius: 9px;
}

.carousel-indicators .active {
  background-color: #bd0922;
    width: 20px;
    height:20px;
    border-radius:10px;  
}

.carousel-inner > .item > img, 
.carousel-inner > .item > a > img{
	width:100%;
max-width:1400px; /* use this, or not */
margin: auto;
}





.carousel-caption {
    width:1030px;
  position: absolute;
  right: 0;
  top: 0;
  left:0;
  z-index: 10;
  padding-top: 25px;
  color: #fff;
  text-align: center;
  text-shadow:none;
  margin:0 auto;
}

.carousel-caption br{
 display:none;
}



.carousel-caption h1{
    font-size:1em;
    margin:4px 0;
    font-weight:400;
    padding-top:0px;
}

.carousel-caption h2{
    font-size:.8em;
    margin:4px 0;
}
   .carousel-caption a{
	background: #bd0922;
	border:#fff 2px solid;
	color:#fff;
	padding:2px;
	text-transform: uppercase;
	 font-family: 'Oswald', sans-serif;
	 font-size:.8em;
	 display:inline-block;
	clear:left;
	margin:5px 0;
   }
@media screen and (min-width: 768px) {
	
.carousel-caption a{
	background: #bd0922;
	border:#fff 2px solid;
	padding:5px;
	color:#fff;
	text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    margin:20px 0;
	
}	
    .carousel-caption .inner{
	width:450px;
	padding:0 15px;
	}
    .carousel-caption{
	text-align: left;
    width:100%;
	}

    
    .carousel-caption br{
        display:inline-block;
       }
    
    .carousel-caption h1{
        font-size:2.11em;
    	font-weight:700;
    }
    
    .carousel-caption h2{
        font-size:1.2em;
    }    

}


@media screen and (min-width: 992px) {
	
	.carousel-caption {
		top:20px;
	}
    .carousel-caption .inner{
	width:650px;
	}
    .carousel-caption{
	max-width:1030px;

    }
    .carousel-caption h1{
        font-size:3em;
    }
    
    .carousel-caption h2{
        font-size:1.5em;
    }    

} 
    
    
    
@media screen and (min-width: 768px) {
    .custom-col{
        float:left;
        padding:0;
    }
    
    .custom-col-1{
        width:15%;
    }
    
    .custom-col-2{
        width:52%;
        
    }
    
    .custom-col-3{
        width:33%;
    }
    
    .home-text{
        padding:0 50px;
    }

}


@media screen and (max-width: 768px) {
    .carousel-indicators{
        display:none;
    }
    .carousel-caption{
    width:100%;
    }
}


.sponsor{
    margin:12px 0;
}


.latest-news{
background: #ffffff; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNGUzZTMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #ffffff 0%, #e4e3e3 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e4e3e3)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#e4e3e3 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#e4e3e3 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#e4e3e3 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#e4e3e3 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e4e3e3',GradientType=0 ); /* IE6-8 */
}

.latest-news{
    padding:0 15px 10px 15px;
}

.latest-news a{
    color:#252525;
}


.news-block{
    display:table;
    font-size:.88em;
    margin:30px 0;
}

.news-block div{
    display: table-cell;
    padding:0 16px 0 0;
    vertical-align: top;
}



/*---------------GENERAL------------------*/
body{
    background: #143863;
}



input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

a,
a:link,
a:hover,
a:active,
a:visited,
a:target{
    text-decoration: none;
}

#page-wrap{
    background: #ffffff;
}

.container-fluid{
    max-width:1030px;
}

li{
    list-style: none;
}


.main-content li{
	   list-style: disc;
}

.main-content li a,
.main-content li a:active,
.main-content li a:visited,
.main-content li a:hover,
.main-content li a:target{
       color: #143863;
}

/*---------------HEADER------------------*/

    .site-header{
        padding:10px 0 0 0;
    } 

@media screen and (min-width: 768px) {
 
    .site-header{
        padding:50px 0 30px 0;
    }   
}

.logo{
    float:left;
}

.header-items{
    float:right;
    display: table;
}

.header-items .tc{
    display: table-cell;
    vertical-align: middle;
}

#searchform  input{
    float:left;
    height:30px;
}

#searchform input[type="text"]{
    border:1px solid #acacac;
    padding:2px 5px;
}



#searchform .search-submit{
    margin-left:-30px;
    padding:5px;
}


.donate-button{
    background:#143863;
    color:#fff;
    text-transform: uppercase;
    font-size: .9em;
    line-height: 100%;
    display: block;
    padding:7px;
    margin:0 0 0 7px;
}

.donate-button:visited,
.donate-button:target,
.donate-button:active,
.donate-button:hover{
    color:#fff;
}

.donate-button:hover{
    background-color:#BD0922;
}

.title-wrap{
	background:#143863 url(images/titlebanner.jpg);
	color:#fff;
	font-size:2.44em;
	font-family: 'Oswald', sans-serif;
	text-transform:uppercase;
	height:58px;
	line-height:77px;
}

.main-content{
	padding:50px 0;
    min-height: 400px;
}

.sidebar-content{
	padding:30px 0;
}

@media screen and (max-width: 768px) {

    .title-wrap{
        font-size:1.75em;
        height:49px;
        line-height:77px;
    }

    .main-content{
        padding:20px 0;
    }

}

/*---------------NAVIGATION------------------*/

.navbar-toggle{
    margin:10px 0;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.icon-bar{
    background-color:#143863;
    padding:1px;
}

.nch-mainnav{
    font-family: 'Oswald', sans-serif;
    text-transform:uppercase;
}

.nch-mainnav{
    margin:30px 0;
    padding:0;  
}
.nch-mainnav a{
    padding:10px 0;
    display: block;
    color:#252525;
}
.nch-mainnav a:hover{
     color:#bd0922;
}
h2.screen-reader-text{
    display:none;
}
.nav-previous{
    float: left;
    font-weight: 700;
}
.nav-next{
    float: right;
    font-weight: 700;
}

#menu-item-57 ul {
    left:-72px;
}






/*---------------TWITTER------------------*/
.twitter-wrap{
    background: #143863;
    padding:10px 0;
}
.twitter{
    font-size:.88em;
    font-family: Arial, sans-serif;
    font-weight:300;
    text-align:center;
    color:#fff;
}

.twitter a{
    color:#bd0922;
}

.twitter img{
    margin-top:-10px;
}


/*---------------FOOTER------------------*/
#footer-wrap{
    padding:40px 0;
    color:#fff;
    font-family: 'Oswald', sans-serif;
    height:150px;
}

#footer-wrap .container-fluid{
	
    position:relative;
}

#footer-wrap a{
    color:#fff;
}

.fixme{
	position: fixed;
	bottom:0;
}

.absoluteme{
	position: absolute;
	bottom:0;
}
.capitol-wrap{
    position:absolute;
    bottom:-21px;
    left:0;
    z-index: 99999;
    width:150px;
    margin-left:-60px;
    margin-top:-125px;
    opacity:.2;
}



.social-icons{
    margin:20px 0; 
}


.social-icons a{
    display: inline-block;
    margin:2px;
}

.social-icons a:hover{
    background-color:#BD0922;
    border-radius: 20px;
}

.copyright{
    font-size:.72em;
    font-weight:300;
    text-align: center;
    margin:10px 0;
}

.copyright span{
    font-weight:400;
}


.footer-left{
    text-align: center;
}

.footer-nav{
    font-size:.77em;
    font-weight:300;    
    text-transform:uppercase;
    display:table;
    width:70%;
    padding:0;
    margin:0 auto;
}

.footer-nav li{
    display:table-cell;
    text-align: center;
}

@media screen and (min-width: 768px) {
    
    .social-icons{
        margin:20px 0 0 45px; 
    }
    
    .footer-left{
        text-align: left;
       margin-left:40px;
   }

    .footer-nav{
        width:auto;
        float:right;
         margin:0 auto 15px auto;    
    }
    
    .footer-nav li{
        display: block;
        float:left;
    }
    
    .footer-nav li a{
        padding:0 0 0 20px;
    }
    
    .copyright{
        float:right;
    }

    
    
}


/*-------------sidebar--------------*/

@media screen and (min-width: 768px) {
.sidebar-content{
	width:85%;
	float:right;
	padding:60px 0;
}
}
aside{
	margin-bottom:50px;
}
.sidebar-content ul{
	margin:0;
	padding:0;
}

.sidebar-content ul li{
	border-bottom:1px solid #d7d7d7;	
}

.sidebar-content ul li a{
	font-family: 'Oswald', sans-serif;
	text-transform:uppercase;
	color: #252525; 
	font-weight:300;
	display:block;
	padding:7px 0;
}

.sidebar-content ul li.current-menu-item a{
	color:#BD0922;
}

.widget-title{
	color:#d7d7d7;
	font-size:1.2em;
	border-bottom:3px solid #d7d7d7;
	padding:0 0 20px 0;
	margin:0;
}



/*-------------blog--------------*/

.posted-on{
	font-size:.77em;
	font-weight:700;
	color:#143863;
	margin:15px 0;
}

.cat-links{
    display:none;
}

.updated{
    display:none;
}

#comments {
    display:none;
}

.comments-link{
    display:none;
}

.blog .entry-title{
	font-size:1.77em;
}

@media screen and (max-width: 768px) {

    .blog .entry-content{
        display: none;
    }

    .blog .entry-title{
        margin-bottom: 0px;
    }
}
/*-------------form--------------*/

.gform_button{
    background:#143863;
    color:#fff;
    text-transform: uppercase;
    font-size: .9em;
    line-height: 100%;
    display: block;
    padding:7px;
    margin:0 0 0 7px;
}


.gform_button:hover{
    background-color:#BD0922;
}

@media print {    
    .no-print, .no-print *
    {
        display: none !important;
    }
}