/* newpol_styles.css - Custom stylesheet for newpol_responsive (responsive child theme) RM */

body { 
	 font-family: "Source Sans Pro",Arial,Helvetica,sans-serif;
	 font-size: 1em;
	 color: #333;/*#666*/ 
}

body.full-width-layout #content-outer, body.default-layout #content-outer,body.full-width-no-box #content-outer {
	margin: 0 auto;
	max-width: 960px;
}

a, a:visited  {
	color: #f15f27;
	/*font-weight: bold;*/
}

a:hover, a:focus, a:active  {
	color: #3366cc;
}


#footer a, #footer a:visited {
	color: #99a;
	font-weight: bold;
}

#footer a:hover {
	color: #006699;
}	

/* =Navigation
-------------------------------------------------------------- */
.navigation {
	color: #111111;
	display: block;
	font-size: 20px;
	height: 28px;
	line-height: 28px;
	margin: 20px 0;
	padding: 0 5px;
	font-weight: normal;
}

.previous, .next {

}
.navigation a {
    color: #aaaaaa;
    font-weight: normal;
    padding: 4px 10px;
}

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-weight: normal;
    line-height: 1em;
    word-wrap: break-word;
}

p, hr, dl, pre, form, table, address, blockquote {
    margin: 0.5em 0;/* 0.5em 0 1.6em*/
}

h6 {
    color: #999;
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 1.285em;
    margin-top: 1.285em;
}

#footer a, #footer a:visited {
 	font-weight: normal;
}

#container {
    margin: 0 auto;
    max-width: 100%;
    padding: 0;
}

.skip-container {
	background: #f15f27;
	padding: 0.2em 0.5em  0;
}

#pre_header_section {
	background: #f15f27;
	display: table;
	width: 100%;
}

/*#header,*/#wrapper-inner, #footer-wrapper {
	margin: 0 auto;
    max-width:  960px;
}

#header {
	max-width 1080px;/*1180px*/
    height: 118px; /* 108px 126px 150px 126px;*/
    margin: 0 auto;
    position: relative;
    border-bottom: #f15f27 2px solid; /*1px solid #ccc*/
}

#header .core {
	max-width:  1080px;/*1080px;1180px*/
	margin: 0 auto;
	position:relative;
}

.social_icons_header {
	float: right;
	margin: 0 14px 0 0;
}

.social_icons_header ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.social_icons_header ul li {
	display: inline-block;
	padding-left:4px;	
}

.social_icons_header img {
	height: 16px;
	width: auto;
}


#logo {
	/*padding: 0 14px;*/
	margin: 30px 0 0 0;
}

#logo:hover {
	opacity: 0.75;
	filter: alpha(opacity=75); // IE 5-7
}

#logo img {
	/*max-width: 240px;
	height: auto;
	margin: 3px 0 4px;*/
}

#content {
	 margin-top: 20px;
}

#content .responsive::after {
    border-bottom: none;
    width: 100px;
    position: absolute;
    content: "";
    left: 0;
    bottom: -9px;
    right: 0;
}
.home #content {
    margin-bottom: 20px;
    margin-top: 10px;	
}

.home  .entry-title {
	
}


#content-archive {
	
}

#content-archive .post{
	margin: 0 0 30px;
}

#footer {
	max-width: 100%;
}

#footer, #footer .widget-wrapper {
	background-color: #231f20;
	color: #AAA;
}


#footer-sidebar-wrapper {
	padding-top: 12px;
	
}

.grid .footer-nav{
    float: none;
    margin-bottom: 2.127659574468%;
    padding-top: 8px;
}
.footer-menu {
    margin: 0 auto;
    display: table;
    padding: 0;
}

.footer-menu a {
	height: 16px;
	line-height: 16px;
}
.copyright, #footer #copyright_link {
	
}


#wrapper {
    background-color: #ffffff;
    border: none;
    margin: 10px auto 20px;
    padding: 0 20px;
    /*border-top: 1px solid #ccc;*/
    border-radius: 0;
    -moz-border-radius: 0px;
    max-width: 960px;
	 min-height: 300px;/*440px*/
}

.home #wrapper {
    margin: 0 auto 20px;
}

#wrapper-inner {
	
}

#wrapper, .core {
	
}

h1.entry-title, h2.entry-title, .widget-title h3, .widget-title-home h3, .entry-title, .entry-title a, h2 {
	/*border-bottom: 2px solid #CCC;*/
    color: #333;/*#99a*/
    font-size: 1.2em;/*1.4em*/
    font-weight: normal;
    line-height: 22px;
    margin-bottom: 0;
    padding-bottom: 2px;
	margin-top: 0	;
}

h1.entry-title {
	font-size: 1.6em;
}

.entry-title a:hover {
	color: #006699;
}

.entry-title.post-title.archive-title.archive-title {
	color: #666;
	font-size: 1.8em;
}

.widget-title {
	border-bottom: 2px solid #666;
	padding: 0 0 8px;
	box-sizing: border-box;
	margin: 0 0 8px;
	/*background-color: #DDD;*/

}

.widget-title h3 {
	font-size: 1.6em;
}

#widgets.home-right .widget-title {
	padding: 0 0 4px;
	margin: 0 0 2px;
}

#widgets.home-right .widget-title h3 {
	font-size: 1.3em;
	line-height: .92em
}

.archive .post-entry/*,h1.entry-title, h2.entry-title*/ {
    padding: 0 0 10px;
}

.search .post-entry {
    padding: 0 0 30px;
}

