﻿/* 

This is plain old CSS used to override the Sage CSS as we have no idea how to do LESS and deploy changes the official way!

*/

/* Global */

/* Update the focus box colour to teal rather than the older red  update 08-12-20 now black  */
*:focus {

	outline:2px solid black!important;
	}
	
	#nav-primary .dropdown-menu>li>a{background:#555}#nav-primary .dropdown-menu>li>a:active,#nav-primary .dropdown-menu>li>a:hover{background: #01838f;
	color:#fff;
	}
	
	
	/* Styling: visually hides span containing "Open in new window" message appended to links in downloads section - added 11/04/2019 in response to 2019 DAC accessibility audit by DM */

.visuallyhidden {

	position:absolute;
	width:1px;
	height:1px;
	margin:-1px;
	padding:0;
	overflow:hidden;
	clip:rect(0,0,0,0);
	border:0;
	
	}


	
/* Converts main menu to drop down style to main menu without sabotaging the default onclickmechanism */

.dropdown-toggle:hover>.dropdown-menu {

	display:block;

}


	#CookieReportsButton {
	
	border:2px #356464 solid!important;
	
	right:0%!important;
	
	bottom:0%!important;
	
	background-color:#356464!important;
	
	color:#ffffff!important;
	
	opacity:1!important;
	}
	
	
	#CookieReportsButton:focus {
	
	border:2px black solid!important;
	background-color:#356464!important;	
	right:0%!important;
	
	bottom:0%!important;
	
	color:#ffffff!important;
	opacity:1!important;

	}
	
	
	#CookieReportsButton:hover {
	
	border:2px black solid!important;
	
	background-color:navy!important;

	
	right:0%!important;
	
	bottom:0%!important;
	
	color:#ffffff!important;
	}

	
	#skipnav-link {
	
	/* default position of visually hidden skip to main content link */
	
	position:absolute;
	left:-9999px;
	
	}
	
	#skipnav-link:active, #skipnav-link:focus   {
	
	/* visible position of normally hidden skip to main content link once tabbed to */
	
	position:static;
	border: 1px solid #000;
	padding:5px;
	margin-top:10px;
	margin-left:10px;
	border-radius:3px;
	text-decoration:none;
	background-color:#f0f0f0;
	
	}
	
	#skipnav-link:hover {
	
	/* visible position of normally hidden skip to main content link once tabbed to */
	
	position:static;
	border: 1px solid #000;
	padding:5px;
	margin-top:10px;
	margin-left:10px;
	border-radius:3px;
	text-decoration:underline;
	background-color:#f0f0f0;
	
	}
	
	
	/* publications filter search results */
	
	section h3.media-heading {
	
	font-size:12px;	
	line-height:1.5;
	}
	
	
	
	/*  landing page */
	
	
	#main-row {
	
	/* the bootstrap row wrapper for main content */
	
	padding-top:5px;
	
	}
	
	#main-row h2{
	
		margin-top:40px;
		clear:both;
	}
	
	.sector {
	
	/* sector heading top of report landing page */
	
	width:70%;
	float:left;
	padding-top:25px;
	
	}
	.department{
		float: left;
		width:70%;
	}
	#share-buttons-text {
	
	  font-size:12px;
	  /*padding-left:50%;*/
	
	}
	
	#sharing-buttons {
	/*  styles sharing buttons on report landing pages */
	
	overflow:hidden;
	width: 30%;
	}
	
	
	ul.share-buttons{
	  list-style: none;
	  padding: 0;
	 /* float:right;
	  width:50%; */
	}
	
	ul.share-buttons li {
	
	 display:inline;
	}
	
	.share-buttons li img{
		width:44px;
	}

	ul.share-buttons .sr-only{
	  position: absolute;
	  clip: rect(1px 1px 1px 1px);
	  clip: rect(1px, 1px, 1px, 1px);
	  padding: 0;
	  border: 0;
	  height: 1px;
	  width: 1px;
	  overflow: hidden;
	}
	
	.widget-nao-related-publications h3 {
	
	/* suppress grey background on related links heading */
	background-color:#fff;
	color:#000;
	font-weight:bold;
	
	}
	
	ul.short-list li {
	
	/* override theme bullet styling for related links widget on report landing page */
	
	list-style-image:none;
	list-style-type:disc;
	
	}
	
	.widget h3 {
		padding:0;
		margin: 0;
	}
	
	widget .media h3.media-heading, .widget h3 {
		background:transparent;
		font-size: 13px;
	}
	/* Restyle widget headers */
	.widget {
		margin:10px 0px 5px 0px;
	}
	.widget h2{
	
		color:#000;
		font-size: 1.4em;
		padding: 10px 0px;
	}
	.widget  widget-nao-publication h2, .widget widget-nao-highlights h2{
		border-bottom:1px solid #ccc;
		font-size:13px;
	}
	
	.widget.widget-boxed, .widget.widget_text{
		border:0;
	}
	section .media-list .media{
		border-bottom: 1px solid #ccc;
		font-size:12px;
	}
	section .media-heading a{
		font-weight:bold;
	}
	/* Website links  for hyperlink */	
	section .media-heading a, #nav-top a, a{
		color:#01838f;
	}
	.pad {padding: 0px 5px 0px 0px}
	/*more on homepage */
	.more{
		font-size:1.4em;
		}
	
	
	/*navigation styling */
		
	#nav-primary .dropdown-menu .sub-menu a, #nav-primary .dropdown-menu .sub-menu-second-level a {	
		background: #01838f;
		}
	#nav-primary{
		padding-bottom:0;
		margin-bottom: -1px;
	}
	#nav-primary ul.navbar-nav > li > a{
		background-color:transparent;
		color:#000;
	
		padding: 18px 5px;
	}
	#menu-main-menu{
		border:1px solid #ccc;	
	}
	
	
	
	#nav-primary .dropdown-menu > li > a {
		background-color:transparent;
		color:#000;
	
	}
	#nav-primary ul.navbar-nav > li:hover{
		background-color:#dee0e2;
	}
	.widget.widget-solid{
		margin: 20px 0 0 0;
	}
	#nav-main{
		border-bottom:3px solid #000;
		margin-bottom: 5px;
	}
	.widget.widget-solid{
		margin: 15px 0 0 0;
	}
	
	/*Widget spacing*/
	
	.col-sm-6 .widget {
		margin-bottom: 5px;
	}
	
	#brand{
		margin: 40px 0 0 0;
	}
	@media(min-width:768px){
		#nav-primary ul.navbar-nav{
		width: 100%;
		float:right;
		}
		#nav-primary ul.navbar-nav>li{
			width:auto;
		}
	}
	@media(min-width:992px){
	#nav-primary ul.navbar-nav{
		width: 56%;
		float: right;
	}
	/*#nav-primary ul.navbar-nav > li {
		width:17.5%;
	}*/

	}
	
	
	/*Remove Publication Border */
	section.widget-nao-publications p.more, section.widget-nao-wip p.more
	{
		border:3px solid #000;
		background-color:#32FEFD;
	
	}
	/* icon styling */
	/* Dowbload listing */
	article.full ol, article.full ul{
		padding-left: 40px;
		}
	
	ul.filedownload {
		padding-left: 40px;
		}
	

	.icon-pdf{
		background: url('../images/file-icon/pdficon.png') no-repeat;
		}
	
	.icon-html, .icon-htm\|html, .icon-url{
	
		/*list-style-image: url('../images/file-icon/Press-release-icon.png');*/
		background: url('../images/file-icon/Press-release-icon.png') no-repeat;
		
		}
	.icon-{ 
		background: url('../images/file-icon/htmlicon.png') no-repeat;
	}	

	

	.icon-html a, .icon-htm\|html a, .icon-htm a, .icon-epub a, .icon-docx a, .icon-doc a, .icon-xlsm a, .icon-xlsx a, .icon-xltm a, .icon-pdf a, .icon-url a, .icon-csv a, .icon- a  {
		margin-left:45px;
		padding-top: 6px;
		display: block;
		line-height: 1.2em;
	}

	ul.filedownload li.icon-url, ul.filedownload li.icon-html, ul.filedownload li.icon-htm\|html, ul.filedownload li.icon-epub, ul.filedownload li.icon-docx, ul.filedownload li.icon-doc ,ul.filedownload li.icon-xlsx, ul.filedownload li.icon-xlsm, ul.filedownload li.icon-xltm , ul.filedownload li.icon-csv, ul.filedownload li.icon-pdf, ul.filedownload li.icon-{
		min-height:30px;
		list-style:none;
		margin-left:-35px;
		padding-left:0;
		margin-bottom:5px;
		}
					
	.icon-epub{
	
		background: url('../images/file-icon/epubicon.png') no-repeat;
		
		}
	
	.icon-docx, .icon-doc{
	
		background: url('../images/file-icon/wordicon.png') no-repeat;
		
		}
	
	li [class^="icon-mp3"], li[class*="icon-mp3"] {
	  background: url('../images/file-icon/mp3icon.png') no-repeat;
	}
	
	.icon-xlsx, .icon-xlsm, .icon-csv, .icon-xltm {
	
		background: url('../images/file-icon/xlsxicon.png') no-repeat;
		
		}
	
	.downloads h3 {
	  margin-left:0!important;
	} 
	
	.filedownload {
	
	 padding-left:35px!important;
	/* margin-left:-35px!important;*/
	}
	
	.col-sm-4 li img {
	
	 width:30px!important; 
	 height:30px;
	 float: left;
	}
	

	
	/* Events page*/
	.eventspage h3 {
		font-size:16px;
		}
	
	article.full .entry-content, article.full h1, article.full h2, article.full h3, article.full h4, article.full header, article.full ol, article.full p, article.full table{
		margin-left: 0px;
	}
	.widget.widget-boxed, .widget.widget_text{padding:0px;}
	.facetious_submit input[type=submit] {
	
		font-size: 20px;
		padding: 5px 40px;
	}
	.col-sm-6 .widget p{
	 margin-top:10px;
	
	 
	}
	#custom_html-3 .titleWidget, #custom_html-2 .titleWidget{
	/* height:54px; */
	}
	/* swift type search*/
	
	.st-default-search-input{margin-left: 180px;}
	
	a.st-ui-result .st-ui-type-heading, .st-install-vfFryzPHyWdguB6gVRWi .st-ui-result .st-ui-type-heading{
		color:#01838f !important;
	}
	
	/* events table */
	.venueTable{
		/*background-color:#ccc;*/
		margin-bottom:20px;
		width:100%;
		
	}
	.venueTable td:first-child{
		width:15%;
	}
	.venueTable td{
		padding:4px 10px;
	}
	.searchButton{
		float: right;
		margin-right: 45px;
		background-color: #01838f;
		border: 1px solid #01838f;
		padding: 5px 10px;
		border-radius: 5px;
		color: #fff;
	}
