/* Root Variables */
:root {
    --directory-results-primary-color: 20, 172, 156;
    --directory-results-secondary-color: 175, 19, 114;
}


html, body {
    color: #3b393b;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}
p{margin: 0 0 10px; line-height: 20px;}

a { color:#E2098C; text-decoration: none; font-weight: 600; }

a:hover {
   color: #777;
   text-decoration: none;
}


blockquote {
    border-left: 8px solid #E2098C;
}
button, input, select, textarea {
    background: #f7f7f7;
    border: none;
}
.container {
    padding-left:8px;
    padding-right: 8px;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Montserrat', sans-serif;
}
h1 {font-size:34px; font-weight:600; margin: 10px 0 10px; color:#333;}
h2 {font-size:32px; font-weight:600; margin: 10px 0 10px; color:#333;}
h3 {font-size:30px; font-weight:600; margin: 10px 0 10px; color:#666;}
h4 {font-size:28px; font-weight:600; margin: 3px 0 10px; color:#444;}
h5 {font-size:26px; font-weight:600; margin: 3px 0 10px; color:#333;}
h6 {font-size:20px; font-weight:600; margin: 3px 0 10px; color:#000;}

.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 {
    min-height: 1px;
    padding-left: 8px;
    padding-right: 8px;
    position: relative;
}

.row {
    margin-right: -8px!important;
    margin-left: -8px!important;
}

.toolbar-out {
    background: #fff;
    border-bottom: none;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 21;
}


#itoolbar_bg {
    background-color: transparent;
    min-height: 0;
    height: 55px;
    position: relative;
    padding-top:10px;
		margin-right: 131px;
}

#isearch {
    height: auto;
    min-height: 53px;
    position: absolute;
    top: 0;
    width: auto;
    right: 0;
    padding: 0 4px;
    background: #E2098C;
    border-radius: 0 0 10px 10px;
}

#isearch .input-group-btn {
    display: none;
}

#isearch .btn {
    color: #fff;
    padding: 3px 10px;
    font-size: 12px;
    background-color: #147DBF;
    border: none;
	  height:25px;
}

#isearch .btn:hover{
	  background-color:#555;
}

#isearch .input-group {
    margin-top: 4px;
}

#isearch .form-control {
    font-size: 11px;
    height: 25px;
    padding: 3px 8px;
    border: none;
	  box-shadow:none;
}

#isearch input[name="bst"] {
    border-radius: 0;
    color: #e1e5ef;
    font-family: inherit;
    font-size: 12px;
    outline: medium none;
    padding: 0 8px;
    transition: all 0.5s ease 0s;
    width: 34px;
}
#isearch input[name="bst"] {
    background: transparent url(https://cdn.ymaws.com/npwh.site-ym.com/graphics/search-icon.png) no-repeat scroll center 12px;
    border: none;
    background-size: 20px;
    box-shadow: none;
    color: #e1e5ef;
    cursor: pointer;
    font-size: 11px;
    font-style: italic;
    font-weight: 400;
    height: 37px;
    padding-left: 28px;
    width: 0;
}
#isearch input[name="bst"]:focus {
    background: #fff url("https://cdn.ymaws.com/npwh.site-ym.com/graphics/search-icon-active.png") no-repeat scroll 8px center;
    border: medium none;
    border-radius: 0;
    color: #666;
    cursor: auto;
    padding-left: 30px;
    padding-right: 10px;
    width: 210px;
}



#header {
    height: 124px;
    background-color: transparent;
    position: relative;
}



.headSocial {
    position: ABSOLUTE;
    right: 0;
    top: -55px;
}

.headSocial a {
    background: #af1372;
    color: #fff;
    padding: 10px;
    border-radius: 0 0 10px 10px;
    margin: 0;
    float: left;
    font-size: 24px;
    width: 44px;
    text-align: center;
}