.title-archive {
	font-size: 1.6em;
	font-weight: 200;
	margin: 0 0 12px 0;
	color: #000;
}

.taxonomy-description {
	margin: 0 0 20px;
	padding: 0 0 10px;
	border-bottom: 1px solid #f15f27;
}
/* ///// widgets etc ///// */


#top-widget {
	padding: 0 6px 0 0; /*12px 12px 0 0;*/
	box-sizing: border-box;
}

#widgets.home-right {
    margin-top: 2px;
}


i.fa {
	padding-right: 4px;
}

.widget-wrapper {
    background-color: #FFF; /*#ffe6d7*/
    border: none;
    border-radius: 0;
    -moz-border-radius: 0px;
    margin: 0 0 20px 0; 
    padding: 4px 20px 10px;

	/*-webkit-box-shadow: 2px 0 20px 10px rgba(0,0,0,.05);
	box-shadow: 2px 0 20px 10px rgba(0,0,0,.05);

}

#widgets .home-right {
	
}


.fit {
	margin: 0 auto !important;
	/*margin-left: 0 !important;
    margin-right: 0 !important;*/
}

#widgets a {
	font-weight: normal;

}

#widgets a:hover {
	color:red;

}

#widgets ul li a {
    display: inline;
    text-decoration: none;
	font-size: 1.1em;
	font-weight: normal;
}

.colophon-widget {
    background:  none;
    min-height: 0;
    text-align: center;
}

.colophon-widget .textwidget, .colophon-widget .widget-title {
	max-width: 1020px; /*1170px;*/
	margin: 0 auto;
}

#colophon-widget .widget-wrapper {
	margin: 0;
    padding: 0;
}

#footer_widget {
	font-size: 16px;
	line-height: 1.3;
	
}

.social_footer {
	
	}
	
	
.social_footer a {
	display: inline-block;
	float: left;
}

/* widget menus, ul etc */

.widget-wrapper  ul {
	list-style-type: none;
}

.widget-wrapper  li {
	margin: 6px 0 4px -12px;
}

.menu-widget li {
	
}

#recent-posts-2 {

}

#recent-posts-2 li {
	border-bottom: 1px solid #CCC;
	line-height: 1.2em;
	padding: 0 0 8px 0;
}

#recent-posts-2 li.a {

}

#recent-posts-2 .post-date {
	color: #999;
	font-size: .9em;
	display: block;
}

#recent-posts-2 .post-date:before {
	/*content: " - ";*/

}


/* =Header Menu (Primary)
-------------------------------------------------------------- */
.menu {
	background: none;
	clear: both;
    display: block;
	margin: 0 auto;
}

#menu-main_nav.menu{
	max-width: 960px;
	margin: 0 auto;
}
.main-nav {
  

}
/*.main-nav {
    clear: none;
    float: right;
    position: absolute;
    right: 10px;*//*10px*/
     /*top: 68px;84px 00px 120px*/
   /* background: none;
}*/

.main-nav {
    clear: both;
	background: none;
}

.menu,
.menu ul {
	display: block;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.menu li {
	border: 0;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 5;
}

.menu li:hover {
	white-space: normal;
	z-index: 10000;
}

#menu-top_nav .menu-item-has-children::before {
	color: #ccc;
    content: "\f107";
    display: block;
    font-family: "fontawesome";
    font-size: 10px;
    line-height: 1;
    list-style: outside none none;
    margin-top: -5px;
    position: absolute;
    right: 0;
    top: 54%;
}


.menu li li {
	float: none;
	background: none;
}

.menu ul {
	left: 0;
	position: absolute;
	top: 0;
	visibility: hidden;
	z-index: 10;
}

.menu li:hover > ul {
	top: 100%;
	visibility: visible;
}

.menu li li:hover > ul {
	left: 100%;
	top: 0;
}

.menu:after,
.menu ul:after {
	clear: both;
	content: '.';
	display: block;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}

.menu,
.menu ul {
	min-height: 0;
}

.menu ul,
.menu ul ul {
	margin: 0;
	padding: 0;
}

.menu ul li a:hover,
.menu li li a:hover {
	color: #484848;
	text-decoration: none;
}

.menu ul {
	margin-top: 1px;
	min-width: 10em;/*15em*/
	width: auto;
}

.menu li ul {
    background: rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
    border: 1px solid #eee;
    margin: 5px 0 0;
    padding: 10px;
    transition-delay: 0.2s;
    
    
}

.menu li ul::before {
    border-bottom: 10px solid #ddd;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: " ";
    left: 20px;
    margin: -11px 0 0;
    position: absolute;
    top: 0;
    visibility: hidden;
}


.menu li ul::after {
    border-bottom: 10px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    content: " ";
    left: 20px;
    margin: -10px 0 0;
    opacity: 0;
    position: absolute;
    top: 0;
    visibility: hidden;
    z-index: 9999;
}
.menu li:hover > ul:before,
.menu li:hover > ul:after { 
	visibility:visible; opacity:1;
 	transition-delay: 0.2s; 
}



.menu a {
	border-left: none;
	color: #333;/*#99a*/
	cursor: pointer;
	display: block;
	font-size: 1.3em;/*1.1em*/
	font-weight: normal;
	height: 42px !important; /*45px*/
	line-height: 45px;
	margin: 0;
	padding: 0 0.6em;
	position: relative;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	white-space: nowrap;
	font-family: "Source Sans Pro",Arial,Helvetica,sans-serif;
}

.menu a:hover {
	background: none;/*#FFF*/
	color: #006699;
 
}

ul.menu > li:hover {
	background: none;
	color: #006699;
}

