/*
	Theme Name: Metric Child Theme
	Theme URL: http://www.studiopress.com/themes/metric
	Description: Metric is a 2 or 3-column Widget-ready child theme created for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com
	Version: 1.0.1
	
	Template: genesis

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

body {
	background: #fff;
	color: #757575;
	font-size: 16px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0 auto 0;
	padding: 0;
	line-height: 20px;
	-webkit-font-smoothing: antialiased;
	}

img{
	max-width:100%;
	height:auto;
}	
	
/***** Hyperlinks ********************/

a, a:visited {
	color: #1e365c;
	text-decoration: none;
	}
	
a:hover {
	color: #835061;
	text-decoration: none;
	}
	
a img {
	border: none;
	}
	
a:focus, a:hover, a:active {
	outline: none;
	}

/***** Wrap ********************/

.home #wrap, .home-page #wrap, .blog #wrap {
	margin: 0 auto 0;
	padding: 0;
	}
	
#wrap {
	margin: 0 auto 0;
	padding: 0;
	}

/***** Header  ********************/

#header {
	margin: 0 auto 0;
	padding: 10px 0;
	background:#fff;
	
	display:-webkit-flex;
	display:-webkit-box;
	display:-moz-flex;
	display:-moz-box;
	display:-ms-flexbox;
	display:flex;
	flex-direction:row;
	}
	
#header .wrap {
	width: 1060px; 
	margin: 0 auto 0;
	}

#title-area {
	background:url(images/logo.png) no-repeat;
	width: 248px;
	height:91px;
	float: left;
	margin: 0; 
	padding: 0;
	overflow: hidden;
	}
	
#title-area #title {
	font-size: 20px;
	font-weight: normal;
	line-height: 34px;
	margin: 0; 
	padding: 0;
	}
	
#title-area #title a {
	color: #FFFFFF;
	margin: 0; 
	padding: 0;
	text-decoration: none;
	width: 248px;
	height:91px;
	overflow:hidden;
	display:block;
	font-size:0;
	}
	
#title-area #title a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}
	
#title-area #description {
	color: #FFFFFF;
	font-size: 14px;
	font-style: italic;
	font-weight: normal;
	margin: 0; 
	padding: 0 0 0 20px;
	display:none;
	}

#header .widget-area {
	width: auto;
	color: #3b3b3b;
	float: right;
	margin: 0; 
	padding: 0;
	font-size: 16px;
	font-weight:bold;
	}
	
#header .widget-area a, #header .widget-area a:visited {
	color: #3b3b3b;
	text-decoration: underline;
	}
	
#header .widget-area a:hover {
	color: #3b3b3b;
	text-decoration: none;
	}
	
#header .widget-area p {
	margin: 0;
	padding: 0 0 5px 0;
	}
	
#header .widget-area h4 {
	color: #3b3b3b;
	font-size: 18px;
	font-weight: normal;
	margin: 10px 0 0 0; 
	padding: 0;
	text-decoration: none;
	}
	
#header .widget-area ul {
	margin: 0;
	padding: 0;
	}
	
#header .widget-area ul li {
	list-style-type: square;
	margin: 0 0 0 20px;
	padding: 0;
	}

#header .widget-area .widget{
	display:block;
	clear:both;
}

#header .widget_search{
	margin:0 0 10px;
	overflow:hidden;
}	

#header .location{
	background:url(images/pointer.png) no-repeat left center;
	padding:0 0 0 30px;
}
	
/***** Image Header - Partial Width ********************/

.header-image #header #title-area {
	background: url(images/logo.png) left top no-repeat;
	}

.header-image #title-area, .header-image #title-area #title, .header-image #title-area #title a {
	display: block; 
	float: left;
	width: 340px;
	height: 120px;
	margin: 0; 
	padding: 0;
	text-indent: -9999px;
	overflow: hidden;
	}
	
.header-image #title-area #description {
	display: block;
	width: 0; 
	height: 0;
	overflow: hidden;
	}

/***** Image Header - Full Width ********************/

.header-full-width #title-area, .header-full-width #title-area #title, .header-full-width #title-area #title a {
	width: 1060px;
	}
	
/***** Header Right Navigation ********************/

#header ul.nav, #header ul.menu {
	width: auto;
	float: right;
	list-style: none;
	color: #FFFFFF;
	margin: 0;
	padding: 45px 0 0 0;
	}
	
#header ul.nav li, #header ul.menu li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#header ul.nav li a, #header ul.nav li a:visited, #header ul.menu li a, #header ul.menu li a:visited {
	color: #FFFFFF;
	display: block;
	font-family: Arial, Tahoma, Verdana;
	font-size: 14px;
	font-weight: bold;
    margin: 0;
	padding: 6px 10px 5px 10px;
	text-decoration: none;
	text-shadow: #002838 1px 1px;
	position: relative;
	}

#header ul.nav li a:hover, #header ul.nav li a:active, #header ul.nav .current_page_item a, #header ul.nav .current-cat a, #header ul.nav .current-menu-item a, #header ul.menu li a:hover, #header ul.menu li a:active, #header ul.menu .current_page_item a, #header ul.menu .current-cat a, #header ul.menu .current-menu-item a {
	background: #00B8DE;
	color: #FFFFFF;
	text-decoration: none;
	}
	
#header ul.nav li a.sf-with-ul, #header ul.menu li a.sf-with-ul {
	padding-right: 20px;
	}	
	
#header ul.nav li a .sf-sub-indicator, #header ul.menu li a .sf-sub-indicator {
	background: url(images/arrow-down.png);
	display: block;
	width: 10px;
	height: 10px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: 12px;
	right: 5px;
	}
	
#header ul.nav li li a, #header ul.nav li li a:link, #header ul.nav li li a:visited, #header ul.menu li li a, #header ul.menu li li a:link, #header ul.menu li li a:visited {
	background: #00B8DE;
	width: 148px; 
	color: #FFFFFF;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	margin: 0;
	padding: 5px 10px 5px 10px;
	border-left: 1px solid #72D4EA;
	border-right: 1px solid #72D4EA;
	border-bottom: 1px solid #72D4EA;
	text-transform: none;
	position: relative;
	}
	
