/*
Theme Name:         Reverie
Theme URI:          http://themefortress.com/reverie/
Description:        Reverie is a versatile HTML5 responsive WordPress framework based on ZURB's Foundation.
Version:            3.2.0
Author:             Zhen Huang
Author URI:         http://themefortress.com/

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

/* -------------------------------------------------- 
   Table of Contents
-----------------------------------------------------
:: Customized Adjustments of Foundation for WordPress
:: Styling Basic WordPress Outputs
:: Customize Foundation Style Pagination for WP-Pagenavi
:: Customize for BuddyPress
:: Your Customized Style
*/

/* ---------------------------------------------------
   Customized Adjustments of Foundation for WordPress
--------------------------------------------------- */
 
	/* Foundation-specific presentation CSS by ZURB */
	div.reverie-header { margin: 0 0 20px 0; padding: 20px 0 0 0; border-bottom: solid 1px #ccc; }
	div.reverie-header h1 { font-weight: 500; margin-bottom: 0; padding: 0; }
	div.reverie-header h1 a { color: #181818; }
	div.reverie-header h1 a:hover { color: #181818; }
	
	@media handheld, only screen and (max-width: 767px) {
	header { position: relative; }
	header .subheader { margin-bottom: 0; }
	header .menu-action { float: left; position: relative; top: 1px; margin-top: -12px; }
	header .menu-action .button.small { padding: 8px; }
	header .menu-action .button.small svg { opacity: 0.5; }
	header h1 { font-size: 27px; font-size: 2.7rem; margin-bottom: 18px; }
	header h4 { font-size: 17px; font-size: 1.7rem; }
	
	
	}

/* -----------------------------------------
   Styling Basic WordPress Outputs
----------------------------------------- */
	
	/* Global */
	h1, h2, h3, h4, h5 { font-family: 'Roboto Slab' }
	p{
	font-family: 'PT Sans Narrow', sans-serif;
	font-size:16px;
	line-height:24px;	
	color:#646464;
	}
	ul, li{
		color:#646464;
	}

	/* Add Divider for Listed Posts */
	.post-divider { background:url(images/divider.png) no-repeat center top; height:36px; margin:20px 0 27px; }	
	
	/* Add Class for Images */
	img.alignright { float: right; margin: 0 0 18px 18px; }
	img.alignleft { float: left; margin: 0 18px 18px 0; }
	img.aligncenter { display: block; margin: 18px auto; }
	
	/* Add HTML5 Class for Images */
	figure {
		margin-bottom: 17px;
	}
	figure img {
	height: auto;
	border: 1px solid #DDD;
	margin: 0 auto;
	display: block;
	box-shadow: 0px 2px 10px #ddd;
	-moz-box-shadow: 0px 2px 10px #ddd;
	-webkit-box-shadow: 0px 2px 10px #ddd;
	border-image: initial;
	}
	
	/* Add HTML5 Caption Class for Images */
	figure.figure {	margin: 0 auto;	-webkit-border-radius: 3px;	-moz-border-radius: 3px; display: inline-block; }
	figure.figure figcaption { padding: 8px 10px; font-size: 13px; font-size: 1.3rem; line-height: 18px; color: #555; }
	figure.alignright.figure { float: right; margin: 0 0 18px 18px; }
	figure.alignleft.figure { float: left; margin: 0 18px 18px 0; }
	
	/* Sidebar Adjustment */
	.sidebar-section { padding-bottom: 10px; padding-top: 20px;	font-size: 13px; font-size: 1.3rem; font-weight: normal; }
	
	/* Footer Nav */
	.footer-section { padding-bottom: 10px; padding-top: 20px; font-size: 13px; font-size: 1.3rem; font-weight: normal; }
	.footer-nav li { display: block; float: right; padding-left: 3%; margin-bottom: 0; }
	
	/* Overwrite Off-Canvas Style */
	footer { background: #fff; color: inherit; padding: 10px 0; }
	.js [role="main"] { background: inherit; }
	.top-header { overflow: visible; }
	#content { padding-left: 0; }
	#sidebar { padding-right: 0; }
	
	/* Breadcrumb Adjustment */
	ul.breadcrumbs li span { padding-left: 3px; }
	ul.breadcrumbs li a { padding-left: 0; }
	
	/* Comment Textarea Adjustment */
	#respond textarea { height: 100px; }	

/*  -------------------------------------------------------
    Adjust Foundation 3 Pagination Style for WordPress
    ---------------------------------------------------- */ 
    
    ul.page-numbers { display: block; height: 24px; margin-left: -5px; }
    ul.page-numbers li {float: left; display: block; height: 24px; color: #999; font-size: 14px; margin-left: 5px; }
    ul.page-numbers li a { display: block; padding: 1px 7px 1px; color: #555; }
    ul.page-numbers li:hover a, ul.page-numbers li a:focus { background: #e6e6e6; }
    ul.page-numbers li.unavailable a { cursor: default; color: #999; }
    ul.page-numbers li.unavailable:hover a,ul.page-numbers li.unavailable a:focus { background: transparent; }
    ul.page-numbers li span.current { background: #2ba6cb; color: #fff; font-weight: bold; cursor: default; display: block; padding: 1px 7px 1px; }    
    
/*  ---------------------------
    :: Customize for BuddyPress
    --------------------------- */

	.padder label + textarea { margin-top: 0; }
	.padder #item-body #message-threads .thread-avatar img { max-width: 50px; }
	ul.item-list.activity-list li.new_blog_post { padding-bottom: 15px; }
    .padder select { display: inline-block; }
    .padder div.item-list-tabs { margin: 25px 0; }
    .padder form#whats-new-form textarea { height: 30px; }
    .padder .button { display: inline; }
    
	
body {
	background-image:url('/images/bright_squares.png');
}

h1 {
	font-size: 28px !important;
	line-height:30px;
	font-weight: bold !important;
	color:#fff;
}
.frs-caption-content div{
	color: #0a3f7d !important;
}
.frs-caption-content div h1,.page-template-page-home-php h1{
	font-size: 28px !important;
	line-height:30px !important;
	font-weight: bold !important;
	color: #0a3f7d !important;
}


h2 {
	font-size: 18px !important;
	font-weight: bold;
	color: #006699;
}

h1 a {
	color: #fff !important;
}

.centered {
	text-align: center;
}

#body-container {
	background-color: #fff;
	max-width: 940px;
	margin: 0 auto;
	border: 1px solid #bbb;
}

#top-bar {
	background-color: #e2eec7;
	margin-bottom: 25px;
	padding: 5px 0;
	text-align: right;
}

#header-container {
	margin-bottom: 25px;
	overflow: visible;
}

.bluebar {
	width: 100%;
	min-height: 46px;
	
	background-color: #0a3f7d;
}

#feature {
	background-color: #cee2a0;
	background-image: url('/wp-content/themes/reverie3/images/feature-bg.png');
	background-repeat: repeat-x;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 3px solid #014081;
	border-bottom: 3px solid #014081;
	-webkit-box-shadow: 0px 4px 7px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px 4px 7px rgba(50, 50, 50, 0.5);
	box-shadow:         0px 4px 7px rgba(50, 50, 50, 0.5);
}

#news-box {
	width: 100%;
	padding: 30px 15px;
	background:#efefef;
}

/*  --------------------------
    Search Form
    ----------------------- */
    
#searchform {
	margin-bottom: 0px;
	display: inline;
}

#searchform input[name=s] {
	font-size: 10px;
	width: 185px;
	height: 20px;
	margin: 0;
	display: inline;
	border: none !important;
}

#searchsubmit {
	color: #fff !important;
	font-size: 11px !important;
	background: none !important;
	border: none !important;
}

.header-links {
	font-size: 11px;
	margin-right: 25px;
}

.header-links a {
	color: #003a7e;
	padding: 0 15px;
}

/*  --------------------------
    Main Nav
    ----------------------- */
    
.top-nav {
	text-align: right !important;
}

.nav-bar {
	height: auto !important;
	background: none !important;
	margin-top: 20px;
	padding: 0;
}

.nav-bar > li {
	border-top: none;
	border-bottom: none;
	border-left: none;
	-webkit-box-shadow: none; 
	-moz-box-shadow: none;
	box-shadow: none;
	background-image:url('/images/dash.png');
	background-repeat:no-repeat;
	background-position:right center;
}

.nav-bar > li.has-flyout > a:first-child {
	padding-right: 15px !important;
}

.nav-bar > li:last-child {
	border: none; 
	-webkit-box-shadow: none; 
	-moz-box-shadow: none;
	box-shadow: none;
}

.nav-bar > li.active {
	background: none; 
}

.nav-bar > li.active > a {
	color: #006699;
}

.nav-bar > li.active:hover {
	background: #fff;
}

.nav-bar > li:hover {
	background: #fff;
}

.nav-bar > li a {
	color: #006699;
	font-weight: bold;
	border-right:0px;
}

.nav-bar > li.active {
	
}

.nav-bar > li a:hover {
	color: #9dc5d8;
}

.nav-bar > li ul {
	margin-bottom: 0;
}


.nav-bar > li.has-flyout > a:first-child:after {
	display: none !important;
}

.nav-bar > li.has-flyout > a.flyout-toggle {
	background: none !important;
}

.flyout {
	background: #fff;
	border: none;
	margin-left: 1px;
	margin-top: -1px;
	width: 250px;
	z-index: 50;
	text-align: left;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}

ul.flyout li, .nav-bar li ul li {
	border: none;
	text-shadow: none !important;
}

ul.flyout li a, .nav-bar li ul li a {
	background: none;
	border: none; 
	color: #006699; 
	font-size: 14px;
	font-weight: bold;
	padding: 10px 20px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

ul.flyout li a:hover, .nav-bar li ul li a:hover {
	background: none !important;
	color: #ed9346;
}

ul.flyout li.active, .nav-bar li ul li.active {
	border: none;
}

ul.flyout li.active a, .nav-bar li ul li.active a {
	background: #fff;
	border: none;
	color: #ed9346;
}
.nav-bar > li.active > a,.nav-bar > li.current-page-ancestor > a{
color:#ed9346;	
}



/*  --------------------------
    Feature Section
    ----------------------- */
    
#feature p {
	font-size: 20px;
	font-weight: bold;
	color: #313131;
	line-height: 1.5;
	text-shadow: 1px 1px 5px rgba(255, 255, 255, 1);
}

#feature em {
	color: #013e7f;
}

.feature-learnmore {
	font-size: 15px;
	font-weight: bold;
	color: #006699;
}

.feature-video {
}

/*  --------------------------
    Page Layout
    ----------------------- */
    
.post-box {
	margin-top: 30px;
	margin-bottom: 30px;
}

.post-box a {
	
}

.post-box ul {
	margin-left: 30px;
}

.post-box li {
	padding-bottom: 20px;
}

#news-box p {
	font-size: 16px !important;
	line-height:21px;
	font-style: normal !important;
	color: #202020;
}