.menu .current_page_item a,
.menu .current-menu-item a {
	background: none;
}

.front-page .menu .current_page_item a {
	background: none;
	background-color: transparent;
	background-image: none;
	filter: none;
	color: #EEE;
}
 

.menu .page_item_has_children a:hover, .menu .current_page_item a:hover, .menu .current-menu-item a:hover {
	background-image: none;
	filter: none;
	color: #006699;
}

.menu li li {
	
	border: none;
	color: #333;/*#99a*/
	filter: none;
	margin: -1px 0 1px 0;
	width: auto;
}

.menu li li a {
	background: transparent !important;
	border: none;
	color: #333;/*#99a*/
	font-size: 1em;
	height: auto;
	height: 20px;
	line-height: 20px;
	padding: 8px 10px;
	text-shadow: none;
	white-space: nowrap;
	text-transform: none;
}

.menu li li a:hover {
	background: none;
	border: none;
	color: #006699;
	filter: none;
}

.menu li li:hover {
	background: transparent !important;
	filter: none;
}


.menu li li a:hover {
	background-color: transparent !important;
}


.menu ul > li + li {
	border-top: 0;
}

.menu li li:hover > ul {
	left: 100%;
	top: 0;
}

.menu > li:first-child > a {
	border-left: none;
}

.menu a#responsive_menu_button {
	display: none;
}

.main-nav #responsive_current_menu_item {
	display: none;
	text-indent: -1000px; /*RM*/
}


/*.js .main-nav .menu {*/
/*display: block;*/
/*}*/

/* =Primary Main Menu IE Fixes
-------------------------------------------------------------- */
.ie7 .menu ul {
	background: url(../../core/images/ie7-fix.gif) repeat;
}

.ie7 .menu li li a {
	min-width: 100%;
}


/* =Top Menu
-------------------------------------------------------------- */
.top-menu {
	float: right;
	margin: 0 12px 8px 0;
	padding: 0;
}

.top-menu li {
	display: inline;
	list-style-type: none;
}

.top-menu li a {
	border-left: 1px solid #cccccc;
	color: #FFF;/*#99a*/
	font-size: 1em;/*15px*/
	padding: 0 4px 0 8px;
	font-weight: normal;
	line-height: 24px;
	height: 24px;
}

.top-menu > li:first-child > a {
	border-left: none;
}

.top-menu li a:hover {
	color: #CCC;
}


/* =Sub-Header Menu
-------------------------------------------------------------- */

.sub-header-menu {
	background-color: #ffffff;
	margin: 0 auto;
	border:none;
}

.sub-header-menu a {
	border-left: none;
	color: #333333;
	cursor: pointer;
	display: block;
	font-size: 12px;
	font-weight: 400;
	height: 35px;
	line-height: 35px;
	margin: 0;
	padding: 0 0.9em;
	position: relative;
	text-decoration: none;
	text-shadow: none;
}


/* =colophon
-------------------------------------------------------------- */
 
/* home middle schedule inspection button */
#text-2 .textwidget {
	border-top: 2px solid #ccc;
	padding: 30px 0;
}

 

/* =Master slider */
-------------------------------------------------------------- 

.home .master-slider {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.ms-slide-info {
	/*position: absolute !important;
	max-width: 50%;
	top: 200px;
	left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    background: rgba(0, 0, 0, 0.2) none;*/
    padding: 6px 4px 0 10px;
	background: rgba(0, 0, 0, 0.4) none;
	box-sizing: border-box;
	margin: 0 0 20px 0;
}


.ms-info {
    /*text-align: center;
    font-size: 30px;
    font-weight: 700;
    color: #FFF;
    text-transform: uppercase;
    line-height: 1.2;*/
	color: #FFF;
	font-size: 1.1em;
	font-weight: normal;
}

.ms-info a {
	color: #ffcc66; /*#f15f27*/
}

.ms-info a.learn-more:hover {
	color: #CCC;
}

.home .ms-slide .ms-slide-bgcont img, 
.home .ms-moz .ms-slide-bgcont > img {
   	/*margin-top: 8px !important;*/
}

.ms-info h2, .ms-info h1, .ms-info h3, .ms-info p {
	margin: 2px 0;
}

/*.ms-bullets.ms-dir-h.ms-align-bottom {
	width: 50% !important;
	margin: 0 auto;
	display: block;
}

.ms-bullets-count {
	
}*/
/* =tables
-------------------------------------------------------------- */
	th, td, table {
    		border: none;
	}
  	#post-5 .th, #post-5 td, #post-5 table {
    	/*border: 1px solid #dddddd;*/
    	border: none;
	}

  	table.team td {
  		width: 33%;
  	}




/* =post meta
-------------------------------------------------------------- */

.post-meta {
    clear: both;
    color: #7E7E7E;
    font-size: 14px;
    margin-bottom: 10px;
}
.byline, .author.vcard,.timestamp.updated {
	display: none;
}
.catsmeta {
	
}

bookmark {
	display:none;
}
.catsmeta:before {
	content: 'in ';	
}


.wp-caption {
    background: none;
    border: none;
    max-width: 96%;
    padding: 0;
    text-align: center;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;/*98.5%*/
    padding: 0;
    width: auto;
}

a.more-link.themebutton, .read-more a {
    background-color: #333;/*#99a*/
    color: #fdfdfd;
    font-size: 0.9em;
    font-weight: normal;
    padding: 3px 10px;
	display: table;
	margin-top: 4px;
}

a.more-link.themebutton:hover, .read-more a:hover {
    background-color: #666;
}



