:root {
 --blue: #2C3295;
 --lightblue: #1551B2;
 --red: #A52727;
 --lightred: #D23C3C;
 --palered: #DA5f5f;
 --black:#000000; 
 --lightgrey:#e6e6e6; 
 --font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Merriweather","OpenSans";
 --font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace
}
.blog h2 {
  font-size:1.4rem;
}
a {
  color:var(--blue);
  text-decoration: none;
}
a:hover {
    color:var(--lightblue);
    text-decoration: underline;
}
article a {
  text-decoration: underline;
}
article p:first-of-type {
  font-size: 1.25rem;
  padding-top: 10px;
}
blockquote {
    border-left: 3px solid var(--lightred);
    color: #1a1a1a;
    font-family: 'Merriweather', sans-serif;
    font-size: 1.25em;
    font-style: italic;
    line-height: 1.8em;
    padding: 1em 2em;
    position: relative;
    transition: 0.2s border ease-in-out;
    z-index: 0;
}
.content {
  min-height: 300px;
  background-color: var(--lightgrey);
}
.bg-primary{
  background-color:var(--lightblue)
}
.section-heading {
 font-size: 1.5rem;
  margin-bottom: .5rem;
  font-weight: 500;
  line-height:1.2;
  color:inherit;
  margin-top:0;
  font-family: 'Merriweather', sans-serif!important;
  margin: 0.75rem 0;
}
.bg-red{
  background-color:var(--red)
}
.large-icon {
    font-size: 13em !important;
}
.contact .contact-address {
    padding: 0 1.5rem;
}
.navbar .mod-languages {
    padding-bottom: 0.425rem;
    padding-top: 0.425rem;
}
.equal{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap; 
}  
.lang-inline {
    list-style: outside none none;
    margin: 0;
}
.lang-inline > li {
    display: inline;
    margin-left: 8px;
}
.login {
    margin: 0 auto;
    max-width: 330px;
    padding-top: 1em;
}
.tags.inline {
    padding-left: 0;
}
.tags.inline li {
    display: inline;
}

.autocomplete-suggestions {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.autocomplete-suggestion {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.autocomplete-suggestion:hover, .autocomplete-suggestion:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.autocomplete-suggestion.active, .autocomplete-suggestion:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
input {
  font-size:1rem;
}
.break {
  flex-basis: 100%;
  height: 0;
}
.bg-light{
  background-color: #f8f9fa !important;
}
.bg-lightred{
  background-color:var(--lightred)
}
/*Menu styling*/
.nav-item{
  font-weight:700;
  font-size:1rem;
}
.nav-link{
  display:inline-block;
  text-decoration:none;
  text-transform: uppercase;
}
.card-columns {
   column-count: 2;
  column-gap:0.5rem;
}
.dropdown-menu{
    top:45px;left:-100%;
}
.header-search {
  padding-top:5px;
}
.navbar-collapse .btn {
  border-radius: 0;
  border-left: 1px solid rgba(0,0,0,.5);
  line-height:0.25;
}
/*Ad styling*/
.jumbotron {
  padding-top: 115px;
  padding-bottom:15px;
  margin-bottom: 0;
  min-height: 400px;
}
.page-header{
  padding-top:10px;
}
/*Featured item*/
#featured-article {
  background-color:white;
  box-shadow: 1px 1px 15px rgba(0,0,0,.14);
}
h2.item-title.featured-title {
  font-size: 1.8rem;
  padding: 15px 10px;
}
h2.item-title {
    font-size: 1.15rem;
}
.featured-introtext{
 padding: 0px 10px;
}
/* Image hover zoom effect */
#featured-article .img-hover-zoom{
  height:245px;
  overflow: hidden;
}
#featured-news .img-hover-zoom {
  height:163px;
  overflow: hidden;
}
.img-hover-zoom {
  height:180px;
  overflow: hidden;
}
.img-hover-zoom img {
  -webkit-transition: all 1.2s ease;
  -moz-transition: all 1.2 ease;
  -ms-transition: all 1.2s ease;
  transition: all 1.2s ease;
}
.img-hover-zoom:hover img {
  transform: scale(1.2);
}
/*Items-row*/
.item-container {
  background-color:white;
  margin: 10px 0px;
  box-shadow: 1px 1px 15px rgba(0,0,0,.5);
}
.headline{
  padding:15px;
  min-height:95px;
}

