/*

alpa.css replaces the use of custom.css (portal.css) (entered through the evoq admin dashboard).
This file is being included here because it is considered a basic css file.
It includes css that works in conjuction with the base js files.

This file is based on the MAL css.

*/


/*

This file includes styles that update the mobile header
into showing the logo and the navigation buttons on the same line

*/

/* show hide breadcrumb on home page */


.hide-home-breadcrumb {display: none;}



#dnn_dnnLogin_enhancedLoginLink{font-size:11px;}

.main *,
.main *::before,
.main *::after {
	box-sizing: border-box;
}
.row:before,
.row:after {
	display: none !important;
}
.main ul[class],
.main ol[class] {
	padding: 0;
}
body.main,
.main h1,
.main h2,
.main h3,
.main h4,
.main p,
.main ul[class],
.main ol[class],
.main li,
.main figure,
.main figcaption,
.main blockquote,
.main dl,
.main dd {
	margin: 0;
}
body.main {
	min-height: 100vh;
	scroll-behavior: smooth;
	text-rendering: optimizeSpeed;
	line-height: 1.5;
	font-family: "Lato", sans-serif!important;
}
.main ul[class],
.main ol[class] {
	list-style: none;
}
.main a:not([class]) {
	text-decoration-skip-ink: auto;
}
.main img {
	max-width: 100%;
	display: block;
}
.main input,
.main button,
.main textarea,
.main select {
	font: inherit;
}

.main h1 {
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
	text-transform: uppercase;
}
.main h2 {
	font-size: 32px;
	line-height: 30px;
	letter-spacing: 0;
}
.main h3 {
	font-size: 22px;
	line-height: 27px;
	font-weight: bold;
	text-transform: none;
}
.main p {
	font-size: 18px;
	line-height: 30px;
}


header .search-input .form-control {
    background-image: none !important;
}
.google-branding {
    background-image: none !important;
   
}

@media (max-width: 575px) {
	.main h1 {
		font-size: 20px;
	}
	.main h2 {
		font-size: 28px;
	}
}

:root {
	--pri-navy: #0b4969;
	--pri-red: #fb3640;
	--pri-blue: #0e79b2;
	--sec-navy: #0e1c46;
	--sec-lblue: #e5f7fc;
}






/* remove plus and minus icons on publications search sidebar section */
.filter-sidebar #accordion-years h4 a.accordion-toggle.accordion-toggle {
	background-image: none;
}
/* icon hover on main search box in header */
.header-container .search-input .btn.btn-primary:hover {
	background-color: transparent !important;
	filter: contrast(50%);
}
/* enable search suggest display in header on mobile */
@media only screen and (max-width: 1024px) {
	header.fixedheader,
	header.fixedheader .header-body {
		overflow: visible;
	}
}

/*@media only screen and (max-width: 767px) {*/
@media only screen and (max-width: 991px) {
	a.sidebar-collapse-trigger {
		background-color: none;
		background-size: 30px 30px;
		background-repeat: no-repeat;
		background-position: 0 12px;
		border-left: 2px solid #eeeeee;
		border-radius: 0;
		float: right;
		color: #cccccc;
		font-weight: 700;
		display: block;
		height: 35px;
		line-height: 40px;
		margin-top: 15px;
		padding-left: 15px;
		overflow: hidden;
		width: 85px;
	}
	a.sidebar-collapse-trigger:active,
	a.sidebar-collapse-trigger:visited {
		color: #454545 !important;
		text-decoration: none;
	}
	.open-filter {
		color: #777777;
		font-weight: normal;
	}
	.filters-title {
		display: none;
	}
}
/*@media only screen and (min-width: 768px) {*/
@media only screen and (min-width: 992px) {
	.accordion-content-collapse.collapse {
		display: block !important;
	}
	.sidebar-collapse-trigger {
		display: none;
	}
}

/* header search box */
@media (max-width: 991px) {
	#header div.search {
		display: block;
		float: left;
		margin-bottom: 10px;
		margin-left: 0;
		margin-top: 12px;
		width: 80%;
	}

	#header .header-column {
		clear: both;
		width: 70%;
		flex-direction: row;
	}

	
	header .btn-responsive-nav {
		float: right !important;
	}
	header .search-input {
		width: 100%;
	}
	#login .registerGroup .buttonGroup {
		margin-left: -8px !important;
		padding: 0 !important;
	}
}