/* =Forms
-------------------------------------------------------------- */
label {
	display: inline-block;
	font-weight: normal;
	padding: 2px 0;
}

legend {
	padding: 2px 5px;
}

fieldset {
	border: 1px solid #cccccc;
	margin: 0 0 1.5em;
	padding: 1em 2em;
}

select,
input[type="text"],
input[type="password"],
input[type="email"] {
	-moz-box-sizing: border-box;
	-moz-border-radius: 2px;
	-webkit-box-sizing: border-box;
	-webkit-border-radius: 2px;
	-webkit-box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
	background-color: #ffffff;
	box-sizing: border-box;
	border: 1px solid #aaaaaa;
	border-bottom-color: #cccccc;
	border-radius: 3px;
	cursor: text;
	margin: 0;
	outline: none;
	padding: 4px; /*6px 8px*/
	vertical-align: middle;
	max-width: 100%;
}


#footer_widget select,
#footer_widget input[type="text"],
#footer_widget input[type="password"],
#footer_widget input[type="email"] {
	-moz-box-sizing: border-box;
	-moz-border-radius: 2px;
	-webkit-box-sizing: border-box;
	-webkit-border-radius: 2px;
	-webkit-box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
	background-color: #ccc;
	box-sizing: border-box;
	border: 1px solid #aaaaaa;
	border-bottom-color: #cccccc;
	border-radius: 3px;
	cursor: text;
	margin: 0;
	outline: none;
	padding: 4px; /*6px 8px*/
	vertical-align: middle;
	max-width: 260px;
}


select {
	height: auto;
	max-width: 100%;
}

area,
textarea {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-border-radius: 2px;
	-webkit-box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
	background-color: #ffffff;
	box-shadow: 0 1px 0 #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.2);
	box-sizing: border-box;
	border: 1px solid #aaaaaa;
	border-bottom-color: #cccccc;
	border-radius: 3px;
	height: auto;
	overflow: auto;
	margin: 0;
	outline: none;
	padding: 8px 10px;
	max-width: 100%;
}

map area {
	padding: 0px;
	border: 0px;
}

input,
select {
	cursor: pointer;
}

area:focus,
input:focus,
textarea:focus {
	border: 1px solid #66ccff;
}

input[type='text'],
input[type='password'] {
	cursor: text;
}


.search_top {
	float: right;
}

.top-widget #searchform {

}

.top-widget #searchform input, .search_top #searchform input {
	border-radius: 2px;/*14px .4rem 0 0 .4rem */ 
 	box-sizing: border-box;
	padding-left: 8px;
	font-size: 15px;
	color: #AAA;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
		border: 0;
	border-bottom: 1px #CCC solid;
	width: 260px;	
}

.top-widget #searchform .submit, .search_top #searchform .submit {
	border-radius: 2px;/*10px*/
 	box-sizing: border-box;
	font-size: 12px; 
	line-height: 18px;
	margin: 0;
	padding: 4px 6px;
}

/* //// advanced search  (Search & Filter) //////// */

/*the widget*/
advanced_search_link {

}

#text-5 {

}

#text-5 .textwidget p {
	margin: 0 0 .5em 0;
}

a.advanced_search_link {
	font-size: .9em;
	color: #CCC;
}
/* the form */

 {

}

.searchandfilter ul {
	margin: 0;
	padding: 0;
}

.searchandfilter input, .searchandfilter select {
	border-radius: 2px;/*14px .4rem 0 0 .4rem */ 
 	box-sizing: border-box;
	padding-left: 8px;
	font-size: .8em;
	color: #555;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
		border: 0;
	border-bottom: 1px #CCC solid;
	max-width: 320px;	
}

.searchandfilter input {
	width: 320px;
	border: 1px #CCC solid;
}

.searchandfilter li {
	display: block;
	margin: 0 0 20px 0;
}

.searchandfilter a.button, .searchandfilter input[type="reset"], .searchandfilter input[type="button"], .searchandfilter input[type="submit"] {
	width: 200px;
	background: #666;
	color: #FFF;
	margin: 0 auto;
}