.headSocial .tw{ background:#b47896;}
.headSocial .li{ background:#e3cad7;}

.headSocial a:hover{
    opacity: .7;
    -webkit-filter: drop-shadow(0px 0px 0px rgba(255,255,255,0.80));
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}



.iconsection{
    position: absolute;
    right: 52px;
    top: 31px;
}
.iconsection a {
    font-size: 24px;
    padding: 5px 16px;
    border-right: 1px solid #bdbdbd;
    color:#bdbdbd;
}
.iconsection a:hover{
    color:#333;    
} 

.logo {
  position: absolute;
  top: 5px;
  left: 0;
  max-width: 300px;
  display: inline-block;
  vertical-align: top;
}

.tagline {
    float: right;
    margin: 20px 0 0 0;
    color: #84bd00;
    font-size: 16px;
    text-align: right;
}

.head-social {
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
}
.social-icon {
    display: inline-block;
    text-align: center;
    line-height: 35px;
    background-color: transparent;
    border-radius: 50%;
    font-size: 26px;
    color: #bb89a1;
    margin-right: 12px;
}

.social-icon:hover {
    color: #003882 ;
}

.mainmenu-out {
    background: #fff;
    border-top: none;
    position: fixed;
    width: 100%;
    top: 179px;
    z-index: 23;
}


#mainmenu {
    background: #060c2a;
    height: 0;
    line-height: normal;
} 

.navbar-collapse {
    background-color:transparent;
    border-top: medium none !important;
    position: relative;
    z-index: 999999;
    max-height: 600px;
	margin:0 auto !important;
	padding:0;
}

.navbar-left {
    float: right !important;
    margin-top: -70px;
}

.navbar-nav li {

}
.navbar-nav li:last-child {
	border-right: none;
}

.navbar-nav>li>a {
    color: #333;
    font-size: 18px;
    font-weight: 400;
    line-height: 54px;
    padding: 0px 12px;
    text-transform: capitalize;
    text-transform: uppercase;
}	

.navbar-nav>li>a:hover,
.navbar-nav>li>a:focus {
    background:transparent;
    text-decoration: none;
    text-shadow: none;
    color:#888;
    border-bottom: none;
}

.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus {
    background:transparent;
    text-decoration: none;
    text-shadow: none;
    color:#888;
    border-bottom: none;
}	

.dropdown-menu{
    min-width: 250px !important;
    border-radius: 0;
    border: none;
    padding: 5px;
    margin-top: 0;
    background: #f1f1f1;
}	

.dropdown-menu li {
	border:none !important;
}

.navbar-nav .open .dropdown-menu > li > a{
    background: transparent;
    color: #333;
    font-size: 14px;
    font-weight:600;
    padding: 6px 11px;
    line-height: 24px;
	box-shadow:none;
}


.navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-nav .open .dropdown-menu > li > a:focus {
    background: #E2098C;
    color: #fff;
}	



.navbar-toggle {
    background-color: #AF1372;
    background-image: none;
    border: medium none;
    float: right;
    margin-bottom: 10px;
    margin-right: 0px;
    margin-top: 10px;
    padding: 9px 10px;
    position: relative;
}
.navbar-toggle .icon-bar {
    background-color: #fff;
}
.mobile-menu.pull-left {
    display: none;
}
.mobile-icon.pull-left.mleft-10 {
    margin-left: 0;
}
.navbar-nav:not(.sm-collapsible) ul .caret {margin-top:8px;}

.islideshow-out {
    background: #EDEEF0;
    padding: 60px 0;
    margin-top: 0;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center -131px;
    display:none;
}

#islideshow {
    background-color: #fff;
    height: 0;
    padding-bottom: 32%;
    margin-bottom: 0;
/*    box-shadow: 0 0 0 5px #fff, 0 5px 10px 0 #999;*/
}

.hp-center-out{}

.hp-center-out .container {
    width: 100%;
    padding: 0;
}

/*Carousel Style*/
.carousel-caption {
    right: 50%;
    left: 0;
    top: 60%;
    transform: translateY(-50%);
    bottom: auto;
    padding-bottom: 30px;
    background: rgba(0,0,0,.5);
}

.captionWrap {
    width: 71%;
    float: right;
    text-align: left;
    padding-right: 20px;
}
.captionWrap h1 {
    color: #fff;
    font-size: 46px;
    text-transform: uppercase;
}
.captionWrap p {
font-size: 24px;
    line-height: 33px;
    font-weight: 400;
}
.captionWrap .formbutton{
    text-shadow:none;
    background-color: #fff;
    background-image: url("https://cdn.ymaws.com/npwh.site-ym.com/graphics/btnbghero.png"); 
}

.carousel-indicators .active{
    background-color: #AF1372;
    border-color: #AF1372;
}


/*CTA styles*/
#ctaOut {
    padding: 60px 0;
}
.ctaImg img {
    border-radius: 10px;
}
.ctaTitle {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}
.ctaTitle a {
    text-align: center;
    color: #E2098C;
}
.ctaPara p {
    font-size: 20px;
    text-align: center;
    line-height: 28px;
}
.ctaBtn .formbutton {
    margin: 0 auto;
    display: table;
}