/* Survey form */

#surveyform{

}

.Surveyresponse a{
	color:#000;

}

/*-- Changes WP ---*/

header .close-header-search{
	display: none;
	float: right;
	margin-top: 1.4em;
}
header .close-header-search.close-search{
	display: none;
}

.btn-search-filters{
	margin-top: 15px;
	display: none;
	margin-bottom: 5px;
    margin-left: 15px;
    padding: 0;
    color:#01838f;
    background-color: transparent;
    text-decoration: underline;
    outline: none!important;

}
.btn-search-filters:focus, .btn-search-filters:visited .btn-search-filters:active{

    text-decoration: underline;
    color:#01838f;
}
.btn-search-filters:hover {

    color:#01838f;
    text-decoration: underline;
    outline: none;
}

.btn-search-form-header{
	background-color: #01838f;
	color:#fff;
}

.btn-search-form-header:focus, .btn-search-form-header:active{
	background-color: #01838f;
	color:#fff;
}
.btn-search-form-header:hover {
	background-color: #01717e;
	color:#fff;
}
.more {
	font-size: 1em;
}

.report-single-row-mob .report-single-row-mob-main-area {
	float: right;
}

.home .btn-search-filters{
	margin-left: 0;
}

.home .search-controls--alt-inside{
	margin-top: 20px;
}