a.search_reset  {
	width: 200px;
	background: #666;
	color: #FFF;
	display: block;
	font-weight: bold;
	text-align: center;
	padding: 2px 0 4px 0;
}
.searchandfilter input[type="submit"]:hover, a.search_reset:hover {
	background: #333;
}
/* =Buttons
-------------------------------------------------------------- */
a.button,
input[type='reset'],
input[type='button'],
input[type='submit'] {
	-moz-border-radius: 2px;
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	-webkit-border-radius: 2px;
	background-color: #f9f9f9; /* Alabaster */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f1f1f1));
	background-image: -webkit-linear-gradient(top, #f9f9f9, #f1f1f1);
	background-image: -moz-linear-gradient(top, #f9f9f9, #f1f1f1);
	background-image: -ms-linear-gradient(top, #f9f9f9, #f1f1f1);
	background-image: -o-linear-gradient(top, #f9f9f9, #f1f1f1);
	background-image: linear-gradient(to top, #f9f9f9, #f1f1f1);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	border: 1px solid #dddddd;
	border-radius: 3px;
	color: #333333;
	cursor: pointer;
	display: inline-block;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#f9f9f9, endColorstr=#f1f1f1)";
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	margin: 0;
	padding: 4px 10px;
	text-decoration: none;
	text-shadow: 0 1px 0 #ffffff;
	vertical-align: middle;
	white-space: nowrap;
}


#footer_widget a.button,
#footer_widget input[type='reset'],
#footer_widget input[type='button'],
#footer_widget input[type='submit'] {
	-moz-border-radius: 2px;
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	-webkit-border-radius: 2px;
	background-color: #ccc; /*#f9f9f9;  Alabaster */
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f1f1f1));
	background-image: -webkit-linear-gradient(top, #fff, #ccc);
	background-image: -moz-linear-gradient(top, #fff, #ccc);
	background-image: -ms-linear-gradient(top, #fff, #ccc);
	background-image: -o-linear-gradient(top, #fff, #ccc);
	background-image: linear-gradient(to top, #fff, #ccc);
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	border: 1px solid #dddddd;
	border-radius: 3px;
	color: #333333;
	cursor: pointer;
	display: inline-block;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#f9f9f9, endColorstr=#f1f1f1)";
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	margin: 0;
	padding: 4px 10px;
	text-decoration: none;
	text-shadow: 0 1px 0 #ffffff;
	vertical-align: middle;
	white-space: nowrap;
}

/* =Featured Content
-------------------------------------------------------------- */
#featured {
	background-color: #ffffff;
	border: none;
	margin-top:0;20px
	padding-bottom: 40px;
	width: 99.893617021277%;
	border-top: 2px solid #f15f27;
}

.post-edit {
	clear: both;
    display: block;
    font-size: 12px;
    margin:  0;
}

#featured p {
	font-size: 1em;
	line-height: 21px;
	padding: 0;
	text-align: left;
}



/* =NewPol addtions
-------------------------------------------------------------- 


/*post meta*/ 
.supertitle {
	font-size: 1.1em;
	color: #999;
}
.subtitle {
	font-size: 1.1em;
	color: #999;
	padding-left: 6px;
}

.the_post_date {
	margin: 0 0 0 14px;
}
.section-blog .supertitle, .section-blog .subtitle {
	font-size: 0.9em;
}

.authors {
	
}

.authors a, .authors-not-linked {
	font-size: 1.2em;
}
.author_bio {

}
.issue_term_desc {
	font-size: 1.1em;
}

.issue_term_desc a{
	font-size: 1.3em;
}

.issue_long {

}

/*post meta ('posted in' etc) below content:*/
.np_post_meta_after {
	margin:  8px 0;
	font-style: italic;
	font-size: 14px;
}


/*author bios below content:*/
.author_bio_group {
	border-top: 2px solid #ccc;
	margin: 18px 0 0 0;
	padding: 10px 0 0 0;
}
.author_bio {

}
.author_bio_name {

}
.author_bio_desc {

}

/*messages sidebar (boilerplate etc)*/
#messages-sidebar {

}

#messages-sidebar .textwidget {
	border: none;
}

/* issue sections*/
.issue_section {

}
.section-title {
    font-size: 1.5em;
    color: #666;
    margin: 10px 0 4px;
    background: #EEE;
    padding: 6px 0 8px 10px;
	clear: both;
}

.issue_section_inner {
	display: table;
	padding: 0 0 10px 20px;
	box-sizing: border-box;
}

.issue_section_inner.from-the-editors, .issue_section_inner.opening-articles{
	padding: 0 0 0 4px;
}

.termlist_excerpt_wrapper {
	margin: 10px 0 34px;
	box-sizing: border-box;
	clear: both;
}
.termlist_excerpt_body {

}

.termlist_excerpt_body img.imgp_img {
	margin: 4px;
}


.section-title.from-the-editors, .section-title.opening-articles {
	display:none;
}
.custom-archive-thumb {
	/*background: #EEE;
	border: 1px solid #EEE;*/
	margin: 0 0 10px 0;
}

.section-blog {
    width: 33%;
    float: none;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    padding: 0 12px;
}

.post {
	border-bottom: none;
	margin-bottom: 0;
}

.custom-archive-thumb img {
	max-height: 180px;
	width: auto;
	margin: 0 auto;
}

.section-blog img {
	float: none !important;
	display: block;
}

.attachment-post-thumbnail {
	max-height: 180px;
}
/* custom front page*/

.home-with-sidebar {

}

.home-with-sidebar h1.entry-title {
	display: none;
}

.home-right {
	padding: 8px 0 0 0;
	/*max-height: 300px;
	overflow: hidden;*/
}

.home-right .widget-wrapper {
	margin: 0 0 12px;
	padding: 0;
	
}

.home-right .widget-wrapper p{
	margin: 0 0 0.4em;
}


  /*Current issue posts*/ 
.curissueposts_row {

}
.curissuepost_wrapper{

}
.curissuepost_title {

}

.issue_term_excerpt {
	float: right;
}

.read-more {
    clear: both;
    font-weight: 700;
	margin: 0 0 0 2px;
}

.read-more.max_charlength {
	/*margin: 14px 0 0 2px;*/
	padding: 10px 0 0 0;
}

.curissuepost_excerpt_body {

}
.front_section_header {
    border-top: #f15f27 2px solid;
}

.front_section_header h2 {
    font-size: 2em;
	margin: 10px 0 0 0;
}

.front_section_header h2 a {
    color:#333;
}

.front_section_header h2 a:hover, .front_section_header h2 a:focus {
    color: #3366cc;
}

.front_more_btn {
    clear: both;
    font-weight: 700;
	margin: 0 0 40px 2px;
}

.front_more_btn a {
	background-color: #333;/*#99a*/
	color: #fdfdfd;
	font-size: 1em;
	font-weight: normal;
	padding: 3px 10px;
	margin: 0 auto 20px;
	display: block;
	width: 290px;
	text-align: center;
}

.front_more_btn a:hover {
	background-color: #666;

}

/* Review //// */

.review_details {
	padding: 0 0 10px 6px;
}

.review_details_row {
	margin: 0 0 10px;
	line-height: 1.2em;
	font-size: 15px;
}



/* MORE */

.post_type_title {
	font-size: 1.1em;
	padding: 0 0 0 2px;
	text-transform: capitalize;
}

.section-blog.grid .post_type_title {
	font-size: 1em;
}

.archives_side {
	display; table; 
}

.blog_main_div {
	margin: 10px 0 0 0;
}

.boilerplate {
	background: #EEE;
	border: 1px solid #999;
	padding: 12px;
}


.np_superscript {

}


.np_subscript {

}


/* AddToAny Social share btns AND print/PDF links */

.addtoany_share_save_container.addtoany_content.addtoany_content_top {
	float: right;
}

.home .addtoany_share_save_container.addtoany_content.addtoany_content_top {
	display: none;
}

#widgets .a2a_kit a {
	padding: 0 4px 0 0;
}
.a2a_s_email {
	background-color: #666 !important;
}

.addtoany_content {
	margin: 0 2px;
}
.pdfprnt-buttons.pdfprnt-buttons-review.pdfprnt-top-right {
	clear: none;
}


.pdfprnt-top-left::before, .pdfprnt-bottom-left::before, .pdfprnt-top-right::before, .pdfprnt-bottom-right::before, .pdfprnt-top-bottom-left::before, .pdfprnt-top-bottom-right::before, .pdfprnt-left::before, .pdfprnt-right::before {
    content: "";
    clear: none;
    display: block;

}
a.pdfprnt-button {
	color: #999;
	padding: 0 2px;
}

a.pdfprnt-button:hover {
	color: #333;
}

.pdfprnt-button-title {
	padding: 0;
	font-size: 14px;
}
.home .pdfprnt-buttons  {
	display: none;
}

.section-blog.grid .pdfprnt-button-title, .termlist_excerpt_body .pdfprnt-button-title {
	display: none !important;
}

/* =FontAwesome
-------------------------------------------------------------- */


.icon-globe::before, .icon-envelope::before,.icon-phone::before {
	font-family: 'FontAwesome';
	content: '\f0ac';
	padding-right: 6px;
	color: #b1c1c6;;
	font-size: 16px;
	vertical-align: top;
}

.icon-globe::before {
	content: '\f0ac';

}

.icon-envelope::before {
	content: '\f0e0';
}

.icon-phone::before {
	content: '\f095';
}

/* with FA stuff in footer contact info widget*/
theinfo {
	display: inline-block;
	margin: 0 0  8px;
}



/* /////////////////////////////// ** \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */
/* =Responsive (Mobile) Design
-------------------------------------------------------------- */
@media screen and (max-width: 1200px) {

 	#logo, #wrapper, #footer-wrapper .core, #top-widget {
		/*padding: 0 14px;*/
	}
		
}


@media screen and (max-width: 1100px) {
	
	/* masterslider */
	.ms-slide-info {
		position: absolute !important;
		max-width: 54%;
		top: 160px;
		/*border: red 2px solid;*/
	}

	.ms-info {
    	font-size: 24px;
    	line-height: 1.2;
	}

	.ms-info a.learn-more {
    	font-size: 14px;
		margin: 20px auto 30px !important;
    	padding: 6px 12px !important;
		width: 120px;
	}

}

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

	body {
	}

	.grid,
	.grid-right {
		display: block;
		float: none;
		width: 100%;
		margin-right: 0;
	}
	.home-widgets .grid {
		display: block;
		float: none;
		width: 80%;
		margin: 0 auto;
		/*text-align: center;*/
	}
	
	
	/*a img.alignleft {
    	float: none;
    	margin: 5px 20px 20px 0;
	}*/
	.copyright,
	.scroll-top,
	.powered {
		float: left;
	}

	#featured-image .fluid-width-video-wrapper {
		margin: 20px 0 0 0;
	}

	.front-page  #widgets {
		margin-top: 40px;
	}

	.top-widget,
	.front-page  .top-widget {
		margin-top: 0 !important;
	}

	#top-widget {
		padding: 0 12px 0 0;
		box-sizing: border-box;
	}
	.hide-desktop {
		display: block;
	}

	.show-desktop {
		display: none;
	}

	.hide-980 {
		display: none;
	}

	.show-980 {
		display: block;
	}
	
	/* masterslider */
	.ms-slide-info {
		position: absolute !important;
		max-width: 60%;
		top: 150px;
		/*border: black 2px solid;*/
	}

	.ms-info {
    	font-size: 24px;
    	line-height: 1.2;
	}