/*Botttom CTA*/
#topHeading h2 {
    color: #E2098C;
    margin-bottom: 60px;
    font-size: 34px;
}
.col-5{
    width:20%; 
    float:left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bCtaTitle h3 {
    text-align: center;
    font-size: 28px;
    color: #E2098C;
}

#bottomCtaOut {
    padding: 60px 0;
    background: #f1f1f1;
}
#topHeading {
    text-align: center;
}
.bCtaIcon {
    text-align: center;
}
.bCtapara {
    text-align: center;
}
.bCtaIcon a {
    color: #af1372;
    font-size: 51px;
    margin: 0 auto;
}
.bCtaBtn .formbutton{
    text-shadow: none;
    background-color: #fff;
    background-image: url(https://cdn.ymaws.com/npwh.site-ym.com/graphics/btnbghero.png);
    margin: 0 auto;
    display: table;
}
.bCtaBtn .formbutton:hover{
    background-color: #fff;
    background-image: url(https://cdn.ymaws.com/npwh.site-ym.com/graphics/btnbghero.png);
}
.bCtaTitle {padding-top: 10px; padding-bottom: 10px;}
.bCtapara { text-align: center; font-size: 18px; margin-bottom: 20px;}

/*regiseter styles*/
#regisOut { padding: 60px 0;}
.regCont{font-size:20px;}
.regCont .formbutton{margin-top:40px;}
.regCont h2 {
    font-size: 32px;
    text-transform: uppercase;
    color: #E2098C;
}
p.date {
    color: #af1372;
    font-size: 24px;
    font-style: italic;
    margin-bottom: 20px;
}









#hp-main, #sp-main {
    padding-top: 179px;
}

#hp-center{margin-bottom:0;}

#hp-main .content {
    padding: 0;
}

#hp-main #login{

}



#hp-main #login .irailhead{}

#hp-center .content {
    padding: 0;
}

#LoginForm .small {
    background: #f1f1f1;
    border-bottom: none;
    border-radius: 0;
    color: #999;
    font-size: 13px;
    height: 45px;
    line-height: 35px;
    margin: 0;
    padding: 0 15px;
    width: 100%;
}
#LoginSubmit {
    margin-bottom: 40px;
    margin-top: 20px;
}

#hp-left {
    height:auto;
    min-height:auto;
}

#hp-main .zone {    
    background-color: #fff;
    height: auto;
    min-height: 450px;
    border-radius: 10px;
    padding: 20px;
}

.hp-left-out {
    padding: 60px 0;
    background: url(https://cdn.ymaws.com/npwh.site-ym.com/graphics/zone-bg.jpg);
    background-repeat: no-repeat;
}

#right .zone {
     background-color: #f0f0ef;
    height: auto;
    padding:15px;
}

#right #login{border-left:none;}
#right #LoginForm .small{
     background: #fff;
    border: 1px solid #ddd;
}

.irailhead {
    background-color: transparent;
    height: auto;
    color: #3b393b;
    line-height: normal;
    padding: 10px 0 10px 0;
    text-align: left;
    text-transform: uppercase;
    font-size: 26px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

#right .irailhead{
    padding:10px 0;
}

.irailhead a{
    font-size: 14px;
    color: #fff;
    margin-top: 4px;
    background: #b47896;
    border-radius: 12px;
    font-weight: 400;
    padding: 4px 8px;
    text-transform: capitalize;
}

.irailhead a:hover{
    opacity:.6;
}


#bottom-left .irailhead {
    padding: 10px 0;
}

.irailcontent {
    padding: 0px;
    text-align: left;
    font-size:14px;
}
.irailcontent a{
    font-size:19px;
}
.irailcontent a:hover{
 
}
.rss-item-date {
    font-size: 19px;
}
.rss-channel {
    display: none;
}
.zonewrap {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    min-height: 450px;
}

.news #news .irailhead:before {
    content: "\f1ea";
    font-family: fontawesome;
    color: #fff;
    text-align: center;
    font-size: 18px;
    background-color: #299926;
    line-height: 38px;
    width: 38px;
    border-radius: 100%;
    position: absolute;
    left: 11px;
    top: 5px;
}
.calendar #calendar .irailhead:before {
    content: "\f073";
    font-family: fontawesome;
    color: #fff;
    text-align: center;
    font-size: 18px;
    background-color: #299926;
    line-height: 38px;
    width: 38px;
    border-radius: 100%;
    position: absolute;
    left: 11px;
    top: 5px;
}
#news .irailcontent p {
    border-bottom: 1px solid #ddd;
    margin: 0;
    padding: 12px 0;
    line-height: 21px;
}


#calendar .irailcontent p {
    margin: 0;
}

#calendar .irailcontent .UpcomingEvents {
    border-bottom: 1px solid #ddd;
    margin: 0;
    padding: 12px 0;
    line-height: 21px;
}
#calendar .irailcontent .UpcomingEvents:last-child {
    border-bottom: none !important;
}
#news .irailcontent p:last-child {
    border-bottom: none;
}

.news, .calendar {
    padding: 0 18px;
}

.LatestNewsItemDate {
    display: block;
}
.bottom-left-out {
    background: #EDEEF0;
    padding: 60px 0;
    border-top: 1px solid #e3e6f0;
    border-bottom: 1px solid #e3e6f0;
    display:none;
}