.category-press-release .widget.widget-nao-related-links, .post-type-archive-work_in_progress .widget.widget-nao-related-links{
	display: none;
}
.working-logo-table td{
	display: inline-block;
	margin-right: 2px;
	margin-bottom: 10px;
}
.working-logo-table td.td-margin-big{
	margin: 0 55px;
}
.working-logo-table td img{
	max-width: 100%;
	max-height: 100%;
	height: auto;
}

.home section.widget-nao-publications p.more, .home section.widget-nao-wip p.more{
    border:none;
    background-color: transparent;
}

@media screen and (max-width:1200px){
	header .st-default-search-input{
		margin-left: 80px;
	}

	.featured-report-img img{
		width: 100%;
		height: 100%;
	}

}

@media screen and (max-width:992px){
	header .st-default-search-input{
		margin-left: 15px;
	}
	.searchButton{
		margin-right: 0;
	}

	#brand{
		width: 300px;
		height: 43px;
	}

	iframe{
		width: 100%!important;
	}
	.entry-content div > table{
		width: 100%;
	}
	.working-logo-table td.td-margin-big{
		margin: 0 15px;
	}
	.working-logo-table td img{
		max-width: 260px;
	}
	.working-logo-table td{
		margin-bottom: 20px;
	}


}

@media screen and  (max-width:767px){
	#brand{
		width: 220px;
		height: 30px;
		margin-top: 20px;
		margin-bottom: 15px;
	}
	.dropdown-toggle:hover>.dropdown-menu{
		display: none;
	}
	.navbar-nav .open .dropdown-menu{
		display: block;
	}
	header #nav-search{
		margin-bottom: 15px;
	}
	header .st-default-search-input{
		margin-left: 0;
		width: calc(100% - 115px);
	}
	 footer #footer-parts nav, footer #footer-parts nav>ul{
		display: block!important;
	}
	footer #footer-parts .navbar-nav{
		border:none;
		display: block!important;
		margin: 0;
	}
	footer .navbar-scored>li{
		display: block;
		border-right: none;
	}
	footer .navbar-scored>li >a{
		display: block;
		padding-top: 5px;
		padding-bottom: 5px;
	}

	header #reveal-search-button{
		margin-top: 1.4em;
	}

	header .close-header-search.close-search{
		display: table;
	}

	header #reveal-search-button button{
		margin-top: 0;

	}
	footer #footer-parts{
		padding: 12px 0px;
	}

	footer .navbar-scored>li >a{
		white-space: initial;
	}
	.single main  #main-row > .col-sm-4 img{
		width: 100%;
		height: 100%;
	}
	#FSContact1{
		width: 100%!important;
	}

	#FSContact1 input[type=text], #FSContact1 input[type=url], #FSContact1 input[type=email], #FSContact1 textarea, #FSContact1 select{
		width: 100%!important;
		max-width: 100%!important;
	}
	#fscf_recaptcha1{
		margin:10px 0;
	}

	#sharing-buttons{
		margin-top: 20px;
		width: 100%;
	}


	.publications-on-key-issues #nav-pages, .events-home #nav-pages, .support-and-guidance-overview #nav-pages, .support-for-parliament #nav-pages, .scams-fraud #nav-pages, .accessibility-statement #nav-pages, .careers #nav-pages, .privacy-policy-and-cookies-statement #nav-pages, .copyright-statement #nav-pages{
		display: none;
	}

	#main-row .sector, #main-row .department {
		width: 100%;
		float: none;
	}
	.media-right{
		padding-left: 0;
		width: 100%;
		margin-bottom: 12px;
		font-size: 90%;
	}
	.media-right >br {
		display: none;
	}

	iframe{
		max-height: 330px!important;
	}

	iframe[src*="youtube"]{
		max-height: 100% !important;
		min-height: 190px!important;
		height: auto!important;
	}

	.working-logo-table tr{
		display: flex;
		flex-wrap: wrap;
	}
	.working-logo-table td.td-margin-big{
		margin: 10px 0;
	}
	.working-logo-table td{
		-webkit-box-flex: 0;
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 50%;
		max-width: 50%;
		margin: 10px 0;
		text-align: center;
		justify-content: center;
		flex-direction: column;
		display: flex;
		align-items: center;
		padding: 0 15px;
	}
	.working-logo-table td img{
		max-width: 100%;
	}


	.page-id-285 .entry-content div > table tr td a{
		display: table;
	}
	.btn-search-filters{
		display: inline-block;
	}
	.sidebar-search--mobile{
		display: none;
	}
	.report-single-row-mob .report-single-row-mob-main-area {
		float: none;
	}
	.featured-report-img img{
		width: 100%;
		height: 100%;
	}

	.single-naoevent .entry-content >table{
		width: 100%;
	}
	.single-naoevent .entry-content >table tr td{
		padding-bottom: 5px;
	}
	.single-naoevent .entry-content >table tr td:nth-child(2){
		padding-left: 10px;
	}

	.category-press-release .sidebar--press, .post-type-archive-work_in_progress .sidebar--press{
		display: flex;
		flex-direction: column;
	}
	.category-press-release .sidebar--press #widget-nao-related-links-2 , .post-type-archive-work_in_progress .sidebar--press #widget-nao-related-links-2{
		order:1;

	}
	.category-press-release .sidebar--press #widget-govdelivery-10, .post-type-archive-work_in_progress .sidebar--press #widget-govdelivery-10{
		order:3;

	}
	.category-press-release .sidebar--press #text-13, .post-type-archive-work_in_progress .sidebar--press #text-13{
		order:2;

	}

	.home .main > .row >section > .col-md-4{
		display: flex;
		flex-direction: column;
	}
	.home .home-mob-widgets #search-controls{
		display: none;
	}
	.home .home-mob-widgets #homepublication{
		display:none;
	}

	.home .mobile-home-widgets #widget-govdelivery-8, .home .mobile-home-widgets #custom_html-7{
		display: none;
	}
	.home .home-mob-widgets #custom_html-5, .home .home-mob-widgets #custom_html-6{
		display: none;
	}

	.col-sm-4.report-single-row-mob-widget-area{
		padding-top: 15px;
	}
	#main-row .report-single-row-mob-widget-area h2{
		margin-top: 15px;
	}
	.home .home-mob-widgets .widget.widget-boxed, .home .home-mob-widgets  .widget.widget_text{
		margin-top: 0;
		margin-bottom: 5px;
	}

	.home  .col-md-8 .widget{
		margin-bottom: 0;
	}
	#slidercontainer img{width:100%; height:100%;}
	.slider-inner{
	 height:180px;}

	#control{
		top:65% !important;
	}
}
/*Hide search lables*/