/*RM*/
	.ms-info a.learn-more {
    	font-size: 14px;
		margin: 20px auto 30px !important;
    	padding: 6px 12px !important;
		width: 120px;
	}
	
    #footer .widget-title h3, footer .widget-title-home h3 {
    	border-bottom: none;
    }
    
    
	#footer {
		text-align: center;
	}
	
	#footer p.search-post-field-text {
		margin: 0 auto 1.6em;
	}
	
	#footer .social-icons {
		padding-bottom: 10px;
		text-align: center;
	}
	
	.social_footer a {
    	display: inline-block;
    	float: none;
	}
}

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

	/* masterslider */
	.ms-slide-info {
		position: absolute !important;
		max-width: 60%;
		top: 140px;
		/*border: blue 2px solid;*/
	}

	.ms-info {
    	font-size: 20px;
    	line-height: 1.2;
	}

	.ms-info a.learn-more {
    	font-size: 14px;
		margin: 10px auto 30px !important;
    	padding: 6px 12px !important;
		width: 120px;
	}
	
	
	/*.main-nav { /*RM
    	float: none;
		clear: both;
   		top: 10px;
   		z-index: 3;
   		margin-bottom: 10px;
	}*/
	
	 
	/* tables etc */
	table { 
		border: none;
	}
		
	td, table.team td  {
		width: 94%;
		float: left;
		text-align: left;
		/*margin-bottom: 6px;*/
		margin: 0 0 6px 6px;
  	}
  	
  	img.alignnone {
  		display: block;
  	}
	
	#content {
		
	}
}