header .search-input .form-control, .header-container .search-input .form-control {
	border-radius: 3px;
}

.search-input {
	position: relative;
}
/* search suggestions in header search box */
header #suggestAppHeader {
	position: absolute;
	width: 100%;
	z-index: 1;
}

/* search: applied tags */
.search ul.tags-list {
	list-style: none;
}
.search ul.tags-list li {
	float: left;
	margin-right: 7px;
}
.search ul.tags-list li > span {
	border: 2px solid #0d4171; /* primary color */
	border-radius: 4px;
}

/* search custom checkbox in accordion */
.search input[type="checkbox"] {
	visibility: hidden;
}

.search input[type="checkbox"]:checked {
	visibility: hidden;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.search input[type="checkbox"]:checked,
	.search input[type="checkbox"] {
		visibility: visible;
	}
}
@-moz-document url-prefix() {
	.search input[type="checkbox"]:checked,
	.search input[type="checkbox"] {
		visibility: visible;
	}
}
.search .card-body {
	background: #ffffff;
	border-bottom: none;
	border-left: none;
	border-right: none;
	padding: 0.2rem 0.8rem 0.2rem 0.8rem;
}

.search input[type="checkbox"]:before {
	border: 1px solid #737373;
	content: "";
	width: 17px;
	height: 17px;
	display: block;
	position: absolute;
	background-color: #ffffff;
	border-radius: 50%;
	margin-left: -2px;
	margin-top: -3px;
	visibility: visible;
}

.search input[type="checkbox"]:checked:before {
	border: 2px solid #eeeeee;
	content: "";
	width: 17px;
	height: 17px;
	display: block;
	position: absolute;
	background-color: #2360b4; /* secondary color */
	border-radius: 50%;
	visibility: visible;
}

html .header-container .btn-primary {
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: 25px 25px;
	border: none;
	outline: none !important;
	position: absolute;
	right: 5px;
	top: 6px;
	height: 30px !important;
	width: 30px !important;
	text-indent: -9999px !important;
	outline: none;
}

html .search .btn-primary {
	text-shadow: none;
}

html .search .btn-primary:hover {
	border-color: #1b4889 !important;
	/* primary button hover background */
	background-color: #1b4889 !important;
	text-shadow: none !important;
	box-shadow: none !important;
}

html .search .btn-primary.reset:hover {
	border-color: transparent !important;
	background-color: transparent !important;
	text-shadow: none !important;
	box-shadow: none !important;
	color: #3d3d3d !important;
}

html .search .btn-primary:active,
html .search .btn-primary:focus {
	border-color: #0d4171 !important; /* primary color */
	background-color: #0d4171 !important; /* primary color */
	text-shadow: none;
	box-shadow: none !important;
}

html .search .btn-primary.reset:active,
html .search .btn-primary.reset:focus {
	border-color: #ffffff !important;
	background-color: #ffffff !important;
	text-shadow: none;
	box-shadow: none !important;
	padding-top: 8px;
	padding-bottom: 8px;
}

/*.search {
	font-family: "Montserrat", sans-serif; /* primary font */
}*/

.search a:hover {
	font-stretch: expanded;
}

.search h2 {
	color: #5f6368;
	font-size: 23px;
	font-weight: 500;
	margin-top: 0;
	font-family: "Montserrat", sans-serif;
	margin-bottom: 0px;
}
.search .google-branding {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 12px;
}
.search .search-results {
	margin-left: -50px;
	padding-right: 30px;
}
@media only screen and (max-width: 1025px) {
	.search .search-results {
		margin-left: 0;
		padding-left: 30px;
	}
}

.search .filter-sidebar {
	margin-bottom: 35px;
	padding-right: 80px;
}

.search .filter-sidebar .card-title {
	font-size: 16px;
}

.search li.tree-branch {
	font-size: 15px;
}

@media only screen and (max-width: 1025px) {
	.search .filter-sidebar {
		padding-right: 20px;
	}
}
.search .result-count {
	color: #737373; /* default text color */
	font-size: 20px;
	margin-bottom: 20px;
}
.search .result-count.mobile {
	font-size: 18px;
}
@media only screen and (min-width: 1025px) {
	.search .result-count.mobile {
		display: none;
	}
}
.search .dnnSearchResultItem-Title {
	color: #737373; /* default text color */
	font-size: 16px;
	margin-bottom: 15px;
}
.search .dnnSearchResultItem-Title a {
	font-size: 18px;
}