.search-form label{
display:none;

}

/*Remove focus border from input field*/

.search-form input[type=text]:focus, .form-control:focus{
	border:0;
}


.pauseInterval span{
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-left: 12px solid #000;
    border-bottom: 8px solid transparent;
  	display:block;
}
.playcontrol span{

	width: 12px;
	height: 16px;
	border-right: 4px solid #000;
	border-left: 4px solid #000;
	display:block;
}
#control {
    background-color:#ccc;
    color:#fff;
    position: absolute;
    cursor:pointer;
    padding:15px 20px;
   top:81.0%;
   border:1px solid #ccc;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    left: 20px;
}

/*@media screen and (min-width:768px)*/
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    right: 20px;
}

.carousel-indicators li {

    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
	background-color:rgba(255, 255, 255, 0.5);
	border-radius:0 !important;
  } 

.carousel-indicators li{
  border:none !important;
  margin:0 !important;
  margin-left:4px !important;
}

.carousel-indicators .active {
    background-color:#fff;
    width: 30px !important;
    height: 3px !important;
border:2px solid #ff3232;
 
}

.carousel-control.left, .carousel-control.right{
	background-image:none !important;
}

/*Knowldge Hubs*/
.img60x64 img, .publicationtextblock img{
	width:60px;
	height:60px;
	
}
.img60x64, .publicationtextblock{
	grid-template-columns:65px auto !important;
	-ms-grid-columns:65px auto;
}
.img60x64 p, .publicationtextblock p{
	margin:0 !important;
	font-size:12px;
}
.img60x64 div, .publicationtextblock div{
padding: 0  4% 0 0  !important;
	
}
.img60x64 figure, .publicationtextblock figure{
	padding-right:14%;
}
.img60x64 a, .publicationtextblock a
	{
    line-height: 1.5;
    font-weight: bold;
		font-size:12px;
}