@media screen and (max-width: 758px) { /*800px*/

	body {
	}

	#header {
		/*height: 74px;*/
    	margin: 0 auto;
    	position: relative;
    	border-bottom: none;
	}
	#logo {
		float: left;/*none*/
		margin:  0 0 2px 0;
		text-align: center;
	}
	#logo img {
		max-width: 210px;
		height: auto;
		margin: 6px 0 4px;
	}


	.grid,
	.grid-right {
		float: none;
	}

	#featured-image .fluid-width-video-wrapper {
		margin: 20px 0 0 0;
	}

	.top-widget {
		float: none;
		margin: 0 auto 10px auto;
		position: relative;
		text-align: center;
		width: auto;
	}

	.top-widget .widget-title h3 {
		text-align: center;
	}

	.js .sub-header-menu {
		display: none;
	}

	.js .main-nav {
		position: relative;
		right: 0;
		background-color: #333;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#055075), to(#006699));
		background-image: -webkit-linear-gradient(top, #333, #555);
		background-image: -moz-linear-gradient(top, #333, #555);
		background-image: -ms-linear-gradient(top, #333, #555);
		background-image: -o-linear-gradient(top, #333, #555);
		background-image: linear-gradient(to top, #333, #555);
		clear: both;
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#055075, endColorstr=#006699)";
		margin: 0 auto;
		/*
		position: relative;
		background-color: #585858;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#585858), to(#3d3d3d));
		background-image: -webkit-linear-gradient(top, #585858, #3d3d3d);
		background-image: -moz-linear-gradient(top, #585858, #3d3d3d);
		background-image: -ms-linear-gradient(top, #585858, #3d3d3d);
		background-image: -o-linear-gradient(top, #585858, #3d3d3d);
		background-image: linear-gradient(to top, #585858, #3d3d3d);
		clear: both;
		-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#585858, endColorstr=#3d3d3d)";
		margin: 0 auto;
		*/
	}

	.js .main-nav .menu {
		display: none;
		position: absolute;
		width: 100%;
		top: 30px;
		z-index: 1000;
	}

	.js .main-nav .menu ul {
		margin: 0;
		border: 0;
		padding:0 0 1px 0;
		border-top: 1px solid #DDD;
	}

	.js .main-nav .menu li {
		float: none;
		background-color: #ffffff;
		border: none;
	}

	.js .main-nav .menu li a {
		color: #333;/*#99a*/
		font-size: 1em;
		font-weight: normal;
		height: 45px;
		line-height: 45px;
		padding: 0 15px;
		border: none;
		border-bottom: 1px solid #DDD;
		text-shadow: none;
		text-align: left;
		cursor: pointer;
	}

	.js .main-nav .menu li.current_page_item,
	.js .menu .current_page_item a,
	.js .menu .current-menu-item a {
		background-color: #f5f5f5;
	}

	.js .main-nav .menu li li:hover {
		background: none !important;
	}

	.js .main-nav .menu li li a {
		position: relative;
		padding: 0 10px 0 30px;
	}

	.js .main-nav .menu li li li a {
		position: relative;
		padding: 0 10px 0 40px;
	}

	.js .main-nav .menu li a:hover,
	.js .main-nav .menu li li a:hover {
		background-image: none;
		filter: none;
		background-color: #f5f5f5 !important;
		color: #666;
	}

	

	.js .main-nav .menu li ul {
		position: static;
		visibility: visible;
		background-color: #ffffff;
	}

	.js .main-nav .menu ul {
		min-width: 0;
	}

	.js .main-nav #responsive_current_menu_item {
		display: block;
		padding: 5px 40px 5px 10px;
		color: #ffffff;
		font-weight: 700;
		cursor: pointer;
	}

	.js .main-nav a#responsive_menu_button {
		position: absolute;
		display: block;
		top: 0;
		left: 100%;
		height: 30px;
		width: 23px;
		margin-left: -30px;
		/*background: url('images/select-icons.png') 0 5px no-repeat;*/
		cursor: pointer;
	}

	.js .main-nav a#responsive_menu_button.responsive-toggle-open {
		/*background: url('images/select-icons.png') 0 -46px no-repeat;*/
	}

	.top-menu {
		float: right;
		font-size: 11px;
		text-align: center;
	}
	
	.top-menu {
		margin:0;
	}

	.menu li:hover > ul:before,
	.menu li:hover > ul:after { 
		visibility:hidden; 
	}

	#wrapper {
    	padding: 0 20px 20px;
    	border-top: none;
	}
	
	#content {
		
	}
	
    
	#author-meta {
		padding: 20px;
	}


	#wrapper .gallery .gallery-item {
		max-width: 100%;
	}

	.hide-650 {
		display: none;
	}

	.show-650 {
		display: block;
	}

	.hide-mobile {
		display: none;
	}


	/*RM*/
	.main-nav { /*RM*/
    	float: none;
		clear: both;
   		top: 0;
   		z-index: 3;
	}
	
	
	#top-widget {
	    /*bottom: -10px;*/
    	padding: 4px 14px 10px;
    	position: relative;
	}
	
	/* header widgets */
	a.phone-header, a.phone-header:visited {
		font-size: 20px;
	}
	
	a.appt_header_btn, a.appt_header_btn:visited {
		font-size: 13px;
		margin: 4px 0 0 8px;
		padding: 0 2px 4px;
		text-align: center;
    	width: 110px;
    	line-height: 1.2;
	}

}