.search .meta {
	color: #737373; /* default text color */
	margin-bottom: 15px;
}

.search .meta > span {
	margin-left: 20px;
}

.search .excerpt {
	color: #737373; /* default text color */
}

.search .dnnSearchResultItem {
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 30px;
	padding-bottom: 30px;
}

.search .filter-buttons {
	clear: both;
	width: 100%;
	overflow: hidden;
}

.search .filter-buttons .btn.btn-primary {
	display: block;
	margin-bottom: 15px;
	padding-top: 8px;
	padding-bottom: 8px;
	width: 59%;
	float: left;
}

.search .filter-buttons .btn.btn-primary.reset {
	background-color: #ffffff;
	border-color: #ffffff;
	box-shadow: none;
	float: right;
	color: #737373; /* default text color */
	padding-left: 0;
	padding-right: 0;
	padding-top: 8px;
	padding-bottom: 8px;
	text-decoration: underline;
	text-align: right;
	width: 40%;
}

.search .filter-buttons .btn.btn-primary.reset:focus {
	background-color: #ffffff;
	border: #ffffff;
}

.search .filters-title {
	color: #737373; /* default text color */
	font-size: 20px;
	margin-bottom: 20px;
}



.affix {
	position: sticky !important;
}

.affix-wrapper.affix {
	top: 100px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.affix-wrapper.affix {
		position: relative;
	}
}

.filter-sidebar .filters-heading {
	margin-left: 0;
	margin-right: 0;
	padding: 5px 0 5px 0;
	text-transform: uppercase;
}

.filter-sidebar .filters-heading .toggle-action {
	float: right;
	font-size: 8px;
	line-height: 130%;
	margin-left: 10px;
	padding-top: 2px;
}

.filter-sidebar .filters-heading .toggle-action.bordered {
	border-left: 1px solid #cccccc;
	padding-left: 10px;
}

.filter-sidebar .filters-subheading {
	color: #737373; /* default text color */
	font-size: 12px;
	line-height: 130%;
	font-weight: 600;
}

.filter-sidebar .accordion {
	margin-top: 1px;
}

.filter-sidebar .accordion .card {
	margin-top: 1px;
	border: none;
	border-bottom: none;
}
.accordion .card.card-default:nth-of-type(n) {
	border-bottom: none !important;
}

.filter-sidebar .accordion .card.card-default:nth-of-type(n) .card-header {
	margin: -1px -1px -1px -10px !important;
}

.filter-sidebar .accordion .card-header {
	background-color: #ffffff;
	height: 38px;
}

/*.filter-sidebar .accordion .card-header a {
	padding: 5px 0;
}*/

.filter-sidebar .accordion h4 {
	/*font-size: 15px;*/
	margin-left: 10px;
	margin-top: 0;
	font-weight: 400;
}

.search .treeview h4.child-facet li {
    padding-left: 1.25em;
}
.search .child-facet a {
    /*font-size: 94%;*/
	font-size: 15px;
}

.filter-sidebar .accordion h4.child-facet a {
	/*font-size: 15px;*/
	margin-top: 0;
	font-weight: 400;
}

.filter-sidebar .accordion .card-header > .card-title > a.accordion-toggle {
	font-size: 16px;
	font-weight: 400;
}

.filter-sidebar
	.accordion
	h4
	a.accordion-toggle.accordion-toggle[aria-expanded="false"],
.filter-sidebar .accordion h4 a.accordion-toggle.accordion-toggle {
	background-position: 99% 2px;
	background-repeat: no-repeat;
	background-size: 20px 20px;
	color: #3d3d3d;
	float: left;
	padding-left: 0;
	width: 90%;
}

.filter-sidebar .child-facet li a {
	color: #3d3d3d;
}

.filter-sidebar .child-facet .filter-count {
	font-size: 15px;
}