#header ul.nav li li a:hover, #header ul.nav li li a:active, #header ul.menu li li a:hover, #header ul.menu li li a:active {
	background: #72D4EA;
	color: #FFFFFF;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	-webkit-border-radius: 0px;	
	}

#header ul.nav li li a .sf-sub-indicator, #header ul.menu li li a .sf-sub-indicator {
	background: url(images/arrow-right.png);
	top: 10px;
	}

#header ul.nav li ul, #header ul.menu li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 170px;
	margin: 0;
	padding: 0;
	}

#header ul.nav li ul a, #header ul.menu li ul a { 
	width: 150px;
	}

#header ul.nav li ul ul, #header ul.menu li ul ul {
	margin: -31px 0 0 169px;
	}

#header ul.nav li:hover ul ul, #header ul.nav li:hover ul ul ul, #header ul.nav li.sfHover ul ul, #header ul.nav li.sfHover ul ul ul, #header ul.menu li:hover ul ul, #header ul.menu li:hover ul ul ul, #header ul.menu li.sfHover ul ul, #header ul.menu li.sfHover ul ul ul {
	left: -999em;
	}

#header ul.nav li:hover ul, #header ul.nav li li:hover ul, #header ul.nav li li li:hover ul, #header ul.nav li.sfHover ul, #header ul.nav li li.sfHover ul, #header ul.nav li li li.sfHover ul, #header ul.menu li:hover ul, #header ul.menu li li:hover ul, #header ul.menu li li li:hover ul, #header ul.menu li.sfHover ul, #header ul.menu li li.sfHover ul, #header ul.menu li li li.sfHover ul {
	left: auto;
	}

#header ul.nav li:hover, #header ul.nav li.sfHover, #header ul.menu li:hover, #header ul.menu li.sfHover { 
	position: static;
	}

/***** Nav Menu ********************/

#nav {
	clear: both;
	color: #FFFFFF;
	margin: 0 auto 0;
	padding: 0;
	background:#1f375b ;
	border-top:4px solid #f6dd0c;
	}

#nav .wrap {
	width: 1060px;
	margin: 0 auto 0;
	height:60px;
	}
	
#nav ul {
	width: 100%;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#nav li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#nav li a {
	color: #FFFFFF;
	display: block;
	font-size: 14px;
    font-weight: normal;
    margin: 0;
	padding: 20px 28px;
	text-decoration: none;
	position: relative;
	text-transform:uppercase;
	/*border-bottom:8px solid #3e4a7e;*/
	}

/*#nav li:last-child{
	float:right;
	position:relative !important;
}*/	

#nav li:last-child a{
	background:#993959;
	font-weight:bold;
	font-size:18px;
	border-bottom:none;
}	

#nav li:last-child:after{
	content:'';
	background:url(images/bottom-nav.png) no-repeat top center;
	width:100%;
	height:39px;
	display:block;
	position:absolute;
	z-index:999;
}

#nav li li:last-child:after{
	display:none;
}

#nav li a:hover, #nav li a:active, #nav li.current-menu-item a {
	/*background: #835061;*/
	background: #993959;
	color: #FFFFFF;
	}
	
#nav li a.sf-with-ul {
	padding-right: 20px;
	}	
	
#nav li a .sf-sub-indicator {
	background: url(images/arrow-down.png);
	display: block;
	width: 10px;
	height: 10px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: 19px;
	right: 5px;
	}
	
#nav li a:hover .sf-sub-indicator {
	background: url(images/arrow-down-hover.png);
	}
	
#nav li li a, #nav li li a:link, #nav li li a:visited {
	/*background: #835061;*/
	background: #993959;
	color: #FFFFFF;
	width: 175px; 
	font-size: 14px;
	margin: 0;
	padding: 15px;
	border-bottom: 1px solid #1f375b ;
	position: relative;
	}
	
#nav li li a:hover, #nav li li a:active {
	background: #1f375b;
	color: #FFFFFF;
	}

#nav li li a .sf-sub-indicator, #nav li li a:hover .sf-sub-indicator {
	background: url(images/arrow-right.png);
	top: 10px;
	}
	
#nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 160px;
	margin: 0;
	padding: 0;
	}

#nav li ul a { 
	width: 140px;
	}

#nav li ul a:hover, #nav li ul a:active { 
	}

#nav li ul ul {
	margin: -33px 0 0 158px;
	}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfHover ul ul, #nav li.sfHover ul ul ul {
	left: -999em;
	}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfHover ul, #nav li li.sfHover ul, #nav li li li.sfHover ul {
	left: auto;
	}

#nav li:hover, #nav li.sfHover { 
	position: static;
	}

#nav li.right {
	float: right;
	font-size: 14px;
    font-weight: bold;
	margin: 0;
	padding: 10px 25px 10px 0;
	text-shadow: #00839E 1px 1px;
	}

#nav li.right a {
	display: inline;
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	}
	
#nav li.right a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}
	
#nav li.date {
	}
	
#nav li.rss a {
	background: url(images/rss.png) no-repeat left center;
	margin: 0 0 0 10px;
	padding: 3px 0 3px 18px;
	}
	
#nav li.search {
	padding: 0 10px 0 10px;
	}
	
#nav li.twitter a {
	background: url(images/twitter-nav.png) no-repeat left center;
	padding: 3px 0 1px 20px;
	}
	
/***** SubNav Menu ********************/

#subnav {
	clear: both;
	color: #FFFFFF;
	margin: 0 auto 0;
	padding: 0;
	}

#subnav .wrap {
	background: #00A8D1;
	width: 1060px;
	height: 40px;
	margin: 0 auto 20px;
	}
	
#subnav ul {
	width: 950px;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0 0 0 10px;
	}
	
#subnav li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
#subnav li a {
	color: #FFFFFF;
	display: block;
	font-size: 14px;
	font-weight: bold;
    margin: 0;
	padding: 10px 15px 10px 15px;
	text-decoration: none;
	text-shadow: #00839E 1px 1px;
	position: relative;
	}

#subnav li a:hover, #subnav li a:active {
	background: #72D4EA;
	color: #FFFFFF;
	}
	
#subnav li a.sf-with-ul {
	padding-right: 20px;
	}	
	
#subnav li a .sf-sub-indicator {
	background: url(images/arrow-down.png);
	display: block;
	width: 10px;
	height: 10px;
	text-indent: -9999px;
	overflow: hidden;
	position: absolute;
	top: 12px;
	right: 5px;
	}
	