#news-box a {

}

#news-box a:hover {
	
}

#news-box ul {
	list-style: none;
	margin-left: 0px;
	margin-bottom: 0px;
}

.news-box li {
	padding-bottom: 0px !important;
}

.latest-news-heading {
	font-size: 20px;
	font-weight: bold;
	color: #013e7f;
	margin-top: 0px;
	text-shadow: 1px 1px 5px rgba(255, 255, 255, 1);
}

.latest-news-date {
	font-weight: bold;
	color: #0a3f7d;
}

.post-date {
	font-weight: bold;
	padding-bottom: 10px !important;
}

.key {
	border: 1px solid #ddd;
	padding: 15px;
}

.key p {
	padding-left: 40px;
}

.has-choice {
	width: 30px;
	height: 30px;
	position: absolute
}

.yes {
	background-color: #A5C362;
}

.no {
	background-color: #888888;
}


/*  --------------------------
    Footer
    ----------------------- */
    
#twitter-widget-0 {
	width: 100% !important;
}
    
.signup-container {
	background: #efefef;
}

#mc_embed_signup form {
	padding: 0px !important;
}

#mc_embed_signup .mc-field-group {
	width: 100% !important;
}
    
.footer-nav {
	text-align: center;
	padding-top: 12px;
	padding-bottom: 5px;
}
    