span.glyphicon.glyphicon-chevron-left, span.glyphicon.glyphicon-chevron-right{
  background-color: #000;
}

@media screen and (min-width: 768px){
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    width: 30px;
    height: 33px !important;
    margin-top: -10px;
    font-size: 30px;
}
}

.carousel-indicators li{
	background-color:#003b49;
}

.carousel-indicators .active{

	background-color:#ffc845 !important;
}
.carousel-control{
	opacity: 1;
}



/*Visually hide facetious search field labels  to shorten height of facetious widget */

.search-form label {

	display:block!important;
	position:    absolute !important;
  overflow:    hidden   !important; 
  white-space: nowrap   !important;
  width:   1px !important; 
  height:  1px !important; 
  margin: -1px !important; 
  padding: 0   !important; 
  border:  0   !important; 
  clip: rect(1px, 1px, 1px, 1px) !important;
        -webkit-clip-path: inset(50%) !important;
        clip-path: inset(50%) !important;


}
	
/* re-style	placeholder text using non-standard attribute to increase color contrast */
	
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #555!important;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color:#555!important;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color:#555!important;
}
	
	::-webkit-input-placeholder { /* Edge */
  color: #555!important;
}
	


/* styles to make form field border darker */
	
.comment-form input[type=text], .comment-form input[type=email], .comment-form input[type=url], .comment-form textarea, .form-control, .search-form .search-field {

  border: 1px solid #888888!important;  

}	