/*Home news list */
.home-news-links .nav, .items-more .nav-item .nav-link {
  display:block;
}
/*pre-footer*/
.pre-footer{
 background-color:white; 
}
/*footer*/
footer a,.footer-menu a {
  font-size:1rem;
  text-decoration:underline;
}
.footer-menu .nav-link {
  text-transform:inherit;
  font-weight:400;
}
footer p {
  color: #51575D;
}

/*Guide*/
.guide {
background-color:var(--red);
padding: 20px;
color:white;
width:100%;  
}
/*social */
.social {
background-color:var(--lightred);;
padding: 20px;
color:white;
width:100%;
}
/*acy subscribe*/
.email-subscribe {
background-color:var(--lightblue);
padding: 20px;
color:white;
width:100%;
}
.email-subscribe a{
  color:white;
  text-decoration:underline;
}
.subbutton{
  background-color:#28a745;
}
.subbutton:hover{
  background-color:#208637;
}
.unsubbutton {
  background-color:#e6e6e6;
}
.unsubbutton:hover {
  background-color:#cfcfcf;
}
.arrow-list li{
  padding:5px;
  font-size: 1.25rem;
}
.arrow-list a{
  color:white;
}
.arrow-list li:before{
  content: "\f054";
  font-family: FontAwesome;
}
/*Article styles*/
.content-area{
  background-color:white;
  padding-top: 15px;
}
#aside {
  background-color: white;
  color:white;
}
#aside li a{
  color:white;
}
#aside .moduletable{
    margin:15px 0px;
}
ul.mostread {
  list-style:none;
  padding:0;
  color:white;
}
.blog .item {
  background-color:white;
  margin: 10px 0px;
  box-shadow: 1px 1px 15px rgba(0,0,0,.5);
  padding: 5px 15px;
}
.blog .item p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.blog .img-hover-zoom{
    margin:15px 0px;
}
/*Ordered list style*/
.pre-footer li{
  display: block;
}
.pre-footer .nav {
  display:block;
}
/*Breadcrumb style */
.breadcrumb-item.active {
  color:var(--gray-dark); 
}

/* FontAwesome icon style*/
.arrow-list .fa:before{
  font-size: 20px;
  padding: 0px 10px;
}
.fa {
  font-family:"Open Sans", sans-serif!important;
  text-decoration:none;
}
.fa:before {
  font-family:FontAwesome;
}
.fa:after{
  font-family:FontAwesome;
}
/*EventGallery */
.eventgallery-events-gridlist .content {
  min-height:0px;
}
/* Events List - Subcategories Grid Layout*/
@media (min-width: 900px) {
	.eventgallery-subcategories .item-container {
		width: 50%;		
	}
}
@media (max-width: 899px) {
	.eventgallery-subcategories .item-container {
		width: 100%;		
	}
}
/* Events List - Grid Layout*/
@media (max-width: 900px) {
	div#events .item-container {
		width: 50%;		
	}
}

@media (max-width: 450px) {
	div#events .item-container {
		width: 100%;		
	}
}

/* Events List - Tiles Layout */

@media (max-width: 900px) {
	.eventgallery-tiles .eventgallery-tiles-list .eventgallery-tile {
		width: 50%;		
	}
}

@media (max-width: 450px) {
	.eventgallery-tiles .eventgallery-tiles-list .eventgallery-tile {
		width: 100%;		
	}
}

/* Event List - Grid Layout */


@media (max-width: 900px) {
	#event .eventgallery-simplelist-tile {
		width: 50%;		
	}
}