.footer-nav li {
	display: inline;
	float: none !important;
	border-left: thin solid #9dc5d8;
	padding-right: 3%;

}

.footer-nav li:first-child {
	border: none !important;
}

.footer-nav li a {
	color: #fff !important;
}

.footer-nav li a:hover {
	color: #9dc5d8 !important;
}

.copyright {
	padding-top: 15px;
	padding-bottom: 20px;
}

div.iire_social_lite_shortcode {
	margin-left: auto;
}


/*  --------------------------
    Accordion
    ----------------------- */
    
#accordion {
	margin-bottom: 30px;
}
    
.ui-widget-content a {

}

.ui-widget-content a:hover {

}

.ui-accordion .ui-accordion-header {
	margin-top: 10px !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	border: 1px solid #ccc;
	background: #f6f6f6 url(images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;
	font-weight: bold;
	color: #1c94c4;
}
    
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
	border: 1px solid #1c94c4 !important;
	background: #fdf5ce url(images/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x;
	font-weight: bold;
	color: #1c94c4 !important;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
	border: 1px solid #1c94c4 !important;
	background: #fff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
	font-weight: bold;
	color: #1c94c4 !important;
}


/*  --------------------------
    Survey
    ----------------------- */

#wpss_survey .form-container {
	width: 100% !important;
	background-color: #fff !important;
	border: none !important;
}

