/* newpol_styles.css - Custom stylesheet fo newpol_25 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;
}

.entry-content {
	margin-block-start: .2rem !important;
}

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

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


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

.nav_prev_next {
	clear: both;
}

.previous, .next {

}

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


/* custom_pagination
-------------------------------------------------------------- */

#custom_pagination {
	font-size: 20px;
}

#custom_pagination ul.page-numbers {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  /*background-color: #333333;*/
}

#custom_pagination ul.page-numbers li {
	float: left;
	padding: 2px 8px;
}

#custom_pagination ul.page-numbers a {
  display: block;
  color: #aaaaaa;
  text-align: center;
  text-decoration: none;
}

#custom_pagination a.page-numbers:hover {
  background-color: #111111;
}


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;
}


/* 2-15-25 */
main {
	
}

.main_2_cols {
	
}

.posted_in {
	clear: both;
}

.copyright, #footer #copyright_link {
	
}


h1.entry-title, h2.entry-title, .entry-title, .entry-title a, .post-title a, .wp-block-post-title a  {
	/*border-bottom: 2px solid #CCC;*/
    color: #333;/*#99a*/
    font-size: 28px;/*1.2em, 1.4em*/
    font-weight: normal;
    /*line-height: 22px;*/
    margin-bottom: 0;
    padding-bottom: 2px;
	margin-top: 0;
	text-decoration: none;
}

.entry-title a:hover, .post-title a:hover, .wp-block-post-title a:hover  {
    color: #666666;
}

h2.symposium {
	font-size: 1.6em;
	padding: 4px 0 6px 4px;
}

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

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

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

.title-archive, .taxonomy-authors.wp-block-post-terms, .taxonomy-authors.wp-block-post-terms a {
	font-size: 26px; /*1.6em;*/
	font-weight: 200;
	margin: 0 0 12px 0;
	color: #000;
	text-decoration: none;
}


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

.wp-block-latest-posts.wp-block-latest-posts__list li {
	border-bottom: 1px solid #CCC;
	line-height: 1.2em;
	padding: 8px 0 8px 0;
}


/* =Header Menu (Primary)
-------------------------------------------------------------- */

.wp-block-navigation__responsive-container-close {
	padding-right: 20px;

}

.main-nav {
  
}

/* =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;
	bottom: 130px; /*RM NEEDED? 3-25*/
	
}

.home .ms-slide-info.ms-dir-h {
	width: 600px !important;
} /*RM NEEDED? 3-25*/

.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.3em;
	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, .wp-block-post-excerpt__more-link, a.wp-block-read-more {
    background-color: #333;/*#99a*/
    color: #fdfdfd !important;
    font-size: 0.9em;
    font-weight: normal;
    padding: 3px 10px;
	display: table;
	margin-top: 4px;
	text-decoration: none;
}

a.more-link.themebutton:hover, .read-more a:hover, .wp-block-post-excerpt__more-link:hover  {
    background-color: #666;
    color: #FFF;
}

.wp-block-post-excerpt__more-text {
	margin: 4px 0 0;
}

.termlist_excerpt_wrapper a.more-link.themebutton {
	clear: both;
}


/* =image stuff 2-9-25
-------------------------------------------------------------- */
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}


.alignleft {
  float: left;
  margin: 5px 20px 20px 0px;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0px;
}

figure.wp-block-image.alignright {
	margin-block-start: 1.5em;
}

/* =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%;
}


/*//// search_top */

.search_top {
	float: right;
}

.top-widget #searchform {

}

.top-widget #searchform input, .search_top #searchform input, .search_header 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: 280px;	
}

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


#wp-block-search__input-1 {
	padding: 4px 0 0;
}

//* sidebar_right */

.sidebar_right {
	
}

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

.home .sidebar_block  {
    padding: 4px 20px 0;
}

.sidebar_block .wp-block-heading {
	border-bottom: 2px solid #666;
	padding: 0 0 8px;
	box-sizing: border-box;
	margin: 0 0 8px;
	font-size: 1.6em;
}