#subnav li a:hover .sf-sub-indicator {
	background: url(images/arrow-down-hover.png);
	}
	
#subnav li li a, #subnav li li a:link, #subnav li li a:visited {
	background: #00A8D1;
	color: #FFFFFF;
	width: 138px; 
	font-size: 12px;
	margin: 0;
	padding: 6px 10px 6px 10px;
	border-left: 1px solid #72D4EA;
	border-right: 1px solid #72D4EA;
	border-bottom: 1px solid #72D4EA;
	text-shadow: #00839E 1px 1px;
	text-transform: none;
	position: relative;
	}
	
#subnav li li a:hover, #subnav li li a:active {
	background: #72D4EA;
	color: #FFFFFF;
	}

#subnav li li a .sf-sub-indicator, #subnav li li a:hover .sf-sub-indicator {
	background: url(images/arrow-right.png);
	top: 10px;
	}

#subnav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 160px;
	margin: 0;
	padding: 0;
	}

#subnav li ul a { 
	width: 140px;
	}

#subnav li ul a:hover, #subnav li ul a:active { 
	}

#subnav li ul ul {
	margin: -33px 0 0 158px;
	}

#subnav li:hover ul ul, #subnav li:hover ul ul ul, #subnav li.sfHover ul ul, #subnav li.sfHover ul ul ul {
	left: -999em;
	}

#subnav li:hover ul, #subnav li li:hover ul, #subnav li li li:hover ul, #subnav li.sfHover ul, #subnav li li.sfHover ul, #subnav li li li.sfHover ul {
	left: auto;
	}

#subnav li:hover, #subnav li.sfHover { 
	position: static;
	}

/***** Inner ********************/

#inner {
	width: 1060px;
	margin: 20px auto 20px;
	padding: 0;
	overflow: hidden;
	}
	
.home #inner, .home-page #inner, .blog #inner {
	width: 100%;
	margin: 0;
	}
	
/***** Inner Backgrounds ********************/

.content-sidebar #inner {
    }
   
.sidebar-content #inner {
    }
   
.content-sidebar-sidebar #inner {
    }
   
.sidebar-sidebar-content #inner {
    }
    
.sidebar-content-sidebar #inner {
    }

.full-width-content #inner {
    }
	
/***** Home Top ********************/

#home-top-bg {
	border-bottom: 4px solid #f6dd0c;
	}

#home-top {
	width: 100%;
	color: #FFFFFF;
	margin: 0 auto 0;
	padding: 0;
	overflow: hidden;
	}
	
#home-top a, #home-top a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}
	
#home-top a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}
	
#home-top .more-link {
	background: url(images/read-more.png);
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 8px 15px 8px 15px;
	text-decoration: none;
	text-shadow: #436D04 1px 1px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	line-height: 42px;
	display: block;
	}
	
#home-top .more-link:hover {
	background: url(images/read-more-hover.png);
	text-decoration: none;
	}
	
#home-top p {
	margin: 0;
	padding: 0 0 10px 0;
	}
	
#home-top h2 {
	color: #FFFFFF;
	font-size: 26px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0;
	text-shadow: #002838 1px 1px;
	line-height: 30px;
	}
	
#home-top h2 a, #home-top h2 a:visited {
	color: #FFFFFF;
	text-decoration: none;
	}

#home-top h2 a:hover {
	color: #72D4EA;
	text-decoration: none;
	}
	
#home-top .home-top-right h4 {
	color: #FFFFFF;
	font-size: 20px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	text-shadow: #002838 1px 1px;
	border-bottom: 1px solid #72D4EA;
	}

#home-top ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 10px 0;
	}

#home-top ul li {
	margin: 0;
	padding: 5px 0 0 0;
	}
	
#home-top .byline {
	margin: 0;
	padding: 0;
	}
	
#home-top .textwidget {
	margin: 0;
	padding: 0;
	}
	
#home-top li.widget_tag_cloud div {
	margin: 0;
	padding: 0 0 10px 0;
	}
	
#home-top .featuredpost .post, #home-top .featuredpage .page {
	clear: both;
	}
	
#home-top .featuredpost, #home-top .featuredpage  {
	clear: both;
	}
	
#home-top .featuredpost img, #home-top .featuredpage img {
	background: #FFFFFF;
	padding: 7px;
	border: 1px solid #BBBBBB;
	}
	
.home-top-left {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	}
	
.home-top-left .widget {
	padding: 0;
	}
	
.home-top-right {
	width: 410px;
	float: right;
	margin: 0;
	padding: 10px 0 0 0;
	display:none;
	}
	
/***** Home Middle ********************/

#home-middle-bg {
	}

#home-middle {
	width: 1060px;
	margin: 0 auto 0;
	padding: 30px 0 35px;
	overflow: hidden;
	color:#757575;
	font-size:14px;
	}
	
#home-middle a, #home-middle a:visited {
	color: #993959;
	text-decoration: none;
	}
	
#home-middle a:hover {
	color: #1f375b ;
	text-decoration: none;
	}
	
#home-middle p {
	margin: 0;
	padding: 0 0 10px 0;
	}
	
#home-middle h2, .bottom-section h2 {
	color: #1e365c;
	font-size: 24px;
	line-height:25px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	margin: 0 0 15px 0;
	padding: 15px 0 0;
	text-decoration: none;
	text-transform:uppercase;
	}
	
#home-middle h2 a, #home-middle h2 a:visited, .bottom-section h2 a, .bottom-section h2 a:visited {
	color: #1e365c;
	text-decoration: none;
	font-style: normal;
	}

#home-middle h2 a:hover, .bottom-section h2 a:hover {
	color: #835061;
	text-decoration: none;
	}
	
#home-middle h4 {
	color: #1e365c;
	font-size: 26px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	margin: 0 0 15px 0;
	padding: 0;
	}
	
#home-middle ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
	
#home-middle ul li {
	list-style-type: none;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #DDDDDD;
	}

#home-middle ul ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 10px 0;
	}

#home-middle ul li ul li {
	margin: 0;
	padding: 5px 0 0 0;
	}
	
#home-middle .widget {
	margin: 0;
	padding: 0 0 5px 0;
	}
	