#wpss_survey .form-panel fieldset {
	width: 100% !important;
}

#wpss_survey .wpss_radio {
	margin: 30px 0 10px 0 !important;
}

#wpss_survey h2 {
	display: none !important;
}


/* Social Media Bar */

div.iire_social_lite_shortcode {
	height: auto !important;
}

#toolTip {
	min-width: 10px !important;
}

.timeline-header {
	background: #cee2a0 !important;
}


/* COWLEY OVERRIDE! */
.home_slideshow{
padding:0px;	
height:320px;
}
.frs-slideshow-container#home-pagepjc{
margin-top:0px !important;	
}
.frs-slideshow-container#home-pagepjc .frs-wrapper .frs-caption{
padding:0px;	
}
.frs-slideshow-container#home-pagepjc .frs-slide-img img{
width:70% !important;
height:auto;
left: 30% !important;
margin-top:-50px !important;
}
.frs-slideshow-container#home-pagepjc .frs-slide-img-wrapper{
text-align:right;	
}
.frs-slideshow-container#home-pagepjc .frs-caption-outer{
background-image:url('/images/left_side_tri.png') !important;
background-repeat:no-repeat;	
}
.frs-slideshow-container#home-pagepjc h4{
display:none;	
}
.frs-slideshow-container#home-pagepjc .frs-caption-content p{
text-shadow:none !important;
font-size:16px !important;
line-height:22px !important;
color:#fff !important;
}
.frs-slideshow-container#home-pagepjc .frs-caption-button a{
position:absolute;
bottom:20px;
left:230px;
background:#ed9447;
border-radius:0px;	
padding-left:20px;
padding-right:20px;
padding-top:5px;
padding-bottom:5px !important;
width:160px;
text-align:center;
font-size:16px;
line-height:18px;
}
.frs-slideshow-container#home-pagepjc .frs-caption-button a span:hover{
background:none;	
color:#fff;
}
.frs-slideshow-container#home-pagepjc .frs-caption-button a:hover{
	background:#fdbb83;
}
.frs-slideshow-container#home-pagepjc .frs-caption-button a:hover span{
background:none;	
color:#fff;
}
.frs-slideshow-container#home-pagepjc p.frs-caption-button.frs-buttonskin-white a span{
padding:0px !important;
border:0px !important;
border-radius:0px !important;
white-space:normal;
}

.frs-slideshow-container#home-pagepjc .frs-bullets-wrapper{
width:20% !important;
right:0px;	
bottom:30px;
}
#feature{
	background:none;
	padding:0px;
	border:0px;
	box-shadow:none;
	-webkit-box-shadow:none;
}
.frs-slideshow-container#home-pagepjc .frs-slider-nav{
display:none !important;	
}

/* */
#header_top{
	background-image:url('/images/full_header.png');
	background-repeat:no-repeat;
	background-position:center top;
	height:180px;
	padding-bottom:170px;
}
.nav-bar > li a{
color:#f8cd70;
padding-left:10px !important;
padding-right:10px !important;
}
.nav-bar > li a:hover{
	color:#ed9447;
}
ul.flyout li a, .nav-bar li ul li a{
	color:#0a3f7d;
	font-size:18px;
}
ul.flyout li a:hover, .nav-bar li ul li a:hover{
	color:#ed9447;
}