@media only screen and (max-width: 1025px) {
	.filter-sidebar
		.accordion
		h4
		a.accordion-toggle.accordion-toggle[aria-expanded="false"],
	.filter-sidebar .accordion h4 a.accordion-toggle.accordion-toggle {
		font-size: 12px !important;
	}
}
/*@media only screen and (max-width: 767px) {*/
	@media only screen and (max-width: 991px) {
	.filter-sidebar
		.accordion
		h4
		a.accordion-toggle.accordion-toggle[aria-expanded="false"],
	.filter-sidebar .accordion h4 a.accordion-toggle.accordion-toggle {
		font-size: 15px !important;
	}
}
.filter-sidebar .accordion h4 a.accordion-toggle[aria-expanded="true"] {
	background-position: 99% 2px;
	background-repeat: no-repeat;
	background-size: 20px 20px;
	/*color: #000000;*/
	float: left;
	padding-left: 0;
	width: 90%;
}

.filter-sidebar .accordion h4 a:hover {
	color: #444444;
	text-decoration: none;
}

.filter-sidebar .accordion .checkbox {
	float: left;
	height: 13px;
	margin-left: 0;
	margin-right: 7px;
	/*margin-top: 5px;*/
	padding: 0;
	width: 13px;
}
.filter-sidebar .accordion .treeview .checkbox {
	margin-top: 12px;
}
.filter-sidebar .accordion .checkbox input[type="checkbox"] {
	margin-left: 0;
}

.filter-sidebar .accordion .filter-count {
	color: #737373; /* default text color */
	float: right;
	margin-right: 20px;
}
.filter-sidebar .accordion .treeview .filter-count {
	margin-right: 10px;
}
.search-form {
	position: relative;
}
.search-form-wrapper {
	float: left;
	margin-bottom: 25px;
	margin-top: 15px;
	width: 80%;
}
@media (max-width: 600px) {
	.search-form-wrapper {
		width: 70%;
	}
}
.search-form-wrapper .twitter-typeahead {
	width: 100%;
}

.search-form-wrapper .tt-menu {
	background: #f9f9f9;
	padding: 15px;
	width: 100%;
}

.search-form-wrapper .form-control {
	border: 1px solid #eeeeee;
	border-radius: 0;
	box-shadow: none;
	padding: 10px;
}

.search-form-wrapper {
	position: relative;
}

.search-form-wrapper #search-submit {
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: 20px 20px;
	border: none;
	outline: none;
	position: absolute;
	right: 0;
	top: 9px;
	height: 30px !important;
	width: 30px !important;
	text-indent: -9999px !important;
}