#home-middle .textwidget {
	margin: 0;
	padding: 0;
	}
	
#home-middle .featuredpost .post, #home-middle .featuredpage .page {
	clear: both;
	}
	
#home-middle .featuredpost, #home-middle .featuredpage {
	clear: both;
	}
	
#home-middle .featuredpost img {
	background: #FFFFFF;
	margin: 0;
	padding: 1px;
	border: 4px solid #EEEEEE;
	}
	
#home-middle .user-profile .avatar {
	background: #FFFFFF;
	margin: 0 0 -5px 0;
	padding: 1px;
	border: 4px solid #EEEEEE;
	}

.home-middle-1 {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	}
	
.home-middle-2 {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	}
	
.home-middle-3 {
	float: right;
	width: 305px;
	margin: 0;
	padding: 0;
	display:none;
	}

/***** Breadcrumb ********************/

.breadcrumb {
	background: #E8E8E8;
	margin: 0 0 30px 0;
	padding: 5px 0 5px 10px;
	}
	
/***** Taxonomy Description ********************/

.taxonomy-description {
	background: #E8E8E8;
	margin: 0 0 30px 0;
	padding: 10px;
	border: 1px solid #DDDDDD;
	}
	
#content .taxonomy-description p {
	margin: 0;
	padding: 0;
	}

/***** Content-Sidebar Wrapper ********************/

#content-sidebar-wrap {
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
	}

.sidebar-content #content-sidebar-wrap, .content-sidebar #content-sidebar-wrap {
	width: 100%;
	}

.sidebar-sidebar-content #content-sidebar-wrap, .sidebar-content-sidebar #content-sidebar-wrap {
	float: right;
	}

/***** Content ********************/

#content {
	width: 500px;
	margin: 0;
	padding: 0;
	float: left;
	}

.sidebar-content #content, .sidebar-sidebar-content #content {
	float: right;
	}

.sidebar-content #content, .content-sidebar #content {
	width: 65%;
	padding: 0;
	}
	
.full-width-content #content {
	width: 100%;
	}

#content img, #content p img {
	max-width: 100%;
	}

#content blockquote {
	background: #E8E8E8;
	margin: 0 15px 15px 15px;
	padding: 10px 20px 0 15px;
	}

#content .post {
	margin: 0 0 40px 0;
	padding: 0;
	}
	
#content .page {
	margin: 0;
	padding: 0 0 15px 0;
	}
	
#content .post p {
	margin: 0;
	padding: 0 0 10px 0;
	}
	
#content .post ul, #content .page ul {
	list-style-type: square;
	margin: 0;
	padding: 0 0 15px 0;
	}
	
#content .post ul li, #content .page ul li {
	list-style-type: square;
	margin: 0 0 0 20px;
	padding: 0;
	}
	
#content .post ul ul, #content .page ul ul {
	list-style-type: square;
	margin: 0;
	padding: 0;
	}
	
#content .post ol, #content .page ol {
	margin: 0;
	padding: 0 0 15px 0;
	}
	
#content .post ol li, #content .page ol li {
	margin: 0 0 0 20px;
	padding: 0;
	}
	
#content .post ol ol, #content .page ol ol {
	margin: 0;
	padding: 0;
	}
	
#content .entry-content {
	overflow: hidden;
	}
	
#content .entry-content .post-image {
	padding: 4px;
	border: 1px solid #DDDDDD;
	}

#content .post-image {
	margin: 0 10px 10px 0;
	padding: 4px;
	border: 1px solid #DDDDDD;
	}
	
#content .archive-page {
	float: left;
	width: 45%;
	margin: 0;
	padding: 20px 20px 0 0;
	}

.clear {
	clear: both;
	}
	
/***** Post Info ********************/
	
.post-info {
	margin: 5px 0 5px 0;
	padding: 0;
	}
	
.post-info p {
	margin: 0;
	padding: 0;
	}
	
/***** Post Meta ********************/
	
.post-meta {
	font-size: 11px;
	text-transform: uppercase;
	margin: 0;
	padding: 5px 0 0 0;
	border-top: 1px solid #DDDDDD;
    clear: both;
	}
	
/***** Author Box ********************/
	
.author-box {
	background: #E8E8E8;
	margin: 0 0 30px 0;
	padding: 10px;
	overflow: hidden;
	}
	
.author-box p {
	margin: 0;
	padding: 0;
	}
	
.author-box img {
	background: #FFFFFF;
	float: left;
	margin: 0 10px 0 0;
	padding: 4px;
	border: 1px solid #DDDDDD;
	}

/***** Headlines in Content ********************/

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
	color: #1e365c;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	text-decoration: none;
	margin: 0 0 20px 0;
	padding-bottom: 0 !important;
	margin-bottom:5px !important;
	}

#content h1 {
	font-size: 26px;
	margin: 0;
	padding: 0 0 5px 0;
	}
	
#content h2 {
	font-size: 20px;
	margin: 0;
	padding: 0 0 20px 0;
	/*text-transform:uppercase;*/
	}
	
#content h2 a, #content h2 a:visited {
	color: #1e365c;
	text-decoration: none;
	}
	
#content h2 a:hover {
	color: #835061;
	text-decoration: none;
	}
	
#content h3 {
	font-size: 16px;
	}
	
#content h4 {
	font-size: 14px;
	}
	
#content h5 {
	font-size: 12px;
	}
	
#content h6 {
	font-size: 10px;
	}
	
/***** Post Icons ********************/
	
.time {
	margin: 0;
	padding: 0;
	}
	
.post-comments {
	margin: 0 0 0 3px;
	padding: 0;
	}
	
.categories {
	margin: 0 0 0 3px;
	padding: 0;
	}
	
.tags {
	background: url(images/icon-tags.png) no-repeat top left;
	margin: 0 0 0 3px;
	padding: 0 0 2px 18px;
	}

/***** Images ********************/

img.centered  {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0;
	}
	
img.alignnone {
	padding: 0;
	margin: 0 0 10px 0;
	display: inline;
	}
	
img.alignleft {
	padding: 0;
	margin: 0 10px 10px 0;
	display: inline;
	}

img.alignright {
	padding: 0;
	margin: 0 0 10px 10px;
	display: inline;
	}
	