@media (max-width: 450px) {
	#event .eventgallery-simplelist-tile {
		width: 100%;		
	}
}

/* Event List - Tiles Layout */

@media (max-width: 900px) {
	#event .eventgallery-tile {
		width: 50%;		
	}
}

@media (max-width: 450px) {
	#event .eventgallery-tile {
		width: 100%;		
	}
}
.hide-ads .google-auto-placed {display:none!important;}
/* Events List - Grid Layout*/
@media (max-width: 900px) {
	div#events .item-container {
		width: 50%;		
	}
}

@media (max-width: 450px) {
	div#events .item-container {
		width: 100%;		
	}
}
/* Event List - Grid Layout */


@media (max-width: 900px) {
	#event .eventgallery-simplelist-tile {
		width: 50%;		
	}
}

@media (max-width: 450px) {
	#event .eventgallery-simplelist-tile {
		width: 100%;		
	}
}
/*Desktop styles sm upwards*/
@media only screen and (min-width: 577px) {
#featured-news .item-title {
  overflow: hidden; 
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* number of lines to show */
}
}

/*Mobile styles up to md*/
@media only screen and (max-width: 768px) {
.logo img {
	max-width:200px;
    }
h1 {
  font-size:1.5rem;
}
h2.item-title.featured-title {
    font-size:1.3rem;
    padding: 10px 20px;
}
h2{
    font-size:1.5rem;
  }
a {
  text-decoration: none;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;  
  white-space: -o-pre-wrap; 
  word-wrap: break-word;
}
.headline{
  padding:10px 10px;
}
.featured-introtext {
    padding: 0px 20px;
  }
.navbar-toggler {
    margin: 0.3rem;      
  }
.icon-bar {
	width: 22px; 
	height: 2px;
	background-color:var(--black);
	display: block;
	transition: all 0.2s;
	margin-top: 4px
}
.navbar-toggler {
  border: none;
  background: transparent !important;
  padding: .5rem 0rem;
}
  
.navbar-toggler .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}

.navbar-toggler .middle-bar {
  opacity: 0;
}

.navbar-toggler .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}

.navbar-toggler.collapsed .top-bar {
  transform: rotate(0);
}

.navbar-toggler.collapsed .middle-bar {
  opacity: 1;
}

.navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0);
}
.navbar-collapse{
    max-height:90vh;
    overflow-y:auto;
  }
.nav-item{
  border-top: 1px solid;
}
#navbarNavDropdown .btn {
    border-radius:none;
  }  
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #f8f9fa;
    background-clip: padding-box;
    border: none;
    border-radius: .25rem;
}
.navbar .nav li .dropdown-menu li a{
  white-space: normal;
}
  .nav-bar collapse {
    max-height:350px;
    overflow-y:auto;
  }
.card-columns {
   column-count: 1;
}
.row.navbar.navbar-expand-lg.navbar-light {
max-height: 450px;
overflow: scroll;
}
.nav-fill .nav-item {
 text-align: left;
}
  .btn.dropdown-toggle.dropdown-toggle-split {
    float:right;
    width:3rem;
    height:3rem;
    border-radius: 0;
  }
#mod-finder-searchword {
    width: 80%;
    margin-right: 10px;
  } 
#featured-article .img-hover-zoom{
  height:190px;
} 
blockquote {
    font-size: 0.7rem;
    line-height: 1.6rem;
    padding: 0.5em 1em;
}
.arrow-list li:before {
display:none;
}
/*Ad styling*/
.jumbotron {
  padding-top: 75px;
} 
  .pedestal_container {
    min-height: 790px;
  }
}
/*Mobile styles md and upwards*/
@media only screen and (min-width: 768px) { 
h2.item-title {
    font-size: 1rem;
}
}  
/*Full nav @ 992+*/
@media only screen and (min-width: 992px) { 
.navbar-light .navbar-nav .nav-link.active {
    border-bottom: 2px solid #1656BA;
}
}  