/*************************************************************************************************************************************************************************************************************/	
/*survey monkey popup styling  */	

#news-signup input, button {
	-webkit-appearance: none;
	border-radius: 0;
	outline: none;
	resize: none;
	 font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased
}

.greybutton{background-color:#d0d2d3; color:#000;}
.redbutton{  background:#7f1355; color:#fff !important; }
#news-signup p.button input{
	display: inline-block;
   /* background: #FFD800;*/
 
  border: 0;
	/*color: #fff;*/
	line-height: 1em;
	font-weight: 400;
	text-transform: uppercase;
	cursor: pointer;
	-moz-transition: background 0.3s;
	-o-transition: background 0.3s;
	-webkit-transition: background 0.3s;
	transition: background 0.3s
}

/*
#news-signup p.button input:hover {
	background: #FF9000
}*/
#news-signup form {
	display: inline-block;
	margin-bottom: 31px
}

#news-signup form input {
	font: 300 18px/1em 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #000000
}

#news-signup form input[type=text] {
	background: #fff;
	line-height: 1em;
	border: 1px solid #d4d7da;
	height: 50px
}

#news-signup{
	position:fixed;
	/*width:100%;*/
	bottom:0;
	right:0;
	top:100px;
	z-index: 10002;

	visibility: hidden;
	top: 100px;
	opacity: 0;
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
	transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
}
#news-signup .wrapper{
border:10px solid #333e48;
}
/*position set here*/
#news-signup .wrapper {
	/*background: #252b33;*/
	/*background: #fff; */
	background: -webkit-linear-gradient(to left, #252b33 , #2E1437);
  /* background: linear-gradient(to left, #252b33 , #2E1437); */
  background:#fff;
  /* position: relative;*/
  position:absolute;
  bottom:0;
              margin: 0 auto;
              text-align: center;
              -moz-border-radius: 3px;
              box-shadow: 0px 1px 10px rgba(0,0,0,0.5);
              width: 98%
 
}
/*big background behind pop up*/
#news-signup_bg {
	 visibility: hidden;
	 position: fixed;
	 top: 0;
	 left: 0;
	/* width: 100%;
	 height: 100%;*/
	 background-color: #ffffff;
	 /*opacity: 0.4;*/
	 opacity: 0;;
	 z-index: 10001;
 }
#news-signup_close {
	position: absolute;
	left: 100%;
	margin: 7px 0 0 -30px;
	width: 20px;
	height: 20px;
   /* color: #fff;*/
  color:#000;
	opacity:0.3;
	cursor: pointer;
}

#news-signup_close::before {
	content: "×";
	font: 400 26px/1em 'Roboto Slab', serif;
}

#news-signup_close:hover {
	opacity:0.8;
}