.aligncenter {
	display: block;
	margin: 0 auto 20px;
	}
	
.alignleft {
	float: left;
	margin: 0 10px 0 0;
	}

.alignright {
	float: right;
	margin: 0 0 0 10px;
	}

.wp-caption {
	background: #F4F4F4;
	text-align: center;
	padding: 5px 0 0 1px;
	border: 1px solid #DDDDDD;
	}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0;
	}

.wp-caption p.wp-caption-text {
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	}
	
img.wp-smiley, img.wp-wink {
	float: none;
	border: none;
	margin: 0;
	padding: 0;
	}
	
/***** Post Navigation ********************/

.navigation {
	width: 100%;
	margin: 0;
	padding: 20px 0 20px 0;
	overflow: hidden;
	}
	
.navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

.navigation li {
	display: inline;
	}

.navigation li a {
	color: #0067A2;
	padding: 5px 8px 5px 8px;
	border: 1px solid #DDDDDD;
	}

.navigation li a:hover {
	background: #0067A2;
	color: #FFFFFF;
	border: 1px solid #DDDDDD;
	text-decoration: none;
	}

.navigation li.disabled {
	margin: 0;
	padding: 5px 8px 5px 8px;
	border: 1px solid #DDDDDD;
	}

.navigation li.active a {
	background: #0067A2;
	color: #FFFFFF;
	font-weight: bold;
	border: 1px solid #DDDDDD;
	}

/***** Primary & Secondary Sidebars ********************/

#sidebar {
	width: 31%;
	float: right;
	margin: 0;
	padding: 0;
	display: inline;
	font-size:18px;
	color:#727272;
	}

#sidebar a{
	color:#727272;
}	
	
#sidebar-alt {
	width: 150px;
	float: left;
	margin: 0;
	padding: 0;
	display: inline;
	}
	
.sidebar-content #sidebar, .sidebar-sidebar-content #sidebar {
	float: left;
	}
	
.content-sidebar-sidebar #sidebar-alt {
	float: right;
	}

#sidebar .widget, #sidebar-alt .widget {
	background: #fff;
	margin: 0 0 40px 0;
	padding: 0;
	}
	
#sidebar h2, #sidebar h2 a, #sidebar-alt h2, #sidebar-alt h2 a {
	color: #444444;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	margin: 0;
	padding: 0;
	}
	
#sidebar h2 a:hover, #sidebar-alt h2 a:hover {
	color: #0067A2;
	text-decoration: none;
	}

#sidebar h4, #sidebar-alt h4 {
	color: #1e365c;
	font-size: 22px;
	line-height:25px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	margin: 0 0 25px 0;
	padding: 0;
	}
	
#sidebar .widget p, #sidebar-alt .widget p {
	margin: 0;
	padding: 0 0 10px 0;
	}
	
#sidebar .textwidget p, #sidebar-alt .textwidget p {
	margin: 0;
	padding: 0 0 10px 0;
	}

#sidebar img, #sidebar a img, #sidebar-alt img, #sidebar-alt a img {
	border: none;
	margin: 0;
	padding: 0;
	}

#sidebar ul, #sidebar ol, #sidebar-alt ul, #sidebar-alt ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

#sidebar ul ul, #sidebar ol ol, #sidebar-alt ul ul, #sidebar-alt ol ol {
	margin: 0;
	padding: 0;
	}

#sidebar li, #sidebar-alt li {
	list-style-type: none;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #DDDDDD;
 	word-wrap: break-word;
	}

/***** Tag Cloud ********************/

#home-middle .widget_tag_cloud div, #sidebar .widget_tag_cloud div div, #sidebar-alt .widget_tag_cloud div div, #footer-widgeted .widget_tag_cloud div div {
	padding: 0;
	}
	
/***** Sidebar(s) Category Dropdown ********************/
	
#cat {
	background: #FFFFFF;
	color: #444444;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	margin: 0 0 5px 0;
	padding: 3px;
	display: inline;
	border: 1px solid #DDDDDD;
	}
	
#sidebar #cat {
	width: 238px;
	}
	
#sidebar-alt #cat {
	width: 148px;
	}

/***** Sidebar(s) Featured Post/Page ********************/

#sidebar .featuredpost, #sidebar .featuredpage, #sidebar-alt .featuredpost, #sidebar-alt .featuredpage {
	margin: 0 0 15px 0;
	padding: 0;
	clear: both;
	}
	
#sidebar .featuredpost .post, #sidebar .featuredpage .page, #sidebar-alt .featuredpost .post, #sidebar-alt .featuredpage .page {
	margin: 0;
	padding: 0 0 10px 0;
	clear: both;
	}
	
#sidebar .featuredpost .avatar, #sidebar .featuredpage .avatar, #sidebar-alt .featuredpost .avatar, #sidebar-alt .featuredpage .avatar {
	margin: 0;
	padding: 4px;
	border: 1px solid #DDDDDD;
	}
	
#sidebar .featuredpost img, #sidebar .featuredpage img, #sidebar-alt .featuredpost img, #sidebar-alt .featuredpage img {
	margin: 0;
	padding: 4px;
	border: 1px solid #DDDDDD;
	}

/***** Sidebar(s) User Profile ********************/

#sidebar .user-profile, #sidebar-alt .user-profile {
	overflow: hidden;
	}

#sidebar .user-profile .avatar, #sidebar-alt .user-profile .avatar {
	background: #F4F4F4;
	float: left;
	margin: 0;
	padding: 4px;
	border: 1px solid #DDDDDD;
	}

#sidebar .user-profile .posts_link, #sidebar-alt .user-profile .posts_link {
	margin: 0;
	padding: 0 0 10px 10px;
	}
	
/***** Search Form(s) ********************/

.searchform {
	margin: 0;
	}

#header .searchform {
	float: right;
	padding: 7px 0 0 0;
	}
	
#sidebar .searchform {
	padding: 5px 0 10px 0;
	}
	
#nav .searchform {
	float: right;
	padding: 2px 0 0 0;
	}
	
.s {
	background: #FFFFFF url(images/search.png) right no-repeat;
	max-width: 192px;
	width:100%;
	color: #666666;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	margin: 0;
	padding: 7px 0 7px 7px;
	border: 1px solid #DDDDDD;
	outline:none;
	}
	