.bottomcontentarea-out {padding: 0 ;}

.bottomcontentarea-out .container{width:100%; padding:0;}

/*link columns styles*/

#linkListOut { padding: 60px 0; background: #f1f1f1;}


.linkCol a {
    display: block;
    text-align: center;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 400;
}
.regImg img {
    border-radius: 20px;
}

#linkListOut .myContainer {
    border-bottom: 2px solid #e3cad7;
    padding-bottom: 60px;
}

#bottomcontentarea {
    background-color: #fff;
    padding: 0;
    margin-bottom: 0;
}
#bottom-left .irailcontent {
    padding: 15px;
}

#FooterContentArea {
    background-color: #f1f1f1;
    height: auto;
    border-top: none;
    min-height: 35px;
    padding: 0px 0 60px;
    color: #3b393b;
    font-size: 20px;
} 
#FooterContentArea p {
    line-height: 30px;
}


#FooterContentArea h3 { color: #3b393b; margin-bottom: 10px; font-size: 26px; text-transform: uppercase;}

#col1 img { margin-bottom: 20px;}

#col3 {
 
}

#col3 .formbutton {
    background-image: url(https://cdn.ymaws.com/npwh.site-ym.com/graphics/btnbgfoot.png);
    background-color: #fff;
    color: #02AE9D;
    background-repeat: no-repeat;
    margin-bottom: 20px;
}

.footsocial a {
    font-size: 36px;
    margin-right: 10px;
}


.footBTN {
    display: inline-block;
    border: 2px solid #003882 ;
    border-radius: 25px;
    padding: 15px 30px;
    width: 252px;
    text-align: center;
    margin-top: 40px;
}

.footBTN:hover{
    background: #003882 ;
} 

#icopyright {
    background-color: #b47896;
    padding: 12px 10px;
}

#copyright-inner {
    color: #fff;
    text-align: center;
    font-size: 85%;
}
#copyright-inner a {
    color: #fff;
    text-decoration:underline;
}
#copyright-inner a:hover{
    color:#003882;
}


#SpTitleBar {
    background: transparent;
    font-size: 32px;
    height: auto;
    padding: 10px;
    color: #333;
    text-transform: capitalize;
    font-weight: 600;
}

#SpContent {
    padding: 15px;
    width: 100%;
    table-layout: fixed;
}

#SpContent_Container {
    padding: 15px;
}
.breadCrumb {
	background: none transparent !important;
}
.breadCrumb ul {
    list-style: none;
}

.breadCrumb ul li {
    display: inline-block;
    height: 21px;
    line-height: 21px;
    position: relative;
}
#left {
  padding-top: 30px;
}
#right {
    padding-left: 15px;
	padding-top: 30px;
}



/* 0. Begin Template Styles */
/*********************************************/

a img {border:none;}


/* Toolbar & search styling */

.header-out {
    background: #fff;
    border-bottom: none;
    box-shadow: none;
    position: fixed;
    width: 100%;
    top: 55px;
    z-index: 22;
    box-shadow: 0 5px 5px rgb(0 0 0 / 10%);
}

#itoolbar {
    color: #333;
    width: auto;
    float: right;
    margin-right: 44px;
}

#itoolbar a {
    color: #af1372;
    text-decoration: none;
    white-space: nowrap;
    font-size: 16px;
    line-height: 33px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 0 10px;
}


#itoolbar a:hover {
    color:#888888;
}

#PrintPage img {
	display:none;
}


.FeaturedMemberTile a {
	display:block;
}

/* Slideshow styling */

#full-slider-wrapper
{
	width: 100% !important;
	height:0px!important;
	padding-bottom:32% !important;
}
.slide-panel
{
	width: inherit;
}
.slide-panel .active
{
	width: inherit;
}

/* Begin Hp/Sp zone styling */

.LatestNewsItemDate {
	display:block;
}

#RememberMe input {
	margin-right:5px;
}

#members img {
	margin-right:10px;
	margin-bottom:8px;
	}
#members .FeaturedMemberTile {
	font-size:11px;
	clear:both;
	display:block;
	margin-top:15px;
	}
#members .FeaturedMemberTile a {
	font-weight:bold; 
	margin: 5px 0; 
	font-size:12px;
	}

/* Subpage title and navbar styling */

#SpNavBar form {
    float: left;
}
#SpNavBar select {
    margin-right: 5px;
}
#SpNavBar {
   background: none repeat scroll 0 0 #FFFFFF !important;
    height: 30px;
    line-height: 23px;
    padding: 5px 10px;
}
#SpNavBar a {
   font-size: 11px;
   float:left;
   color: #000;
   margin: 0 5px;
}