#news-signup .newsletter-content {
	padding: 50px 20px;
	margin: 0 auto
}
#news-signup .newsletter-content h2 {
	 font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight:bold;
	/*color: #fff;*/
  color:#333;
	text-align: center;
	margin: 0 auto 15px
}

#news-signup .newsletter-content h1 {
    margin: 20px 0 15px 0;
    padding: 0;
    color: #000;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 28px! important;
    font-weight: bold;
    line-height: 28px;
    text-align: center;
    word-wrap: break-word;
}

#news-signup .newsletter-content p {
	margin: 0 auto 25px;
	font: 300 16px/1em 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #333;
	text-align:justify;
}
#news-signup .newsletter-content form {
	margin: 0;
	padding: 0;
	width: 90%;
}

#news-signup .newsletter-content form p {
	margin: 0 auto 10px
}

#news-signup .newsletter-content form p:not(.button) {
	float: none;
	width: 100%;
}

#news-signup .newsletter-content form p:not(.button) input {
	width: 100%;
	margin: 0;
	padding: 12px 15px !important;
	border-color: #d0d5d8
}

#news-signup .newsletter-content form .button {
	float: none;
	width: 100%
}

#news-signup .newsletter-content form .button input {
	width: 100%;
	padding: 20px 25px 18px !important;
	font-size: 12px
}

#news-signup .newsletter-content p.footnote {
	filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=50);
	opacity: 0.8;
	font: 100 11px 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #abb0b7;
	margin-bottom: 0
}
/*pop up window box size*/
@media screen and (min-width: 800px){

	#news-signup .wrapper {
		width: 310px;
		/*margin: 7% auto;*/
		right:0;
		bottom:0;
		position:absolute;
	
	}
	#news-signup .newsletter-content form .button input {
		width: auto;
		margin: 0
	}
	#news-signup .newsletter-content form .button {
		float: left;
		width: auto;
		margin-left: 15px;
	}
	#news-signup .newsletter-content form {
		width: auto
	}
	#news-signup .newsletter-content form p {
		margin: 0 auto 15px
	}
	#news-signup .newsletter-content form p:not(.button) {
		float: left;
		width: auto
	}
	.newsletter-content form p:not(.button) input {
		width: 300px!important;
		margin: 0 15px 0 0
	}
}

/*Survey Monkey Code*/
.smcx-modal-actions>.smcx-btn-secondary {
    background: #d0d2d3;
    color: #000;
}
.smcx-modal-actions>.smcx-btn-primary {
    background: #7f1355;
    color: #fff;
}
.smcx-modal-actions {

    bottom: 10px;
    left: 0;
    width: 100%;
    height: 57px;
    /*padding: 10px 20px;*/
}
.smcx-btn-secondary {
    color: #333;
    background: #7f7f7f;
    background: -webkit-gradient(linear, left top, left bottom, from(#F8F8F8), to(#E8E8E8));
    background: -moz-linear-gradient(center top, #F8F8F8 0%, #E8E8E8 100%);
    background: -moz-gradient(center top, #F8F8F8 0%, #E8E8E8 100%);
    border: none;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    background-clip: padding-box;
}

.smcx-btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 8px 12px;
    font-size: 14px;
    line-height: 1.42857;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    background-clip: padding-box;
}

@media screen and  (max-width:767px){
	#news-signup .wrapper {
		width: 370px;
	
		/*margin: 7% auto;*/
		right:0;
		bottom:0;
		position:absolute;
	
	
	}
	#news-signup .newsletter-content {
		padding: 10px 10px !important;}

}

	
	/* Wordpress default style overide*/

.wp-block-separator{
	border-top:1px solid #ccc !important;
	border-bottom:none !important;
}


/*One trust cookie labels*/
#onetrust-pc-sdk [type="checkbox"]:checked + label::before {
	content: "On";
	font-size: 14px;
	color: #3860be;
	width: max-content !important;
	position: absolute !important;
	left: -60px !important;
	top: 4px !important;
	border: none;
	}
	  
	  
	  
	#onetrust-pc-sdk [type="checkbox"]:not(:checked) + label::before {
	content: "Off";
	font-size: 14px;
	color: #7d7d7d;
	width: max-content !important;
	position: absolute !important;
	left: -60px !important;
	top: 4px !important;
	border: none;
	}