#header .s {
	width: 250px;
	}
	
.searchsubmit {
	background: url(images/button.png);
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-decoration: none;
	text-shadow: #436D04 1px 1px;
	text-transform: uppercase;
    margin: 0;
	padding: 5px 5px 5px 5px;
	border: 1px solid #73AB00;
	display:none;
	}
	
.searchsubmit:hover {
	background: url(images/button-hover.png);
	border: 1px solid #73AB00;
	}

/***** eNews & Updates Widget ********************/

.enews {
	margin: 0;
	padding: 0;
	}
	
#header .enews {
	width: 250px;
	float: right;
	margin: 0;
	padding: 0;
	}

.enews #subscribe {
	margin: 0;
	padding: 0 0 10px 0;
	overflow: hidden;
	}

.enews #subbox {
	width: 190px;
	color: #777777;
	font-family: Arial, Tahoma, Verdana;	
	font-size: 12px;
	margin: 0 5px 0 0;
	padding: 6px 0 6px 7px;
	border: 1px solid #DDDDDD;
	}

.enews #subbutton {
	background: #FFFFFF url(images/button.png);
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-decoration: none;
	text-shadow: #436D04 1px 1px;
	text-transform: uppercase;
    margin: 0;
	padding: 5px 5px 4px 5px;
	border: 1px solid #73AB00;	
	}
	
.enews #subbutton:hover {
	background: #FFFFFF url(images/button-hover.png);
	border: 1px solid #73AB00;	
	}

/***** Latest Tweets Widget ********************/

#header .latest-tweets {
	width: 450px;
	float: right;
	margin: 0;
	padding: 0;
	}
	
#sidebar .latest-tweets {
	margin: 0 0 15px 0;
	padding: 10px 15px 5px 15px;
	}

/***** Calendar ********************/

#wp-calendar {
	margin: 0;
	padding: 0;
	width: 100%;
	}
	
#footer-widgeted #wp-calendar a, #footer-widgeted #wp-calendar a:visited {
	color: #FFFFFF;
	text-decoration: underline;
	}
	
#footer-widgeted #wp-calendar a:hover {
	color: #FFFFFF;
	text-decoration: none;
	}

#wp-calendar caption {
	font-size: 12px;
	font-family: Tahoma, Arial, Verdana;
	font-style: italic;
	font-weight: normal;
	margin: 0;
	padding: 2px 5px 0 0;
	text-align: right;
	}

#sidebar #wp-calendar caption {
	color: #333333;
	}
	
#footer-widgeted #wp-calendar caption {
	color: #FFFFFF;
	}
	
#sidebar #wp-calendar th {
	color: #333333;
	}
	
#footer-widgeted #wp-calendar th {
	color: #FFFFFF;
	}

#wp-calendar thead {
	margin: 10px 0 0 0;
	font-weight: bold;
	}
	
#sidebar #wp-calendar thead {
	color: #F7F7F7 !important;
	}
	
#footer-widgeted #wp-calendar thead {
	background: none;
	color: #FFFFFF;
	text-shadow: #000000 1px 1px;
	}

#wp-calendar td {
	font-weight: normal;
	text-align: center;
	margin: 0;
	padding: 2px;
	}
	
#sidebar #wp-calendar td {
	}
	
#footer-widgeted #wp-calendar td {
	background: none;
	}

#wp-calendar tfoot td {
	background: none;
	margin: 0;
	padding: 0;
	}
	
/***** Contact Form ********************/
	
.gform_footer .button {
	background: url(images/button.png);
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-decoration: none;
	text-shadow: #436D04 1px 1px;
	text-transform: uppercase;
    margin: 0;
	padding: 3px 5px 3px 5px;
	border: 1px solid #73AB00;	
	}
	
.gform_footer .button:hover {
	background: url(images/button-hover.png);
	border: 1px solid #73AB00;	
	}
	
.gform_footer input.button {
	color: #FFFFFF !important;
	}
	
.gform_wrapper .gform_footer {
	border: none!important;
	}
	
/***** Footer Widgeted ********************/
	
#footer-widgeted {
	background: #1f375b;
	color: #fff;
	margin: 0 auto 0;
	padding: 30px 0;
	overflow: hidden;
	clear: both;
	font-size:16px;
	font-weight:bold;
	}
	
#footer-widgeted .wrap {
	width: 1060px;
	margin: 0 auto 0;
	}
	
#footer-widgeted .widget {
	margin: 0;
	padding: 0 0 5px 0;
	}
	
#footer-widgeted h4 {
	color: #FFFFFF;
	font-size: 18px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0;
	}
	
#footer-widgeted h2{
	color: #006db7;
	font-size: 16px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	margin: 0 0 5px 0;
	padding: 0;
	}	

#footer-widgeted h2 a {
	color: #006db7;
	text-decoration:none;
}	
	
#footer-widgeted p {
	margin: 0 0 10px;
	padding: 0;
	}
	
#footer-widgeted .widget p, #footer-widgeted .textwidget p {
	margin: 0 0 10px;
	padding: 0;
	}
	
#footer-widgeted a, #footer-widgeted a:visited {
	color: #fff;
	text-decoration: none;
	}
	
#footer-widgeted a:hover {
	color: #fff;
	text-decoration: underline;
	}
	
#footer-widgeted ul {
	list-style-type: none;
	margin: 0 ;
	padding: 0;
	}
	
#footer-widgeted ul li {
	background: url(images/footer-list.png) top left no-repeat;
	list-style-type: none;
	margin: 0 0 5px 0;
	padding: 0 0 0 15px;
	}

.footer-widgeted-1 {
	width: 65%;
	float: left;
	margin: 0;
	padding: 0;
	color:#c590a2;
	font-size:14px;
	font-weight:normal;
	}
	
.footer-widgeted-2 {
	width: 32%;
	float: right;
	margin: 0;
	padding: 0;
	}
	
.footer-widgeted-3 {
	width: 225px;
	float: left;
	margin: 0;
	padding: 30px 20px 5px 0;
	display:none;
	}
	
.footer-widgeted-4 {
	width: 225px;
	float: right;
	margin: 0;
	padding: 30px 0 5px 0;
	display:none;
	}
	