#SpNavBar a:hover {
	color:#999;
	}
	
#SpNavBar img {
	margin-right:5px;
}
#SpSubHead
{
	width: 100%;
	margin:0 auto;
}
#GroupPagesMenuLink
{
	float: left;
}
#GroupMoreMenuLink
{
	float: left;
}

/* These are bars in member pg content + */

.datagrid1 tr.header td
{
    background-color: #888;
    color: #fff;
    font-size: 14px;
    font-weight: 600 !important;
    text-transform: uppercase;
    border-top: none;
    border-bottom: none;
    height: auto;
    line-height: normal;
    padding: 8px 5px;
}
.datagrid1 tr.header a
{
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
	padding: 8px 5px;
    font-weight: 600 !important;
}
.datagrid1 tr.header a:hover
{
    text-decoration: none;
    color: #ccc;
    background-color: transparent;
    font-size: 14px;
    text-transform: uppercase;
}

.datagrid1 tr.item td
{
    background-color: #ebebeb;
	padding:5px;
}

.datagrid1 tr.altitem td
{
    background-color: #fff;
	padding:5px;
}
.datagrid1 td {
	height:auto!important;
}
.ForumSubject {
    font-size: 12px !important;
}
.FormTable1 th
{
    background-color: #888;
    color: #fff;
    font-size: 14px;
    font-weight: 600 !important;
    text-transform: uppercase;
    border-top: none;
    border-bottom: none;
    height: auto;
    line-height: normal;
    padding: 8px 5px;
}
.FormTable1 th a
{
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
	padding: 8px 5px;
    font-weight: 600 !important;
}
.FormTable1 th a:hover
{
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600 !important;
	color: #ccc;
	padding: 8px 5px;
    background-color: transparent;
}

.FormTable1 tr td {
    padding-bottom: 10px;
}

/* These are bars in latest news & calendar content + */

ViewTable1 {
    margin-bottom: 10px;
}

.ViewTable1 th
{
    background-color: #888;
    color: #fff;
    font-size: 14px;
    font-weight: 600 !important;
    text-transform: uppercase;
    border-top: none;
    border-bottom: none;
    height: auto;
    line-height: normal;
    padding: 8px 5px;
}
.ViewTable1 th a
{
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    font-weight: 600 !important;
    text-transform: uppercase;
}
.ViewTable1 th a:hover
{
    color: #ccc;
    font-size: 14px;
    text-decoration: none;
    font-weight: 600 !important;
    text-transform: uppercase;
}

.ViewTable1 tr td {
    padding: 6px 0;
}

/* Button & Callout Styling */

.specialContent, .specialcontent, .SpecialContent
{
    background-color: #ebebeb;
    border: 0 none;
}
.formbutton
{
    background-color: #f1f1f1;
    border-radius: 20px 20px 20px 20px;
    font-size: 16px;
    font-weight: bold;
    width: 209px;
    border: none;
    color: #C77999;
    cursor: pointer;
    height: auto;
    line-height: normal;
    padding: 12px 34px !important;
    text-align: left;
    display: inline-block;
    position: relative;
    background-image: url(https://cdn.ymaws.com/npwh.site-ym.com/graphics/btnbg.png);
    background-repeat: no-repeat;
    background-position: right center;
    -webkit-filter: drop-shadow(0px 0px 0px rgba(255,255,255,0.80));
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.col {
    padding-right: 20px;
}

.formbutton:hover {
    opacity: .6;
    background: #f1f1f1;
    background-image: url(https://cdn.ymaws.com/npwh.site-ym.com/graphics/btnbg.png);
    background-position: right;
    background-repeat: no-repeat;
}

.formbutton::before {
    content: " ";
    width: 50px;
    height: 30px;
    position: absolute;
    right: 0;
}


#sp-main .formbutton{
    background-color: #fff;
    background-image: url(https://cdn.ymaws.com/npwh.site-ym.com/graphics/btnbghero.png);
}


.calloutbox, .infobox
{
    background-color: #ebebeb;
    border: 1px solid #ddd;
    padding: 12px 15px;
	border-radius: 4px;
}
#WallPostTable {
    background-color: #F0F0F0;
    border: 1px solid #F0F0F0 !important;
	margin-top:10px;
}
#classyears .bigyear {
    background: none repeat scroll 0 0 #888 !important;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
	text-transform:uppercase;
    margin-left: 0;
    padding: 8px 5px;
	height:auto;
	line-height:normal;
}
#classyears .bigyear a {
	color:#fff; 
    font-size: 14px !important;
    font-weight: 600 !important;
	text-transform: uppercase !important;
}
#classyears .bigyear a:hover {
	color:#005cb9; 
    font-size: 14px !important;
    font-weight: 600 !important;
	text-transform: uppercase !important;
	}