/* test */
.panel-default > .panel-heading {
	color: #333;
	background-color: #fff;
	border-color: #e4e5e7;
	padding: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.panel-default > .panel-heading a {
	display: block;
	padding: 10px 15px;
}

.panel-default > .panel-heading a:after {
	content: "";
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: "Glyphicons Halflings";
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	float: right;
	transition: transform 0.25s linear;
	-webkit-transition: -webkit-transform 0.25s linear;
}

.panel-default > .panel-heading a[aria-expanded="true"] {
	background-color: #eeeeee;
}

.panel-default > .panel-heading a[aria-expanded="true"]:after {
	content: "\2212";
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.panel-default > .panel-heading a[aria-expanded="false"]:after {
	content: "\002b";
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.accordion-option {
	width: 100%;
	float: left;
	clear: both;
	margin: 15px 0;
}

.accordion-option .title {
	font-size: 20px;
	font-weight: bold;
	float: left;
	padding: 0;
	margin: 0;
}

.accordion-option .toggle-accordion {
	float: right;
	font-size: 16px;
	color: #737373; /* default text color */
}

.accordion-option .toggle-accordion:before {
	content: "Expand All";
}

.accordion-option .toggle-accordion.active:before {
	content: "Collapse All";
}

/* Treeview styles */
div.panel:first-child {
	margin-top: 20px;
}

div.treeview {
	min-width: 100px;
	min-height: 100px;
	max-height: 256px;
	overflow: auto;
	padding: 4px;
	margin-bottom: 20px;
	color: #369;
	border: solid 1px;
	border-radius: 4px;
}

div.treeview ul:first-child:before {
	display: none;
}

.treeview,
.treeview ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.treeview .glyphicon {
	font-size: 9px;
}

.treeview ul {
	margin-left: 1em;
	position: relative;
}

.treeview ul ul {
	margin-left: 0.5em;
}

.treeview ul:before {
	content: "";
	display: block;
	width: 0;
	position: absolute;
	top: 0;
	left: 0;
	border-left: 1px solid #eeeeee;
	bottom: 15px;
}

.treeview li {
	border: 1px solid transparent;
	margin: 0;
	padding: 0 5px;
	position: relative;
}

.treeview ul li:before {
	content: "";
	display: block;
	width: 10px;
	height: 0;
	margin-top: -1px;
	position: absolute;
	top: 1em;
	left: 0;
}

.tree-indicator {
	cursor: pointer;
	margin-right: 5px;
	cursor: pointer;
}

.treeview li a {
	color: inherit;
	cursor: pointer;
	display: inline-block;
	font-size: 10px;
	line-height: 130%;
}

.treeview li a:hover {
	text-decoration: none;
}

.treeview li button,
.treeview li button:active,
.treeview li button:focus {
	border: none;
	background: transparent;
	color: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
}

.treeview .checkbox input[type="checkbox"] {
	display: block !important;
	margin-top: -4px;
}

.treeview label {
	display: block !important;
}

.treeview .glyphicon {
	background-repeat: no-repeat;
	background-size: 10px 10px;
	display: block;
	float: right;
	height: 10px;
	margin-top: 7px;
	width: 10px;
}
#suggestApp {
	background-color: #ffffff;
	position: absolute;
	-webkit-transform: translate3d(0, 0, 0);
	width: 100%;
	z-index: 5;
}
#searchform:focus {
	border: 1px solid #cccccc;
}
.search-suggestion {
	background-color: #ffffff;
	padding: 5px 10px;
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}
.search-suggestion:nth-of-type(1) {
	/* display:none; */
}
.search-suggestion:nth-of-type(2) {
	/* display:none; */
	/* border-top: 1px solid #cccccc; */
}
.search-suggestion:last-of-type {
	border-bottom: 1px solid #cccccc;
}
.search-suggestion {
	color: #737373; /* default text color */
	cursor: pointer;
}
.search-suggestion:hover {
	color: #000000;
	font-weight: 700;
}

.search hr {
	background-image: none;
	background-color: #eeeeee;
}

/* Pagination */
.paging-container {
	float: right;
}

.paging-container ul {
	list-style: none;
}

.paging-container li.paging-btn {
	border: 1px solid #eeeeee;
	cursor: pointer;
	float: left;
	font-size: 15px;
	height: 40px;
	line-height: 40px;
	margin-left: -1px;
	text-align: center;
	width: 40px;
	color: #737373; /* default text color */
}

.paging-container li.paging-btn.first {
	background-repeat: no-repeat;
	background-size: 13px 13px;
	background-position: center center;
}

.paging-container li.paging-btn.last {
	background-repeat: no-repeat;
	background-size: 13px 13px;
	background-position: center center;
}

.paging-container li.paging-btn.paging-selected,
.paging-container li.paging-btn:hover {
	background-color: #0d4171; /* primary color */
	color: #ffffff;
}

/* end: Search Page styles */

html h1 {
	font-weight: bold;
}

html h2 {
	font-weight: 400;
}

html h3 {
	font-weight: 400;
}

html h5 {
	text-transform: none;
	font-weight: 400;
}

.search-results,
.filter-sidebar {
	animation: fadein 2s;
	-moz-animation: fadein 2s;
	/* Firefox */
	-webkit-animation: fadein 2s;
	/* Safari and Chrome */
	-o-animation: fadein 2s;
	/* Opera */
}

@keyframes fadein {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@-moz-keyframes fadein {
	/* Firefox */
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@-webkit-keyframes fadein {
	/* Safari and Chrome */
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@-o-keyframes fadein {
	/* Opera */
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@media(max-width:991px){
	.header-row.header-nav-main{width:90px;}
  }
  
  /* breadcrumb */
  section.page-top h1 {
	 border-bottom-color: #FB3640;
  }
  
  section.page-top.basic {
	 border-color: #ffffff;
  }
  
  html section.page-top .breadcrumb span {
	 color: inherit;
  }
  
  
  /* navigation */
  .sticky-nav-buttons {
   margin-top: 50px;
  }
  
  /* 
  remove button background andleave icon for search button
  override on update.css
  */
  button.btn-search {
   background: #fff;
   color: #0E79B2;
  }
  
  /* hide/show desktop login link on mobile */
  @media (max-width: 991px) {
	  #header div.header-nav {
		  display: none;
	  }
  }
  
  /* hide/show mobile login link */
  @media (min-width: 992px) {
	  #mobile-login-link {display: none;}
  }
  
  /* style mobile link */
  #mobile-login-link {
	  margin-right: 10px;
	  text-transform: uppercase; 
	  font-size: 16px;
	  color: #09224A;	
  }
  
  #mobile-login-link:hover {
	  color: #0E5F94;
  }
  
  
  /* mobile and desktop logos */
  #dnn_LOGO1_imgLogoIcon {
	  display:none!important;
  }
  
  /* hides desktop logo and shows mobile version */
  @media (max-width: 991px) {
	  #dnn_LOGO1_imgLogo { display: none!important;}
	  #dnn_LOGO1_imgLogoIcon { display: inline-block!important; min-height:60px!important;}
  }
  
  
  /* mobile move buttons down on scroll on par with logo */
  .sticky-nav-buttons {
	  margin-top: 50px;
  }
  
  /* style search button */
  button.btn-search {
	  background: #fff;
	  color: #0E79B2;
  }

/* DNNGO START Hide user profile stuff in login user control  */
@media (min-width: 992px) {
	.Login .userProperties ul.userMenu {
    display: none !important;
	} 
	.privTerms {
		padding-top: 50px;
	}
}

@media (min-width: 1200px) {
	/* Privacy page */
	.privTerms {
		padding-top: 100px;
	}
}


.Login .userMenu .viewProfile, 
.Login .userMenu .userMessages,
.Login .userMenu .userNotifications,
.Login .userMenu .userSettings,
.Login .userMenu .userProfilename
{
    display: none;
}

.userName > a:after {
 display: none !important;
}
.Login .userProperties > ul li.userProfile {
 display: none !important;
}

/* DNNGO END Hide user profile stuff in login user control  */

/* START mobile modal search overlay */
/* The overlay effect with black background */
.search-overlay {
  height: 100%;
  width: 100%;
  display: none;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(32,121,201);
  background-color: rgba(32,121,201, 0.9); /* Black with a little bit see-through */
}

/* The content */

header .search-input .btn.btn-primary{
background-repeat:no-repeat;
} 

.search-overlay-content {
  position: relative;
  top: 30%;
  width: 90%;
  text-align: center;
  margin-top: 40px;
  margin: auto;
}

/* Close button */
.search-overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  cursor: pointer;
  color: white;
}