@media screen and (max-width: 750px) {
	
	/* masterslider */
	.ms-slide-info {
		position: absolute !important;
		max-width: 70%;
		top: 110px;
		/*border: pink 2px solid;*/
	}

	.ms-info {
    	font-size: 18px;
    	line-height: 1.2;
	}

	.ms-info a.learn-more {
    	font-size: 13px;
		margin: 10px auto 30px !important;
    	padding: 6px 12px !important;
    		 width: 120px;
	}
	
}

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

		/* masterslider */
	.ms-slide-info {
		position: absolute !important;
		max-width: 70%;
		top: 100px;
		/*border: green 2px solid;*/
	}
	

}

@media screen and (max-width: 550px) {
	/* masterslider */
	.ms-slide-info {
		position: absolute !important;
		max-width: 70%;
		top: 80px;
		/*border: purple 2px solid;*/
		padding:0;
	}

	.ms-info {
    	font-size: 16px;
    	line-height: 1.2;
	}

	#content {
    	margin-top: 20px;
	}
	
	a img.alignleft {
		display: block;
		float: none;
		margin: 5px 20px 20px 0;
	}
	.home #wrapper {
		min-height: 300px;
	}
	
	.issue_long {
		display: block;
	}
}	


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

	body {
	}

	#header {
		height: 112px; /* 112px 126px 150px 126px;*/
	}

	#logo {
		float: none;
		text-align: center;
	}
	
	#text-5 {
		float: right;
		font-size: .8em;
	}

	#widgets.home-right {
		padding-left: 4px;
		box-sizing: border-box;
	}

	.grid,
	.grid-right {
		float: none;
	}
	
	#content {
		padding-top: 20px;
	}

	#featured-image .fluid-width-video-wrapper {
		margin: 20px 0 0 0;
	}

	.featured-title {
		font-size: 40px;
		padding: 40px 20px 0 20px
	}

	.featured-subtitle {
		font-size: 24px;
	}

	.navigation .next,
	.navigation .previous {
		display: block;
		margin: 0 auto;
		text-align: center;
	}

	.menu ul,
	.menu li,
	/*.top-menu,*/
	.footer-menu li,
	.sub-header-menu li {
		float: none;
		text-align: center;
	}
	
	
	.top-menu {
		float: none;
		text-align: left;/*center*/
	}
	
	
	.social_icons_header {
	float: right;
	margin: 0 6px 0 0;
}

	#wrapper .gallery .gallery-item {
		float: none;
	}

	.hide-480 {
		display: none;
	}

	.show-480 {
		display: block;
	}

	#footer {
		text-align: center;
	}

	#footer .social-icons {
		text-align: center;
	}
	
	/*RM*/
	
	/* masterslider */
	.ms-slide-info {
		position: absolute !important;
		max-width: 80%;
		top: 60px;
		/*border: black 2px solid;*/
	}

	.ms-info {
    	font-size: 15px;
    	line-height: 1.2;
	}

	.ms-info a.learn-more {
    	font-size: 13px;
		margin: 10px auto 30px !important;
    	padding: 4px 10px !important;
		width: 100px;
	}
	.home-widgets .grid {
		display: block;
		float: none;
		width: 100%;
		margin: 0 auto;
	}

	.searchandfilter input, .searchandfilter select {
		max-width: 280px;	
	}
}

@media screen and (max-width: 400px) {
	/* masterslider */
	.ms-slide-info {
		position: absolute !important;
		max-width: 90%;
		top: 30px;
		/*border: red 2px solid;*/
	}
	
	.ms-info a.learn-more {
    	font-size: 12px;
		margin: 10px auto 30px !important;
    	padding: 4px 8px !important;
		width: 90px;
	}

	td {
		margin: 0 0 6px 0;
  	}
  	
  	#footer_widget .widget-wrapper {
    	padding: 4px;
	}
	
}

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

	body {
	}

	#featured p {
		font-size: 12px;
		line-height: 1.5em;
	}

	.featured-title {
		font-size: 35px;
	}

	.featured-subtitle {
		font-size: 15px;
	}

	.call-to-action a.button {
		font-size: 14px;
		padding: 7px 17px;
	}

	.hide-320 {
		display: none;
	}

	.show-320 {
		display: block;
	}
}

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

	body {
	}

	#featured p {
		font-size: 11px;
		line-height: 1.5em;
	}

	.featured-title {
		font-size: 20px;
	}

	.featured-subtitle {
		font-size: 11px;
	}

	.call-to-action a.button {
		font-size: 12px;
		padding: 5px 15px;
	}

	.top-widget area,
	.top-widget select,
	.top-widget textarea,
	.top-widget input[type="text"],
	.top-widget input[type="password"],
	.top-widget input[type="email"] {
		width: 75%;
	}

	.widget-title h3,
	.widget-title-home h3 {
		font-size: 14px;
		height: 13px;
		line-height: 13px;
		text-align: left;
	}

	.hide-240 {
		display: none;
	}

	.show-240 {
		display: block;
	}
}

