html .skip-link {
  font-size: 17px !important;
  color: #BA252C !important;
}

#menu-main .desktopOnly { /* position of search icon this was changed below see line 168 */
  position: absolute;
  right: 0;
}

.byline {
  display: none !important;
}

/*Events Title Fix*/
h2.widget-title{
  font-weight: 500;
  margin-bottom: 15px;
  color: #BA252C;
}

/*Compatibility with Older Classic Editor Buttons*/
.btn.btn-primary-stroked{
  border: 2px solid #c10e21 !important;
  border-radius: 50px !important;
  padding: 8px 16px;
  text-decoration: none;
  font-weight: 500 !important;
}

.btn.btn-primary-stroked:hover, .btn.btn-primary-stroked:focus{
  color: white;
  background-color: #c10e21;
}

h3.sd-title{
  display: none !important;
}

#masthead{
  display: none;
}

.hideme{
  display: none;
}

.justifiedQuote {  /* justifying text in quotes */
  text-align: justify;
  text-align-last: center;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

/* SEARCH RESULTS */
.search-results #right-sidebar{
  /*display:none;*/
}
.search-results .entry-title a {
  color: #BA252C !important;
}

.search-results .entry-title a:hover, .search-results .entry-title a:focus {
  text-decoration: underline;
}
.search-results .inside-article{
  float: left;
  clear: both;
  border-bottom: solid white 1px;
  margin-bottom: 15px;
}
.search-results .post-image{
  float: left;
  width: 120px;
  margin-top: 15px;
  margin-bottom: 15px;
  margin-right: 15px;
  /*border: solid grey 1px;*/
  box-shadow: 3px 3px 3px grey;

}

.search-results .entry-meta, .search-results .sharedaddy{
  display: none;
}

.mobileonly{
  display: none;
}

@media screen and (max-width: 768px) {
.mobileonly{
  display: block;
  }
}
/*.wp-block-latest-posts__list{*/
/*margin-left: 20px;*/
/*}*/
/*.wp-block-latest-posts__post-date{*/
/*  display: none;*/
/*}*/

/*.wp-block-latest-posts__featured-image.alignleft {*/
/*  width: 120px;*/
/*  display: grid;*/
/*  place-items: center;*/
/*  padding-bottom: 10px;*/
/*}*/

/*.wp-block-latest-posts__featured-image.alignleft img {*/
/*  filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.2) ) !important;*/
/*}*/
/*.wp-block-latest-posts__post-excerpt{*/
/*margin-bottom: 0px;*/
/*}*/
/*.wp-block-latest-posts.wp-block-latest-posts__list li {*/
/*  border-bottom: 1px solid #fff;*/
/*  margin-bottom: 20px;*/
/*  float: left;*/
/*  min-width: 100%;*/
/*  padding-bottom: 20px;*/
/*  margin-left: -20px;*/
/*}*/

/* The style below fixes the missing max-width on the testimonial rows, this is probalbly not the correct way to fix it, but the fix is temporary. We may want to fix this later. */
.myMaxWidth {
  max-width:1300px; 
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

/* this class was added to an custom html block above the testimonial rows to fix a height issue covering the links right above */
.myClearFix {
  clear:both;
}

/* Styles for English toggle button on main nav */
#menu-item-4185.english-link a {
  color: #ffffff;
  background: var(--aha-red);
  font-style: normal;
  font-weight: 600;
  border: 2px solid #c10e21;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  padding: 5px 10px;
}

#menu-item-4185.english-link a:hover {
  color: #c10e21;
  background: var(--base-3);
  border: 2px solid #c10e21;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.4);
  margin-bottom: 1px;    
}

/* this places the button to the left of the search icon */

@media (min-width:952px){
  #menu-item-4185 { /* position of English button */
    position: absolute;
    right: 50px;
  } 
  #menu-item-1793 { /* position of search icon */
    position: absolute;
    right: 0;
  }  
}

@media (max-width:768px){
  #menu-item-1793 { /* hides search icon */
    display:none;
  } 
  #menu-item-4185.english-link a:hover {
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.0);
  margin-bottom: 0px;      
  }  
}