.nav-bar > li a.flyout-toggle{
border-right:0px;	
}
.nav-bar > li{
float:none;
display:inline-block;	
border-right:0px;
margin-left:-5px;
}
.nav-bar > li#menu-item-19 a{
border-right:0px;	
}
.nav-bar > li.has-flyout > a:first-child{
padding-right:10px !important;	
}
.nav-bar{
text-align:right;	
}
.nav-bar > li > a:first-child{
font-size:18px;	
}
#menu-item-19{
background-image:none;	
}
#search{
position:absolute;
top:20px;
right:30px;
}
#header_inner{
width:940px;
margin-left:auto;
margin-right:auto;	
position:relative;
}
#header-container{
padding-top:40px;	

}

.logo img{
	
}
#body-container{
box-shadow:0px 10px 10px rgba(50, 50, 50, 0.3);
-webkit-box-shadow:0px 10px 10px rgba(50, 50, 50, 0.3);	
}
.thumb img{
width:100%;
height:auto;	
}
.thumb{
width:40%;	
}
#mytabs h5{
padding-top:0px;
margin-top:0px;	

}
#mytabs a{
	color:#ec9246;
}
#twitter-widget-0{
height:470px !important;	
}
#mytabs.ui-widget-content,#mytabs .ui-widget-content{
	background:none !important;
	border:0px;
}
#mytabs .mynav li{
width:30%;

display:inline-block;	
background:#ec9246;
color:#fff;
border-radius:0px;
border:0px;
padding-bottom:0px;
text-align:center;
}
#mytabs .mynav li a{
	padding-top:10px;
padding-bottom:10px;

color:#fff !important;
display:block;
font-size:16px;
}
#mytabs .mynav li.ui-state-active{
	background:#0a3f7d;
}
#mytabs .mynav{
padding-bottom:15px;	
}
#mytabs{
font-family: 'PT Sans Narrow', sans-serif;	
}



#mytabs .mynav{
padding-left:0px;
margin-left:0px;	
background:none;
border:0px;
}
.cow_block{
border:1px dashed #d4d4d4;
text-align:center;	
margin-bottom:20px;
padding-top:10px;
padding-bottom:15px;
}
.cow_block p{
padding-left:10%;
padding-right:10%;
text-align:left;	
}
.cow_block h6{
	padding-left:10%;
padding-right:10%;
text-align:left;	
}

.gogo{
text-align:right;
padding-top:10px;	
padding-right:10%;
}
.cow_block.first h6{
text-align:center;	
}
.cow_block.dark{
background:#f4f4f4;
border:0px;
padding-left:10%;
padding-right:10%;	
}
.cow_block.dark.light{
background:none;	
}
.cow_block.dark h6,.cow_block.dark p{
padding:0px;	
}
h6{
color:#0a3f7d;
}
.qlink h5{
font-size:20px;
	line-height:22px;
	padding-bottom:0px;
	margin-bottom:5px;	
}
.qlink.q1 h5{
	color:#ec9246;
}
.qlink.q2 h5{
	color:#0a3f7d;
}
.qlink.q2,.qlink.q2 h5, .qlink.q2 p{
text-align:right;	
}
.qlink.q3 h5{
	color:#a5c362;
	
}
.qlink  table{
width:100%;
border:0px;	
margin-bottom:5px;
}
.qlink  td{
	width:60%;
	vertical-align:middle;
	padding:0px;
}
.qlink.q2 .td2,.qlink.odd .td1{
	width:20%;
}
.qlink.q2 .td2{
text-align:right;	
}

#hfaq{
margin-bottom:20px;	
}
.daicons .horizontal{
    display: inline-block;
    float: none !important;
}
div.iire_social_lite_shortcode{
width:auto !important;
height:auto !important;	
}
div.iire_social_lite_shortcode .sp5{
margin:0px;	
}
.latest-news-title a{
font-weight:800;	
}
.page-id-1529 #accordion{
	opacity:0;	
	transition:opacity ease .4s;
}
.page-id-1529 #accordion.show{
	opacity:1;	
	
}
.page-id-1529 #accordion ul li{
	list-style:none;
	padding:0px;
	margin:0px;
	list-style-image:none;
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
}
.page-id-1529 #accordion ul{
padding:0px;
margin:0px;	
}
.page-id-1529 #accordion .ui-accordion-content{
padding:0px;	
padding-bottom:15px;
}