#footer-widgeted .user-profile .avatar {
	background: #FFFFFF;
	margin: 0 0 -5px 0;
	padding: 1px;
	border: 4px solid #EEEEEE;
	}

/***** Footer ********************/

#footer {
	background: #1f375b ;
	color: #fff;
	font-size: 12px;
	margin: 0 auto 0;
	padding: 5px 0 2px;
	clear: both; 
	overflow: hidden;
	}

.home #footer {
	border-top:2px solid #fff;
}	

#footer .wrap {
	width: 1060px;
	margin: 0 auto 0;
	padding: 0;
	}
	
#footer a, #footer a:visited {
	color: #fff;
	text-decoration: none;
	}
	
#footer a:hover {
	color: #fff;
	text-decoration: underline;
	}
	
#footer p {
	margin: 0;
	padding: 0;
	}

#footer .gototop {
	float: left;
	margin: 0;
	padding: 15px 0;
	}
	
#footer .creds {
	float: right;
	margin: 0;
	padding: 0;
	text-align: right;
	line-height:0;
	}

#footer .creds img{
	display:inline-block;
	margin:0 0 0 5px;
}	

#footer .creds img:hover{
	opacity:.8;
}

/***** Comments ********************/

#comments {
	margin: 0 0 15px 0;
	padding: 0;
	}
	
#respond {
	margin: 0 0 15px 0;
	padding: 0;
	}

#author, #email, #url {
	background: #F4F4F4 !important;
	width: 250px;
	color: #444444;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	padding: 3px 0 3px 3px;
	margin: 5px 5px 0 0;
	border: 1px solid #DDDDDD;
	}
	
#comment {
	background: #F4F4F4 !important;
	width: 98%;
	height: 150px;
	color: #444444;
	font-family: Arial, Tahoma, Verdana;
	font-size: 12px;
	padding: 3px 0 3px 3px;
	margin: 5px 0 5px 0;
	border: 1px solid #DDDDDD;
	}
	
#submit {
	background: url(images/button.png);
	color: #FFFFFF;
	font-size: 11px;
	text-decoration: none;
	text-shadow: #436D04 1px 1px;
	font-weight: bold;
	text-transform: uppercase;
    margin: 0;
	padding: 5px;
	border: 1px solid #73AB00;	
	}
	
#submit:hover {
	background: url(images/button-hover.png);
	border: 1px solid #73AB00;	
	}
	
.comment-list {
	margin: 0;
	padding: 0;
	}
	
.ping-list {
	margin: 0 0 40px 0;
	padding: 0;
	}
	
.comment-list ol, .ping-list ol {
	margin: 0;
	padding: 10px;
	}

.comment-list li, .ping-list li {
	font-weight: bold;
	margin: 15px 0 5px 0;
	padding: 10px 5px 10px 10px;
	list-style: none;
	}
	
.comment-list li ul li { 
	margin-right: -6px;
	margin-left: 10px;
	}

.comment-list p, .ping-list p {
	font-weight: normal;
	text-transform: none;
	margin: 10px 5px 10px 0;
	padding: 0;
	}

.comment-list li .avatar { 
	background: #F4F4F4;
	float: right;
	border: 1px solid #DDDDDD;
	margin: 0 5px 0 10px;
	padding: 4px;
	}

.comment-list cite, .comment-list cite a, .ping-list cite, .ping-list cite a {
	font-weight: bold;
	font-style: normal;
	}

.commentmetadata {
	font-size: 11px;
	font-weight: normal;
	}

#respond:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}
	
.alt {
	margin: 0;
	padding: 10px;
	}
	
.children { 
	margin: 0;
	padding: 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}
	
.reply a, .reply a:visited {
	background: url(images/button.png);
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
	text-shadow: #436D04 1px 1px;
	font-weight: bold;
	margin: 0;
	padding: 3px 5px 3px 5px;
	border: 1px solid #73AB00;	
	}
	
.reply a:hover {
	background: url(images/button-hover.png);
	text-decoration: none;
	border: 1px solid #73AB00;	
	}

#comments .navigation {
	display: block;
	margin: 10px 0 0 0;
	}

.thread-alt, .thread-even {
	margin: 0;
	padding: 0;
	}

.depth-1 {
	border: 1px solid #DDDDDD;
	margin: 0;
	padding: 0;
	}

.even, .alt {
	border: 1px solid #DDDDDD;
	margin: 0;
	padding: 0;
	}

/*.footer-details{
	background:url(images/footer-logo.png) no-repeat;
	padding: 0 0 0 115px;
}*/	

a.phone{
	background:url(images/footer-phone.png) no-repeat left center;
	padding: 10px 0 10px 30px;
	display:block;
}

span.loc{
	background:url(images/footer-pointer.png) no-repeat left center;
	padding: 10px 0 10px 30px;
	display:block;
}

.footer-widgeted-1 .post a.alignleft{
	max-height: 91px;
    overflow: hidden;
}

.footer-widgeted-1 .post{
	float:left;
	width:50%;
	padding:0 20px 20px 0;
}

.footer-widgeted-1 .post-info{
	font-style:italic;
}

.wraps{
	width:1060px;
	margin:0 auto;
}

.special-section{
	/*background:#835061;*/
	background:#993959;
	padding:17px 0;
	text-align:center;
	font-size:24px;
	line-height:25px;
	color:#fff;
	border-bottom:4px solid #f6dd0c;
}

.special-section a.learn-more{
	text-transform:uppercase;
	font-size:18px;
	color:#fff;
	background:#1e365c;
	padding:15px 35px;
	display:inline-block;
	margin:5px 0 5px 10px;
	border:1px solid #1e365c
}

.special-section a.learn-more:hover{
	background:#835061;
}

body .home-top-left h2{
	background:url(images/slide-bg.png) repeat !important;
	padding:25px !important;
}

.bottom-section{
	background:#fff;
	overflow:hidden;
}

#home-middle .featuredpage, .bottom-section .featuredpage{
	float:left;
	width:33.3%;
	padding:0 15px 30px !important;
	clear:none !important;
}

#home-middle .featuredpage p, .bottom-section .featuredpage p{
	display:block;
	clear:both;
}

#home-middle .featuredpage img, .bottom-section .featuredpage img{
	margin:0 0 10px;
}

