/* Color Settings */
:root {
	--blue: #2261AE;
	--purple: #A3238E;
	--green: #1a5a40;
	--orange: #f36c21;
	--yellow: #faa21b;
	--ltblue: #a1c1e6;
	--ltgreen: #d6e040;
	--ltpurple: #dd9dc6;
	--brown: #b04c32;
	--off-white: #f1eee7;
}

.h2-the-title .ig-cpt-titlea.ig-light_font
{
font-size: 30px !important;
}

.h2-widget-balance
{
margin-top: 18px;
}

.hide-letters .ig-alphalist
{
display: none;
}

.ig-post_content_summary
{
color: #333;
background: #f5f5f5;
border-left: 3px solid #2062AE !important;
padding: 0.75em;
}

.linkbutton
{
padding: 20px;
border-style: solid;
border-color: var(--blue);
border-radius: 25px;
font-size: 24px;
font-weight: bold;
margin: 10px;
}

#userbar
{
background-color: var(--blue);
}

#primarynav > ul > li > a {
  color: var(--blue);
  font-weight: bold;
}

#primarynav > ul > li:hover > a {
  color: var(--blue);
  border-color: var(--blue);
  /* font-weight: bold; */
}

#primarynav > ul > li.here > a {
  color: var(--blue);
  border-color: var(--blue) !important;
  /* font-weight: bold; */
}

#navigation .ig-nav-dropdown-menu li a {
  color: var(--blue) !important;
  /* font-weight: bold; */
}

#navigation .ig-nav-dropdown-menu li a:hover {
  background: var(--blue) !important;
}

#navigation .ig-nav-dropdown-menu .here a,
#navigation .ig-nav-dropdown-menu .active a {
  color: var(--blue) !important;
}

.thumbnailsimple .ig-filename {
display: none;
}

.thumbnailsimple .ig-item_cell {
height: 140px;
}

.thumbnailsimple .ig-thumb_cell {
height: 80px;
}

.gXVCCo
{
padding: 20px 0px !important;
}

.ig-table-of-contents
{
float: right;
margin-left: 25px;
}

 .tab-titles .here {
    color: #ffffff;
    background: var(--blue) !important;
    border-color: var(--blue) !important; }