#classyears .main {
    background: none repeat scroll 0 0 #FFFFFF;
    border: none !important;
    font-size: 14px;
    height: 100%;
}
#frmWallPost #btnSubmitWallPost {
    font-size: 14px;
    font-weight: bold;
    height: auto;
    margin-top: 4px;
    padding: 13px 27px !important;
    color: #AF1372;
    background-color: #fff;
    background-image: url(https://cdn.ymaws.com/npwh.site-ym.com/graphics/btnbghero.png);
}


#strWallText, #ctl00_PageContent_ctl01_txtWallText {border:1px solid #ccc!important;}

#ctl00_PageContent_ctl01_txtWallText {margin-bottom:5px;}
#ctl00_PageContent_fpb_pForumsQuickSearch {margin: 0 25px 0 6px !important;}

/* TabBar Styling (Search and Member Profile)  */
				   
.TabBar div.activeTab a, .TabBar div.activeTab a:hover 
{
    background-color: #af1372;
    color: #fff !important;
    padding-bottom: 3px;
    padding-top: 2px;
}
.TabBar div a {    background-color: #E2098C;
    color: #fff;}

.TabBar div a:hover {background-color: #af1372;   color: #fff;}

.label {
    color: #000;
}
.TabBar {
    border-bottom: 1px solid #aaa;
}
#Calendar th.Head 
{
  font-size: 18px;
 padding: 5px;
 text-align:center;
}
#Calendar th {
 text-align:center;
}

.MemberControlPanel:hover,.MemberControlPanel_Container:hover {
}
.MemberControlPanel_Container:hover {
    min-height:45px;
    padding: 7px 7px 9px;
    background-color: #F0F0F0;
    border: 1px solid #F0F0F0 !important;
}
.CaptchaQuestion {
    white-space: normal;
}

/* Begin Custom Form Styles */

#CustomFormPager .current, #CustomFormPagerLegend .current {
    background-color: #000000;
}
 
#CustomFormPager .invalid, #CustomFormPagerLegend .invalid {
    background-color: #FB5252;
}
 
#CustomFormPager .valid, #CustomFormPagerLegend .valid {
    background-color: #8AEB8A;
}
#CustomFormPager div, #CustomFormPagerLegend div {
    border: 1px solid #333333;
    cursor: pointer;
    display: inline-block;
    height: 16px;
    line-height: 16px;
    margin: 3px;
    padding: 3px;
    text-align: center;
    vertical-align: middle;
    width: 16px;
}
#CustomPageBody {
	width: auto;
	clear:both;
}
#full-slider-nav-left {
	margin-top:15%;	
}

#full-slider-nav-right {
	margin-top:15%;	
}
#DisplayCurrMenu_c {
    left: -60px !important;
}

#GalleryFormsPanel {
    max-width: 680px;
    width: 100% !important;
}

#JournalEntryFormPanel {
    max-width: 640px;
    width: 100% !important;
}

#JournalEntryFormPanel_c {
    left: 40px !important;
}

#ctl00_PageContent_isTwitterEnabled {
    max-width: 400px;
    width: 100% !important;
}

.DescriptionPanel.yui-module.yui-overlay.yui-panel {
    max-width: 350px;
    width: 100% !important;
}

.FeaturedMemberTile {
    clear: both;
    min-height: auto;
    padding-bottom: 10px;
}

.FeaturedMemberTile a {
    display: block;
    margin-bottom: 5px;
}

.FeaturedMemberTile img {
    margin-bottom: 10px;
    margin-right: 10px;
}

#tblBasicSearch td, .FormTable1 td {
    text-align: left;
}

.redalert {
    color: #d9534f;
}

.mtop-0 {margin-top: 0px;}
.mtop-5 {margin-top: 5px;}
.mtop-10 {margin-top: 10px;}
.mtop-15 {margin-top: 15px;}
.mtop-20 {margin-top: 20px;}
.mtop-25 {margin-top: 25px;}
.mbottom-0 {margin-bottom: 0px;}
.mbottom-5 {margin-bottom: 5px;}
.mbottom-10 {margin-bottom: 10px;}
.mbottom-15 {margin-bottom: 15px;}
.mbottom-20 {margin-bottom: 20px;}
.mbottom-25 {margin-bottom: 25px;}
.mbottom-30 {margin-bottom: 30px;}
.mright-5 {margin-right: 5px;}
.mright-10 {margin-right: 10px;}
.mright-15 {margin-right: 15px;}
.mright-20 {margin-right: 20px;}
.mright-25 {margin-right: 25px;}
.mleft-5 {margin-left: 5px;}
.mleft-10 {margin-left: 10px;}
.mleft-15 {margin-left: 15px;}
.mleft-20 {margin-left: 20px;}
.mleft-25 {margin-left: 25px;}
.ptop-15 {padding-top: 15px;}
.pleft-15 {padding-left: 15px;}
.pright-0 {padding-right: 0;}
.pleft-0 {padding-left: 0;}

