/*
Theme Name:  MeriTalk State & Local (BS5)
Theme URI:   http://www.300brand.com
Description: 300Brand theme
Author:      300Brand Creative Team
Author URI:  http://www.300brand.com
Version:     1.0.0
License:     GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:        sparta
Text Domain: meritalkslg

The MeriTalk State & Local website theme
*/

/*
Common Colors:
- Yellow #F3D300
- Fuscia #D50742
- Purple #865DAA
- Orange #F38D00
- Blue   #007DBD
- DkBlue #00508A
- LtGray #e6e6e6
- DkGray #666666
*/

body {
	color:#464646;
	font-family:"Open Sans", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight:400;
	line-height:1.6;
}
a {
	color: #005188;
	text-decoration: none;
}

.heading {
	border-top-width:2px;
	border-top-style:solid;
	display:flex;
	font-weight:bold;
	margin-bottom:10px;
	margin-top:20px;
	position:relative;
	text-transform:uppercase;
  font-size: .8em;
  letter-spacing: .35em;
}
.heading:empty::after {
	margin-left:30%;
}
.heading::after {
	border-bottom:1px solid #FFF;
	border-top:1px solid #808080;
	content:"";
	flex:1;
	height:0;
	margin-top:-2px;
}

.heading.heading-news      { border-top-color:#D31145; color:#D31145; }
.heading.heading-blogs     { border-top-color:#007DBB; color:#007DBB; }
.heading.heading-events    { border-top-color:#40AE49; color:#40AE49; }
.heading.heading-research  { border-top-color:#F18C21; color:#F18C21; }
.heading.heading-exchanges { border-top-color:#8560A8; color:#8560A8; }
.heading.heading-sponsors  { border-top-color:#007DBD; color:#007DBD; }

@media (min-width: 1200px) {
	.container {
		width: 1160px;
	}
}