.search-overlay .closebtn:hover {
  color: #ccc;
}

/* Style the search field */
.search-overlay input[type=text] {
  padding: 15px;
  font-size: 17px;
  border: none;
  float: left;
  width: 100%;
  height: 38px;
  background: white;
}

.search-overlay input[type=text]:hover {
  background: #f1f1f1;
}

/* Style the submit button */
.search-overlay button {
  float: left;
  width: 20%;
  padding: 15px;
  background: #ddd;
  font-size: 17px;
  border: none;
  cursor: pointer;
}

.search-overlay button:hover {
  background: #bbb;
}
/* END search overlay */

/* hide second row search box */
header div.header-center-bg div.search-middle 
{
    display: none;
	min-width: 190px;
}

div.search-input {
	 min-width: 180px;
}
header div.header-center-bg div.search-middle-2 {
	opacity: 0;
}
/* END second row search box */

/* Live Articles */
.widget-read-more {
	  display: none;
}

.blog-shaded-datetitledesc-swiper a.read-more {
	padding-bottom: 12px;
}

/* override theme style */
ul.simple-post-list {
	margin-left: 0px;
}

/* adjust navigation position for mobile & DNNGO */
@media only screen and (max-width: 778px) {

    .blog-shaded-datetitledesc-swiper .swiper-button-next {
        right: calc(-1 * var(--swiper-navigation-size) * 0.43) !important;
    }

    .blog-shaded-datetitledesc-swiper .swiper-button-prev {
        left: calc(-1 * var(--swiper-navigation-size) * 0.43) !important;
    }
	
	div.recentposts {
		width: 97% !important;
		margin: auto !important;
	}
	
	.recentposts li.art-recent {
		padding-left: 18px !important;
		padding-right: 18px !important;
	}
}

/* END Live Articles */

/* remove this class after we upgrade DNN */
.editbar-Discard {
	display: none;
}

/* Privacy page */
.privTerms {
	max-width: 80ch;
	margin: 0 auto;
}

.container-iframe {
	position: relative;
	width: 100% !important;
	overflow: hidden;
	min-width: 300px;
	min-height: 400px;
  }
  
  
  