.page-id-1529 #accordion ul li ul{
max-height:0px;	
overflow:hidden;
transition:all ease .4s;
background:#fff;
border-left:1px solid #d4d4d4;
border-right:1px solid #d4d4d4;
	border-bottom:0px solid #d4d4d4;
}
.page-id-1529 #accordion ul li.active ul{
max-height:5800px;	

border-left:1px solid #d4d4d4;
border-right:1px solid #d4d4d4;
	border-bottom:1px solid #d4d4d4;
	padding-bottom:20px;
}
.page-id-1529 #accordion ul li.active ul li ul{
	max-height:0px;	
	background:#fff;
	border:0px;
	padding:0px;
}
.page-id-1529 #accordion ul li.active ul li.active ul{
	max-height:5800px;
	
border-left:1px solid #d4d4d4;
border-right:1px solid #d4d4d4;
	border-bottom:1px solid #d4d4d4;
	padding-bottom:20px;	
}
.page-id-1529 #accordion ul li p{
	font-family: "PT Sans Narrow",sans-serif;
	margin-top:15px;
	margin-bottom:0px;
}
.page-id-1529 #accordion ul li{
font-family: "PT Sans Narrow",sans-serif;
	
}

@media handheld, only screen and (max-width: 767px) {
	#home-pagepjc.frs-slideshow-container .frs-slide-img img{
	
	width:auto !important;
	height:100% !important;	
	margin-top:0px !important;
	}
	
	.frs-caption-content{
	width:300px !important;	
	}
}

@media handheld, only screen and (max-width: 500px) {
#home-pagepjc.frs-slideshow-container .frs-caption{
	background-image:url('/images/black_pix.png')  !important;
	padding:0px !important;
	}
	#home-pagepjc.frs-slideshow-container .frs-caption-outer{
	background-image:none !important;	
	padding:0px !important;
	}
	#home-pagepjc.frs-slideshow-container h1{
	color:#fff !important;
	text-align:center !important;	
	}
	#home-pagepjc.frs-slideshow-container .frs-slide-img img{
	left:0px !important;
	width:auto !important;
	height:100% !important;	
	margin-top:0px !important;
	}
	.frs-slideshow-container#home-pagepjc .frs-caption-button a{
	display:none;	
	}
	#header_inner .five.columns, #header_inner .seven.columns{
	padding-left:0px;	
	}
	.nav-bar{
	padding-top:20px;	
	}
	
	.logo{
	text-align:center;	
	}
	.logo img{
	width:80%;	
	padding-top:10px;
	}

}

@media handheld, only screen and (max-width: 767px) {
	#header_inner{
	width:100%;	
	}
	#header_top{
	padding:0px;
	height:auto;	
	}
	
	
	.five.columns,.seven.columns{
	margin-left:auto;
	margin-right:auto;	
	padding:0px;
	padding-left:15px;
	}
	#body-container{
	box-shadow:0px;
	border:0px;	
	}
	.nav-bar > li{
	display:inline-block;
	width:100%;	
	border-right:0px;
	}
	.nav-bar > li a{
	border-right:0px;	
	}
	#header-container{
	margin-bottom:0px;	
	}
	.nav-bar{
	text-align:center;	
	margin-top:10px;
	}
	.nav-bar > li a{
	color:#0a3f7d;
	border-right:0px;
	
	}
	.nav-bar > li.has-flyout > a:first-child{
		z-index:3 !important;
	position:relative !important;
	display:inline;
	}
	.nav-bar > li.active{
	border-right:0px;	
	}
	#mytabs .mynav li{
	width:100%;	
	}
	.nav-bar > li{
	margin-left:0px;	
	}
	.nav-bar > li.has-flyout > a.flyout-toggle{
	width:100%;	
	}
	.flyout{
	text-align:center;	
	padding-bottom:10px;
	}
	#search{
	position:relative;
	left:0px;
	top:0px;
	width:100%;
	text-align:center;	
	padding-top:10px;
	}
	#header-container{
	padding-top:0px;	
	text-align:center;
	}
	
		.daicons{
	position:static;
	width:100%;
	text-align:center;	
	bottom:0px;
	left:0px;
	margin-left:auto;
	margin-right:auto;
	}
	div.iire_social_lite_shortcode .horizontal{
	display:inline-block;	
	float:none !important;
	margin-left:2px;
	margin-right:2px;
	}
	#home-pagepjc.frs-slideshow-container .frs-bullets-wrapper{
	width:40% !important;	
	}
	
	
}