.securesubmit{display:none;}
#SearchForm input {
    float: left !important;
    width: 100% !important;
    height: 40px;
}
#SearchForm .ui-widget input{
    background:#fff;
}    
#SearchForm td {
    width: 100%;
    float: left;
    margin-bottom: 2%;
}
#SearchForm input {
    float: left !important;
    width: 100% !important;
   
}

 #SearchForm td {
    width: 100%;
    display: block;
}
#SearchForm .formbutton, #SearchForm #SearchForm_bst, #SearchForm .small {
    width: 100%;
}
#SearchForm .formbutton {
	margin-bottom:10px;
}

.myContainer{margin:0 auto; display:table; padding:8px;}


@media (min-width:768px){.container{width:750px} .myContainer{width:750px}}
@media (min-width:960px){.container{width:900px} .myContainer{width:900px}}
@media (min-width:1250px){.container{width:1200px} .myContainer{width:1200px}}
@media (min-width:1450px){.container{width:1400px} .myContainer{width:1400px}}

@media (max-width: 1449px) {
    #itoolbar { color: #333; }
    .captionWrap {width: 81%;}
    .carousel-caption {right: 30%; top:50%;}
}

@media (max-width: 1249px) {
    .captionWrap {width: 86%;}
    .captionWrap h1 {font-size: 40px;}
    .bCtaBtn .formbutton { width: 100%; padding-left: 34px !important; font-size: 14px; max-width: 200px;}
    .captionWrap p {font-size: 20px;}
    .bCtacol {width: 50%; margin-bottom: 60px;}
    .irailhead{font-size: 22px;}
    .irailhead a{margin-top: 0; font-size:12px;}
}

@media (max-width: 991px) {
    .MemberControlPanel {
        width: 100%;
    }
    #CustomFormForm th, #CustomFormForm td, .CustomFormTable th, .CustomFormTable td {
        display: block;
        width: 100% !important;
    }
    #CustomFormForm th label {
        width: 100% !important;
    }
    #CustomFormForm td input[type="text"], #CustomFormForm td select, #CustomFormForm td textarea, .CustomFormTable td input[type="text"] {
        width: 100% !important;
    }
    .CustomFormTable .nameRow input[type="text"] {
        margin-bottom: 15px;
    }
    .quicklinks a{height: auto; line-height: 32px;}
}




@media (max-width: 959px) {
       
#hp-main .irailhead{font-size: 18px;}    
.navbar-left {margin-top: -60px;}
#itoolbar a{font-size:12px;} 
.regCont h2 { font-size: 28px;}
p.date {font-size: 20px;} 
.regCont {font-size: 16px;}
.regCont .formbutton {margin-top: 20px;}
.irailcontent a {font-size: 16px;}    
.rss-item-date {font-size: 16px;}
.irailhead a {font-size: 10px; margin-top: 0;}
.formbutton {width: 100%; max-width: 230px;}  
#FooterContentArea{font-size:16px;}
#FooterContentArea h3{font-size:22px;}    
.ctaPara p{font-size:16px;}
    
#SearchForm #SearchForm_bst {
    width: 95%;
}
#SearchForm .formbutton {
    margin-right: 5px;
}
.tagline {
    font-size: 14px;
}
.navbar-nav li a {
    padding: 0px 11px;
    font-size: 15px;
    line-height: 54px;
}
}


@media (max-width: 767px) {
    #hp-main, #sp-main{padding-top:0;}
    .myContainer{padding:15px;}
    .toolbar-out{position: inherit;}
    #itoolbar_bg{height:auto; margin-right: 0;}
    .header-out{position: inherit;}
.headSocial {
    left: auto;
    top: 16px;
  }
     .headSocial a {
    margin-left: 6px;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    line-height: 36px;
    padding: 0;
    font-size: 18px;
  }
.logo {
    max-width: 260px;
    top: 14px;
  }
    .mainmenu-out{position: inherit;}
    .navbar-toggle{margin-top:-44px;}
    .carousel-caption {right: 0; top: 50%;}
    .captionWrap h1 {font-size: 30px; text-align: center;}
    .captionWrap p { display: none;}
    .captionWrap .formbutton{margin: 16px auto 0; display: block; font-size: 14px; max-width: 200px;}
    .ctaWrap {margin-bottom: 40px;}
    .hp-left-out{background-size:cover;}
    #hp-left .col-sm-6 { padding: 20px 0;}
    .linkCol { margin-bottom: 40px;}
    .regImg { padding: 30px;}
    .regCont {padding: 30px;}
    .zonewrap{min-height:auto;}
    .mainmenu-out {
        background: #299927;
        border-top: none;
    }


    #isearch {
        height: auto;
        min-height: 35px;
        position: inherit;
        right: auto;
        background: transparent;
    }