#home-middle a.more-link, .bottom-section a.more-link{
	text-transform:uppercase;
	font-weight:bold;
	margin:20px 0 0 !important;
	display:block;
	width:100%;
	max-width:110px;
}

.the-breadcrumb{
	background:#eaeaea;
	text-transform:uppercase;
	color:#835061;
	font-size:14px;
	font-weight:bold;
	padding:19px 0;
}

.the-breadcrumb ul{
	padding:0;
	margin:0;
}

.the-breadcrumb ul li{
	list-style:none;
	display:inline-block;
}

.the-breadcrumb a{
	color:#3e4a7e;
}

.separator{
	margin:0 5px !important;
	font-weight:normal;
	color:#3e4a7e;
}

#sidebar .widget_categories li, #sidebar .widget_archive li{
	text-align:right;
	overflow:hidden;
}

#sidebar .widget_categories li a, #sidebar .widget_archive li a{
	float:left;
}

.theblog #content .post-info{
	background:#eaeaea;
	font-size:12px;
	color:#757575;
	padding:5px 20px !important;
	margin:0 0 20px !important;
	overflow:hidden;
}

.theblog #content .post-info a{
	color:#757575;
}

.theblog #content .post-info cite{
	color:#835061;
	font-size:15px;
}

.theblog .entry-content a.more-link{
	text-transform: uppercase;
    font-size: 18px;
    color: #fff;
    background: #993959 ;
    padding: 15px 35px;
    display: block;
    margin: 20px 0 0;
	width:100%;
	max-width:197px;
	text-align:center;
}

.theblog .entry-content a.more-link:hover{
	background:#1f375b ;
}

.responsiveSelectContainer select.responsiveMenuSelect, select.responsiveMenuSelect{
	margin:20px 0;
}

.newsletter-section{
	background:#1f375b;
	padding:17px 0 14px;
}

.newsletter-section h4{
	font-size:30px;
	line-height:30px;
	text-transform:uppercase;
	display:inline-block;
	vertical-align:middle;
	color:#fff;
	font-weight:normal;
	margin:0;
}

body .tnp-subscription{
	max-width:100% !important;
	margin:0 !important;
}

body .tnp-email{
	padding:10px 18px !important;
	border:1px solid #eaeaea !important;
	max-width:380px !important;
	width:100% !important;
	background:none !important;
	color:#fff !important;
	font-size:16px;
	margin:0 0 5px !important;
}

body .tnp-submit{
	background:none !important;
	border:1px solid #eaeaea !important;
	max-width:125px !important;
	width:100% !important;
	color:#fff !important;
	font-size:18px;
	padding:16px 18px;
	margin:0 0 5px 15px !important;
	font-weight:bold;
}

/*-------------------EDITS/ADDITIONAL--------------------*/
.home-middle-1 h2 a,
.home-middle-2 h2 a,
.page-id-4 .bottom-section h2 a,
.page-id-102 .bottom-section h2 a,
.page-id-75 .bottom-section h2 a,
.page-id-104 .bottom-section h2 a,
.page-id-6 .bottom-section h2 a,
.page-id-16 .bottom-section h2 a,
.page-id-129 .bottom-section h2 a,
.page-id-131 .bottom-section h2 a,
.page-id-133 .bottom-section h2 a,
.page-id-8 .bottom-section h2 a,
.page-id-108 .bottom-section h2 a,
.page-id-109 .bottom-section h2 a,
.page-id-112 .bottom-section h2 a,
.page-id-114 .bottom-section h2 a,
.page-id-116 .bottom-section h2 a,
.page-id-118 .bottom-section h2 a,
.page-id-12 .bottom-section h2 a,
.page-id-14 .bottom-section h2 a {
    font-size: 20px;
    text-transform: capitalize;
}
#footer {
    background: #1f375b ;
}
#home-middle {
   color: #333;
}
#menu-main-menu-1 {
    position: relative;
}
#menu-main-menu-1 .menu-item-19 {
    float: none;
}
.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-19 a {
    float: right;
    position: relative !important;
}
#nav li:last-child:after {
    content: '';
    background: url(https://circlesafety.com/wp-content/uploads/2016/12/bottom-nav.png) no-repeat top center;
    width: 143px;
    height: 39px;
    display: block;
    position: absolute;
    z-index: 999;
    right: 0;
    top: 60px;
}
div#n2-ss-2 .n2-ss-slide .n2-ss-slide-background img {
    margin-top: 0 !important;
}

/* EDITS
******************************************************************************/
.clr {
	clear:both;
}
.ashi img {
    float: left;
    width: 28%;
}
.ashi span {
    float: right;
    width: 70%;
    padding: 0 15px;
}
input#gform_submit_button_1 {
    background: #1f375b;
    padding: 10px 30px;
    border: 1px solid;
}
input#gform_submit_button_1:hover {
    background: #21406f;
}

/* Responsive */

@media only screen and (max-width:1100px) {
	#header .wrap, #nav .wrap, #home-middle, .wraps, #footer-widgeted .wrap, #footer .wrap, #inner{
		width:95%;
	}
}

@media only screen and (max-width:1078px) {
	#nav li a{
		padding: 20px 15px 12px;
	}
	
	#nav li:last-child a{
		padding: 20px 25px 12px;
	}
}

@media only screen and (max-width:880px) {
	#nav .wrap{
		height:auto;
	}
	
	#footer .gototop, #footer .creds{
		width:100%;
		text-align:center;
		padding:10px 0;
	}
	
	.footer-widgeted-1, .footer-widgeted-2{
		width:100%;
		padding:0;
		margin:0 0 20px;
	}
}

@media only screen and (max-width:768px) {
	#home-middle .featuredpage, .bottom-section .featuredpage, .sidebar-content #content, .content-sidebar #content, #sidebar{
		width:100%;
		padding:0 !important;
		margin:0 0 20px;
	}
	
	#title-area{
		float:none;
		margin:0 auto;
	}
	
	#header .widget-area{
		width:100%;
		text-align:center;
	}
	
	#header .searchform{
		float:none;
	}
}

@media only screen and (max-width:630px) {
	.newsletter-section table td{
		display:block !important;
		text-align:center;
	}
	
	body .tnp-email, body .tnp-submit{
		margin:0 auto 5px !important;
	}
	
	.newsletter-section h4{
		margin-bottom:15px;
	}
}