.home .sidebar_block .wp-block-heading {
	border-bottom: 2px solid #666;
	padding: 0 0 8px;
	box-sizing: border-box;
	margin: 0 0 8px;
	font-size: 1.3em;
}


.sidebar_block .tnp-subscription {
	max-width: 300px;
	line-height: 2px;
}

.sidebar_block .tnp-submit {
	width: 100% !important;
}

.sidebar_donate {

}



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

a.advanced_search_link {
	font-size: .9em;
	color: #CCC;
}

.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;
}


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


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

.the_post_date {
	margin: 0 0 0 14px;
}
.section-blog .supertitle, .section-blog .subtitle, .subtitle_metablock {
	font-size: 1em;
	color: #999;
	/*padding-left: 6px;*/
}

.author_date .wp-block-post-date {
	color: #999 !important;
}

.authors {
	font-size: .9em !important;
	margin: 0 !important;
}

.authors a, .authors-not-linked {
	font-size: 16px !important;
	text-decoration: none;
	color: #f15f27 !important;
}
.author_bio {

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

.issue_term_desc a {
	font-size: 1.1em;
	text-decoration: none;
	font-weight: normal;
}

.issue_long {

}

.disabled, .disabled a {
  /*pointer-events: none;
  cursor: default;*/
  color: #f15f27;
  font-weight: normal;
}

.issue_excerpt_sm_title {

}

.issue_excerpt_sm_title:before {
	content: "(";
}

.issue_excerpt_sm_title:after {
	content: ")";
}
/*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 {
	clear: both;
}


/* issue sections*/
.issue_sections_wrapper {

}

.issue_sections_wrapper h3{
	font-size: 1.5em;
}

.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 30px;
}

.post {
	border-bottom: none;
	margin-bottom: 30px; /* 0*/
}

.custom-archive-thumb img {
	max-height: 180px;
	/*width: auto;*/
	margin: 0 auto;
	object-fit: cover; /* RM 4-1-25 */
}

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

.page_3_cols_posts_wrap .attachment-post-thumbnail, .front_3_cols_posts_wrap .attachment-post-thumbnail {
	max-height: 180px;
	max-width: 100%;
	/*height: auto;  RM 4-1-25 */
}
 
.blog_main_div_single_col {
	
}

.blog_main_div_single_col .section-blog {
    width: 100%;
}
    

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

.front_section_header h2, .front_section_header a {
    font-size: 32px; /*1.8em*/
	margin: 0; /*10px 0 0 0*/
}

.front_section_header h2 a, .front_section_header a {
    color:#333;
    text-decoration: none;
}

.front_section_header h2 a:hover, .front_section_header h2 a:focus, .front_section_header a:hover, .front_section_header 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;
	text-decoration: none;
}

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

}

.front_online_features_grid {
	margin-block-start: 0;
}



/* 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.3em;
	padding: 0 0 0 2px;
	text-transform: capitalize;
}

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

.blog_main_div {
	margin: 10px 0 0 0;
	display: flex;
	flex-flow: row wrap;
}


.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;
	font-size:12px;
}

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

.pdfprnt-button-title {
	padding: 0 !important;
	font-size: 12px;
}
.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;
}


/* COMMENTS //// */

.wp-block-comments-query-loop {
	clear:both;
}



/* /////////////////////////////// ** \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ */
/* =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) {

	/* 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;
	}
}

@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;
	}
	
	/* 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;
  	}

	.front_right_sidebar{
		margin-top: 30px;
	}
}


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

@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) {
	.grid,
	.grid-right {
		display: block;
		float: none;
		width: 100%;
		margin-right: 0;
	}
		/* masterslider */
	.ms-slide-info {
		position: absolute !important;
		max-width: 70%;
		top: 100px;
		/*border: green 2px solid;*/
	}
	
	.wp-block-navigation__responsive-container-content {
		padding: 0;
	}
}

@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;
	}
}	


@media screen and (max-width: 480px) {
 
	/*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;
	}

	.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;
  	}
}

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

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