#isearch .btn {
    padding: 0 10px;
    font-size: 18px;
    background-color: transparent;
    border-color: transparent;
    color: #434243;
    border-radius: 2px;
}

#isearch .btn:hover{
	background-color:transparent;
	border-color:transparent;
	color:#888;
	}
	
#isearch .input-group {
    margin-top: 5px;
    width: 100%;
}

#isearch .form-control {
    font-size: 11px;
    height: 25px;
    padding: 3px 8px;
    border: none;
    border-radius: 0;
    background: #fff;
    box-shadow: none;
}

#isearch input[name="bst"] {
    background: #f1f1f1;
    border: none;
    background-size: 20px;
    box-shadow: none;
    color: #e1e5ef;
    cursor: pointer;
    font-size: 11px;
    font-style: italic;
    font-weight: 400;
    height: 37px;
    padding-left: 28px;
    width: 100%;
}    
 #isearch .input-group-btn {
    display: table-cell;
    position: relative;
    font-size: 0;
    white-space: nowrap;
}   
#isearch input[name="bst"]:focus{ background: #f7f7f7; width: 100%;  padding-left: 28px; }
    
.islideshow-out { margin-top: 0; background-attachment: inherit; background-position: center 0;}    
    .head-social {
        top: auto;
        transform: inherit;
        bottom: -47px;
        left: 0;
        right: auto;
    }
    .social-icon{color:#fff;}
    
    .headSocial {
    top: 16px !important;
    right: 0 !important;
    margin-right: 0 !important; 
}
    
    
    #col1 img { margin: 0 auto 20px;}
    .col {margin-bottom: 40px;}
    #col3 {text-align: center;}
    #isearch .form-control{    height: 35px;}
    
    #itoolbar {color: transparent; width: 100%; margin-right: 0;}
    
    #sp-main{padding-top:0;}
    
    #login{
        border-left:none;
    } 
    
.container {
    padding-left:15px;
    padding-right: 15px;
    }
.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 {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

.row {
    margin-right: -15px!important;
    margin-left: -15px!important;
}
.FormTable1 td {
        display: block;
        width: 100%;
}
.navbar-nav {margin:0; width:100%;}
    
.navbar-collapse {background-color:#E2098C; box-shadow:0 2px 3px -2px #333;}
    
.navbar-nav>li>a { color:#fff; padding:10px 13px; border-radius:0; box-shadow:none; border-top:none; line-height: 20px}
    
.navbar-nav>li>a:hover,
.navbar-nav>li>a:focus{   
    background-color: #AF1372;
    color: #fff;}
    
.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus{background-color: #AF1372; color: #fff;}
   
.navbar-nav .open .dropdown-menu > li > a{
    color:#fff;
    }
.navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-nav .open .dropdown-menu > li > a:focus  {
    background-color: #AF1372;
} 
	
.caret.navbar-toggle.sub-arrow {margin-top: 0;}	
    
    
#ContextualHelp {
    width: 100% !important;
}
    
#hp-main .zone { height:auto;}
       
.tagline {
    float: none;
    margin: 0 auto 5px;
    font-size: 14px;
    text-align: center;
}

	#bottom-left .irailcontent {
    padding: 15px;
}
    
#FooterContentArea{
    text-align: center;
}
    
#col2{ border-left:none; margin-bottom: 35px; }
#col3 { border-left:none; border-right:none;}
.footSocial { transform: translateX(-50%); left: 50%; right: auto;}

}

@media (max-width: 600px) {
    .productNameList {
     word-break: break-all;
}

#ctl00_PageContent_divUpload .nonresponsive td {
        float: left;
        width: 100%;
}
}

@media (max-width: 480px) {

 .logo {
    max-width: 240px;
    top: 74px;
  }

.carousel-indicators{display:none}
.captionWrap h1 {font-size: 23px;text-align: center;}
.captionWrap .formbutton { margin: 16px auto 0; display: block; font-size: 14px; max-width: 200px; padding: 7px 34px !important;} .bCtacol { width: 100%;}
    
    
    
.centerfootnav a { display:block; margin: 0 0 20px 0;}

    
.FormTable1 td input[type="text"], .FormTable1 td select, .FormTable1 td textarea {
            width: 100%!important;
}
.FormTable1 td .calloutbox input[type="text"] {
        width: auto!important;
}
#CustomFormForm th label {
        width: 100% !important;
        max-width: 280px;
}
#itoolbar {
    color: transparent;
    text-align: center;
}
    
.tagline {
    display: none;
}

}

@media (max-width: 320px) {

}