/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
/* hide author box GP-8837158-hc */
.single .author-box {
	display: none;
}

/* make menu toggle larger GP-8837158-hc */
.sidebar-toggle-button::after {
	font-size: 30px;
	line-height: .9;
}

/* show submenu on mobile  / 1647453-zd bk */
.mobile-navigation .sub-menu {
	display: block;
}

/* hide submenu arrow on mobile  / 1647453-zd bk */
.mobile-navigation .sub-menu-toggle {
	display: none;
}

/* Center the excerpt of news 8919308-ZD EA */
.blog .entry-content {
	text-align: center;
}

/* Make the popular pages buttons as full width #11238980-hc */
.wp-block-button__link {
	width: 100%;
}
/*Center align iframe video on Homepage*/
.entry-content iframe {
	display: block;
	margin: 0 auto;
}
/* force height for videos on mobile SC- 11452543-hc --*/
@media screen and (max-width: 480px){
.home iframe {
    height: 320px !important;
 }
}
/*Center align iframe video #1896265-zd (DOC) */
.entry-content .iframevid  {
    display: block;
    margin: 0 auto;
}
/* force height for videos on mobile SC- 11452543-hc --*/
@media screen and (max-width: 480px){
.iframevid {
    height: 320px !important;
 }
}

/* make map shorter on mobile device | kk #2015706-zen */
@media only screen and (max-width: 768px) {
.ums_map_opts .umsMapDetailsContainer {
    height: 200px !important;
}
}
/* change the link color to blue */
.entry-content a, .page-content a {
    color: #27a0a2;
}
 /* hide tags from single posts */ .single .entry-terms { display: none; }


/* Add vertical padding to buttons | 16567820-hc-kf */
.wp-block-button {
    padding: 1em 0;
}

/* To change the font size of all wp-block buttons HC-19618820-SK */
.wp-block-button .wp-block-button__link
{
  font-size: 15px;
}

.widget .textwidget {
	font-size: 2.0rem !important;
}

/*change size of mobile menu subitems 26231131-hc*/
.mobile-navigation .sub-menu a {
    font-size: 17px;
}

/*  change margin-bottom of iframe | SKO #29518740-hc */
iframe {
    margin-bottom: .001em;
}